* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.nav_study51673 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1113px;
    margin: auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.career_help93564 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.outer-container19270 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.service_connect48317 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(205,203,183);
    isolation: isolate;
}.service_connect48317::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(173,161,159,0.5) 0,
            rgb(173,161,159,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(130,118,116,0.5) 0,
            rgb(130,118,116,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.1;
}.service_connect48317::after {
    width: 100%;
    top: -50%;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.05;
    right: -50%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgb(173,161,159) 0%,
        transparent 70%
    );
    filter: blur(60px);
}.service_connect48317 .container {
    position: relative;
}.service_connect48317 .assist_experts65041 {
    gap: 2rem;
    grid-template-rows: auto auto;
    display: grid;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
}.service_connect48317 .contact_feedback81490 {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.service_connect48317 .contact_feedback81490:nth-child(1) {
    z-index: 2;
    border-radius: 19px;
    padding: 3rem;
    grid-column: 1 / 2;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.07) 100%);
    border-left: 4px solid rgb(173,161,159);
    grid-row: 1 / 3;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}.service_connect48317 .contact_feedback81490:nth-child(1)::before {
    height: 100%;
    content: '';
    border-radius: 19px;
    opacity: 0.2;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, rgb(173,161,159,0.5) 0%, transparent 20%);
    position: absolute;
    left: 0;
    top: 0;
}.service_connect48317 .contact_feedback81490:nth-child(2) {
    transform: perspective(1000px) rotateY(-5deg);
    grid-row: 1 / 2;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    aspect-ratio: 4/3;
    border-radius: 19px;
    grid-column: 2 / 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.service_connect48317 .contact_feedback81490:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.service_connect48317 .contact_feedback81490 .img_overlay54062 {
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}.service_connect48317 .contact_feedback81490 .img_overlay54062::after {
    background: linear-gradient(
        to bottom right,
        rgb(173,161,159) 0%,
        transparent 100%
    );
    mix-blend-mode: overlay;
    opacity: 0.3;
    content: '';
    position: absolute;
    inset: 0;
}.service_connect48317 .contact_feedback81490 .img_overlay54062::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%
    );
    content: '';
    inset: 0;
}.service_connect48317 .contact_feedback81490:nth-child(3) {
    background-position: 100% 0%, 0% 0%;
    padding: 2.5rem;
    background-image: 
        radial-gradient(circle at top right, rgb(130,118,116) 0%, transparent 80%),
        linear-gradient(135deg, rgb(173,161,159) 0%, rgb(173,161,159) 100%);
    border-radius: 19px;
    background: rgb(173,161,159);
    grid-row: 2 / 3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-size: 150% 150%, 100% 100%;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: backgroundShift 15s infinite alternate ease-in-out;
    grid-column: 2 / 3;
}.service_connect48317 .contact_feedback81490:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}.service_connect48317 .contact_feedback81490 h2 {
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    padding-bottom: 1rem;
    font-weight: 700;
}.service_connect48317 .contact_feedback81490 h2::after {
    position: absolute;
    left: 0;
    border-radius: 2px;
    background: rgb(130,118,116);
    content: '';
    bottom: 0;
    height: 4px;
    width: 60px;
}.service_connect48317 .ask_team96574 {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    color: rgb(130,118,116);
    font-weight: 600;
    letter-spacing: 0.5px;
}.service_connect48317 .get_support85174 {
    line-height: 1.7;
    color: #000000;
    font-weight: 300;
    margin-bottom: 2rem;
}.service_connect48317 .contact_feedback81490 > p {
    position: relative;
    color: #000000;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}.service_connect48317 .contact_feedback81490 > p svg {
    height: 1.25rem;
    color: rgb(130,118,116);
    width: 1.25rem;
    fill: rgb(130,118,116);
}.service_connect48317 .contact_feedback81490 > p svg path {
    fill: rgb(130,118,116);
}.service_connect48317 .contact_feedback81490 > p span {
    font-weight: 600;
    margin-left: 0.5rem;
}.service_connect48317 .contact_faq28430 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-top: 2.5rem;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    position: relative;
}.service_connect48317 .contact_faq28430::before {
    content: '';
    top: 0;
    background: rgb(130,118,116);
    left: 0;
    height: 100%;
    border-radius: 10px 0 0 10px;
    position: absolute;
    width: 4px;
}.service_connect48317 .contact_faq28430 h3 {
    font-weight: 600;
    font-size: 21px;
    color: rgb(130,118,116);
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}.service_connect48317 .contact_ask45028 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 0.75rem;
}.service_connect48317 .contact_ask45028 span {
    color: #000000;
    backdrop-filter: blur(5px);
    padding: 0.75rem 1rem;
    font-size: calc(18px * 0.9);
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
}.service_connect48317 .contact_ask45028 span:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(130,118,116,0.5);
}.service_connect48317 .info_request61932 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}.service_connect48317 .info_request61932 a {
    text-decoration: none;
    display: flex;
    padding-left: 2.5rem;
    position: relative;
    flex-direction: column;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}.service_connect48317 .info_request61932 a:last-child {
    margin-bottom: 0;
}.service_connect48317 .info_request61932 a:hover {
    transform: translateX(5px);
}.service_connect48317 .info_request61932 svg {
    position: absolute;
    height: 1.5rem;
    top: 0.25rem;
    width: 1.5rem;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
    left: 0;
}.service_connect48317 .info_request61932 svg path {
    fill: #ffffff;
}.service_connect48317 .info_request61932 a span {
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-size: calc(18px * 0.85);
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
}.service_connect48317 .info_request61932 a p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.service_connect48317 .info_request61932 a p::after {
    background: #ffffff;
    height: 1px;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
    left: 0;
    content: '';
}.service_connect48317 .info_request61932 a:hover p::after {
    width: 100%;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        opacity: 0.03;
    }
    50% {
        transform: translate(-10%, -10%);
        opacity: 0.05;
    }
    100% {
        transform: translate(-5%, 5%);
        opacity: 0.03;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 100% 0%, 0% 0%;
    }
    50% {
        background-position: 0% 100%, 0% 0%;
    }
    100% {
        background-position: 100% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {.service_connect48317 {
    padding: 80px 0;
}.service_connect48317 .assist_experts65041 {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
}.service_connect48317 .contact_feedback81490:nth-child(1) {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.service_connect48317 .assist_experts65041 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.service_connect48317 .contact_feedback81490:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.service_connect48317 .contact_feedback81490:nth-child(2) {
    grid-column: 1 / 2;
    transform: perspective(1000px) rotateY(0);
    grid-row: 2 / 3;
}.service_connect48317 .contact_feedback81490:nth-child(3) {
    grid-column: 1 / 2;
    transform: perspective(1000px) rotateY(0);
    grid-row: 3 / 4;
}
}

@media (max-width: 768px) {.service_connect48317 {
    padding: 60px 0;
}.service_connect48317 .contact_feedback81490:nth-child(1) {
    padding: 2rem;
}.service_connect48317 .contact_feedback81490 .img_overlay54062 {
    aspect-ratio: 16/9;
}.service_connect48317 .contact_ask45028 {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

@media (max-width: 576px) {.service_connect48317 {
    padding: 40px 0;
}.service_connect48317 .contact_feedback81490:nth-child(1) {
    padding: 1.5rem;
}.service_connect48317 .contact_feedback81490 h2 {
    font-size: calc(38px * 0.9);
}.service_connect48317 .contact_faq28430 {
    padding: 1.25rem;
}.service_connect48317 .contact_ask45028 {
    grid-template-columns: 1fr 1fr;
}.service_connect48317 .info_request61932 a {
    padding-left: 2rem;
}.service_connect48317 .info_request61932 svg {
    height: 1.25rem;
    width: 1.25rem;
}}.course_beneficiaries92401 {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(205,203,183), rgb(173,161,159,0.5));
    overflow: hidden;
    padding: 5rem 0;
}.course_beneficiaries92401::before {
    animation: rotateRings 30s linear infinite;
    position: absolute;
    right: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(130,118,116,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(173,161,159,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    content: '';
    top: 0;
    bottom: 0;
    opacity: 0.3;
    left: 0;
}.course_beneficiaries92401::after {
    transform: translate(-50%, -50%);
    width: 500px;
    left: 50%;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    top: 50%;
    z-index: -2;
    border: 2px solid rgb(130,118,116,0.5);
    opacity: 0.2;
    position: absolute;
    content: '';
    box-shadow: 0 0 80px 20px rgb(173,161,159,0.5);
    border-radius: 50%;
    height: 500px;
}.course_beneficiaries92401 .success_path18567 {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 2rem;
    max-width: 1200px;
}.course_beneficiaries92401 h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 3.5rem;
    font-size: 38px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #ffffff;
}.course_beneficiaries92401 h3::before {
    height: 3px;
    width: 200px;
    bottom: -12px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    border-radius: 50px;
    background: rgb(173,161,159);
    left: 50%;
    box-shadow: 0 0 10px rgb(173,161,159), 0 0 20px rgb(173,161,159,0.5);
}.course_beneficiaries92401 h3::after {
    border: 2px solid rgb(173,161,159,0.5);
    opacity: 0.6;
    height: 50px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    left: 50%;
    animation: orbitRotate 8s infinite linear;
    bottom: -38px;
    border-radius: 50%;
}.course_beneficiaries92401 ul {
    gap: 2.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}.course_beneficiaries92401 ul li {
    position: relative;
    overflow: hidden;
    display: flex;
    transition: all 0.4s ease;
    color: #ffffff;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    align-items: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}.course_beneficiaries92401 ul li:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.course_beneficiaries92401 ul li::before {
    background: radial-gradient(circle, rgb(130,118,116,0.5) 0%, transparent 70%);
    top: -50%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    height: 100px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    width: 100px;
    left: -50%;
    content: '';
}.course_beneficiaries92401 ul li::after {
    position: absolute;
    border: 2px solid rgb(173,161,159,0.5);
    animation: pulsateBubble 5s infinite alternate;
    opacity: 0.3;
    right: -30px;
    width: 80px;
    content: '';
    bottom: -30px;
    height: 80px;
    border-radius: 50%;
}.course_beneficiaries92401 ul li svg {
    height: 38px;
    transition: transform 0.4s ease;
    width: 38px;
    flex-shrink: 0;
    transform: rotate(0deg);
    margin-right: 1.5rem;
}.course_beneficiaries92401 ul li:hover svg {
    transform: rotate(15deg);
}.course_beneficiaries92401 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(130,118,116);
}.course_beneficiaries92401 ul li:hover svg path {
    fill: rgb(173,161,159);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.course_beneficiaries92401 {
    padding: 4rem 0;
}.course_beneficiaries92401 h3 {
    font-size: calc(38px * 0.9);
}.course_beneficiaries92401 ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.course_beneficiaries92401 ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}

@media (max-width: 576px) {.course_beneficiaries92401 {
    padding: 3rem 0;
}.course_beneficiaries92401 h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.course_beneficiaries92401 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_beneficiaries92401 ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.course_beneficiaries92401 ul li svg {
    height: 32px;
    margin-right: 1rem;
    width: 32px;
}}.gratCard67940 {
    background: linear-gradient(135deg, rgba(rgb(173,161,159,0.5), 0.05), rgba(rgb(130,118,116,0.5), 0.1));
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.gratCard67940::before {
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(173,161,159,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(130,118,116,0.5), 0.1) 0%, transparent 70%);
    top: 0;
}.gratCard67940::after {
    content: "";
    right: -150px;
    z-index: 0;
    animation: floatShape 15s ease-in-out infinite alternate;
    opacity: 0.05;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    top: -150px;
    position: absolute;
    background: rgb(173,161,159);
    height: 300px;
    width: 300px;
    filter: blur(20px);
}.gratCard67940 .container {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.gratCard67940 h2 {
    transition: transform 0.5s ease-out;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    transform: perspective(1000px) translateZ(10px);
}.gratCard67940 h2::after {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0.8);
    height: 4px;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    border-radius: 10px;
    left: 0;
    width: 120px;
    position: absolute;
    bottom: -12px;
}.gratCard67940:hover h2::after {
    transform: scaleX(1);
}.gratCard67940 .success_path18567 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    padding: 40px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    border-radius: 27px;
}.gratCard67940 .success_path18567::before {
    width: 100%;
    animation: gradientShift 6s ease infinite;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116), rgb(173,161,159));
}.gratCard67940 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratCard67940 li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
}.gratCard67940 li::before {
    border-radius: 50%;
    left: 0;
    top: 24px;
    content: "";
    width: 8px;
    box-shadow: 0 0 10px rgba(rgb(173,161,159,0.5), 0.5);
    position: absolute;
    transform: translateY(-50%);
    height: 8px;
    background: rgb(173,161,159);
}.gratCard67940 span {
    font-weight: 400;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.gratCard67940 span::after {
    transform: scaleX(0.5);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(173,161,159,0.5), 0.3));
    opacity: 0;
    bottom: -10px;
    width: 40%;
    transition: all 0.5s ease;
    transform-origin: right;
    height: 1px;
    right: 0;
    content: "";
}.gratCard67940 .success_path18567:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.gratCard67940 .success_path18567:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

