* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.transcript {
    flex: 0 0 auto;
}html,body {
    auto
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1258px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-segment {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.site_study {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_profile {
    background: linear-gradient(135deg, rgb(204,211,195) 0%, rgb(176,182,167,0.5) 100%);
    overflow: hidden;
    border-radius: 13px;
    position: relative;
    padding: 4rem 2rem;
}.mentorship_profile::before {
    transform: rotate(-15deg);
    width: 70%;
    content: "";
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: rgb(147,153,134,0.5);
    position: absolute;
    left: -10%;
    height: 120%;
    animation: pulse 8s infinite alternate;
    top: -10%;
}.mentorship_profile .alumni_ratings {
    display: grid;
    z-index: 2;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    gap: 2rem;
}.mentorship_profile .alumni_ratings:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.mentorship_profile .img_show {
    border-radius: 10px;
    transform: rotate(-3deg) translateY(20px);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.mentorship_profile .img_show::after {
    left: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    top: 0;
    background: linear-gradient(45deg, rgb(176,182,167,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
}.mentorship_profile .alumni_ratings:hover .img_show {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.mentorship_profile .career_content {
    transform: translateY(30px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s ease;
    z-index: 3;
    border-radius: 13px;
    padding: 2rem;
    position: relative;
}.mentorship_profile .alumni_ratings:hover .career_content {
    transform: translateY(0) rotate(0deg);
}.mentorship_profile .name {
    position: relative;
    font-family: Arial, sans-serif;
    color: rgb(176,182,167);
    margin-bottom: 0.5rem;
    font-size: 32px;
    font-weight: 700;
}.mentorship_profile .name::after {
    position: absolute;
    transform: scaleX(0.6);
    transition: transform 0.3s ease;
    bottom: -8px;
    width: 60px;
    transform-origin: left;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,153,134) 0%, rgb(176,182,167) 100%);
    content: "";
}.mentorship_profile .alumni_ratings:hover .name::after {
    transform: scaleX(1);
}.mentorship_profile .career_content > div:nth-child(2) {
    margin-bottom: 1.5rem;
    transform: translateX(5px);
    color: rgb(147,153,134);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.8;
}.mentorship_profile .alumni_ratings:hover .career_content > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.mentorship_profile .career_projects {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    color: #000000;
}.mentorship_profile .career_projects::before {
    background: linear-gradient(to bottom, rgb(176,182,167), rgb(147,153,134));
    height: 100%;
    width: 3px;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.mentorship_profile .alumni_ratings {
    grid-template-columns: 1fr;
}.mentorship_profile .img_show {
    height: 300px;
}}.ty_message {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(204,211,195) 0%, rgba(rgb(176,182,167), 0.05) 100%);
    position: relative;
}.ty_message::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    opacity: 0.8;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(176,182,167), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(147,153,134), 0.05) 0%, transparent 60%);
}.ty_message::after {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(45deg, rgba(rgb(176,182,167), 0.03) 0%, rgba(rgb(147,153,134), 0.05) 100%);
    height: 70%;
    position: absolute;
    content: "";
    top: -10%;
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg);
    width: 40%;
}.ty_message .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.ty_message h2 {
    margin-bottom: 2.5rem;
    color: rgb(176,182,167);
    font-size: 36px;
    position: relative;
    line-height: 1.3;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    font-weight: 700;
    transform: translateZ(10px);
    max-width: 90%;
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
}.ty_message h2::after {
    content: "";
    bottom: -0.8rem;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    position: absolute;
    width: 5rem;
    animation: expandWidth 0.8s ease-out forwards;
    height: 4px;
    left: 0;
    transform-origin: left center;
}.ty_message .smart_learning {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    transform: translateZ(5px);
    padding: 3rem;
    position: relative;
    border-radius: 13px;
}.ty_message .smart_learning::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    position: absolute;
    left: 0;
    height: 6px;
    content: "";
}.ty_message .smart_learning::after {
    height: 30%;
    width: 40%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(176,182,167), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(176,182,167), 0.03) 25%, transparent 25%);
    background-size: 12px 12px;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.5;
}.ty_message ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty_message li {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding-left: 0;
}.ty_message li::before {
    box-shadow: 0 0 0 3px rgba(rgb(147,153,134), 0.1);
    left: -1.5rem;
    background: rgb(147,153,134);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0.5rem;
}.ty_message span {
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    line-height: 1.7;
    font-size: calc(16px * 1.05);
    font-weight: 400;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-15px);
    }
}

