* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wrapper-bundle-id {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.degree-path-id {
    flex: 0 0 auto;
}.head-skill-id {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1228px;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-defense-id {
    background: linear-gradient(135deg, rgb(237,233,233), #ffffff 80%);
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
}.privacy-defense-id::before {
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(210,202,202), rgb(176,164,164));
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scaleX(0.97);
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.privacy-defense-id:hover::before {
    transform: scaleX(1);
}.privacy-defense-id::after {
    opacity: 0.03;
    height: 100%;
    content: "";
    transform: skewX(-12deg) translateX(30%);
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 0;
    background: linear-gradient(to left, rgb(210,202,202,0.5), transparent);
}.privacy-defense-id .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.privacy-defense-id h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: 39px;
    position: relative;
    transition: transform 0.3s ease;
    color: rgb(210,202,202);
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
}.privacy-defense-id h1::after {
    transform-origin: left;
    left: 0;
    width: 80px;
    background: rgb(176,164,164);
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.4s ease-out;
}.privacy-defense-id:hover h1::after {
    width: 120px;
}.privacy-defense-id h2 {
    transition: padding-left 0.3s ease;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    position: relative;
    border-left: 3px solid rgb(210,202,202);
    padding-left: 1rem;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}.privacy-defense-id h2:hover {
    padding-left: 1.5rem;
}.privacy-defense-id h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
    color: #000000;
    font-size: calc(30px * 0.85);
}.privacy-defense-id h4 {
    font-size: calc(30px * 0.7);
    display: inline-block;
    color: #000000;
    margin-bottom: 0.75rem;
    font-weight: 400;
    position: relative;
    margin-top: 1.75rem;
}.privacy-defense-id h4::after {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -5px;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(176,164,164), transparent);
}.privacy-defense-id p {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}.privacy-defense-id p:hover {
    transform: translateX(5px);
}.privacy-defense-id p strong {
    color: rgb(210,202,202);
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy-defense-id p strong::after {
    transform: scaleX(0.7);
    left: 0;
    width: 100%;
    position: absolute;
    background-color: rgb(210,202,202,0.5);
    transition: transform 0.3s ease;
    bottom: -2px;
    transform-origin: left;
    height: 1px;
    content: "";
}.privacy-defense-id p strong:hover::after {
    transform: scaleX(1);
}.privacy-defense-id span {
    border-left: 1px dashed rgb(176,164,164,0.5);
    display: block;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
}.privacy-defense-id ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy-defense-id li {
    font-size: 14px;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
}.privacy-defense-id li:hover {
    transform: translateX(5px);
}.privacy-defense-id li::before {
    content: "";
    position: absolute;
    width: 8px;
    background-color: rgb(176,164,164);
    top: 0.5rem;
    transform: rotate(45deg);
    height: 8px;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
}.privacy-defense-id li:hover::before {
    background-color: rgb(210,202,202);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.privacy-defense-id {
    padding: 3rem 1.5rem;
}.privacy-defense-id h1 {
    font-size: calc(39px * 0.9);
}.privacy-defense-id h2 {
    font-size: calc(30px * 0.9);
}.privacy-defense-id p, .privacy-defense-id span, .privacy-defense-id li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 767px) {.privacy-defense-id {
    padding: 2.5rem 1.25rem;
}.privacy-defense-id::after {
    display: none;
}.privacy-defense-id h1 {
    transform: translateX(0);
    font-size: calc(39px * 0.8);
}.privacy-defense-id h2 {
    font-size: calc(30px * 0.8);
    padding-left: 0.75rem;
}.privacy-defense-id h3 {
    font-size: calc(30px * 0.7);
}.privacy-defense-id h4 {
    font-size: calc(30px * 0.6);
}.privacy-defense-id p, .privacy-defense-id span, .privacy-defense-id li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.privacy-defense-id ul {
    margin-left: 0.5rem;
}.privacy-defense-id li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.privacy-defense-id {
    padding: 2rem 1rem;
}.privacy-defense-id h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1.5rem;
}.privacy-defense-id h1::after {
    width: 60px;
}.privacy-defense-id:hover h1::after {
    width: 80px;
}.privacy-defense-id h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: calc(30px * 0.7);
}.privacy-defense-id p, .privacy-defense-id span, .privacy-defense-id li {
    margin-bottom: 1.25rem;
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.privacy-defense-id li::before {
    top: 0.4rem;
    height: 6px;
    width: 6px;
}.privacy-defense-id p:hover, .privacy-defense-id li:hover {
    transform: translateX(3px);
}}.greeting-page-id {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
    background-color: rgb(237,233,233);
    position: relative;
}.greeting-page-id .img-grid-id {
    width: 100%;
    top: 0;
    transform: scale(1.05);
    height: 100%;
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    position: absolute;
    z-index: 1;
}.greeting-page-id .img-grid-id::before {
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
        rgba(94, 170, 168, 0.85) 0%, 
        rgba(94, 170, 168, 0.4) 50%, 
        rgba(25, 85, 83, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    backdrop-filter: blur(3px);
}.greeting-page-id .img-grid-id::after {
    content: '';
    z-index: 3;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
}.greeting-page-id .learn-guides-id {
    margin: auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 5;
    width: 100%;
    padding: 2rem;
}.greeting-page-id h1 {
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    font-size: calc(47px * 1.2);
    font-weight: 700;
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
}.greeting-page-id h1::after {
    background: linear-gradient(90deg, #ffffff, transparent);
    animation: expandWidth 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    left: 0;
    width: 80px;
    bottom: -10px;
    height: 4px;
    content: '';
    position: absolute;
}.greeting-page-id .text-bubble-id {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    opacity: 0;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    max-width: 580px;
    transform: translateY(20px);
    position: relative;
}.greeting-page-id .text-bubble-id::before {
    content: '';
    border-radius: calc(10px + 5px);
    z-index: -1;
    left: -5px;
    bottom: -5px;
    position: absolute;
    pointer-events: none;
    right: -5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -5px;
}.greeting-page-id .text-bubble-id p {
    margin-bottom: 1.8rem;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    max-width: 500px;
    font-size: calc(13px * 1.1);
}.greeting-page-id .online-skills-id {
    position: relative;
    align-items: center;
    transform: scale(0.95);
    margin: 2rem 0;
    animation: pulseIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    display: flex;
    opacity: 0;
    justify-content: center;
}.greeting-page-id .online-skills-id svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    width: 100px;
}.greeting-page-id .online-skills-id:hover svg {
    transform: scale(1.05) rotate(2deg);
}.greeting-page-id .online-skills-id svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.greeting-page-id .online-skills-id:hover svg path {
    fill: rgb(114, 190, 188);
}.greeting-page-id .online-skills-id svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.greeting-page-id .online-skills-id:hover svg text {
    fill: rgb(114, 190, 188);
}.greeting-page-id h6 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 1rem;
}.greeting-page-id h6 .reach-card-id {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    color: rgb(176,164,164);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    padding: 14px 30px;
    z-index: 1;
    position: relative;
    text-decoration: none;
}.greeting-page-id h6 .reach-card-id::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    content: "";
    transform-origin: right;
    background: linear-gradient(45deg, rgb(176,164,164), rgba(94, 170, 168, 0.8));
    transform: scaleX(0);
    z-index: -1;
}.greeting-page-id h6 .reach-card-id:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}.greeting-page-id h6 .reach-card-id:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media screen and (max-width: 991px) {.greeting-page-id h1 {
    font-size: calc(47px * 1.1);
}.greeting-page-id .text-bubble-id {
    padding: 2rem;
    max-width: 520px;
}
}