@media (min-width: 768px) {.gratCard67940 {
    padding: 150px 0;
}.gratCard67940 .container {
    padding: 0 60px;
}.gratCard67940 h2 {
    max-width: 90%;
    margin-bottom: 50px;
    font-size: calc(32px * 1.1);
}.gratCard67940 .success_path18567 {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.gratCard67940 .success_path18567:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratCard67940 li {
    padding: 10px 0 10px 30px;
}.gratCard67940 li::before {
    height: 10px;
    width: 10px;
}.gratCard67940 span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.gratCard67940 {
    padding: 80px 0;
}.gratCard67940 .container {
    padding: 0 20px;
}.gratCard67940 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.gratCard67940 .success_path18567 {
    padding: 30px 20px;
}.gratCard67940 li {
    padding: 10px 0 10px 15px;
}.gratCard67940 li::before {
    width: 6px;
    height: 6px;
}.gratCard67940 span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratCard67940 {
    padding: 60px 0;
}.gratCard67940 h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.gratCard67940 .success_path18567 {
    padding: 25px 15px;
}.gratCard67940 span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.privacy_fortification90138 {
    color: #ffffff;
    background: linear-gradient(to right, rgb(173,161,159), rgb(130,118,116));
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    gap: 30px;
    padding: 50px;
    flex-direction: column;
    font-family: Arial, sans-serif;
}.privacy_fortification90138 h1 {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 45px;
}.privacy_fortification90138 h2 {
    text-align: center;
    font-size: 31px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}.privacy_fortification90138 h3, .privacy_fortification90138 h4, .privacy_fortification90138 h5, .privacy_fortification90138 h6 {
    text-align: center;
    margin: 1rem 0;
}.privacy_fortification90138 p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}.privacy_fortification90138 ul, .privacy_fortification90138 ol {
    padding: 0;
    list-style-position: inside;
    margin: 0;
}.privacy_fortification90138 ul li, .privacy_fortification90138 ol li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}.privacy_fortification90138 span {
    font-weight: 600;
}.privacy_fortification90138 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_fortification90138 {
    padding: 30px 15px;
}.privacy_fortification90138 h1 {
    font-size: calc(23px - 10px);
}.privacy_fortification90138 h2 {
    font-size: calc(23px - 8px);
}.privacy_fortification90138 p, .privacy_fortification90138 li {
    font-size: calc(14px - 2px);
}}
header {
    z-index: 99;
    overflow: visible;
    position: relative;
    background: #ffffff;
    width: 100%;
}header::before {
    width: 100%;
    background: linear-gradient(to right, rgb(173,161,159), rgb(130,118,116));
    position: absolute;
    height: 5px;
    left: 0;
    content: "";
    top: 0;
}header .header_learn34902 {
    justify-content: space-between;
    padding: 25px 30px;
    position: relative;
    align-items: center;
    display: flex;
}header .header_learn34902::after {
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(205,203,183);
    bottom: 0;
    width: 100%;
    height: 1px;
}header .header_learn34902 .top_mainwrap65138 {
    position: relative;
    z-index: 2;
}header .header_learn34902 .top_mainwrap65138 .header_know26093 {
    overflow: hidden;
    position: relative;
    display: block;
}header .header_learn34902 .top_mainwrap65138 .header_know26093 svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .header_learn34902 .top_mainwrap65138 .header_know26093:hover svg {
    transform: scale(1.08);
}header .header_learn34902 .main_teach19368 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}header .header_learn34902 .main_teach19368 .first_class18643 {
    margin: 0 15px;
    position: relative;
}header .header_learn34902 .main_teach19368 .first_class18643:last-child {
    margin-right: 0;
}header .header_learn34902 .main_teach19368 .first_class18643 a {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    overflow: hidden;
    font-weight: 400;
    color: #000000;
    padding: 8px 0;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 16px;
}header .header_learn34902 .main_teach19368 .first_class18643 a:hover {
    letter-spacing: 1px;
    color: rgb(173,161,159);
}header .header_learn34902 .main_teach19368 .first_class18643 a::before,
header .header_learn34902 .main_teach19368 .first_class18643 a::after {
    bottom: 0;
    transform-origin: right center;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background-color: rgb(173,161,159);
}header .header_learn34902 .main_teach19368 .first_class18643 a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .header_learn34902 .main_teach19368 .first_class18643 a::after {
    transform: scaleX(0);
    transform-origin: left center;
    background-color: rgb(130,118,116);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .header_learn34902 .main_teach19368 .first_class18643 a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .header_learn34902 .main_teach19368 .first_class18643 a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .header_learn34902 .main_teach19368 .first_class18643 a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .header_learn34902 .main_teach19368 .first_class18643:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .header_learn34902 {
    flex-direction: column;
    padding: 20px 15px;
}header .header_learn34902 .top_mainwrap65138 {
    margin-bottom: 20px;
}header .header_learn34902 .main_teach19368 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .header_learn34902 .main_teach19368 .first_class18643 {
    margin: 5px 12px;
}header .header_learn34902 .main_teach19368 .first_class18643 a {
    font-size: calc(16px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .header_learn34902 {
    padding: 15px 10px;
}header .header_learn34902 .top_mainwrap65138 {
    margin-bottom: 15px;
}header .header_learn34902 .top_mainwrap65138 .header_know26093 svg {
    height: 35px;
}header .header_learn34902 .main_teach19368 {
    gap: 5px;
}header .header_learn34902 .main_teach19368 .first_class18643 {
    margin: 2px 10px;
}}.company_overview27615 {
    padding: 6rem 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.company_overview27615::before {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 25%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.55) 75%,
        rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
    bottom: 0;
}.company_overview27615::after {
    opacity: 0.5;
    height: 80%;
    top: -10%;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 0;
    background: rgb(173,161,159,0.5);
    position: absolute;
    animation: glow 8s infinite alternate;
    width: 40%;
    filter: blur(60px);
    right: -5%;
}.company_overview27615 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.company_overview27615 .text_display62058 {
    display: flex;
    max-width: 900px;
    animation: fadeUp 1s forwards 0.3s ease-out;
    margin-left: 5%;
    opacity: 0;
    transform: translateY(20px);
    flex-direction: column;
    position: relative;
}.company_overview27615 h1 {
    position: relative;
    transform: translateX(-10px);
    font-size: calc(40px * 1.2);
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}.company_overview27615 h1::before {
    width: 80px;
    transform-origin: left;
    animation: lineGrow 1.5s forwards ease-out;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    height: 4px;
    background: rgb(130,118,116);
}.company_overview27615 h1::after {
    animation: lineGrow 1.5s forwards 0.3s ease-out;
    content: "";
    bottom: -10px;
    transform: translateX(20px);
    width: 40px;
    background: rgb(173,161,159);
    position: absolute;
    height: 4px;
    left: 0;
}.company_overview27615 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}.company_overview27615 li {
    margin-bottom: 1.5rem;
}.company_overview27615 li:first-child {
    margin-bottom: 1rem;
}.company_overview27615 h4 {
    font-size: calc(21px * 1.15);
    letter-spacing: 0.5px;
    position: relative;
    opacity: 0;
    font-weight: 600;
    color: rgb(130,118,116);
    animation: fadeIn 0.8s forwards 0.6s ease-out;
    display: inline-block;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    transform: translateX(-10px);
}.company_overview27615 h4::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(130,118,116);
    content: "";
    left: 0;
    width: 12px;
    height: 2px;
}.company_overview27615 span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(173,161,159);
    text-align: justify;
    backdrop-filter: blur(5px);
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    transform: translateY(20px);
    line-height: 1.8;
    display: block;
    animation: fadeUp 1s forwards 0.9s ease-out;
    padding: 1.5rem;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.1), 
        rgba(rgba(0, 0, 0, 0.5), 0.4));
    position: relative;
}

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