@media (hover: hover) {.ty_message .smart_learning:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.ty_message {
    padding: 5rem 0;
}.ty_message h2 {
    max-width: 100%;
    font-size: calc(36px * 0.9);
}.ty_message .smart_learning {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.ty_message {
    padding: 4rem 0;
}.ty_message h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.ty_message .smart_learning {
    padding: 2rem;
}.ty_message span {
    font-size: 16px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.ty_message {
    padding: 3rem 0;
}.ty_message .container {
    padding: 0 1.5rem;
}.ty_message h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.ty_message .smart_learning {
    padding: 1.5rem;
}.ty_message li::before {
    left: -1.2rem;
    width: 6px;
    height: 6px;
}}.client_comments {
    background: linear-gradient(135deg, rgb(204,211,195) 0%, rgb(147,153,134,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.client_comments::before {
    transform: rotate(-15deg);
    right: -10%;
    animation: floatEffect 18s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    opacity: 0.15;
    width: 45%;
    filter: blur(35px);
    top: -10%;
    background: linear-gradient(45deg, rgb(176,182,167,0.5) 0%, rgb(147,153,134) 100%);
    height: 70%;
    position: absolute;
}.client_comments::after {
    position: absolute;
    transform: rotate(12deg);
    height: 60%;
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    background: linear-gradient(225deg, rgb(147,153,134) 0%, rgb(176,182,167,0.5) 100%);
    bottom: -10%;
    opacity: 0.12;
    content: "";
    filter: blur(25px);
    width: 40%;
    left: -5%;
}.client_comments .container {
    position: relative;
    z-index: 2;
}.client_comments h2 {
    font-weight: 700;
    font-size: 32px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-bottom: 3.5rem;
    max-width: 80%;
    color: #000000;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
}.client_comments h2::after {
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(176,182,167), transparent);
    width: 120px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.client_comments .review_lounge {
    padding: 0;
    list-style: none;
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
}.client_comments .alumni_ratings {
    overflow: hidden;
    padding: 1.75rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    position: relative;
    transform: translateZ(0) scale(1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
}.client_comments .alumni_ratings::before {
    position: absolute;
    color: rgb(176,182,167);
    line-height: 1;
    pointer-events: none;
    font-size: 120px;
    opacity: 0.1;
    content: "";
    top: -20px;
    right: 20px;
    font-family: serif;
}.client_comments .alumni_ratings:hover {
    transform: translateZ(20px) scale(1.02);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
}.client_comments .alumni_ratings:nth-child(odd):hover {
    transform: translateZ(20px) scale(1.02) rotate(-0.5deg);
}.client_comments .alumni_ratings:nth-child(even):hover {
    transform: translateZ(20px) scale(1.02) rotate(0.5deg);
}.client_comments .alumni_ratings div {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}.client_comments .alumni_ratings img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    object-fit: cover;
}.client_comments .alumni_ratings h4 {
    position: relative;
    margin-left: 1rem;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}.client_comments .alumni_ratings h4::after {
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    background: rgb(176,182,167);
    bottom: -5px;
    transition: width 0.3s ease;
    height: 2px;
}.client_comments .alumni_ratings:hover h4::after {
    width: 70%;
}.client_comments .alumni_ratings .description {
    font-size: 13px;
    position: relative;
    z-index: 1;
    margin-top: 0.75rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}.client_comments a {
    margin-top: 3rem;
    padding: 0.8rem 2rem;
    margin-left: auto;
    transform: translateY(0);
    text-align: center;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: auto;
    z-index: 2;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(135deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.client_comments a::before {
    left: -100%;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    content: "";
}.client_comments a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.client_comments a:hover::before {
    left: 100%;
}

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

@media (max-width: 991px) {.client_comments {
    padding: 5rem 0;
}.client_comments h2 {
    max-width: 90%;
    font-size: calc(32px * 0.9);
}.client_comments .review_lounge {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.client_comments {
    padding: 4rem 0;
}.client_comments h2 {
    transform: none;
    max-width: 100%;
    font-size: calc(32px * 0.8);
}.client_comments h2::after {
    width: 80px;
}.client_comments .review_lounge {
    margin: 0 auto;
    max-width: 480px;
    grid-template-columns: 1fr;
}.client_comments .alumni_ratings {
    padding: 1.5rem;
}.client_comments .alumni_ratings img {
    width: 50px;
    height: 50px;
}.client_comments a {
    width: 100%;
    margin-top: 2rem;
    max-width: 480px;
}
}

@media (max-width: 480px) {.client_comments {
    padding: 3rem 0;
}.client_comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.7);
}.client_comments .alumni_ratings {
    padding: 1.25rem;
}.client_comments .alumni_ratings img {
    width: 45px;
    height: 45px;
}.client_comments .alumni_ratings h4 {
    font-size: calc(19px * 0.9);
}.client_comments .alumni_ratings .description {
    font-size: calc(13px * 0.95);
}}.contact_panel {
    padding: 0;
    position: relative;
}.contact_panel::before {
    position: absolute;
    width: 100%;
    background: rgb(204,211,195);
    left: 0;
    top: 0;
    content: '';
    opacity: 0.85;
    height: 100%;
}.contact_panel .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0;
}.contact_panel .message_list {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-template-rows: auto auto auto;
}.contact_panel .help_card {
    border-radius: 13px;
    margin-top: 80px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    grid-row: 1 / 2;
    overflow: hidden;
    z-index: 10;
    background: #ffffff;
    position: relative;
    grid-column: 3 / 11;
}.contact_panel .help_card h3 {
    color: #ffffff;
    font-size: 28px;
    padding: 40px;
    background: rgb(176,182,167);
    text-align: center;
    margin: 0;
    font-weight: 700;
}.contact_panel .help_card div {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 20px;
}.contact_panel .help_card svg {
    background: rgb(204,211,195);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
}.contact_panel .help_card svg path {
    fill: rgb(176,182,167);
}.contact_panel .help_card span {
    color: #000000;
    font-size: 13px;
}.contact_panel .help_card a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(176,182,167);
}.contact_panel .help_card a:hover {
    color: rgb(147,153,134);
}.contact_panel .request_list {
    background: rgb(176,182,167);
    padding: 170px 0 100px;
    grid-column: 1 / 13;
    grid-row: 2 / 4;
    margin-top: -100px;
}.contact_panel form {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 60px;
    border-radius: 13px;
    margin: 0 auto;
    background: #ffffff;
    max-width: 700px;
    width: 60%;
}.contact_panel form h3 {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}.contact_panel form h3::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: '';
    bottom: -15px;
    left: 50%;
    background: rgb(176,182,167);
    width: 70px;
}.contact_panel form input[type="text"],
.contact_panel form input[type="email"] {
    padding: 18px 20px;
    width: 100%;
    font-size: 13px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid rgb(204,211,195);
    color: #000000;
    transition: all 0.3s ease;
}.contact_panel form input[type="text"]:focus,
.contact_panel form input[type="email"]:focus {
    border-color: rgb(176,182,167);
    box-shadow: 0 0 0 3px rgb(176,182,167,0.5);
    outline: none;
}.contact_panel form input::placeholder {
    color: #000000;
}.contact_panel .message_support {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}.contact_panel .message_support input[type="checkbox"] {
    width: 22px;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid rgb(204,211,195);
    position: relative;
    appearance: none;
    height: 22px;
    -webkit-appearance: none;
    margin-right: 15px;
}.contact_panel .message_support input[type="checkbox"]:checked {
    border-color: rgb(176,182,167);
    background-color: rgb(176,182,167);
}.contact_panel .message_support input[type="checkbox"]:checked::before {
    left: 7px;
    height: 10px;
    width: 6px;
    top: 4px;
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
}.contact_panel .message_support label {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.contact_panel .message_support a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(176,182,167);
}.contact_panel .message_support a:hover {
    color: rgb(147,153,134);
}.contact_panel .feedback_block {
    border: none;
    background: rgb(176,182,167);
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    font-weight: 700;
}.contact_panel .feedback_block:hover {
    background: rgb(147,153,134);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {.contact_panel .help_card {
    grid-column: 2 / 12;
}.contact_panel form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact_panel .help_card {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_panel form {
    width: 80%;
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_panel .help_card h3 {
    font-size: calc(28px * 0.9);
    padding: 30px;
}.contact_panel .request_list {
    padding: 150px 20px 80px;
}.contact_panel form {
    width: 100%;
    padding: 40px 30px;
}.contact_panel form h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_panel .help_card {
    margin: 40px 15px 0;
}.contact_panel .help_card h3 {
    padding: 25px 20px;
    font-size: calc(28px * 0.85);
}.contact_panel .request_list {
    padding: 130px 15px 60px;
}.contact_panel form {
    padding: 30px 20px;
}.contact_panel form input[type="text"],
    .contact_panel form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.confidential_refuge {
    padding: 3rem;
    font-family: Arial, sans-serif;
    color: #000000;
    display: flex;
    flex-direction: column;
    background-color: rgb(204,211,195);
    width: 100%;
}.confidential_refuge h1 {
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 42px;
    border-bottom: 3px solid rgb(176,182,167);
    text-transform: uppercase;
    color: rgb(176,182,167);
}.confidential_refuge h2 {
    letter-spacing: 0.08rem;
    font-weight: 600;
    padding-left: 1rem;
    margin-top: 2rem;
    text-transform: uppercase;
    color: rgb(147,153,134);
    font-size: 34px;
    border-left: 4px solid rgb(147,153,134);
    margin-bottom: 1rem;
}.confidential_refuge h3,.confidential_refuge h4,.confidential_refuge h5, .confidential_refuge h6 {
    font-size: 20px;
    margin: 1rem 0;
}.confidential_refuge ul,
.confidential_refuge ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    list-style-type: none;
    list-style-position: inside;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    margin-top: 1.5rem;
}.confidential_refuge li {
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 1rem;
}.confidential_refuge li::before {
    content: "▹";
    color: rgb(176,182,167);
    margin-right: 0.5rem;
}.confidential_refuge p {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 1.5rem;
}.confidential_refuge span {
    color: rgb(147,153,134);
    font-weight: 700;
}.confidential_refuge > div {
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {.confidential_refuge {
    gap: 1.5rem;
    padding: 1.5rem;
}.confidential_refuge h1 {
    font-size: calc(20px - 0.5rem);
}.confidential_refuge h2 {
    font-size: calc(20px - 0.5rem);
}.confidential_refuge p,
    .confidential_refuge li {
    font-size: calc(13px - 0.2rem);
}.confidential_refuge > div {
    padding: 0.5rem;
}}
.pricing_menu {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_menu::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.pricing_menu .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.cert_cost {
    position: relative;
}.pricing_menu h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-size: 34px;
    color: #ffffff;
}.pricing_menu h2::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
    position: absolute;
    bottom: -12px;
}.pricing_menu .payment_deals {
    max-width: 800px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 50px;
}.pricing_menu .study_rates {
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.pricing_menu .price_sheet {
    display: block;
    height: 100%;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    text-decoration: none;
}.pricing_menu .price_sheet:hover {
    transform: translateY(-8px);
}.pricing_menu .fee_offers {
    overflow: hidden;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border-radius: 4px;
}.pricing_menu .price_sheet:hover .fee_offers {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.2);
}.pricing_menu .trial_pricing {
    height: 100%;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    z-index: 2;
    position: relative;
}.pricing_menu .fee_offers::before {
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
    z-index: 1;
    position: absolute;
    height: 5px;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}.pricing_menu .trial_pricing h4 {
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    font-size: calc(18px + 2px);
    padding-bottom: 15px;
    font-weight: 600;
}.pricing_menu .trial_pricing h4::after {
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: rgb(147,153,134);
}.pricing_menu .trial_pricing p {
    hyphens: auto;
    white-space: normal;
    font-size: 15px;
    word-wrap: break-word;
    color: #ffffff;
    margin: 0 0 25px;
    opacity: 0.85;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
}.pricing_menu .study_packages {
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(176,182,167,0.5) 0%, rgb(147,153,134,0.5) 100%);
    z-index: 1;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(18px + 4px);
}.pricing_menu .study_packages::before {
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    opacity: 0.6;
    z-index: -1;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(176,182,167,0.5) 0%, rgb(147,153,134,0.5) 100%);
    inset: 0;
}.pricing_menu .price_sheet:hover .study_packages::before {
    opacity: 1;
}.pricing_menu li:nth-child(even) .fee_offers::before {
    background: linear-gradient(90deg, rgb(147,153,134), rgb(176,182,167));
}

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

@media (max-width: 991px) {.pricing_menu {
    padding: 80px 0;
}.pricing_menu .study_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.pricing_menu .trial_pricing {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_menu {
    padding: 60px 0;
}.pricing_menu h2 {
    font-size: calc(34px - 4px);
}.pricing_menu .payment_deals {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.pricing_menu .study_rates {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_menu .trial_pricing h4 {
    font-size: 18px;
}.pricing_menu .study_packages {
    font-size: 18px;
}
}

@media (max-width: 480px) {.pricing_menu {
    padding: 50px 0;
}.pricing_menu .trial_pricing {
    padding: 25px 20px;
}.pricing_menu h2 {
    font-size: calc(34px - 6px);
}.pricing_menu .payment_deals {
    font-size: calc(15px - 2px);
}}.landing_page {
    background: linear-gradient(135deg, rgb(204,211,195), rgb(147,153,134,0.5));
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}.landing_page::before {
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(176,182,167,0.5) 0px,
    transparent 1px,
    transparent 10px
  );
}.landing_page::after {
    height: 100%;
    opacity: 0.1;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(
    circle at center,
    rgb(176,182,167,0.5) 0%,
    transparent 70%
  );
    z-index: 0;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    right: -50%;
    content: '';
    top: -50%;
    width: 100%;
}.landing_page .learning_welcome {
    transform-style: preserve-3d;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
    transform: translateZ(0);
}.landing_page .learning_welcome > div {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
}.landing_page .learning_welcome > div > div:first-child {
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    animation: slideInTop 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
}.landing_page .learning_welcome h3 {
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    font-size: calc(19px * 1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg);
    line-height: 1.4;
    margin-bottom: 1rem;
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(176,182,167);
    color: #000000;
    font-weight: 600;
    padding: 1.5rem 2rem;
}.landing_page .learning_welcome h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.landing_page .story_info {
    overflow: hidden;
    position: relative;
    opacity: 0;
    min-height: 400px;
    transform: translateY(40px) rotateX(3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: slideInBottom 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
}.landing_page .story_info::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
}.landing_page .story_info > div {
    flex-direction: column;
    padding: 3rem;
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
}.landing_page .story_info p {
    color: #ffffff;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    transform: translateX(-30px);
    max-width: 80%;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    font-size: calc(12px * 1.2);
}.landing_page .title_style_header {
    transform: translateX(-20px);
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 42px;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    opacity: 0;
    margin-bottom: 2rem;
}.landing_page .title_style_header::after {
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    left: 0;
    background: rgb(176,182,167);
    bottom: -15px;
    transform-origin: left;
    animation: growLine 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1.4s;
    width: 80px;
    content: '';
}

@keyframes slideInTop {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@keyframes slideInBottom {
  0% {
    transform: translateY(40px) rotateX(3deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

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

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

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}

@media (min-width: 768px) {.landing_page .learning_welcome > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 2rem;
}.landing_page .story_info {
    min-height: 450px;
}.landing_page .learning_welcome h3 {
    font-size: 19px;
    padding: 2rem 2.5rem;
}.landing_page .title_style_header {
    font-size: calc(42px * 1.2);
}.landing_page .title_style_header::after {
    width: 100px;
}
}

@media (min-width: 992px) {.landing_page .learning_welcome > div {
    gap: 3rem;
    grid-template-columns: 0.35fr 0.65fr;
}.landing_page .story_info {
    transform: perspective(1000px) rotateY(2deg);
    min-height: 500px;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}.landing_page .story_info:hover {
    transform: perspective(1000px) rotateY(0deg);
}.landing_page .learning_welcome h3 {
    font-size: calc(19px * 1.1);
    transform: perspective(1000px) rotateY(-2deg);
}.landing_page .story_info > div {
    padding: 4rem;
}.landing_page .title_style_header {
    font-size: calc(42px * 1.4);
}.landing_page .story_info p {
    font-size: calc(12px * 1.4);
}
}

@media (min-width: 1200px) {.landing_page .learning_welcome > div {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.landing_page .story_info {
    min-height: 550px;
}.landing_page .learning_welcome h3 {
    font-size: calc(19px * 1.2);
}.landing_page .story_info > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.landing_page {
    padding: 3rem 0;
}.landing_page .learning_welcome h3 {
    font-size: calc(19px * 0.9);
    padding: 1.25rem 1.5rem;
}.landing_page .story_info {
    min-height: 350px;
}.landing_page .story_info > div {
    padding: 2rem;
}.landing_page .title_style_header {
    font-size: calc(42px * 0.9);
    margin-bottom: 1.5rem;
}.landing_page .story_info p {
    max-width: 100%;
    font-size: 12px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgb(204,211,195) 0%, rgb(176,182,167,0.5) 100%);
    position: absolute;
    content: "";
    left: 0;
    z-index: -2;
    opacity: 0.9;
}footer::after {
    left: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(176,182,167,0.5), rgb(176,182,167,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(176,182,167,0.5), rgb(176,182,167,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}.transcript {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}.transcript::after {
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.transcript .container {
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}.transcript .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 30px;
    flex: 1 1 400px;
    position: relative;
    padding: 2rem 2.5rem;
}.transcript .company_holder::before {
    border-top-left-radius: 30px;
    background: rgb(176,182,167);
    content: "";
    border-top-right-radius: 30px;
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    left: 0;
}.transcript .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    color: rgb(176,182,167);
    font-size: 31px;
    letter-spacing: 0.5px;
}.transcript .company_holder h3::after {
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    width: 80px;
    bottom: -0.5rem;
    background: rgb(147,153,134);
}.transcript .data_viz {
    background: rgb(204,211,195);
    border-radius: 10px;
    font-size: 12px;
    padding: 1.5rem;
    border-left: 3px solid rgb(147,153,134);
    color: #000000;
    line-height: 1.7;
    position: relative;
}.transcript .edu_links {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.transcript .main_class {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.transcript .header_start {
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    min-width: 200px;
    position: relative;
    overflow: hidden;
}.transcript .header_start h5 {
    background: rgb(147,153,134);
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
}.transcript .header_start .main_class {
    gap: 0;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}.transcript .header_start .main_class a {
    font-size: 12px;
    display: flex;
    color: #000000;
    align-items: center;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}.transcript .header_start .main_class a::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
    width: 0;
    background: rgb(204,211,195);
}.transcript .header_start .main_class a::after {
    content: "";
    position: absolute;
    width: 5px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    background: rgb(147,153,134);
    transform: translateY(-50%);
    top: 50%;
    left: 1.5rem;
    height: 5px;
}.transcript .header_start .main_class a:hover {
    color: rgb(176,182,167);
    padding-left: 2.2rem;
}.transcript .header_start .main_class a:hover::before {
    width: 100%;
}.transcript .header_start .main_class a:hover::after {
    opacity: 1;
}.mentor_net {
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgb(204,211,195);
    margin-top: 3rem;
}.mentor_net::before {
    content: "";
    top: 0;
    left: 10%;
    height: 1px;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(176,182,167,0.5), transparent);
    position: absolute;
}.mentor_net .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.mentor_net .facebook_cta {
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-align: center;
    font-weight: 400;
    padding: 0.8rem 2rem;
    background: #ffffff;
    border-radius: 50px;
}

@media (max-width: 1200px) {.transcript .container {
    gap: 2rem;
}.transcript .company_holder {
    flex: 1 1 360px;
}.transcript .edu_links {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.transcript .main_class {
    gap: 2rem;
}
}

@media (max-width: 992px) {.transcript {
    padding: 3.5rem 0 2rem;
}.transcript .container {
    gap: 2.5rem;
    flex-direction: column;
}.transcript .company_holder,
    .transcript .edu_links {
    min-width: 100%;
    flex: 1 1 100%;
}.transcript .header_start {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.transcript {
    padding: 3rem 0 1.5rem;
}.transcript .main_class {
    gap: 1.5rem;
}.transcript .company_holder {
    padding: 2rem;
}.transcript .company_holder h3 {
    font-size: calc(31px - 2px);
}.mentor_net {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.transcript {
    padding: 2.5rem 0 1rem;
}.transcript .container {
    gap: 1.5rem;
}.transcript .header_start {
    flex: 1 1 100%;
    min-width: 100%;
}.transcript .main_class {
    gap: 1rem;
}.transcript .company_holder {
    padding: 1.5rem;
}.transcript .data_viz {
    padding: 1.2rem;
}.mentor_net {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.transcript .company_holder h3::after {
    width: 50px;
}.transcript .header_start .main_class a:hover {
    padding-left: 2rem;
}.mentor_net .facebook_cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.program_results {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(204,211,195) 30%, rgba(rgb(176,182,167,0.5), 0.05) 100%);
}.program_results::before {
    left: 0;
    right: 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
    position: absolute;
    top: 0;
    z-index: 1;
}.program_results::after {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(176,182,167,0.5), 0.03) 0px,
        rgba(rgb(176,182,167,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
}.program_results .container {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
    display: grid;
    position: relative;
}.program_results .img_show {
    width: 100%;
    transform: perspective(1000px) rotateY(-8deg);
    object-fit: cover;
    box-shadow: 20px 20px 0 rgba(rgb(176,182,167,0.5), 0.2),
                -15px -15px 0 rgba(rgb(147,153,134,0.5), 0.15);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.program_results .img_show:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.program_results .smart_learning {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.program_results .metadata_block {
    padding: 30px;
    z-index: 2;
    transform: translateZ(0);
    position: relative;
}.program_results .metadata_block::before {
    content: "";
    backdrop-filter: blur(10px);
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border-left: 3px solid rgb(176,182,167);
    left: -15px;
    top: -15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    z-index: -1;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: absolute;
}.program_results h1 {
    color: #000000;
    transform: translateX(-5px);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 47px;
}.program_results h1::after {
    width: 80px;
    background: rgb(147,153,134);
    left: 0;
    bottom: -10px;
    position: absolute;
    height: 3px;
    content: "";
}.program_results ul {
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    padding: 0;
}.program_results li {
    position: relative;
    padding-left: 15px;
    transition: transform 0.4s ease;
    transform: translateZ(0);
}.program_results li:hover {
    transform: translateX(10px);
}.program_results li::before {
    height: 10px;
    position: absolute;
    transform: translateY(-50%) scale(0);
    left: -5px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 10px;
    content: "";
    background: rgb(176,182,167);
    opacity: 0.7;
    top: 50%;
    border-radius: 10px;
}.program_results li:hover::before {
    transform: translateY(-50%) scale(1);
}.program_results p {
    color: #000000;
    line-height: 1.6;
    align-items: center;
    margin: 0;
    font-size: 13px;
    display: flex;
}.program_results svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    transform: translateY(-1px);
    height: 24px;
}.program_results svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(176,182,167);
}.program_results li:hover svg path {
    fill: rgb(147,153,134);
}.program_results li:hover svg path:first-child {
    transform: translateY(-2px);
}.program_results li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.program_results {
    padding: 80px 0;
}.program_results .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.program_results .img_show {
    margin: 0 auto;
    max-height: 400px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 80%;
}.program_results h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 768px) {.program_results {
    padding: 60px 0;
}.program_results .container {
    gap: 30px;
}.program_results .img_show {
    transform: none;
    width: 100%;
    box-shadow: 10px 10px 0 rgba(rgb(176,182,167,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(147,153,134,0.5), 0.15);
}.program_results .metadata_block {
    padding: 20px;
}.program_results .metadata_block::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
}.program_results h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 25px;
}.program_results ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.program_results {
    padding: 40px 0;
}.program_results .img_show {
    max-height: 250px;
    box-shadow: 8px 8px 0 rgba(rgb(176,182,167,0.5), 0.2);
}.program_results h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.7);
}.program_results h1::after {
    width: 60px;
    height: 2px;
}.program_results p {
    font-size: calc(13px * 0.9);
}.program_results svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.program_results ul {
    gap: 12px;
}.program_results li:hover {
    transform: translateX(5px);
}}.program_information {
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(204,211,195) 0%, rgb(176,182,167,0.5) 100%);
    position: relative;
    overflow: hidden;
}.program_information::before {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(176,182,167,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(147,153,134,0.5) 0%, transparent 60%);
    position: absolute;
}.program_information::after {
    animation: shiftBackground 30s linear infinite;
    width: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    opacity: 0.4;
    height: 100%;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_information .container {
    z-index: 2;
    position: relative;
}.program_information .smart_learning {
    border-radius: 23px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    display: flex;
    position: relative;
}.program_information .smart_learning::before {
    content: "";
    top: 0;
    height: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(176,182,167), 0.05)
        );
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
}.program_information .img_show {
    overflow: hidden;
    position: absolute;
    height: 440px;
    width: 45%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 2;
    animation: morphShape 15s infinite alternate ease-in-out;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    top: 5%;
    right: 3%;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_information .img_show::before {
    position: absolute;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(176,182,167,0.5) 100%
    );
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    z-index: 2;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.6;
}.program_information .img_show::after {
    opacity: 0.2;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 3;
    background-size: 20px 20px;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    top: 0;
}.program_information .tech_classes {
    flex-direction: column;
    min-height: 400px;
    z-index: 3;
    padding: 60px 50% 60px 60px;
    position: relative;
    display: flex;
}.program_information .nav_site {
    position: relative;
    margin-bottom: 25px;
    z-index: 4;
    display: inline-block;
}.program_information .nav_site svg {
    width: 70px;
    fill: #ffffff;
    z-index: 2;
    height: auto;
    position: relative;
}.program_information .nav_site svg path {
    stroke-dashoffset: 100;
    stroke-width: 0.5;
    stroke: rgb(176,182,167);
    stroke-dasharray: 100;
}.program_information h3 {
    margin-bottom: 20px;
    font-size: 30px;
    max-width: 100%;
    z-index: 4;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.program_information h3::after {
    height: 3px;
    transition: width 0.3s ease;
    border-radius: 3px;
    content: "";
    bottom: -10px;
    width: 60px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
}.program_information .smart_learning:hover h3::after {
    width: 120px;
}.program_information p {
    color: #000000;
    line-height: 1.7;
    margin: 0;
    z-index: 4;
    position: relative;
    max-width: 100%;
    font-size: 14px;
}.program_information .smart_learning::after {
    height: 200px;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    background: rgb(147,153,134,0.5);
    z-index: 1;
    opacity: 0.3;
    bottom: -50px;
    filter: blur(80px);
    content: "";
    left: -50px;
}.program_information .tech_classes::before {
    top: 20px;
    position: absolute;
    width: 150px;
    opacity: 0.2;
    animation: floatDots 10s infinite alternate ease-in-out;
    height: 90%;
    background-image: 
        radial-gradient(circle, rgb(176,182,167,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(147,153,134,0.5) 1px, transparent 1px);
    background-position: 0 0, 10px 10px;
    z-index: 1;
    background-size: 20px 20px, 25px 25px;
    right: 48%;
    content: "";
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_information .tech_classes {
    padding: 50px 50% 50px 50px;
}.program_information .img_show {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.program_information {
    padding: 80px 0;
}.program_information .smart_learning {
    display: flex;
    flex-direction: column;
}.program_information .tech_classes {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_information .img_show {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    width: 80%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: 10%;
    top: 0;
    position: absolute;
    height: 200px;
}.program_information .nav_site {
    top: 160px;
    margin-bottom: 0;
    left: 40px;
    position: absolute;
}.program_information h3 {
    font-size: calc(30px * 0.9);
}.program_information .tech_classes::before {
    display: none;
}
}

@media (max-width: 767px) {.program_information {
    padding: 60px 0;
}.program_information .tech_classes {
    padding: 200px 30px 40px 30px;
}.program_information .img_show {
    height: 180px;
}.program_information .nav_site {
    top: 140px;
    left: 30px;
}.program_information .nav_site svg {
    width: 60px;
}.program_information h3 {
    font-size: calc(30px * 0.8);
}.program_information p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_information {
    padding: 40px 0;
}.program_information .tech_classes {
    padding: 180px 25px 30px 25px;
}.program_information .img_show {
    height: 160px;
}.program_information .nav_site {
    left: 25px;
    top: 120px;
}.program_information .nav_site svg {
    width: 50px;
}.program_information h3 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
}.program_information p {
    font-size: calc(14px * 0.9);
}}.who_we_are {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.who_we_are::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(176,182,167,0.5) 70%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
}.who_we_are::after {
    border: 3px solid rgb(147,153,134,0.5);
    z-index: 1;
    animation: float 10s ease-in-out infinite;
    bottom: -50px;
    transform: rotate(15deg);
    height: 250px;
    right: -50px;
    position: absolute;
    width: 250px;
    content: "";
}.who_we_are h4 {
    transform: translateX(20px);
    font-size: 29px;
    letter-spacing: 2px;
    opacity: 0;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 2rem;
    position: relative;
    font-weight: 700;
    z-index: 2;
}.who_we_are h4::before {
    top: 50%;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    background: rgb(147,153,134);
}.who_we_are .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.who_we_are .metadata_block {
    padding: 3rem;
    animation: fadeUp 1s forwards 0.4s ease-out;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.who_we_are .metadata_block h6 {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 21px;
    color: rgb(176,182,167);
}.who_we_are .metadata_block h6::after {
    height: 2px;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(147,153,134), transparent);
}.who_we_are .metadata_block div {
    position: relative;
}.who_we_are .metadata_block span {
    column-count: 1;
    column-gap: 2rem;
    display: block;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    z-index: 2;
    color: #000000;
}.who_we_are .metadata_block::before {
    border: 1px dashed rgb(147,153,134,0.5);
    transform: rotate(-5deg);
    height: 40%;
    z-index: 1;
    top: 3rem;
    width: 40%;
    right: 2rem;
    opacity: 0.5;
    content: "";
    position: absolute;
}

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

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

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

@media (min-width: 768px) {.who_we_are {
    padding: 7rem 0;
}.who_we_are h4 {
    padding-left: 3rem;
    font-size: calc(29px * 1.2);
}.who_we_are h4::before {
    width: 2.5rem;
}.who_we_are .metadata_block {
    padding: 4rem;
    margin-left: 3rem;
}.who_we_are .metadata_block span {
    column-count: 2;
}.who_we_are .metadata_block::before {
    width: 30%;
    height: 50%;
}
}

@media (min-width: 992px) {.who_we_are {
    padding: 9rem 0;
}.who_we_are h4 {
    margin-left: 3rem;
}.who_we_are .metadata_block {
    padding: 5rem;
    width: 85%;
    margin-left: 6rem;
}.who_we_are .metadata_block h6 {
    font-size: calc(21px * 1.2);
}.who_we_are .metadata_block span {
    column-count: 2;
    column-gap: 3rem;
}.who_we_are::after {
    width: 350px;
    height: 350px;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 4rem 0;
}.who_we_are h4 {
    padding-left: 1.5rem;
    text-align: left;
}.who_we_are .metadata_block {
    padding: 2rem;
}.who_we_are .metadata_block::before {
    display: none;
}}header {
    background: linear-gradient(to right, rgb(176,182,167,0.5), rgb(147,153,134,0.5));
    position: relative;
    width: 100%;
    padding: 1.5rem 3%;
    z-index: 100;
}header::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    pointer-events: none;
    right: 0.5rem;
    left: 0.5rem;
    position: absolute;
    z-index: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    border-radius: 10px;
}header::after {
    position: absolute;
    content: '';
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
}header .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}header .head_guide {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}header .head_guide::before {
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(176,182,167), rgb(147,153,134));
    height: 100%;
    left: 0;
    width: 5px;
}header .head_guide::after {
    height: 100%;
    right: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(147,153,134), rgb(176,182,167));
    top: 0;
    content: '';
    position: absolute;
}header .main_mainwrap {
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 0 0 1rem 0;
}header .main_mainwrap::after {
    width: 80px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    position: absolute;
    background: rgb(176,182,167,0.5);
    bottom: 0;
    height: 1px;
}header .main_mainwrap svg {
    width: 170px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}header .main_mainwrap:hover svg {
    transform: scale(1.03);
}header .header_start {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    max-width: 90%;
    display: flex;
    width: 100%;
    padding-top: 1rem;
}header .header_sitebar {
    border-radius: 10px;
    background: rgb(204,211,195);
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    font-weight: 600;
}header .header_sitebar::before {
    transition: width 0.3s ease;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(176,182,167), rgb(147,153,134));
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 3px;
    border-radius: 10px 0 0 10px;
}header .header_sitebar:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .header_sitebar:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head_guide {
    padding: 1.2rem;
}header .main_mainwrap {
    padding: 0 0 0.8rem 0;
}header .main_mainwrap svg {
    width: 150px;
}header .header_start {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .header_sitebar {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_guide {
    padding: 1rem;
}header .main_mainwrap {
    padding: 0 0 0.7rem 0;
}header .main_mainwrap svg {
    width: 130px;
}header .header_start {
    padding-top: 0.7rem;
    max-width: 95%;
    gap: 0.5rem;
}header .header_sitebar {
    padding: 0.5rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_guide {
    padding: 0.8rem 0.8rem 1rem;
}header .main_mainwrap {
    padding: 0 0 0.6rem 0;
}header .main_mainwrap svg {
    width: 120px;
}header .header_start {
    overflow-x: auto;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 0.6rem;
}header .header_start::-webkit-scrollbar {
    height: 3px;
}header .header_start::-webkit-scrollbar-thumb {
    background: rgb(176,182,167);
    border-radius: 10px;
}header .header_sitebar {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.trackingSettingsPopup {
    width: 100%;
    border-top: 2px solid rgb(176,182,167);
    background: rgb(147,153,134);
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(176,182,167,0.5);
    animation: slideIn 0.5s ease-in-out;
    position: fixed;
    bottom: 0;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.visitor_settings {
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 0 20px rgb(176,182,167,0.5);
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(147,153,134) 0%, rgba(0, 0, 0, 0.5) 100%);
}.privacy_gate {
    border-radius: 13px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(176,182,167);
    flex-shrink: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
}.privacy_gate svg, .privacy_gate svg path {
    transition: transform 0.3s ease;
    width: 60px;
    fill: rgb(176,182,167);
    height: 60px;
}.privacy_gate:hover svg {
    transform: rotate(20deg);
}.track_cookies {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.track_cookies h5 {
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(176,182,167);
    font-size: 18px;
    font-weight: 700;
    color: rgb(176,182,167);
}.track_cookies p {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(176,182,167,0.5);
    margin-bottom: 0;
    font-size: 16px;
}.track_toggle {
    box-shadow: 0 0 10px rgb(176,182,167,0.5);
    font-size: 20px;
    background: rgb(176,182,167);
    border-radius: 10px;
    white-space: nowrap;
    padding: 12px 25px;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}.track_toggle:hover {
    background: rgb(147,153,134);
    box-shadow: 0 0 20px rgb(147,153,134,0.5);
}.trackingSettingsPopup p a {
    text-decoration: underline;
    color: rgb(176,182,167);
    transition: color 0.3s ease;
}.trackingSettingsPopup p a:hover {
    color: rgb(147,153,134);
}#usageNoticeDialog {
    display: none;
}#usageNoticeDialog:checked ~ .trackingSettingsPopup {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.trackingSettingsPopup {
    padding: 20px;
}.visitor_settings {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.privacy_gate {
    display: none;
}.visitor_settings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.track_cookies {
    text-align: center;
    margin-bottom: 20px;
}.trackingSettingsPopup h5, .trackingSettingsPopup p {
    text-align: center;
}.track_toggle {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
}
}