@media screen and (max-width: 768px) {.greeting-page-id .learn-guides-id {
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}.greeting-page-id h1 {
    font-size: 47px;
}.greeting-page-id h1::after {
    transform: translateX(-50%);
    left: 50%;
}.greeting-page-id .text-bubble-id {
    padding: 1.8rem;
    text-align: center;
}.greeting-page-id h6 {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.greeting-page-id .img-grid-id {
    transform: scale(1.1);
}.greeting-page-id .text-bubble-id {
    padding: 1.5rem;
}.greeting-page-id .text-bubble-id p {
    font-size: 13px;
}.greeting-page-id .online-skills-id svg {
    height: 80px;
    width: 80px;
}.greeting-page-id h6 .reach-card-id {
    padding: 12px 24px;
}
}

@media (prefers-reduced-motion: reduce) {.greeting-page-id .img-grid-id,
    .greeting-page-id h1,
    .greeting-page-id .text-bubble-id,
    .greeting-page-id .online-skills-id,
    .greeting-page-id h6 .reach-card-id {
    transform: none;
    transition: none;
    animation: none;
    opacity: 1;
}.greeting-page-id h1::after {
    width: 80px;
    animation: none;
}}.training-specialist-id {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,233,233) 0%, rgb(210,202,202,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
}.training-specialist-id::before {
    right: -5%;
    height: 30%;
    position: absolute;
    z-index: 0;
    width: 30%;
    top: -5%;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    background: rgb(176,164,164,0.5);
    content: "";
}.training-specialist-id::after {
    width: 25%;
    left: -5%;
    position: absolute;
    content: "";
    z-index: 0;
    bottom: -5%;
    filter: blur(15px);
    transform: rotate(15deg) translateZ(0);
    height: 25%;
    background: rgb(210,202,202,0.5);
}.training-specialist-id .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.training-specialist-id .user-testimonials-id {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    gap: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    grid-template-columns: 1fr;
    position: relative;
    padding: 3rem;
}.training-specialist-id .user-testimonials-id:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.training-specialist-id .user-testimonials-id > div:first-child {
    position: relative;
    overflow: hidden;
}.training-specialist-id .img-grid-id {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: scale(1.05);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}.training-specialist-id .user-testimonials-id:hover .img-grid-id {
    transform: scale(1);
}.training-specialist-id .user-testimonials-id > div:nth-child(2) {
    gap: 0.5rem;
    display: flex;
    padding-left: 2rem;
    position: relative;
    flex-direction: column;
}.training-specialist-id .user-testimonials-id > div:nth-child(2)::before {
    top: 50%;
    content: "";
    background: linear-gradient(to bottom, rgb(210,202,202), rgb(176,164,164));
    width: 4px;
    height: 70%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}.training-specialist-id .name {
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    margin: 0;
    font-size: 19px;
}.training-specialist-id .name::after {
    left: 0;
    width: 0;
    background: rgb(210,202,202);
    transition: width 0.4s ease-out;
    bottom: -5px;
    position: absolute;
    height: 2px;
    content: "";
}.training-specialist-id .user-testimonials-id:hover .name::after {
    width: 100%;
}.training-specialist-id .user-testimonials-id > div:nth-child(2) > div {
    color: rgb(176,164,164);
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(14px - 2px);
}.training-specialist-id .user-testimonials-id > div:nth-child(3) {
    position: relative;
}.training-specialist-id .emp-section-id {
    background: linear-gradient(to right, rgba(rgb(237,233,233), 0.05), rgba(rgb(237,233,233), 0.02));
    margin: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    border-left: 3px solid rgb(210,202,202,0.5);
    color: #000000;
    padding: 1.5rem;
}.training-specialist-id .emp-section-id::before {
    position: absolute;
    content: "";
    top: -0.5rem;
    color: rgb(210,202,202,0.5);
    left: 0.5rem;
    font-size: 5rem;
    line-height: 1;
    opacity: 0.2;
    font-family: serif;
}

@media (min-width: 768px) {.training-specialist-id {
    padding: 8rem 3rem;
}.training-specialist-id .user-testimonials-id {
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-rows: auto 1fr;
}.training-specialist-id .user-testimonials-id > div:first-child {
    grid-row: span 2;
}.training-specialist-id .img-grid-id {
    height: 100%;
}.training-specialist-id .user-testimonials-id > div:nth-child(2) {
    padding-left: 3rem;
}.training-specialist-id .emp-section-id {
    font-size: calc(14px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.training-specialist-id {
    padding: 10rem 4rem;
}.training-specialist-id .user-testimonials-id {
    grid-template-columns: minmax(300px, 400px) 1fr;
    gap: 4rem 5rem;
    padding: 5rem;
}.training-specialist-id .name {
    font-size: calc(19px + 2px);
}.training-specialist-id .user-testimonials-id > div:nth-child(2) > div {
    font-size: 14px;
}.training-specialist-id .emp-section-id {
    line-height: 1.8;
}.training-specialist-id .user-testimonials-id::after {
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(210,202,202,0.5) 50%);
    opacity: 0.1;
    width: 150px;
    content: "";
    height: 150px;
    right: 0;
}.training-specialist-id .user-testimonials-id:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.training-specialist-id {
    padding: 4rem 1.5rem;
}.training-specialist-id .user-testimonials-id {
    gap: 2rem;
    padding: 2rem;
}.training-specialist-id .img-grid-id {
    height: 250px;
}.training-specialist-id .name {
    font-size: calc(19px - 1px);
}.training-specialist-id .user-testimonials-id > div:nth-child(2) > div {
    font-size: calc(14px - 3px);
}.training-specialist-id .emp-section-id {
    padding: 1rem;
    font-size: calc(14px - 1px);
}}.reach-us-idVEJFc {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(210,202,202,0.5) 0%, 
        rgb(176,164,164,0.5) 20%, 
        transparent 80%
    );
    overflow: hidden;
    backdrop-filter: blur(15px);
}.reach-us-idVEJFc::before {
    bottom: 0;
    z-index: 1;
    content: '';
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(237,233,233) 20%, rgb(237,233,233) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(237,233,233) 20%, rgb(237,233,233) 40%, transparent 40%);
    left: 0;
    right: 0;
    opacity: 0.5;
    pointer-events: none;
    top: 0;
    position: absolute;
}.reach-us-idVEJFc .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.reach-us-idVEJFc .join-conversation-id {
    align-items: stretch;
    gap: 1.5rem;
    position: relative;
    grid-template-columns: 2fr 1fr 1fr;
    display: grid;
}.reach-us-idVEJFc .ask-team-id {
    overflow: hidden;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(237,233,233) 100%
    );
    border-radius: 23px;
    position: relative;
    justify-content: space-between;
}.reach-us-idVEJFc .ask-team-id:hover::after {
    opacity: 1;
}.reach-us-idVEJFc .ask-team-id:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.reach-us-idVEJFc .ask-team-id:nth-child(1) p {
    display: flex;
    align-items: center;
}.reach-us-idVEJFc .ask-team-id:nth-child(2) {
    grid-column: span 2;
    height: 300px;
    grid-row: 1 / 2;
}.reach-us-idVEJFc .ask-team-id:nth-child(3) {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}.reach-us-idVEJFc .ask-team-id h2 {
    display: inline-block;
    font-size: 39px;
    color: rgb(210,202,202);
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
}.reach-us-idVEJFc .ask-team-id h2::before {
    background: linear-gradient(
        to right, 
        rgb(210,202,202), 
        rgb(176,164,164)
    );
    left: 0;
    transform: scaleX(0);
    height: 3px;
    width: 100%;
    position: absolute;
    content: '';
    transform-origin: right;
    transition: transform 0.4s ease;
    bottom: -0.5rem;
}.reach-us-idVEJFc .ask-team-id:hover h2::before {
    transform-origin: left;
    transform: scaleX(1);
}.reach-us-idVEJFc .img-grid-id {
    transform: perspective(1000px) rotateX(5deg);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
    border-radius: 23px;
}.reach-us-idVEJFc .img-grid-id:hover {
    transform: perspective(1000px) rotateX(0);
}.reach-us-idVEJFc .img-grid-id::before {
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(210,202,202,0.5) 0%, 
        rgb(176,164,164,0.5) 100%
    );
    content: '';
    position: absolute;
}.reach-us-idVEJFc .img-grid-id:hover::before {
    opacity: 0.3;
}.reach-us-idVEJFc .connect-experts-id {
    display: contents;
}.reach-us-idVEJFc .connect-experts-id a {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    padding: 1rem;
}.reach-us-idVEJFc .connect-experts-id a::before {
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        to right, 
        rgb(210,202,202,0.5), 
        rgb(176,164,164,0.5)
    );
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.reach-us-idVEJFc .connect-experts-id a:hover::before {
    opacity: 0.1;
}.reach-us-idVEJFc .connect-experts-id a span {
    font-size: 12px;
    position: relative;
    color: rgb(210,202,202);
    margin-bottom: 0.5rem;
    z-index: 2;
    opacity: 0.7;
}.reach-us-idVEJFc .connect-experts-id a p {
    margin: 0;
    font-size: 15px;
    z-index: 2;
    color: rgb(210,202,202);
    position: relative;
    font-weight: 600;
}.reach-us-idVEJFc .contact-support-id {
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    background: rgb(237,233,233);
    align-items: center;
    grid-column: 1 / -1;
    margin-top: 1rem;
}.reach-us-idVEJFc .contact-support-id h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    color: rgb(210,202,202);
    margin-right: 1rem;
}.reach-us-idVEJFc .submit-request-id {
    flex-wrap: wrap;
    gap: 0.5rem;
    display: flex;
}.reach-us-idVEJFc .submit-request-id span {
    color: rgb(210,202,202);
    border-radius: 10px;
    font-size: 12px;
    padding: 0.3rem 0.7rem;
    background: #ffffff;
}.reach-us-idVEJFc svg,
.reach-us-idVEJFc svg path {
    transition: all 0.3s ease;
    fill: rgb(210,202,202);
    margin-right: 10px;
}.reach-us-idVEJFc .connect-experts-id a:hover svg,
.reach-us-idVEJFc .connect-experts-id a:hover svg path {
    transform: scale(1.1);
    fill: rgb(176,164,164);
}