@keyframes fadeIn {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes glow {
    0% {
        opacity: 0.3;
        filter: blur(60px);
    }
    50% {
        opacity: 0.5;
        filter: blur(40px);
    }
    100% {
        opacity: 0.3;
        filter: blur(60px);
    }
}

@media (min-width: 992px) {.company_overview27615 {
    padding: 8rem 0;
}.company_overview27615 .text_display62058 {
    margin-left: 8%;
}.company_overview27615 h1 {
    font-size: calc(40px * 1.5);
}.company_overview27615 span {
    padding: 2rem;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}.company_overview27615 h1::before {
    height: 5px;
    width: 120px;
}.company_overview27615 h1::after {
    width: 60px;
    bottom: -15px;
}
}

@media (min-width: 1200px) {.company_overview27615 .container {
    padding: 0 3rem;
}.company_overview27615 .text_display62058 {
    margin-left: 10%;
}.company_overview27615 span {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
}.company_overview27615::after {
    width: 50%;
    height: 90%;
}
}

@media (max-width: 991px) {.company_overview27615 {
    padding: 5rem 0;
}.company_overview27615 h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 2rem;
}.company_overview27615 .text_display62058 {
    margin-left: 3%;
}
}

@media (max-width: 768px) {.company_overview27615 {
    padding: 4rem 0;
}.company_overview27615 .container {
    padding: 0 1.5rem;
}.company_overview27615 h1 {
    font-size: 40px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.company_overview27615 h4 {
    font-size: 21px;
}.company_overview27615 span {
    font-size: calc(18px * 0.95);
    padding: 1.25rem;
    line-height: 1.7;
}.company_overview27615 .text_display62058 {
    margin-left: 0;
}.company_overview27615 h1::before {
    width: 60px;
    height: 3px;
}.company_overview27615 h1::after {
    height: 3px;
    width: 30px;
    bottom: -8px;
}
}

@media (max-width: 576px) {.company_overview27615 {
    padding: 3rem 0;
}.company_overview27615 .container {
    padding: 0 1rem;
}.company_overview27615 h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.25rem;
}.company_overview27615 span {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}.company_overview27615 h1::before {
    width: 50px;
}.company_overview27615 h1::after {
    width: 25px;
}}.contact_form_section28796 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
}.contact_form_section28796::before {
    top: 0;
    left: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(173,161,159), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(130,118,116), 0.05) 0%, transparent 30%);
    position: absolute;
    z-index: 0;
    content: "";
    right: 0;
}.contact_form_section28796::after {
    z-index: 1;
    height: 100%;
    animation: gridMove 20s linear infinite;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(173,161,159), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(173,161,159), 0.03) 1px, transparent 1px);
    width: 100%;
    position: absolute;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact_form_section28796 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_form_section28796 h2 {
    transform: translateX(-50%);
    margin-bottom: 50px;
    display: inline-block;
    left: 50%;
    font-size: 37px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
}.contact_form_section28796 h2::after {
    bottom: -15px;
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(173,161,159), transparent);
    content: "";
    position: absolute;
    left: 15%;
}.contact_form_section28796 .request_inquiry45168 {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(173,161,159), 0.05);
    position: relative;
    border-radius: 14px;
    display: flex;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact_form_section28796 .request_inquiry45168:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(173,161,159), 0.1);
    transform: translateY(-5px);
}.contact_form_section28796 .request_inquiry45168::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(173,161,159), rgb(130,118,116));
}.contact_form_section28796 .img_overlay54062 {
    position: relative;
    width: 45%;
    overflow: hidden;
}.contact_form_section28796 .img_overlay54062::after {
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
                rgba(rgb(173,161,159), 0.3) 0%, 
                rgba(rgb(130,118,116), 0.3) 100%);
    width: 100%;
}.contact_form_section28796 .img_overlay54062::before {
    height: 150px;
    top: -100px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
    width: 150%;
    content: "";
    position: absolute;
    animation: shine 6s infinite;
    z-index: 2;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact_form_section28796 .connect_widget73269 {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.contact_form_section28796 .connect_widget73269::before {
    width: 200px;
    background: radial-gradient(circle, rgba(rgb(173,161,159), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    right: -50px;
    top: -50px;
    z-index: 0;
    height: 200px;
    position: absolute;
}.contact_form_section28796 form {
    z-index: 2;
    position: relative;
}.contact_form_section28796 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 18px;
}.contact_form_section28796 form h3::after {
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(173,161,159);
}.contact_form_section28796 form input[type="text"] {
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.1);
    position: relative;
    border-radius: 10px;
    background: rgba(#ffffff, 0.8);
    color: #000000;
    padding: 15px 20px;
}.contact_form_section28796 form input[type="text"]:focus {
    border-color: rgb(173,161,159);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(173,161,159), 0.1);
    outline: none;
}.contact_form_section28796 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_form_section28796 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact_form_section28796 .query_card06482 {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact_form_section28796 .query_card06482 input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    cursor: pointer;
    opacity: 0;
}.contact_form_section28796 .query_card06482 label {
    user-select: none;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    line-height: 1.4;
    padding-left: 35px;
    color: #000000;
}.contact_form_section28796 .query_card06482 label::before {
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
    content: "";
    position: absolute;
    top: 0;
    width: 22px;
    border-radius: 10px;
}.contact_form_section28796 .query_card06482 input[type="checkbox"]:checked + label::before {
    background: rgb(173,161,159);
    border-color: rgb(173,161,159);
}.contact_form_section28796 .query_card06482 input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 4px;
    border: solid #ffffff;
}.contact_form_section28796 .query_card06482 label a {
    position: relative;
    color: rgb(173,161,159);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_section28796 .query_card06482 label a::after {
    position: absolute;
    height: 1px;
    left: 0;
    background: rgb(173,161,159);
    content: "";
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
    width: 100%;
    bottom: -2px;
}.contact_form_section28796 .query_card06482 label a:hover {
    color: rgb(130,118,116);
}.contact_form_section28796 .query_card06482 label a:hover::after {
    background: rgb(130,118,116);
    transform: scaleX(1);
}.contact_form_section28796 .connect_support58143 {
    width: 100%;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}.contact_form_section28796 .connect_support58143::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, rgb(130,118,116), rgb(173,161,159));
}.contact_form_section28796 .connect_support58143:hover::before {
    opacity: 1;
}.contact_form_section28796 .connect_support58143:active {
    transform: translateY(2px);
}.contact_form_section28796 svg {
    transition: fill 0.3s ease;
    height: 20px;
    width: 20px;
    fill: rgb(173,161,159);
    margin-right: 10px;
}.contact_form_section28796 svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,161,159);
}.contact_form_section28796 svg:hover,
.contact_form_section28796 svg:hover path {
    fill: rgb(130,118,116);
}.contact_form_section28796 form input {
    background: rgb(205,203,183);
}
@media (max-width: 1024px) {.contact_form_section28796 {
    padding: 60px 0;
}.contact_form_section28796 .container {
    padding: 0 15px;
}.contact_form_section28796 h2 {
    margin-bottom: 40px;
}.contact_form_section28796 .connect_widget73269 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact_form_section28796 {
    padding: 50px 0;
}.contact_form_section28796 h2 {
    margin-bottom: 30px;
}.contact_form_section28796 .request_inquiry45168 {
    flex-direction: column;
}.contact_form_section28796 .img_overlay54062 {
    height: 250px;
    width: 100%;
}.contact_form_section28796 .connect_widget73269 {
    padding: 30px 25px;
    width: 100%;
}.contact_form_section28796 form h3 {
    margin-bottom: 25px;
}.contact_form_section28796 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_section28796 .query_card06482 {
    margin-bottom: 25px;
}.contact_form_section28796 .connect_support58143 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_form_section28796 {
    padding: 40px 0;
}.contact_form_section28796 h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 25px;
}.contact_form_section28796 .img_overlay54062 {
    height: 200px;
}.contact_form_section28796 .connect_widget73269 {
    padding: 25px 20px;
}.contact_form_section28796 form h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.contact_form_section28796 form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.contact_form_section28796 .query_card06482 {
    margin-bottom: 20px;
}.contact_form_section28796 .query_card06482 label {
    font-size: calc(13px * 0.9);
    padding-left: 30px;
}.contact_form_section28796 .query_card06482 label::before {
    width: 18px;
    height: 18px;
}.contact_form_section28796 .query_card06482 input[type="checkbox"]:checked + label::after {
    top: 3px;
    height: 10px;
    left: 6px;
    width: 5px;
}.contact_form_section28796 .connect_support58143 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact_form_section28796::after,
    .contact_form_section28796 .img_overlay54062::before {
    animation: none;
}.contact_form_section28796 .request_inquiry45168:hover {
    transform: none;
}}.pricing_layout79685 {
    overflow: hidden;
    background: rgb(205,203,183);
    padding: 120px 0;
    position: relative;
}.pricing_layout79685::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.08;
    background: linear-gradient(135deg, rgb(173,161,159,0.5), rgb(130,118,116,0.5));
    z-index: 0;
    content: "";
    height: 100%;
}.pricing_layout79685 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
}.pricing_layout79685 .learn_pricing39842 {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.pricing_layout79685 .rate_plans98412 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}.pricing_layout79685 .rate_plans98412 h2 {
    position: relative;
    font-size: 28px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}.pricing_layout79685 .rate_plans98412 h2::after {
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    border-radius: 3px;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
}.pricing_layout79685 .study_packages37420 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.7;
    max-width: 600px;
    font-size: 16px;
    color: #000000;
}.pricing_layout79685 .fee_deals89751 {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.pricing_layout79685 .cost_levels85796 {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    text-decoration: none;
}.pricing_layout79685 .cost_levels85796:hover {
    transform: translateY(-8px);
}.pricing_layout79685 .pricing_options74295 {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    position: relative;
    flex-direction: column;
    height: 100%;
    display: flex;
    transition: all 0.4s ease;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
}.pricing_layout79685 .cost_levels85796:hover .pricing_options74295 {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_layout79685 .discount_grid67408 {
    z-index: 2;
    padding: 30px;
    position: relative;
    flex: 1;
}.pricing_layout79685 .discount_grid67408 h3 {
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 15px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.pricing_layout79685 .discount_grid67408 h3::after {
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(173,161,159);
    border-radius: 2px;
}.pricing_layout79685 .cost_levels85796:hover .discount_grid67408 h3::after {
    width: 60px;
}.pricing_layout79685 .premium_plan34291 {
    margin-bottom: 20px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(173,161,159);
    color: transparent;
    background: linear-gradient(135deg, rgb(173,161,159), rgb(130,118,116));
    position: relative;
}.pricing_layout79685 .premium_plan34291::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(173,161,159,0.5), transparent);
    left: 0;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1px;
}.pricing_layout79685 .discount_grid67408 p {
    font-size: calc(16px - 2px);
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
}.pricing_layout79685 .img_overlay54062 {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    height: 220px;
    width: 100%;
}.pricing_layout79685 .img_overlay54062::after {
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    top: 0;
    opacity: 0.6;
    position: absolute;
    transition: opacity 0.3s ease;
    right: 0;
}.pricing_layout79685 .cost_levels85796:hover .img_overlay54062::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_layout79685 .fee_deals89751 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_layout79685 .pricing_options74295 {
    height: 100%;
}.pricing_layout79685 .img_overlay54062 {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_layout79685 {
    padding: 160px 0;
}.pricing_layout79685 .learn_pricing39842 {
    flex-direction: row;
    gap: 80px;
    align-items: center;
}.pricing_layout79685 .rate_plans98412 {
    flex: 0 0 30%;
    text-align: left;
    padding: 0;
}.pricing_layout79685 .rate_plans98412 h2 {
    font-size: calc(28px + 4px);
}.pricing_layout79685 .rate_plans98412 h2::after {
    transform: none;
    left: 0;
}.pricing_layout79685 .study_packages37420 {
    margin-left: 0;
}.pricing_layout79685 .fee_deals89751 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_layout79685 .fee_deals89751 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_layout79685 .discount_grid67408 {
    padding: 40px;
}.pricing_layout79685 .img_overlay54062 {
    height: 260px;
}.pricing_layout79685 .cost_levels85796:nth-child(odd) {
    transform: translateY(20px);
}.pricing_layout79685 .cost_levels85796:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_layout79685 .cost_levels85796:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_layout79685 .cost_levels85796:active .pricing_options74295 {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}

@media (max-width: 767px) {.pricing_layout79685 {
    padding: 80px 0;
}.pricing_layout79685 .learn_pricing39842 {
    gap: 40px;
}.pricing_layout79685 .rate_plans98412 h2 {
    font-size: calc(28px - 4px);
}.pricing_layout79685 .img_overlay54062 {
    height: 200px;
}.pricing_layout79685 .discount_grid67408 {
    padding: 25px;
}.pricing_layout79685 .premium_plan34291 {
    font-size: 1.5rem;
}}.take_a_spin26098 {
    background: linear-gradient(165deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    z-index: 1;
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}.take_a_spin26098::before {
    left: 0;
    position: absolute;
    backdrop-filter: blur(100px);
    content: '';
    background-color: rgba(255, 255, 255, 0.02);
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
}.take_a_spin26098::after {
    height: 100%;
    z-index: -1;
    content: '';
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.take_a_spin26098 .success_path18567 {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    padding: 80px 60px;
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 16px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    max-width: 800px;
    backdrop-filter: blur(10px);
}.take_a_spin26098 .success_path18567::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}.take_a_spin26098 .success_path18567::after {
    left: 0;
    content: '';
    height: 1px;
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    bottom: 0;
    position: absolute;
    width: 100%;
}.take_a_spin26098 .success_path18567:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}.take_a_spin26098 h3 {
    text-align: center;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 8px;
    transition: all 0.4s ease;
    opacity: 0.9;
    font-size: 30px;
}.take_a_spin26098 h3::before {
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    background: rgba(255, 255, 255, 0.3);
    bottom: -25px;
    position: absolute;
    content: '';
}.take_a_spin26098 h3::after {
    transform: translateX(-50%);
    position: absolute;
    width: 6px;
    bottom: -27px;
    left: 50%;
    border-radius: 50%;
    content: '';
    height: 6px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}.take_a_spin26098 .contact_help47620 {
    position: relative;
    letter-spacing: 3px;
    border-radius: 30px;
    padding: 16px 50px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(173,161,159);
    overflow: hidden;
    font-weight: 400;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.take_a_spin26098 .contact_help47620::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgb(173,161,159),
        rgb(130,118,116)
    );
    top: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
    opacity: 0;
    content: '';
}.take_a_spin26098 .contact_help47620::after {
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 0;
    z-index: -1;
    top: 50%;
    transition: width 0.6s ease, height 0.6s ease;
    height: 0;
}.take_a_spin26098 .contact_help47620:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}.take_a_spin26098 .contact_help47620:hover::before {
    opacity: 1;
}.take_a_spin26098 .contact_help47620:hover::after {
    height: 300px;
    opacity: 0;
    width: 300px;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
}