@media screen and (max-width: 1200px) {.reach-us-idVEJFc .join-conversation-id {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}.reach-us-idVEJFc .ask-team-id:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.reach-us-idVEJFc .ask-team-id:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.reach-us-idVEJFc .ask-team-id:nth-child(3) {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
}

@media screen and (max-width: 768px) {.reach-us-idVEJFc .join-conversation-id {
    grid-template-columns: 1fr;
}.reach-us-idVEJFc .ask-team-id:nth-child(1),
    .reach-us-idVEJFc .ask-team-id:nth-child(2),
    .reach-us-idVEJFc .ask-team-id:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
}.reach-us-idVEJFc .ask-team-id:nth-child(3) {
    grid-template-columns: 1fr;
}.reach-us-idVEJFc .img-grid-id {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.reach-us-idVEJFc .ask-team-id:nth-child(3) {
    display: flex;
    flex-direction: column;
}}.privacySettingsBanner-id {
    background: rgb(176,164,164);
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(210,202,202);
    z-index: 90;
}.track-ack-id {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.track-toggle-id {
    margin-right: 20px;
    flex-shrink: 0;
}.track-toggle-id svg {
    width: 50px;
    fill: rgb(210,202,202);
    height: 50px;
}.cookie-updates-id {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
}.privacySettingsBanner-id h5 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
    color: #ffffff;
}.privacySettingsBanner-id p {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.cookie-frame-id {
    margin-left: 10px;
    background: rgb(210,202,202);
    transition: none;
    text-decoration: none;
    border-radius: 10px;
    min-width: 150px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid rgb(210,202,202);
    color: #ffffff;
    flex-shrink: 0;
    text-align: center;
}.cookie-frame-id:hover {
    border-color: rgb(210,202,202,0.5);
    background: rgb(210,202,202,0.5);
}.privacySettingsBanner-id p a {
    border-bottom: 2px solid rgb(210,202,202);
    text-decoration: none;
    color: rgb(210,202,202);
}.privacySettingsBanner-id p a:hover {
    border-bottom-color: rgb(176,164,164);
    color: rgb(176,164,164);
}
@media only screen and (max-width: 1200px) {.privacySettingsBanner-id {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.track-toggle-id {
    display: none;
}.track-ack-id {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.privacySettingsBanner-id h5, .privacySettingsBanner-id p {
    text-align: center;
}.cookie-updates-id {
    margin-bottom: 15px;
}.cookie-frame-id {
    margin-left: 0;
    margin-top: 10px;
}}
#cookie-warning-box-id {
    display: none;
}#cookie-warning-box-id:checked ~ .privacySettingsBanner-id {
    opacity: 0;
    visibility: hidden;
}.contact-us-ids8i {
    position: relative;
    background: linear-gradient(120deg, rgb(237,233,233) 0%, #1a1e2e 100%);
    padding: 90px 0;
    overflow: hidden;
}.contact-us-ids8i::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(210,202,202), 0.05) 100%);
    position: absolute;
    left: 0;
    z-index: 0;
}.contact-us-ids8i::after {
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    height: 100px;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}.contact-us-ids8i .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.contact-us-ids8i h2 {
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 70px;
}.contact-us-ids8i h2::before {
    height: 2px;
    content: "";
    left: calc(50% - 50px);
    background: rgb(210,202,202);
    bottom: -20px;
    width: 30px;
    position: absolute;
}.contact-us-ids8i h2::after {
    position: absolute;
    left: calc(50% - 10px);
    height: 2px;
    bottom: -20px;
    background: rgb(210,202,202);
    content: "";
    width: 70px;
}.contact-us-ids8i .reach-grid-id {
    backdrop-filter: blur(10px);
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    display: grid;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.contact-us-ids8i .img-grid-id {
    min-height: 100%;
    position: relative;
}.contact-us-ids8i .img-grid-id::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
}.contact-us-ids8i .img-grid-id::after {
    animation: scanLines 5s linear infinite;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(210,202,202), 0.1) 10px, rgba(rgb(210,202,202), 0.1) 11px);
    top: 0;
    z-index: 2;
    height: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-us-ids8i .inquiry-block-id {
    padding: 50px;
    position: relative;
}.contact-us-ids8i .inquiry-block-id::before {
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
}.contact-us-ids8i #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact-us-ids8i h3 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.contact-us-ids8i h3::after {
    width: 50px;
    background: rgb(210,202,202);
    left: 0;
    content: "";
    height: 2px;
    bottom: -10px;
    position: absolute;
}.contact-us-ids8i input[type="text"] {
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}.contact-us-ids8i input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(210,202,202), 0.2);
    border-color: rgb(210,202,202);
    outline: none;
}.contact-us-ids8i input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-us-ids8i .request-box-id {
    gap: 12px;
    margin-top: 5px;
    align-items: flex-start;
    display: flex;
}.contact-us-ids8i .request-box-id input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 24px;
    appearance: none;
    border-radius: 3px;
}.contact-us-ids8i .request-box-id input[type="checkbox"]:checked {
    background: rgb(210,202,202);
    border-color: rgb(210,202,202);
}.contact-us-ids8i .request-box-id input[type="checkbox"]:checked::after {
    height: 10px;
    transform: rotate(45deg);
    left: 9px;
    content: "";
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 6px;
    position: absolute;
}.contact-us-ids8i .request-box-id label {
    font-size: calc(18px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.contact-us-ids8i .request-box-id a {
    position: relative;
    color: rgb(210,202,202);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-us-ids8i .request-box-id a:hover {
    color: #ffffff;
}.contact-us-ids8i .request-box-id a::after {
    transition: all 0.3s ease;
    left: 0;
    content: "";
    bottom: -2px;
    position: absolute;
    height: 1px;
    background: rgb(210,202,202);
    width: 100%;
}.contact-us-ids8i .request-box-id a:hover::after {
    background: #ffffff;
}.contact-us-ids8i .reach-card-id {
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 16px 35px;
    background: rgb(210,202,202);
    margin-top: 10px;
    align-self: flex-start;
    letter-spacing: 1px;
    position: relative;
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact-us-ids8i .reach-card-id::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
    height: 100%;
}.contact-us-ids8i .reach-card-id:hover {
    background: rgb(176,164,164);
    transform: translateY(-3px);
}.contact-us-ids8i .reach-card-id:hover::before {
    left: 100%;
}.contact-us-ids8i svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(210,202,202);
    filter: drop-shadow(0 0 5px rgba(rgb(210,202,202), 0.5));
}.contact-us-ids8i svg path {
    transition: all 0.3s ease;
    fill: rgb(210,202,202);
}.contact-us-ids8i svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact-us-ids8i svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-us-ids8i {
    padding: 70px 0;
}.contact-us-ids8i .reach-grid-id {
    grid-template-columns: 1fr;
}.contact-us-ids8i .img-grid-id {
    min-height: 300px;
}.contact-us-ids8i .inquiry-block-id {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-us-ids8i {
    padding: 50px 0;
}.contact-us-ids8i h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 50px;
}.contact-us-ids8i .img-grid-id {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-us-ids8i {
    padding: 40px 0;
}.contact-us-ids8i .container {
    padding: 0 15px;
}.contact-us-ids8i h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 6px);
}.contact-us-ids8i h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact-us-ids8i h2::after {
    width: 50px;
}.contact-us-ids8i .inquiry-block-id {
    padding: 30px 20px 40px;
}.contact-us-ids8i #contact {
    gap: 20px;
}.contact-us-ids8i .reach-card-id {
    width: 100%;
}.contact-us-ids8i .img-grid-id {
    min-height: 200px;
}}.course-program-info-id {
    min-height: 100vh;
    justify-content: center;
    padding: 0;
    display: flex;
    margin: 0;
    position: relative;
    align-items: center;
    background-color: rgb(237,233,233);
    overflow: hidden;
    flex-direction: column;
}.course-program-info-id .tech-learn-id {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    overflow: hidden;
    top: 0;
    position: absolute;
}.course-program-info-id .tech-learn-id::before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    backdrop-filter: blur(2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 70%, rgb(210,202,202,0.5) 100%);
}.course-program-info-id .tech-learn-id::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(210,202,202,0.5) 10%, transparent 100%);
    position: absolute;
    z-index: 3;
    content: "";
    height: 70%;
    width: 100%;
}.course-program-info-id .tech-training-id {
    display: flex;
    animation: carousel-slide 25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}.course-program-info-id .tech-learn-id:hover .tech-training-id {
    animation-play-state: paused;
}.course-program-info-id .lesson-route-id {
    position: relative;
    height: 100%;
    min-width: 100%;
    transition: transform 0.5s ease;
}.course-program-info-id .lesson-route-id::before {
    width: 100%;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(176,164,164,0.5),
        rgb(176,164,164,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.course-program-info-id .lesson-route-id img {
    width: 100%;
    object-position: center;
    height: 100%;
    transition: filter 0.3s ease, transform 0.5s ease;
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
}.course-program-info-id .lesson-route-id:hover img {
    filter: saturate(1.4) contrast(1.2);
    transform: scale(1.05);
}.course-program-info-id .container {
    padding: 2rem;
    max-width: 1200px;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}.course-program-info-id .learn-guides-id {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}.course-program-info-id .learn-network-id {
    background: linear-gradient(145deg, 
        rgb(210,202,202,0.5) 0%, 
        rgb(176,164,164,0.5) 100%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    border-left: 4px solid rgb(210,202,202);
    margin-left: auto;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.3),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    animation: float 6s ease-in-out infinite;
    max-width: 900px;
}.course-program-info-id .learn-network-id h3 {
    margin-bottom: 1.8rem;
    color: #ffffff;
    font-size: calc(31px * 1.1);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
    position: relative;
}.course-program-info-id .learn-network-id h3::after {
    background: rgb(210,202,202);
    position: absolute;
    height: 4px;
    bottom: 0;
    content: "";
    border-radius: 10px;
    width: 70px;
    left: 0;
}.course-program-info-id .learn-network-id p {
    line-height: 1.7;
    font-size: calc(17px * 1.1);
    opacity: 1;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.course-program-info-id .learn-network-id .reach-card-id {
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(to right, rgb(210,202,202), rgb(176,164,164));
    font-weight: 600;
    font-size: 17px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.course-program-info-id .learn-network-id .reach-card-id::before {
    height: 100%;
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
    z-index: -1;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}.course-program-info-id .learn-network-id .reach-card-id:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.course-program-info-id .learn-network-id .reach-card-id:hover::before {
    left: 100%;
}

@keyframes carousel-slide {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {.course-program-info-id {
    min-height: auto;
    padding: 5rem 0;
}.course-program-info-id .tech-learn-id {
    height: 50vh;
    position: relative;
}.course-program-info-id .learn-guides-id {
    justify-content: center;
}.course-program-info-id .learn-network-id {
    max-width: 90%;
    padding: 2.5rem;
    margin: 2rem auto 0;
}
}

@media screen and (max-width: 767px) {.course-program-info-id .tech-learn-id {
    height: 40vh;
}.course-program-info-id .tech-learn-id::after {
    height: 60%;
}.course-program-info-id .learn-network-id {
    padding: 1.5rem;
}.course-program-info-id .learn-network-id h3 {
    font-size: calc(31px * 0.8);
}.course-program-info-id .learn-network-id p {
    font-size: calc(17px * 0.9);
}.course-program-info-id .learn-network-id .reach-card-id {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media screen and (max-width: 480px) {.course-program-info-id .tech-learn-id {
    height: 30vh;
}.course-program-info-id .tech-learn-id::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgb(210,202,202,0.5) 100%);
}.course-program-info-id .container {
    padding: 1rem;
}.course-program-info-id .learn-network-id {
    padding: 1.2rem;
}}.pricing-deck-id {
    background: linear-gradient(135deg, rgb(237,233,233) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.pricing-deck-id::before {
    opacity: 0.1;
    width: 40%;
    height: 70%;
    border-radius: 10px;
    top: -10%;
    z-index: 0;
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    background: linear-gradient(120deg, rgb(210,202,202,0.5) 20%, rgb(176,164,164,0.5) 80%);
}.pricing-deck-id::after {
    left: -3%;
    bottom: -5%;
    opacity: 0.08;
    z-index: 0;
    height: 50%;
    content: "";
    width: 35%;
    position: absolute;
    background: linear-gradient(45deg, rgb(176,164,164,0.5) 30%, rgb(210,202,202,0.5) 70%);
    transform: rotate(10deg);
    border-radius: 10px;
}.pricing-deck-id .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.pricing-deck-id .cost-deals-id {
    flex-direction: column;
    display: flex;
}.pricing-deck-id .program-rate-id {
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
}.pricing-deck-id .program-rate-id h2 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.pricing-deck-id .program-rate-id h2::after {
    height: 3px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(210,202,202), transparent);
    content: "";
    bottom: -0.75rem;
}.pricing-deck-id .rate-card-id {
    max-width: 800px;
    font-size: 12px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
}.pricing-deck-id .learning-packages-id {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    order: 2;
    gap: 2rem;
}.pricing-deck-id .package-price-id {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    height: 100%;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
}.pricing-deck-id .package-price-id:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing-deck-id .package-price-id::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(210,202,202), rgb(176,164,164));
    width: 100%;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    top: 0;
    height: 5px;
    content: "";
}.pricing-deck-id .package-price-id:hover::before {
    transform: translateY(0);
}.pricing-deck-id .qtr-cost-id {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}.pricing-deck-id .rate-choice-id {
    position: relative;
    flex: 1;
    padding: 2rem 1.75rem;
    flex-direction: column;
    display: flex;
}.pricing-deck-id .rate-choice-id h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(23px * 1.1);
    margin-bottom: 1rem;
    display: inline-block;
}.pricing-deck-id .rate-choice-id .value-fees-id {
    font-weight: 700;
    color: rgb(210,202,202);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(23px * 1.3);
}.pricing-deck-id .rate-choice-id .value-fees-id::after {
    left: 0;
    background: rgb(210,202,202,0.5);
    position: absolute;
    content: "";
    height: 2px;
    bottom: -0.75rem;
    width: 40px;
}.pricing-deck-id .rate-choice-id p {
    font-size: 12px;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.65;
    color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.pricing-deck-id .img-grid-id {
    width: 100%;
    transition: transform 0.5s ease;
    height: 180px;
    overflow: hidden;
    position: relative;
}.pricing-deck-id .img-grid-id::after {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}.pricing-deck-id .package-price-id:hover .img-grid-id {
    transform: scale(1.05);
}.pricing-deck-id .package-price-id:nth-child(odd) .rate-choice-id::before {
    width: 2.5rem;
    background: rgb(210,202,202,0.5);
    content: "";
    right: 1rem;
    top: 1rem;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    height: 2.5rem;
    z-index: -1;
}.pricing-deck-id .package-price-id:nth-child(even) .rate-choice-id::before {
    background: rgb(176,164,164,0.5);
    opacity: 0.1;
    height: 2.5rem;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    content: "";
    width: 2.5rem;
    left: 1rem;
    bottom: 1rem;
}

@media (min-width: 992px) {.pricing-deck-id .cost-deals-id {
    flex-direction: row;
}.pricing-deck-id .program-rate-id {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0;
    padding-left: 3rem;
    flex: 0 0 30%;
    justify-content: center;
    order: 2;
}.pricing-deck-id .program-rate-id h2 {
    text-align: left;
    margin-bottom: 2rem;
}.pricing-deck-id .program-rate-id h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.pricing-deck-id .rate-card-id {
    margin: 0;
    text-align: left;
}.pricing-deck-id .learning-packages-id {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.pricing-deck-id {
    padding: 5rem 0;
}.pricing-deck-id .package-price-id {
    margin-bottom: 1.5rem;
}.pricing-deck-id .program-rate-id {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing-deck-id {
    padding: 4rem 0;
}.pricing-deck-id .program-rate-id h2 {
    font-size: calc(36px * 0.9);
}.pricing-deck-id .rate-choice-id h3 {
    font-size: 23px;
}.pricing-deck-id .rate-choice-id .value-fees-id {
    font-size: calc(23px * 1.15);
}.pricing-deck-id .img-grid-id {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing-deck-id {
    padding: 3rem 0;
}.pricing-deck-id .container {
    padding: 0 1.5rem;
}.pricing-deck-id .learning-packages-id {
    gap: 1.5rem;
}.pricing-deck-id .rate-choice-id {
    padding: 1.5rem;
}.pricing-deck-id .img-grid-id {
    height: 140px;
}
}

@media (hover: none) {.pricing-deck-id .package-price-id:hover {
    transform: none;
}.pricing-deck-id .package-price-id:hover .img-grid-id {
    transform: none;
}}.quantitative-data-id {
    background-image: linear-gradient(135deg, rgb(210,202,202,0.5) 0%, transparent 100%);
    position: relative;
    overflow: hidden;
    background: rgb(237,233,233);
    padding: 120px 0;
}.quantitative-data-id::before {
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    opacity: 0.05;
    position: absolute;
    width: 100%;
}.quantitative-data-id::after {
    top: 0;
    background: radial-gradient(circle, rgb(210,202,202,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.1;
    right: 0;
    position: absolute;
    content: "";
    width: 50%;
    pointer-events: none;
}.quantitative-data-id .container {
    z-index: 2;
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    max-width: 1200px;
    gap: 60px;
}.quantitative-data-id .fast-benefits-id {
    gap: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}.quantitative-data-id .fast-benefits-id::before {
    left: -20px;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(210,202,202), transparent);
    content: "";
    width: 5px;
    top: 0;
    height: 100%;
}.quantitative-data-id .statistics-zone-id {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 20px 30px;
    transform-origin: left center;
    display: flex;
    position: relative;
    align-items: center;
}.quantitative-data-id .statistics-zone-id:nth-child(even) {
    transform: translateX(20px);
}.quantitative-data-id .statistics-zone-id:hover {
    z-index: 3;
    transform: translateX(10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.quantitative-data-id .statistics-zone-id:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.quantitative-data-id .statistics-zone-id::after {
    transition: width 0.3s ease;
    left: 0;
    border-radius: 10px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 4px;
    background: rgb(210,202,202);
}.quantitative-data-id .statistics-zone-id:hover::after {
    width: 8px;
}.quantitative-data-id .statistics-zone-id h4 {
    font-weight: 700;
    color: rgb(210,202,202);
    min-width: 100px;
    font-size: calc(39px * 0.8);
    margin: 0;
    text-align: left;
}.quantitative-data-id .statistics-zone-id span {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    position: relative;
    padding-left: 30px;
    flex-grow: 1;
    margin-left: 30px;
}.quantitative-data-id .statistics-zone-id span::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(210,202,202,0.5), transparent);
    position: absolute;
    height: 100%;
    left: 0;
    width: 1px;
    content: "";
}.quantitative-data-id .study-edge-id {
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.quantitative-data-id .study-edge-id::before {
    animation: pulse 10s infinite alternate;
    filter: blur(80px);
    transform: translateY(-50%);
    height: 300px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background: rgb(210,202,202,0.5);
    right: -150px;
    position: absolute;
    opacity: 0.1;
    top: 50%;
    width: 300px;
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.quantitative-data-id .smart-pros-id {
    position: relative;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 39px;
}.quantitative-data-id .smart-pros-id::after {
    width: 80px;
    left: 0;
    bottom: -15px;
    position: absolute;
    border-radius: 10px;
    content: "";
    background: rgb(210,202,202);
    height: 4px;
}.quantitative-data-id .benefits-block-id {
    max-width: 90%;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
}.quantitative-data-id svg {
    margin-right: 20px;
    width: 40px;
    transition: transform 0.3s ease;
    height: 40px;
}.quantitative-data-id svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,202,202);
}.quantitative-data-id .statistics-zone-id:hover svg {
    transform: scale(1.1) rotate(5deg);
}.quantitative-data-id .statistics-zone-id:hover svg path {
    fill: rgb(176,164,164);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.quantitative-data-id {
    padding: 80px 0;
}.quantitative-data-id .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.quantitative-data-id .fast-benefits-id {
    order: 2;
}.quantitative-data-id .study-edge-id {
    order: 1;
    align-items: center;
    text-align: center;
}.quantitative-data-id .smart-pros-id::after {
    left: 50%;
    transform: translateX(-50%);
}.quantitative-data-id .benefits-block-id {
    text-align: center;
    max-width: 100%;
}.quantitative-data-id .fast-benefits-id::before {
    top: -20px;
    width: 100%;
    background: linear-gradient(to right, rgb(210,202,202), transparent);
    left: 0;
    height: 5px;
}.quantitative-data-id .study-edge-id::before {
    right: 50%;
    transform: translate(50%, -50%);
    height: 200px;
    width: 200px;
}.quantitative-data-id .statistics-zone-id:nth-child(even) {
    transform: translateX(0);
}.quantitative-data-id .statistics-zone-id:hover, 
    .quantitative-data-id .statistics-zone-id:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.quantitative-data-id {
    padding: 60px 0;
}.quantitative-data-id .container {
    gap: 40px;
    padding: 0 15px;
}.quantitative-data-id .statistics-zone-id {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
}.quantitative-data-id .statistics-zone-id h4 {
    font-size: 28px;
    margin-bottom: 15px;
    min-width: auto;
}.quantitative-data-id .statistics-zone-id span {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
}.quantitative-data-id .statistics-zone-id span::before {
    width: 100%;
    top: -10px;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(210,202,202,0.5), transparent);
}.quantitative-data-id .smart-pros-id {
    margin-bottom: 25px;
    font-size: calc(28px * 1.2);
}.quantitative-data-id .benefits-block-id {
    font-size: calc(12px * 0.95);
}.quantitative-data-id svg {
    margin-right: 0;
    margin-bottom: 15px;
}.quantitative-data-id .statistics-zone-id::after {
    top: 0;
    height: 4px;
    width: 100%;
    left: 0;
}.quantitative-data-id .statistics-zone-id:hover::after {
    width: 100%;
    height: 6px;
}}

.quantitative-data-id .statistics-zone-id h4 {
    background: linear-gradient(45deg, rgb(210,202,202), rgb(176,164,164));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    display: inline-block;
    color: transparent;
}.quantitative-data-id .smart-pros-id {
    overflow: hidden;
    position: relative;
}.quantitative-data-id .smart-pros-id::before {
    width: 4px;
    background: rgb(210,202,202);
    right: 0;
    top: 0;
    height: 100%;
    animation: blink 2s infinite;
    content: '';
    position: absolute;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.quantitative-data-id .statistics-zone-id:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.quantitative-data-id .statistics-zone-id:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.quantitative-data-id .statistics-zone-id:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.quantitative-data-id .statistics-zone-id:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.quantitative-data-id::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}.id-thankbar-id {
    background: linear-gradient(135deg, rgb(237,233,233) 0%, rgb(210,202,202,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.id-thankbar-id::before {
    height: 25rem;
    position: absolute;
    filter: blur(8px);
    opacity: 0.07;
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    right: -5%;
    background: linear-gradient(225deg, rgb(210,202,202) 0%, transparent 70%);
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 25rem;
}.id-thankbar-id::after {
    bottom: -5%;
    height: 20rem;
    left: -5%;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    width: 20rem;
    background: linear-gradient(45deg, rgb(176,164,164) 0%, transparent 70%);
    z-index: 1;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    filter: blur(8px);
    opacity: 0.09;
}.id-thankbar-id .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}.id-thankbar-id .learn-guides-id {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center bottom;
    position: relative;
    flex-direction: column;
    border-left: 4px solid rgb(210,202,202);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
}.id-thankbar-id .learn-guides-id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.id-thankbar-id .learn-guides-id > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.id-thankbar-id .learn-guides-id > div:first-child::after {
    content: "";
    width: 4rem;
    position: absolute;
    bottom: -0.75rem;
    transition: width 0.4s ease-out;
    transform-origin: left center;
    background: linear-gradient(to right, rgb(210,202,202), rgb(176,164,164));
    height: 3px;
    left: 0;
}.id-thankbar-id .learn-guides-id:hover > div:first-child::after {
    width: 8rem;
}.id-thankbar-id h5 {
    line-height: 1.4;
    color: #000000;
    transform: translateZ(0);
    font-size: 23px;
    margin: 0;
    position: relative;
    font-weight: 700;
}.id-thankbar-id a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
}.id-thankbar-id a:hover {
    transform: translateY(-3px);
}.id-thankbar-id a::before {
    bottom: 0;
    width: 100%;
    z-index: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    position: absolute;
    height: 100%;
    background: linear-gradient(to top left, rgb(210,202,202,0.5) 0%, transparent 100%);
    content: "";
    transform: translateY(100%);
    opacity: 0;
    right: 0;
}.id-thankbar-id a:hover::before {
    opacity: 0.05;
    transform: translateY(0);
}.id-thankbar-id p {
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
    position: relative;
    color: #000000;
    z-index: 1;
}

@media (min-width: 768px) {.id-thankbar-id {
    padding: 6rem 0;
}.id-thankbar-id .learn-guides-id {
    padding: 4rem;
    border-left: 6px solid rgb(210,202,202);
}.id-thankbar-id .learn-guides-id > div:first-child {
    margin-bottom: 2rem;
}.id-thankbar-id .learn-guides-id > div:first-child::after {
    height: 4px;
    width: 6rem;
}.id-thankbar-id .learn-guides-id:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.id-thankbar-id .learn-guides-id {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.id-thankbar-id .learn-guides-id:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.id-thankbar-id h5 {
    font-size: calc(23px * 1.1);
}.id-thankbar-id p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.id-thankbar-id {
    padding: 3rem 0;
}.id-thankbar-id .learn-guides-id {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.id-thankbar-id h5 {
    font-size: calc(23px * 0.9);
}.id-thankbar-id p {
    font-size: calc(15px * 0.95);
}.id-thankbar-id .learn-guides-id > div:first-child::after {
    width: 3rem;
}.id-thankbar-id .learn-guides-id:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.id-thankbar-id {
    padding: 2.5rem 0;
}.id-thankbar-id .learn-guides-id {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.id-thankbar-id h5 {
    font-size: calc(23px * 0.85);
}.id-thankbar-id p {
    font-size: calc(15px * 0.9);
}}.degree-path-id {
    padding: 5rem 0 2rem;
    background-color: rgb(237,233,233);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}.degree-path-id::before {
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    content: '';
    z-index: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(210,202,202,0.5) 100%);
}.degree-path-id .container {
    z-index: 1;
    position: relative;
}.degree-path-id .twitter-cta-id {
    display: flex;
    gap: 4rem;
    flex-direction: column;
}.degree-path-id .connect-experts-id {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgb(176,164,164,0.5);
    display: grid;
    gap: 1.5rem;
}.degree-path-id .connect-experts-id::after {
    width: 60px;
    content: '';
    height: 3px;
    background-color: rgb(210,202,202);
    left: 0;
    bottom: -1px;
    position: absolute;
}.degree-path-id .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.degree-path-id .info_item:hover {
    transform: translateX(5px);
}.degree-path-id .info_item p,
.degree-path-id .info_item a {
    align-items: center;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    gap: 0.75rem;
    display: flex;
    font-weight: 400;
    font-size: 17px;
}.degree-path-id .info_item a:hover {
    color: rgb(210,202,202);
}.degree-path-id .info_item svg {
    fill: rgb(210,202,202);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}.degree-path-id .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.degree-path-id .head-mainbar-id {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.degree-path-id .head-mainbar-id svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}.degree-path-id .head-mainbar-id svg:hover {
    opacity: 0.8;
}.degree-path-id .media-kit-id {
    font-size: 14px;
    line-height: 1.6;
    max-width: 300px;
    opacity: 0.8;
    color: #000000;
}.degree-path-id .top-nav-id {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.degree-path-id .top-nav-id h5 {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}.degree-path-id .first-expert-id {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.degree-path-id .first-expert-id a {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    padding-left: 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
}.degree-path-id .first-expert-id a::before {
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
    height: 1px;
    width: 0;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background-color: rgb(210,202,202);
}.degree-path-id .first-expert-id a:hover {
    padding-left: 12px;
    color: rgb(210,202,202);
}.degree-path-id .first-expert-id a:hover::before {
    width: 10px;
    left: 0;
}.degree-path-id .subscribe_holder {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    padding: 2rem;
    border-radius: 10px;
    gap: 1.5rem;
    flex-direction: column;
}.degree-path-id .subscribe_holder h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}.degree-path-id .subscribe_holder p {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.degree-path-id .input_holder {
    display: flex;
    position: relative;
    gap: 0.5rem;
}.degree-path-id .input_holder input[type="email"] {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(176,164,164,0.5);
    padding: 1rem 1.25rem;
    background-color: transparent;
    flex: 1;
    border-radius: 10px;
    color: #000000;
    font-size: 17px;
}.degree-path-id .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(210,202,202,0.5);
    outline: none;
    border-color: rgb(210,202,202);
}.degree-path-id .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.degree-path-id .learn-today-id {
    border-radius: 10px;
    color: #ffffff;
    font-size: 19px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: rgb(210,202,202);
    font-weight: 600;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border: none;
}.degree-path-id .learn-today-id:hover {
    transform: translateY(-2px);
    background-color: rgb(176,164,164);
}.degree-path-id .cheat-sheet-id {
    padding-top: 1.5rem;
    margin-top: 3rem;
    text-align: center;
    border-top: 1px solid rgb(176,164,164,0.5);
}.degree-path-id .idea-pool-id {
    color: #000000;
    font-size: 14px;
    opacity: 0.8;
}.degree-path-id .first-expert-id:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.degree-path-id .first-expert-id:first-child::after {
    bottom: -0.75rem;
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: rgb(176,164,164,0.5);
    left: 0;
}.degree-path-id {
    background-blend-mode: overlay;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(rgb(176,164,164,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(176,164,164,0.5) 1px, transparent 1px);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
}

@media (max-width: 1024px) {.degree-path-id {
    padding: 4rem 0 2rem;
}.degree-path-id .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.degree-path-id .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.degree-path-id {
    padding: 3.5rem 0 1.5rem;
}.degree-path-id .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.degree-path-id .subscribe_holder {
    grid-column: auto;
}.degree-path-id .connect-experts-id {
    grid-template-columns: 1fr 1fr;
}.degree-path-id .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.degree-path-id {
    padding: 3rem 0 1.5rem;
}.degree-path-id .connect-experts-id {
    grid-template-columns: 1fr;
}.degree-path-id .input_holder {
    flex-direction: column;
}.degree-path-id .learn-today-id {
    width: 100%;
}.degree-path-id .head-mainbar-id,
    .degree-path-id .top-nav-id h5,
    .degree-path-id .first-expert-id,
    .degree-path-id .first-expert-id a {
    align-items: center;
    text-align: center;
}.degree-path-id .head-mainbar-id svg {
    margin: 0 auto;
}.degree-path-id .media-kit-id {
    text-align: center;
    max-width: 100%;
}.degree-path-id .first-expert-id:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.degree-path-id .connect-experts-id::after {
    left: 50%;
    transform: translateX(-50%);
}.degree-path-id .first-expert-id a::before {
    display: none;
}.degree-path-id .first-expert-id a:hover {
    padding-left: 0;
}}header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, 
        rgb(210,202,202,0.5) 0%,
        #000000 100%);
    width: 100%;
}header::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    animation: pulse-bg 8s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(176,164,164,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(210,202,202,0.5) 0%, transparent 15%);
}header::after {
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(176,164,164,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(176,164,164,0.5) 100%);
    position: absolute;
    opacity: 0.1;
    height: 100%;
}header .container {
    flex-direction: column;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
}header .head-master-id {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 100%;
}header .page-top-id {
    display: flex;
    margin: 1rem 0 1.5rem;
    z-index: 3;
    text-decoration: none;
    justify-content: center;
    position: relative;
    align-items: center;
}header .page-top-id::before {
    border-radius: 50%;
    animation: rotate 10s linear infinite;
    height: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(176,164,164,0.5) 120deg,
            transparent 180deg,
            rgb(210,202,202,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
    content: "";
    opacity: 0.2;
    z-index: -1;
    width: 120px;
}header .page-top-id::after {
    height: 70px;
    position: absolute;
    width: 70px;
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    background: rgb(176,164,164,0.5);
    z-index: -2;
    filter: blur(20px);
    opacity: 0.3;
    border-radius: 50%;
}header .page-top-id svg {
    filter: drop-shadow(0 0 8px rgb(210,202,202,0.5));
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
}header .page-top-id:hover svg {
    filter: drop-shadow(0 0 12px rgb(176,164,164));
    transform: scale(1.08);
}header .top-nav-id {
    gap: 0.8rem;
    position: relative;
    justify-content: center;
    overflow-x: auto;
    border-bottom: 1px solid rgb(210,202,202,0.5);
    padding: 1rem 0;
    width: 100vw;
    border-top: 1px solid rgb(210,202,202,0.5);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    scrollbar-width: none;
}header .top-nav-id::-webkit-scrollbar {
    display: none;
}header .top-nav-id::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}header .top-head-id {
    text-decoration: none;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    perspective: 800px;
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
}header .top-head-id::before {
    transform: translateZ(-10px);
    left: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    border-radius: 10px;
    z-index: -1;
}header .top-head-id::after {
    bottom: 0;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(176,164,164);
    height: 2px;
    transition: all 0.3s ease;
    content: "";
}header .top-head-id:hover {
    text-shadow: 0 0 5px rgb(176,164,164,0.5);
    color: rgb(176,164,164);
    transform: translateY(-2px) translateZ(0);
}header .top-head-id:hover::before {
    border-color: rgb(176,164,164,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(210,202,202,0.5);
}header .top-head-id:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .page-top-id {
    margin: 0.8rem 0 1.2rem;
}header .page-top-id svg {
    height: 40px;
}header .top-head-id {
    padding: 0.5rem 1.2rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .page-top-id {
    margin: 0.6rem 0 1rem;
}header .page-top-id svg {
    height: 35px;
}header .page-top-id::before {
    height: 90px;
    width: 90px;
}header .page-top-id::after {
    width: 50px;
    height: 50px;
}header .top-nav-id {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .top-head-id {
    font-size: calc(12px - 2px);
    padding: 0.4rem 1rem;
}header .top-head-id:first-child {
    margin-left: 2rem;
}header .top-head-id:last-child {
    margin-right: 2rem;
}}.our-background-id {
    background: linear-gradient(135deg, rgb(237,233,233) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.our-background-id::before {
    height: 30%;
    position: absolute;
    z-index: 0;
    content: "";
    top: -5%;
    background: rgb(210,202,202,0.5);
    filter: blur(40px);
    width: 30%;
    transform: rotate(-15deg) translateZ(0);
    right: -5%;
}.our-background-id::after {
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    bottom: -5%;
    z-index: 0;
    content: "";
    width: 25%;
    height: 25%;
    left: -5%;
    background: rgb(176,164,164,0.5);
    filter: blur(35px);
}.our-background-id .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.our-background-id h1 {
    color: #000000;
    margin-bottom: 3rem;
    font-size: 39px;
    transform: translateX(-0.5rem);
    position: relative;
    font-weight: 700;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}.our-background-id h1::after {
    height: 0.35rem;
    transform: scaleX(1);
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -1rem;
    position: absolute;
    width: 6rem;
    background: linear-gradient(90deg, rgb(210,202,202) 0%, rgb(176,164,164) 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.our-background-id h1:hover::after {
    transform: scaleX(1.2);
}.our-background-id .exp-years-id {
    position: relative;
}.our-background-id .exp-years-id ul {
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 3rem;
    padding: 0;
}.our-background-id .learn-legacy-id {
    background: #ffffff;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    z-index: 1;
    border-radius: 10px;
}.our-background-id .learn-legacy-id::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(176,164,164,0.5), 0.03) 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.our-background-id .learn-legacy-id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}.our-background-id .learn-legacy-id h4 {
    margin-top: 0;
    font-size: calc(19px * 1.2);
    color: rgb(210,202,202);
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 600;
}.our-background-id .learn-legacy-id h4::after {
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: 0;
    width: 3rem;
    background: rgb(210,202,202,0.5);
}.our-background-id .learn-legacy-id:hover h4::after {
    width: 5rem;
}.our-background-id .learn-legacy-id div {
    line-height: 1.8;
    font-size: 15px;
    transition: color 0.3s ease;
    padding-right: 0.5rem;
    overflow-y: auto;
    max-height: 300px;
    font-family: Arial, sans-serif;
    color: #000000;
}.our-background-id .learn-legacy-id div::-webkit-scrollbar {
    width: 4px;
}.our-background-id .learn-legacy-id div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our-background-id .learn-legacy-id div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(210,202,202,0.5);
}

@media (min-width: 768px) {.our-background-id {
    padding: 8rem 0;
}.our-background-id h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 4rem;
}.our-background-id .exp-years-id ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our-background-id .learn-legacy-id {
    padding: 3rem;
}.our-background-id .learn-legacy-id div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our-background-id {
    padding: 10rem 0;
}.our-background-id .container {
    padding: 0 2rem;
}.our-background-id h1 {
    transform: translateX(-1rem);
    font-size: calc(39px * 1.4);
}.our-background-id h1::after {
    height: 0.4rem;
    width: 8rem;
}.our-background-id .exp-years-id ul {
    gap: 3rem;
}.our-background-id .learn-legacy-id {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.our-background-id .learn-legacy-id::after {
    content: "";
    right: 0;
    position: absolute;
    width: 10rem;
    opacity: 0;
    transform: translate(50%, 50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(210,202,202,0.5), 0.02) 100%);
    z-index: -1;
    bottom: 0;
    height: 10rem;
    transition: opacity 0.5s ease;
    border-radius: 50%;
}.our-background-id .learn-legacy-id:hover::after {
    opacity: 1;
}.our-background-id .learn-legacy-id h4 {
    font-size: calc(19px * 1.4);
    margin-bottom: 2rem;
}.our-background-id .learn-legacy-id div {
    max-height: 450px;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.our-background-id .container {
    padding: 0;
}.our-background-id .exp-years-id ul {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}.our-background-id .learn-legacy-id {
    padding: 4rem;
}.our-background-id .learn-legacy-id h4 {
    font-size: calc(19px * 1.5);
}.our-background-id .learn-legacy-id div {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our-background-id {
    padding: 4rem 0;
}.our-background-id h1 {
    margin-bottom: 2.5rem;
}.our-background-id .learn-legacy-id {
    margin-bottom: 2rem;
    padding: 2rem;
}.our-background-id .learn-legacy-id h4 {
    margin-bottom: 1rem;
    font-size: 19px;
}.our-background-id .learn-legacy-id div {
    font-size: calc(15px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}
}