@media screen and (max-width: 992px) {.take_a_spin26098 {
    padding: 110px 0;
}.take_a_spin26098 .success_path18567 {
    max-width: 85%;
    padding: 70px 50px;
}.take_a_spin26098 h3 {
    letter-spacing: 6px;
    font-size: calc(30px * 0.9);
    margin-bottom: 55px;
}.take_a_spin26098 .contact_help47620 {
    letter-spacing: 2.5px;
    font-size: calc(16px * 0.95);
    padding: 14px 45px;
}
}

@media screen and (max-width: 768px) {.take_a_spin26098 {
    padding: 90px 0;
}.take_a_spin26098 .success_path18567 {
    padding: 60px 40px;
}.take_a_spin26098 h3 {
    font-size: calc(30px * 0.8);
    letter-spacing: 5px;
    margin-bottom: 50px;
}.take_a_spin26098 h3::before {
    width: 35px;
    bottom: -20px;
}.take_a_spin26098 h3::after {
    height: 5px;
    width: 5px;
    bottom: -22px;
}.take_a_spin26098 .contact_help47620 {
    letter-spacing: 2px;
    padding: 12px 40px;
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.take_a_spin26098 {
    padding: 70px 0;
}.take_a_spin26098 .success_path18567 {
    padding: 50px 30px;
}.take_a_spin26098 h3 {
    letter-spacing: 4px;
    margin-bottom: 45px;
    font-size: calc(30px * 0.7);
}.take_a_spin26098 h3::before {
    width: 30px;
    bottom: -15px;
}.take_a_spin26098 h3::after {
    width: 4px;
    bottom: -17px;
    height: 4px;
}.take_a_spin26098 .contact_help47620 {
    letter-spacing: 1.5px;
    font-size: calc(16px * 0.85);
    padding: 10px 35px;
}}header .top_plank {
    background: rgb(173,161,159);
    color:  #ffffff;
}header .top_plank .peak_track64190 div svg, header .top_plank .peak_track64190 div svg path {
    fill: #ffffff;
}header .top_plank .peak_track64190 div span {
    color: #ffffff;
}header .top_plank .peak_track64190 {
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    font-size: 16px;
}header .top_plank .peak_track64190 div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .peak_track64190 div img, header .top_plank .peak_track64190 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.instructor_profile73498 {
    min-height: 700px;
    background: linear-gradient(150deg, rgb(205,203,183) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.instructor_profile73498::before {
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    height: 100%;
    background-size: 150px 150px;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(173,161,159,0.5) 85%, rgb(173,161,159,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(130,118,116,0.5) 85%, rgb(130,118,116,0.5) 88%, transparent 88%);
}.instructor_profile73498 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1300px;
}.instructor_profile73498 .client_testimonials03752 {
    grid-template-columns: 45% 1fr;
    background: transparent;
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    display: grid;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    gap: 20px 30px;
    position: relative;
}.instructor_profile73498 .client_testimonials03752::before {
    background: linear-gradient(90deg, rgb(173,161,159,0.5) 0%, transparent 50%);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    left: 0;
    top: 50%;
    right: 0;
    content: "";
    height: 90%;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 22px;
    filter: blur(40px);
    position: absolute;
    opacity: 0.3;
}.instructor_profile73498 .client_testimonials03752::after {
    z-index: -2;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 22px;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    backdrop-filter: blur(15px);
}.instructor_profile73498 .img_overlay54062 {
    transform: scale(1);
    position: relative;
    border-radius: 22px 0 0 22px;
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    z-index: 2;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: photo;
}.instructor_profile73498 .client_testimonials03752:hover .img_overlay54062 {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.instructor_profile73498 .img_overlay54062::before {
    animation: pulseOpacity 3s ease-in-out infinite;
    left: 0;
    opacity: 0.7;
    background: rgb(173,161,159);
    top: 0;
    height: 100%;
    position: absolute;
    width: 10px;
    z-index: 3;
    content: "";
}.instructor_profile73498 .name {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 31px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    transform: translateX(0);
    align-self: end;
    grid-area: name;
    margin-top: 80px;
    padding-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
}.instructor_profile73498 .client_testimonials03752:hover .name {
    transform: translateX(15px);
}.instructor_profile73498 .name::after {
    content: "";
    height: 2px;
    width: 0;
    background: rgb(173,161,159);
    position: absolute;
    transition: width 0.5s ease;
    bottom: 0;
    left: 0;
}.instructor_profile73498 .client_testimonials03752:hover .name::after {
    width: 60%;
}.instructor_profile73498 .client_testimonials03752 span:not(.name) {
    grid-area: job;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    color: rgb(130,118,116);
    align-self: start;
    display: inline-block;
    transform: translateX(0);
    z-index: 3;
    font-size: 24px;
    padding: 0.6rem 1.2rem;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}.instructor_profile73498 .client_testimonials03752:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.instructor_profile73498 .work_table31875 {
    margin-right: 0;
    border-left: 4px solid rgb(130,118,116);
    align-self: start;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-area: quote;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    color: #ffffff;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transform: translateY(0);
    position: relative;
    width: 95%;
    z-index: 2;
    font-size: 15px;
    border-radius: 22px;
    line-height: 1.8;
}.instructor_profile73498 .client_testimonials03752:hover .work_table31875 {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.instructor_profile73498 .container::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    z-index: -1;
    bottom: -150px;
    background: radial-gradient(circle, rgb(130,118,116,0.5) 0%, transparent 70%);
    height: 300px;
    right: -150px;
    width: 300px;
    filter: blur(70px);
    opacity: 0.3;
    position: absolute;
    content: "";
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.instructor_profile73498 .client_testimonials03752 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
    grid-template-areas:
            "img_overlay54062"
            "name"
            "experience_block67894"
            "work_table31875";
}.instructor_profile73498 .img_overlay54062 {
    border-radius: 22px 22px 0 0;
    height: 350px;
}.instructor_profile73498 .img_overlay54062::before {
    height: 10px;
    width: 100%;
}.instructor_profile73498 .name {
    margin-top: 0;
    text-align: center;
}.instructor_profile73498 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.instructor_profile73498 .client_testimonials03752:hover .name {
    transform: translateY(-5px);
}.instructor_profile73498 .client_testimonials03752 span:not(.name) {
    margin: 0 auto;
}.instructor_profile73498 .client_testimonials03752:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor_profile73498 .work_table31875 {
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid rgb(130,118,116);
    width: 90%;
}.instructor_profile73498 .client_testimonials03752:hover .work_table31875 {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor_profile73498 {
    padding: 5rem 0;
}.instructor_profile73498 .img_overlay54062 {
    height: 250px;
}.instructor_profile73498 .name {
    font-size: 24px;
}.instructor_profile73498 .client_testimonials03752 span:not(.name) {
    font-size: 15px;
    padding: 0.5rem 1rem;
}.instructor_profile73498 .work_table31875 {
    line-height: 1.6;
    padding: 1.5rem;
    width: 95%;
    font-size: calc(15px * 0.9);
}}.course_summary46352 {
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(205,203,183) 60%, rgba(rgb(173,161,159,0.5), 0.1) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.course_summary46352::before {
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(173,161,159,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(130,118,116,0.5), 0.06) 0%, transparent 40%);
    width: 100%;
}.course_summary46352 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.course_summary46352 .lesson_route92357 {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_summary46352 .img_overlay54062 {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
}.course_summary46352 .img_overlay54062::after {
    inset: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(rgb(173,161,159,0.5), 0.2) 0%, transparent 70%);
    z-index: 1;
}.course_summary46352 .text_display62058 {
    background: #ffffff;
    padding: 30px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    position: relative;
}.course_summary46352 .text_display62058::before {
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
    position: absolute;
    transform: scaleY(0.95);
    content: '';
    transition: transform 0.5s ease;
    background: linear-gradient(to bottom, rgb(173,161,159), rgb(130,118,116));
}.course_summary46352 h3 {
    margin-bottom: 20px;
    transform: translateZ(0);
    font-size: calc(20px * 1.1);
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-bottom: 15px;
}.course_summary46352 h3::after {
    content: '';
    bottom: 0;
    position: absolute;
    height: 3px;
    background: rgb(173,161,159);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    width: 60px;
}.course_summary46352 .description {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: opacity 0.3s ease;
}.course_summary46352 p.description {
    display: block;
}.course_summary46352 span.description {
    display: none;
}.course_summary46352 .text_display62058:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.course_summary46352 .text_display62058:hover h3::after {
    width: 100px;
}.course_summary46352 .text_display62058:hover::before {
    transform: scaleY(1);
}.course_summary46352 .img_overlay54062:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

@media (min-width: 768px) {.course_summary46352 .lesson_route92357 {
    grid-template-columns: 45% 55%;
    align-items: center;
}.course_summary46352 .img_overlay54062 {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course_summary46352 .text_display62058 {
    z-index: 2;
    margin-left: -80px;
    padding: 50px 50px 50px 80px;
}.course_summary46352 h3 {
    font-size: 20px;
}
}

@media (min-width: 992px) {.course_summary46352 {
    padding: 120px 0;
}.course_summary46352 .lesson_route92357 {
    gap: 60px;
}.course_summary46352 .img_overlay54062 {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.course_summary46352 .text_display62058 {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
}.course_summary46352 h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course_summary46352 .img_overlay54062 {
    height: 600px;
}.course_summary46352 .text_display62058 {
    margin-left: -150px;
}.course_summary46352 h3 {
    font-size: calc(20px * 1.3);
}
}

@media (max-width: 767px) {.course_summary46352 {
    padding: 70px 0;
}.course_summary46352 .img_overlay54062 {
    margin-bottom: -20px;
    height: 250px;
}.course_summary46352 .text_display62058 {
    padding: 25px;
}.course_summary46352 h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(20px * 0.9);
}.course_summary46352 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.course_summary46352 .img_overlay54062,
  .course_summary46352 .text_display62058,
  .course_summary46352 h3::after,
  .course_summary46352 .text_display62058::before {
    transform: none;
    transition: none;
}}.cookie_warning_alert49835 {
    background: rgb(205,203,183);
    border-top: 2px solid rgb(173,161,159);
    bottom: 0;
    width: 100%;
    z-index: 90;
    position: fixed;
}.track_bar70841 {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#cookie_modal_alert08947 {
    display: none;
}#cookie_modal_alert08947:checked ~ .cookie_warning_alert49835 {
    opacity: 0;
    visibility: hidden;
}.cookie_warning_alert49835 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_alert49835 p {
    font-size: 18px;
}.track_toggle24098 {
    flex-shrink: 0;
    margin-right: 10px;
}.track_toggle24098 svg, .track_toggle24098 svg path, .track_toggle24098 img {
    width: 100px;
    height: 100px;
    fill: rgb(173,161,159);
}.user_status87512 {
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    cursor: pointer;
    color: rgb(173,161,159);
    text-decoration: none;
    border-bottom: 2px solid rgb(173,161,159);
    text-align: center;
}.cookie_warning_alert49835 p a {
    color: rgb(173,161,159);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_alert49835 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_toggle24098 {
    display: none;
}.track_bar70841 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_warning_alert49835 h5 {
    text-align: center;
}.cookie_warning_alert49835 p {
    text-align: center;
}.track_manage72103 {
    margin-bottom: 20px;
}body .outer-container19270 .user_status87512 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.outer-container19270 .cookie_warning_alert49835 {
    background: #ffffff;
    box-shadow: rgb(173,161,159,0.5) 0px 0px 40px 39px;
    border: none;
}.outer-container19270 .user_status87512 {
    color: #ffffff;
    background: rgb(173,161,159);
    margin-left: 30px;
    font-weight: 400;
    border: none;
    padding: 10px;
    font-size: 20px;
}.outer-container19270 .track_toggle24098 {
    display: flex;
    justify-content: center;
    width: 80px;
    background:rgb(173,161,159);
    border-radius: 50%;
    align-items: center;
    height: 80px;
}.outer-container19270 .track_toggle24098 svg, .outer-container19270 .track_toggle24098 svg path, .outer-container19270 .track_toggle24098 img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.outer-container19270 .track_manage72103 h5, .outer-container19270 .track_manage72103 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.outer-container19270 .track_toggle24098 {
    margin: 0;
    margin-bottom: 14px;
}}.homepage98401 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(173,161,159,0.5), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
}.homepage98401::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 85%);
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(0,0,0,0));
    content: "";
}.homepage98401::after {
    top: -10%;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    width: 50%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    background: rgb(173,161,159);
    right: -5%;
    height: 60%;
    filter: blur(20px);
    animation: floatElement 10s ease-in-out infinite;
}.homepage98401 .learning_main52673 {
    width: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    height: 100%;
    padding: 5% 8%;
}.homepage98401 .page_lead01527 {
    box-shadow: -15px 20px 40px rgba(0,0,0,0.2);
    padding: 7% 5%;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-3deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-left: 4px solid rgb(173,161,159);
    backdrop-filter: blur(5px);
}.homepage98401 .page_lead01527::before {
    position: absolute;
    transition: opacity 0.4s ease, transform 0.6s ease;
    opacity: 0.7;
    top: 0;
    right: 0;
    background: linear-gradient(110deg, 
              rgb(130,118,116,0.5) 0%, 
              rgba(0, 0, 0, 0.5) 50%, 
              rgb(173,161,159,0.5) 100%);
    bottom: 0;
    z-index: -1;
    content: "";
    left: 0;
}.homepage98401 .page_lead01527:hover::before {
    opacity: 0.85;
    transform: scale(1.02);
}.homepage98401 .page_lead01527 span {
    display: block;
    transform: translateX(-20px);
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(130,118,116,0.5), transparent);
    margin-bottom: 25px;
    padding: 15px 25px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}.homepage98401 .page_lead01527 h3 {
    opacity: 0;
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform: translateY(20px);
    font-size: calc(23px * 0.95);
    animation: fadeUp 0.8s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.homepage98401 .page_lead01527 h1 {
    font-size: 43px;
    opacity: 0;
    transform: translateX(-30px);
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    padding-left: 5%;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    animation: slideInRight 0.9s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    color: #ffffff;
}.homepage98401 .page_lead01527 h1::after {
    transform: scaleX(0);
    bottom: -15px;
    animation: expandWidth 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    width: 70px;
    height: 4px;
    left: 5%;
    transform-origin: left center;
    background: rgb(173,161,159);
    content: "";
    position: absolute;
}.homepage98401 .page_lead01527 div div {
    padding: 20px 30px;
    transform: translateY(20px);
    margin-left: 10%;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 85%;
    border-left: 3px solid rgb(130,118,116);
    background: linear-gradient(135deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.05) 100%);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    margin-top: 40px;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.homepage98401 .page_lead01527 p {
    color: #ffffff;
    margin: 0;
    font-size: calc(15px * 1.1);
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.5px;
}

@keyframes slideIn {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(-20px);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes floatElement {
  0%, 100% {
    transform: rotate(-15deg) skew(15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-15deg) skew(15deg) translate(10px, -10px);
  }
}

@media screen and (max-width: 1200px) {.homepage98401 .page_lead01527 {
    padding: 8% 5%;
    transform: perspective(1000px) rotateY(-2deg);
}.homepage98401 .page_lead01527 h1 {
    font-size: calc(43px * 0.9);
}.homepage98401 .page_lead01527 div div {
    margin-left: 5%;
    max-width: 90%;
}
}

@media screen and (max-width: 991px) {.homepage98401::after {
    width: 60%;
    height: 50%;
    top: -5%;
}.homepage98401 .learning_main52673 {
    padding: 4% 5%;
}.homepage98401 .page_lead01527 {
    padding: 8% 5%;
    transform: perspective(800px) rotateY(-1deg);
}.homepage98401 .page_lead01527 h3 {
    max-width: 95%;
    font-size: calc(23px * 0.9);
}.homepage98401 .page_lead01527 h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 25px;
}.homepage98401 .page_lead01527 div div {
    max-width: 95%;
    padding: 15px 25px;
    margin-top: 30px;
}
}

@media screen and (max-width: 768px) {.homepage98401 {
    min-height: 90vh;
}.homepage98401::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 90%);
}.homepage98401 .learning_main52673 {
    padding: 10% 5%;
}.homepage98401 .page_lead01527 {
    border-left: 3px solid rgb(173,161,159);
    padding: 10% 6%;
    transform: none;
}.homepage98401 .page_lead01527 span {
    margin-bottom: 20px;
    padding: 12px 20px;
}.homepage98401 .page_lead01527 h3 {
    font-size: calc(23px * 0.85);
}.homepage98401 .page_lead01527 h1 {
    padding-left: 2%;
    font-size: calc(43px * 0.75);
}.homepage98401 .page_lead01527 h1::after {
    height: 3px;
    width: 50px;
}.homepage98401 .page_lead01527 div div {
    padding: 15px 20px;
    margin-left: 2%;
    margin-top: 25px;
}.homepage98401 .page_lead01527 p {
    font-size: 15px;
}
}

@media screen and (max-width: 576px) {.homepage98401 {
    min-height: 80vh;
}.homepage98401::after {
    display: none;
}.homepage98401::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}.homepage98401 .learning_main52673 {
    padding: 12% 5% 15%;
}.homepage98401 .page_lead01527 {
    padding: 8% 5% 10%;
    border-left: 2px solid rgb(173,161,159);
}.homepage98401 .page_lead01527 span {
    transform: translateX(-10px);
    padding: 10px 15px;
    margin-bottom: 15px;
}.homepage98401 .page_lead01527 h3 {
    font-size: calc(23px * 0.8);
    line-height: 1.5;
}.homepage98401 .page_lead01527 h1 {
    font-size: calc(43px * 0.65);
    padding-left: 0;
    margin-bottom: 20px;
}.homepage98401 .page_lead01527 h1::after {
    width: 40px;
    left: 0;
}.homepage98401 .page_lead01527 div div {
    padding: 12px 15px;
    max-width: 100%;
    margin-left: 0;
}.homepage98401 .page_lead01527 p {
    font-size: calc(15px * 0.95);
    line-height: 1.5;
}}footer {
    position: relative;
    margin-top: 0;
    background-color: #000000;
}footer::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(173,161,159,0.5) 50%,
    #000000 100%);
    top: 0;
    z-index: 1;
    opacity: 0.9;
    width: 100%;
    position: absolute;
    content: "";
}.career_help93564 {
    background-color: transparent;
    z-index: 5;
    padding: 60px 0 40px;
    position: relative;
}.career_help93564 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.career_help93564 .company_holder {
    position: relative;
    grid-column: span 4;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
}.career_help93564 .company_holder h3 {
    font-size: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}.career_help93564 .company_holder h3::after {
    content: "";
    left: 0;
    bottom: -8px;
    height: 2px;
    position: absolute;
    background: rgb(173,161,159);
    width: 100%;
}.career_help93564 .partner_logo61850 {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
}.career_help93564 .trade_mark40783 {
    grid-gap: 30px;
    display: grid;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
}.career_help93564 .main_teach19368 {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
    padding: 30px;
}.career_help93564 .main_teach19368 h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: 21px;
}.career_help93564 .main_teach19368 h5::after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(130,118,116);
    width: 100%;
    left: 0;
    bottom: -8px;
}.career_help93564 .main_teach19368 .top_mainbar89056 {
    grid-gap: 15px;
    display: grid;
}.career_help93564 .main_teach19368 .top_mainbar89056 a {
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding-left: 15px;
    position: relative;
}.career_help93564 .main_teach19368 .top_mainbar89056 a::before {
    border-radius: 50%;
    background: rgb(130,118,116);
    transform: translateY(-50%);
    top: 50%;
    height: 6px;
    position: absolute;
    width: 6px;
    left: 0;
    content: "";
}.career_help93564 .main_teach19368 .top_mainbar89056 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(173,161,159);
}.event_cal85421 {
    padding: 25px 0;
    z-index: 5;
    position: relative;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
}.event_cal85421 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.event_cal85421 .alumni_net67194 {
    text-align: center;
    opacity: 0.7;
    font-size: 15px;
    color: #ffffff;
}

@media (max-width: 991px) {.career_help93564 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.career_help93564 .company_holder {
    grid-column: span 12;
}.career_help93564 .trade_mark40783 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.career_help93564 {
    padding: 40px 0 30px;
}.career_help93564 .trade_mark40783 {
    grid-template-columns: 1fr;
}.career_help93564 .company_holder {
    padding: 25px;
}.career_help93564 .main_teach19368 {
    padding: 25px;
}.career_help93564 .company_holder h3 {
    font-size: calc(32px - 2px);
}.career_help93564 .main_teach19368 h5 {
    font-size: calc(21px - 1px);
}
}

@media (max-width: 575px) {.career_help93564 {
    padding: 30px 0 20px;
}.career_help93564 .company_holder,
  .career_help93564 .main_teach19368 {
    padding: 20px;
}.career_help93564 .company_holder h3 {
    font-size: calc(32px - 4px);
}.event_cal85421 {
    padding: 20px 0;
}}

.career_help93564 .company_holder:hover,
.career_help93564 .main_teach19368:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.career_help93564 .container::before {
    z-index: -1;
    opacity: 0.05;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    background: 
    linear-gradient(to right, rgb(173,161,159,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(173,161,159,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
}.career_help93564 .company_holder::before {
    top: 0;
    width: 5px;
    background: rgb(173,161,159);
    content: "";
    opacity: 0.5;
    height: 100%;
    position: absolute;
    left: 0;
}.career_help93564 .main_teach19368::before {
    opacity: 0.5;
    width: 5px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: rgb(130,118,116);
}footer::after {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.3;
    height: 5px;
    background: linear-gradient(to right,
    rgb(173,161,159),
    rgb(130,118,116),
    rgb(173,161,159));
    z-index: 2;
    bottom: 0;
}.career_help93564 .top_mainbar89056 {
    position: relative;
}.career_help93564 .top_mainbar89056::after {
    opacity: 0.2;
    background: rgb(130,118,116,0.5);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
}.career_help93564 .main_teach19368 h5,
.career_help93564 .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.career_help93564 .main_teach19368:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.career_help93564 .main_teach19368:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.event_cal85421 .alumni_net67194 {
    display: inline-block;
    position: relative;
}.event_cal85421 .alumni_net67194::before {
    left: -40px;
    opacity: 0.5;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    width: 30px;
    background: rgb(173,161,159);
    height: 1px;
}.event_cal85421 .alumni_net67194::after {
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 1px;
    background: rgb(173,161,159);
    right: -40px;
    opacity: 0.5;
    top: 50%;
}