﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1264px;
    max-width: 100%;
}html,body {
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
}.main_primary {
    flex: 1 0 auto;
}.wrapper-segment {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.linkedin_ref {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.linkedin_ref {
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(197,138,175));
    font-family: Arial, sans-serif;
}.linkedin_ref::before {
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(197,138,175,0.5) 0%, transparent 50%);
    position: absolute;
    pointer-events: none;
}.linkedin_ref::after {
    pointer-events: none;
    top: 0;
    animation: shiftGradient 15s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgb(218,178,204,0.5) 70%, transparent 100%);
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.linkedin_ref .container {
    z-index: 2;
    position: relative;
}footer .chrome_ext {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .contact_feedback {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    backdrop-filter: blur(8px);
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
}footer .contact_feedback:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    align-items: center;
    flex: 1 1 220px;
    display: flex;
}footer .info_item svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    fill: rgb(218,178,204);
    height: 20px;
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(218,178,204,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(218,178,204,0.5);
    color: rgb(218,178,204);
}footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .header_pro {
    flex-direction: column;
    gap: 15px;
    display: flex;
    align-items: flex-start;
}footer .header_pro svg {
    filter: drop-shadow(0 0 5px rgb(218,178,204,0.5));
    width: auto;
    margin-bottom: 10px;
    height: 50px;
    transition: filter 0.3s ease;
}footer .header_pro:hover svg {
    filter: drop-shadow(0 0 8px rgb(218,178,204));
}footer .job_board {
    opacity: 0.8;
    font-size: 16px;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
}footer .page_top {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 25px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.03);
}footer .page_top:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .page_top::before {
    left: -2px;
    position: absolute;
    background: linear-gradient(45deg, rgb(218,178,204), transparent, rgb(197,138,175), transparent);
    border-radius: calc(25px + 2px);
    top: -2px;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    bottom: -2px;
    right: -2px;
    z-index: -1;
}footer .page_top:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .page_top h5 {
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    font-size: 18px;
}footer .page_top h5::after {
    left: 0;
    width: 50px;
    position: absolute;
    height: 2px;
    background: rgb(218,178,204);
    transition: width 0.3s ease;
    bottom: -1px;
    content: "";
}footer .page_top:hover h5::after {
    width: 100px;
}footer .head_guide {
    flex-direction: column;
    gap: 10px;
    display: flex;
    margin-bottom: 25px;
}footer .head_guide a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-weight: 400;
    position: relative;
    font-size: calc(17px - 1px);
    color: #ffffff;
    text-decoration: none;
    padding-left: 15px;
}footer .head_guide a::before {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    background-color: rgb(218,178,204);
    border-radius: 50%;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}footer .head_guide a:hover {
    padding-left: 20px;
    color: rgb(218,178,204);
}footer .head_guide a:hover::before {
    background-color: rgb(218,178,204);
    box-shadow: 0 0 5px rgb(218,178,204), 0 0 10px rgb(218,178,204,0.5);
    opacity: 1;
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    border-radius: 25px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(197,138,175,0.5), #000000);
}footer .subscribe_holder::before {
    z-index: -1;
    top: -50%;
    position: absolute;
    width: 200%;
    content: "";
    left: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    animation: pulseBackground 10s infinite ease-in-out;
    height: 200%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}footer .subscribe_holder h5::after {
    left: 0;
    bottom: -5px;
    position: absolute;
    height: 2px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(218,178,204), transparent);
}footer .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(218,178,204);
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(218,178,204,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe_asset {
    border: none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    background: rgb(218,178,204);
    border-radius: 10px;
    font-weight: 600;
    padding: 14px 24px;
}footer .subscribe_asset::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    top: 0;
    left: -100%;
}footer .subscribe_asset:hover {
    transform: translateY(-3px);
    background: rgb(197,138,175);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .subscribe_asset:hover::before {
    left: 100%;
}footer .comm_guide {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .degree_path {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_asset {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .chrome_ext {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .contact_feedback {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .linkedin_ref {
    padding: 60px 0 30px;
}footer .contact_feedback {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .page_top, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .page_top h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .head_guide a {
    font-size: calc(17px - 2px);
}footer .comm_guide {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .linkedin_ref {
    padding: 40px 0 20px;
}footer .contact_feedback, footer .page_top, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .subscribe_asset {
    padding: 12px;
}footer .header_pro svg {
    height: 40px;
}footer .job_board {
    font-size: calc(16px - 1px);
}}.customer_comments {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgba(rgb(197,138,175,0.5), 0.05) 100%);
    position: relative;
}.customer_comments::before {
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(218,178,204) 0%, rgb(197,138,175) 50%, rgb(218,178,204) 100%);
    content: "";
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
}.customer_comments::after {
    background: radial-gradient(circle at bottom right, rgba(rgb(197,138,175,0.5), 0.15), transparent 70%);
    content: "";
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    position: absolute;
    width: 35%;
    height: 35%;
}.customer_comments .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}.customer_comments h2 {
    text-align: left;
    transform: translateX(-0.5rem);
    color: #000000;
    line-height: 1.2;
    margin-bottom: 3.5rem;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 31px;
}.customer_comments h2::after {
    content: "";
    height: 3px;
    bottom: -12px;
    background-color: rgb(218,178,204);
    left: 0;
    width: 60px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.customer_comments:hover h2::after {
    width: 120px;
}.customer_comments .rating_voices {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    gap: 2rem;
    margin: 0;
    list-style: none;
}.customer_comments .alumni_reviews {
    position: relative;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
}.customer_comments .alumni_reviews::before {
    font-family: Georgia, serif;
    right: 1rem;
    position: absolute;
    content: "";
    line-height: 1;
    pointer-events: none;
    font-size: 8rem;
    color: rgba(rgb(197,138,175,0.5), 0.08);
    top: -0.5rem;
}.customer_comments .alumni_reviews:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.customer_comments .alumni_reviews div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}.customer_comments .alumni_reviews img {
    object-fit: cover;
    width: 50px;
    box-shadow: 0 0 0 2px rgba(rgb(218,178,204,0.5), 0.25);
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
    border: 2px solid #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.customer_comments .alumni_reviews:hover img {
    box-shadow: 0 0 0 3px rgba(rgb(218,178,204,0.5), 0.5);
    transform: scale(1.1);
}.customer_comments .alumni_reviews h4 {
    font-weight: 600;
    position: relative;
    font-size: calc(19px * 0.95);
    color: #000000;
    margin: 0;
}.customer_comments .alumni_reviews h4::after {
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    bottom: -5px;
    background-color: rgb(218,178,204);
    position: absolute;
    transition: width 0.3s ease;
}.customer_comments .alumni_reviews:hover h4::after {
    width: 100%;
}.customer_comments .description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding-left: 1rem;
    flex-grow: 1;
    color: #000000;
}.customer_comments .description::before {
    opacity: 0.6;
    width: 3px;
    border-radius: 10px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(218,178,204), rgb(197,138,175));
    top: 0;
    position: absolute;
    height: 100%;
}.customer_comments a {
    font-size: 14px;
    overflow: hidden;
    background-color: rgb(218,178,204);
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    padding: 0.9rem 2.2rem;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 3rem;
    box-shadow: 0 4px 15px rgba(rgb(218,178,204,0.5), 0.3);
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              background-color 0.3s ease,
              box-shadow 0.3s ease;
}.customer_comments a::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    content: "";
    height: 100%;
}.customer_comments a:hover {
    box-shadow: 0 8px 25px rgba(rgb(197,138,175,0.5), 0.4);
    background-color: rgb(197,138,175);
    transform: translateY(-3px);
}.customer_comments a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.customer_comments .rating_voices {
    grid-template-columns: repeat(4, 1fr);
}.customer_comments h2 {
    font-size: calc(31px * 1.1);
    max-width: 80%;
}.customer_comments .alumni_reviews:nth-child(odd) {
    transform: translateY(20px);
}.customer_comments .alumni_reviews:nth-child(odd):hover {
    transform: translateY(12px);
}.customer_comments .alumni_reviews:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.customer_comments .rating_voices {
    grid-template-columns: repeat(3, 1fr);
}.customer_comments h2 {
    max-width: 90%;
}
}

@media (min-width: 576px) and (max-width: 767px) {.customer_comments .rating_voices {
    grid-template-columns: repeat(2, 1fr);
}.customer_comments {
    padding: 4rem 0;
}.customer_comments h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 575px) {.customer_comments {
    padding: 3rem 0;
}.customer_comments .rating_voices {
    grid-template-columns: 1fr;
}.customer_comments h2 {
    font-size: calc(31px * 0.8);
    transform: translateX(0);
}.customer_comments .container {
    padding: 0 1.5rem;
}.customer_comments a {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.9);
}.customer_comments .alumni_reviews {
    padding: 1.5rem;
}}

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

.customer_comments .alumni_reviews {
    animation: fadeInUp 0.6s backwards;
}.customer_comments .alumni_reviews:nth-child(1) {
    animation-delay: 0.1s;
}.customer_comments .alumni_reviews:nth-child(2) {
    animation-delay: 0.2s;
}.customer_comments .alumni_reviews:nth-child(3) {
    animation-delay: 0.3s;
}.customer_comments .alumni_reviews:nth-child(4) {
    animation-delay: 0.4s;
}.customer_comments .alumni_reviews:nth-child(5) {
    animation-delay: 0.5s;
}.customer_comments .alumni_reviews:nth-child(6) {
    animation-delay: 0.6s;
}.customer_comments .alumni_reviews:nth-child(7) {
    animation-delay: 0.7s;
}.learning_outcomes {
    background: rgb(197,138,175);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.learning_outcomes::before {
    background: linear-gradient(135deg, rgb(218,178,204,0.5) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.learning_outcomes::after {
    animation: rotate 60s linear infinite;
    opacity: 0.2;
    height: 200%;
    position: absolute;
    width: 200%;
    content: '';
    background: radial-gradient(ellipse at center, transparent 60%, rgb(197,138,175,0.5) 100%);
    left: -50%;
    top: -50%;
}.learning_outcomes .skill_track {
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    display: grid;
    padding: 0 20px;
    grid-template-rows: auto 1fr;
    gap: 30px 60px;
    grid-template-areas:
        "header photo"
        "content photo";
}.learning_outcomes .profile_photo {
    grid-area: photo;
    overflow: hidden;
    z-index: 2;
    position: relative;
    border-radius: 0 16px 16px 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 550px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}.learning_outcomes .profile_photo::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(to right, #000000 0%, transparent 30%);
    z-index: 1;
    width: 100%;
}.learning_outcomes .profile_photo::after {
    background: linear-gradient(to left, rgb(218,178,204,0.5) 0%, transparent 100%);
    z-index: 2;
    width: 30%;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    right: 0;
    animation: pulse 5s infinite alternate;
    content: '';
    position: absolute;
}.learning_outcomes h2 {
    opacity: 0;
    animation: slideIn 0.8s forwards;
    margin: 0;
    transform: translateX(-30px);
    font-size: 39px;
    color: #ffffff;
    padding-left: 30px;
    grid-area: header;
    position: relative;
    font-weight: 700;
}.learning_outcomes h2::before {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    content: '';
    background: rgb(218,178,204);
    left: 0;
}.learning_outcomes .text_main_holder {
    position: relative;
    gap: 30px;
    grid-area: content;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.learning_outcomes .text_main_holder::before {
    height: 180px;
    content: '';
    left: -100px;
    border-radius: 40%;
    position: absolute;
    opacity: 0.3;
    border: 1px solid rgb(197,138,175,0.5);
    animation: rotate 30s linear infinite;
    top: -80px;
    width: 180px;
    z-index: -1;
}.learning_outcomes .text_main_holder > div {
    animation: fadeUp 0.5s forwards;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    transform: translateY(30px);
    display: flex;
    padding: 25px;
    opacity: 0;
    gap: 15px;
    animation-delay: calc(var(--i, 0) * 0.15s);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.learning_outcomes .text_main_holder > div:nth-child(1) {
    --i: 1;
}.learning_outcomes .text_main_holder > div:nth-child(2) {
    --i: 2;
}.learning_outcomes .text_main_holder > div:nth-child(3) {
    --i: 3;
}.learning_outcomes .text_main_holder > div:nth-child(4) {
    --i: 4;
}.learning_outcomes .text_main_holder > div:nth-child(5) {
    --i: 5;
}.learning_outcomes .text_main_holder > div:nth-child(6) {
    --i: 6;
}.learning_outcomes .text_main_holder > div:nth-child(7) {
    --i: 7;
}.learning_outcomes .text_main_holder > div:nth-child(8) {
    --i: 8;
}.learning_outcomes .text_main_holder > div::before {
    right: 0;
    background: linear-gradient(to right, transparent, rgb(218,178,204,0.5));
    content: '';
    height: 1px;
    width: 60%;
    position: absolute;
    bottom: 0;
}.learning_outcomes .text_main_holder > div::after {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(197,138,175), 0.05) 100%);
    right: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
}.learning_outcomes .text_main_holder svg {
    height: 36px;
    width: 36px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.learning_outcomes .text_main_holder svg path {
    fill: rgb(218,178,204);
}.learning_outcomes .text_main_holder > div:hover svg {
    transform: translateY(-5px);
}.learning_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(197,138,175);
}.learning_outcomes .text_main_holder p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
    margin: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {.learning_outcomes .skill_track {
    gap: 40px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "header"
            "profile_photo"
            "main_primary";
}.learning_outcomes .profile_photo {
    height: 400px;
    border-radius: 16px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.learning_outcomes h2 {
    transform: translateY(-30px);
    text-align: center;
    padding-left: 0;
}.learning_outcomes h2::before {
    bottom: -15px;
    width: 60px;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 768px) {.learning_outcomes {
    padding: 80px 0;
}.learning_outcomes .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.learning_outcomes .profile_photo {
    height: 350px;
}.learning_outcomes h2 {
    font-size: 28px;
}
}

@media (max-width: 576px) {.learning_outcomes {
    padding: 60px 0;
}.learning_outcomes .profile_photo {
    height: 280px;
}.learning_outcomes .text_main_holder > div {
    padding: 20px;
}.learning_outcomes .text_main_holder svg {
    height: 30px;
    width: 30px;
}}.company_overview {
    background: rgb(236,219,229);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.company_overview::before {
    opacity: 0.6;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(218,178,204,0.5) 0%, transparent 70%);
}.company_overview .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.company_overview .skill_track {
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    background-color: #ffffff;
    flex-wrap: wrap;
    border-radius: 21px;
    overflow: hidden;
}.company_overview .knowledge_space {
    background-color: rgb(218,178,204);
    padding: 40px;
    align-items: center;
    display: flex;
    flex: 0 0 30%;
    position: relative;
    flex-direction: column;
}.company_overview .profile_photo {
    margin-bottom: 25px;
    border: 5px solid #ffffff;
    height: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 180px;
}.company_overview .pro_track {
    width: 100%;
    text-align: center;
}.company_overview .learn_classes {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 19px;
}.company_overview .quick_training {
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
    font-size: 18px;
}.company_overview .text_display_box {
    padding: 50px;
    flex: 0 0 70%;
}.company_overview .virtual_guides {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}.company_overview .virtual_guides svg {
    margin-right: 10px;
    height: 30px;
    fill: rgb(218,178,204);
    width: 30px;
}.company_overview .virtual_guides svg path {
    fill: rgb(218,178,204);
}.company_overview h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}.company_overview h2::after {
    content: '';
    background: rgb(218,178,204);
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    width: 60px;
}.company_overview p {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
}

@media (max-width: 992px) {.company_overview {
    padding: 70px 0;
}.company_overview .skill_track {
    flex-direction: column;
}.company_overview .knowledge_space {
    padding: 40px 20px;
    flex: 0 0 100%;
    width: 100%;
}.company_overview .text_display_box {
    flex: 0 0 100%;
    padding: 40px 20px;
    width: 100%;
}
}

@media (max-width: 768px) {.company_overview {
    padding: 50px 0;
}.company_overview .profile_photo {
    height: 150px;
    width: 150px;
}.company_overview h2 {
    font-size: calc(29px - 0.2rem);
}
}

@media (max-width: 480px) {.company_overview {
    padding: 40px 0;
}.company_overview .profile_photo {
    width: 120px;
    height: 120px;
}.company_overview .knowledge_space {
    padding: 30px 15px;
}.company_overview .text_display_box {
    padding: 30px 15px;
}.company_overview .learn_classes {
    font-size: calc(19px - 0.2rem);
}.company_overview .quick_training {
    font-size: calc(18px - 0.1rem);
}.company_overview h2 {
    padding-bottom: 10px;
    font-size: calc(29px - 0.4rem);
    margin-bottom: 15px;
}.company_overview p {
    font-size: calc(18px - 0.1rem);
}}.opening_board {
    overflow: hidden;
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}.opening_board .fast_studypro {
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 85vh;
    width: 100%;
    display: flex;
}.opening_board .fast_studypro::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
}.opening_board .class_space {
    width: 90%;
    background: linear-gradient(to right, rgb(218,178,204,0.5) 0%, transparent 100%);
    z-index: 2;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
    position: relative;
    max-width: 1200px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}.opening_board .class_space:hover {
    transform: perspective(1000px) rotateY(0);
}.opening_board .class_space > div {
    transition: transform 0.4s ease;
    margin-bottom: 2rem;
    transform: translateX(0);
}.opening_board .class_space > div:hover {
    transform: translateX(10px);
}.opening_board p {
    padding-left: 20px;
    font-weight: 400;
    color: #ffffff;
    font-size: calc(14px * 1.1);
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}.opening_board p::before {
    top: 50%;
    background: rgb(197,138,175);
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    position: absolute;
}.opening_board .title_style_header {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: calc(47px * 1.2);
    font-weight: 700;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.opening_board .title_style_header:hover {
    transform: scale(1.03);
}.opening_board h3 {
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to right, rgb(197,138,175,0.5), transparent);
    line-height: 1.5;
    border-left: 3px solid rgb(197,138,175);
    letter-spacing: 0.3px;
    font-size: calc(18px * 1.1);
    padding: 15px;
}

@media screen and (max-width: 1200px) {.opening_board .class_space {
    padding: 2.5rem;
    width: 85%;
}.opening_board .title_style_header {
    font-size: calc(47px * 1.1);
}
}

@media screen and (max-width: 992px) {.opening_board .fast_studypro {
    min-height: 75vh;
}.opening_board .class_space {
    width: 90%;
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.opening_board .title_style_header {
    font-size: 47px;
}.opening_board h3 {
    font-size: 18px;
}
}

@media screen and (max-width: 768px) {.opening_board .fast_studypro {
    min-height: 70vh;
}.opening_board .class_space {
    transform: none;
    background: linear-gradient(to bottom, rgb(218,178,204,0.5) 0%, transparent 100%);
    padding: 1.5rem;
    width: 95%;
}.opening_board p {
    font-size: 14px;
}.opening_board .title_style_header {
    font-size: calc(29px * 1.1);
}.opening_board h3 {
    font-size: calc(16px * 1.1);
    padding: 10px;
}
}

@media screen and (max-width: 576px) {.opening_board .fast_studypro {
    min-height: 60vh;
}.opening_board .class_space {
    padding: 1.25rem;
}.opening_board .class_space > div {
    margin-bottom: 1.5rem;
}.opening_board p {
    padding-left: 15px;
}.opening_board .title_style_header {
    font-size: 29px;
}.opening_board h3 {
    font-size: 16px;
}}.academic_experience {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,219,229), rgb(218,178,204,0.5));
}.academic_experience::before {
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(45deg, rgb(197,138,175,0.5) 0px, transparent 2px, transparent 10px);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
}.academic_experience .alumni_reviews {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 2;
    align-items: center;
    display: flex;
    background: #ffffff;
    max-width: 1200px;
    gap: 4rem;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto;
}.academic_experience .profile_photo {
    flex-shrink: 0;
    transition: all 0.4s ease;
    position: relative;
    height: 450px;
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.academic_experience .profile_photo::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(218,178,204,0.5), transparent);
    left: 0;
    opacity: 0.5;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}.academic_experience .work_view {
    width: 60%;
    padding: 3rem;
    position: relative;
}.academic_experience .name {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0.5rem;
}.academic_experience .name::after {
    bottom: -8px;
    transition: width 0.3s ease;
    height: 3px;
    width: 50%;
    content: "";
    left: 0;
    background: rgb(218,178,204);
    position: absolute;
}.academic_experience .work_view > div:nth-child(2) {
    color: rgb(197,138,175);
    margin-bottom: 1.5rem;
    font-size: 17px;
    padding-left: 2px;
    font-weight: 600;
}.academic_experience .emp_items {
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.academic_experience .emp_items::before {
    content: "";
    font-size: 4rem;
    top: -2rem;
    left: -1rem;
    opacity: 0.4;
    position: absolute;
    color: rgb(218,178,204,0.5);
}.academic_experience .alumni_reviews:hover .profile_photo {
    transform: scale(1.03);
}.academic_experience .alumni_reviews:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.academic_experience .alumni_reviews {
    gap: 2rem;
    flex-direction: column;
}.academic_experience .profile_photo {
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.academic_experience .work_view {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.academic_experience {
    padding: 3rem 1rem;
}.academic_experience .profile_photo {
    height: 280px;
}.academic_experience .work_view {
    padding: 0 1.5rem 1.5rem;
}.academic_experience .name {
    font-size: calc(30px * 0.85);
}.academic_experience .emp_items {
    font-size: calc(14px * 0.95);
}}.course_demographic {
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(236,219,229);
    position: relative;
}.course_demographic::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    right: -50%;
    top: -50%;
    background: rgb(218,178,204,0.5);
    z-index: 1;
    transform: rotate(35deg);
}.course_demographic::after {
    content: "";
    bottom: -50%;
    z-index: 1;
    left: -50%;
    height: 100%;
    width: 100%;
    transform: rotate(-35deg);
    position: absolute;
    background: rgb(197,138,175,0.5);
}.course_demographic .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.course_demographic .skill_track {
    overflow: hidden;
    padding: 60px 40px;
    border-radius: 12px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}.course_demographic .skill_track::before {
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175));
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
}.course_demographic .skill_track::after {
    right: 20px;
    position: absolute;
    width: 120px;
    z-index: -1;
    top: 20px;
    content: "";
    opacity: 0.5;
    border-radius: 50%;
    height: 120px;
    border: 2px solid rgb(218,178,204,0.5);
}.course_demographic h4 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 34px;
    color: #000000;
    position: relative;
}.course_demographic h4::before {
    content: "";
    height: 4px;
    position: absolute;
    width: 40px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: rgb(218,178,204);
    border-radius: 10px;
}.course_demographic h4::after {
    position: absolute;
    border-radius: 10px;
    bottom: -20px;
    background: rgb(197,138,175,0.5);
    content: "";
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translateX(-20px);
}.course_demographic div > div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
    display: grid;
    gap: 30px;
}.course_demographic div > div::before {
    z-index: -1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(197,138,175,0.5) 20%, 
        rgb(197,138,175,0.5) 80%, 
        transparent 100%);
    position: absolute;
    opacity: 0.5;
    content: "";
    left: 0;
    height: 1px;
    top: 50%;
    width: 100%;
}.course_demographic p {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    color: #000000;
    font-size: 13px;
    background: #ffffff;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin: 0;
    padding: 24px;
}.course_demographic p::before {
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(236,219,229) 100%);
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
}.course_demographic p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(218,178,204,0.5);
}.course_demographic p:hover::before {
    opacity: 1;
}.course_demographic p svg {
    width: 28px;
    height: 28px;
    margin-right: 18px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}.course_demographic p svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,178,204);
}.course_demographic p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.course_demographic p:hover svg path {
    fill: rgb(197,138,175);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.course_demographic .skill_track::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.course_demographic .skill_track > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.course_demographic .skill_track > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_demographic .skill_track > div p:nth-child(2) {
    animation-delay: 0.3s;
}.course_demographic .skill_track > div p:nth-child(3) {
    animation-delay: 0.5s;
}.course_demographic .skill_track > div p:nth-child(4) {
    animation-delay: 0.7s;
}.course_demographic .skill_track > div p:nth-child(5) {
    animation-delay: 0.9s;
}.course_demographic .skill_track > div p:nth-child(6) {
    animation-delay: 1.1s;
}.course_demographic p::after {
    right: 10px;
    width: 30px;
    background: rgb(197,138,175,0.5);
    transition: all 0.4s ease;
    opacity: 0;
    bottom: 10px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    content: "";
}.course_demographic p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

@media (max-width: 991px) {.course_demographic {
    padding: 90px 0 80px;
}.course_demographic .skill_track {
    padding: 50px 30px;
}.course_demographic h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.course_demographic div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.course_demographic p {
    padding: 20px;
}.course_demographic .skill_track::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.course_demographic {
    padding: 80px 0 70px;
}.course_demographic .skill_track {
    padding: 40px 25px;
}.course_demographic h4 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.course_demographic div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_demographic div > div::before {
    display: none;
}.course_demographic p {
    padding: 18px;
}.course_demographic p svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.course_demographic .skill_track::after {
    right: auto;
    height: 80px;
    bottom: 20px;
    left: 20px;
    width: 80px;
    top: auto;
}
}

@media (max-width: 576px) {.course_demographic {
    padding: 60px 0 50px;
}.course_demographic .skill_track {
    padding: 35px 20px;
}.course_demographic h4 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.course_demographic h4::before {
    width: 30px;
    height: 3px;
}.course_demographic h4::after {
    width: 60px;
    height: 3px;
}.course_demographic p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.course_demographic p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.course_demographic p:hover {
    transform: translateY(-5px) scale(1.01);
}.course_demographic .skill_track::after {
    width: 60px;
    height: 60px;
}}.pricing_frame {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_frame::before {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    position: absolute;
}.pricing_frame .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.pricing_frame .package_deal {
    position: relative;
}.pricing_frame h2 {
    font-weight: 700;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-size: 31px;
}.pricing_frame h2::after {
    background: linear-gradient(90deg, rgb(218,178,204) 0%, rgb(197,138,175) 100%);
    position: absolute;
    bottom: -15px;
    content: "";
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
}.pricing_frame .cost_options {
    opacity: 0.9;
    font-size: 13px;
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 60px;
    color: #ffffff;
}.pricing_frame .price_panel {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
}.pricing_frame .price_panel li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_frame .price_panel li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.pricing_frame .payment_deals {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    height: 100%;
}.pricing_frame .cost_deals {
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    position: relative;
    padding: 40px 25px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    border-top: 3px solid rgb(218,178,204);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}.pricing_frame .payment_deals:hover .cost_deals {
    border-top-color: rgb(197,138,175);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.pricing_frame .cost_deals::before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    top: -50%;
    transform: rotate(45deg);
    content: "";
    left: -50%;
    width: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
}.pricing_frame .payment_deals:hover .cost_deals::before {
    opacity: 1;
}.pricing_frame .tuition_plans {
    z-index: 2;
    height: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
}.pricing_frame .tuition_plans h4 {
    margin: 0 0 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
    display: inline-block;
    position: relative;
}.pricing_frame .tuition_plans h4::after {
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(218,178,204);
    bottom: -8px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}.pricing_frame .payment_deals:hover .tuition_plans h4::after {
    width: 60px;
    background: rgb(197,138,175);
}.pricing_frame .tuition_plans p {
    hyphens: auto;
    opacity: 0.8;
    flex-grow: 1;
    color: #ffffff;
    font-size: calc(13px - 2px);
    white-space: normal;
    margin: 0 0 30px;
    word-wrap: break-word;
    line-height: 1.7;
    overflow-wrap: break-word;
}.pricing_frame .fee_chart {
    align-self: flex-start;
    padding: 10px 15px;
    display: inline-block;
    transform: translateZ(0);
    margin-top: auto;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(218,178,204) 0%, rgb(197,138,175) 100%);
    position: relative;
    font-size: calc(21px + 2px);
}.pricing_frame .fee_chart::before {
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(218,178,204,0.5) 0%, rgb(197,138,175,0.5) 100%);
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}.pricing_frame .payment_deals:hover .fee_chart::before {
    opacity: 1;
}

@media (max-width: 991px) {.pricing_frame {
    padding: 80px 0;
}.pricing_frame .price_panel {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_frame .cost_deals {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.pricing_frame {
    padding: 60px 0;
}.pricing_frame h2 {
    font-size: calc(31px - 4px);
}.pricing_frame .cost_options {
    font-size: calc(13px - 1px);
    margin-bottom: 40px;
}.pricing_frame .price_panel {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_frame .tuition_plans h4 {
    font-size: calc(21px - 1px);
}.pricing_frame .tuition_plans p {
    font-size: calc(13px - 3px);
}.pricing_frame .fee_chart {
    font-size: calc(21px);
}
}

@media (max-width: 480px) {.pricing_frame {
    padding: 50px 0;
}.pricing_frame h2 {
    font-size: calc(31px - 6px);
}.pricing_frame .cost_deals {
    padding: 25px 15px;
}.pricing_frame .price_panel li:hover {
    transform: translateY(-5px);
}}.course_program_details {
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
    background: rgb(236,219,229);
    overflow: hidden;
}.course_program_details::before {
    top: 0;
    height: 100%;
    width: 100%;
    animation: shiftLines 20s linear infinite;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(218,178,204,0.5) 0,
        rgb(218,178,204,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    position: absolute;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course_program_details .container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: visible;
}.course_program_details .training_path {
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 550px;
    position: relative;
}.course_program_details .text_display_box {
    transform: translateZ(0);
    position: relative;
    grid-row: 2;
    margin-left: 50px;
    margin-top: -80px;
    padding: 40px;
    z-index: 5;
    background: #ffffff;
    transition: transform 0.5s ease;
    border-radius: 25px;
    grid-column: 1;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-right: 50px;
}.course_program_details .text_display_box::before {
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
}.course_program_details .text_display_box::after {
    animation: pulsate 5s ease-in-out infinite;
    filter: blur(20px);
    top: -20px;
    right: -20px;
    position: absolute;
    height: 100px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    width: 100px;
    background: radial-gradient(circle, rgb(218,178,204) 0%, transparent 70%);
    opacity: 0.3;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course_program_details .text_display_box h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-size: 29px;
    z-index: 2;
}.course_program_details .text_display_box h2::before {
    position: absolute;
    border-radius: 10px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    height: 4px;
    background: rgb(218,178,204);
    left: 0;
    bottom: -8px;
}.course_program_details .text_display_box:hover h2::before {
    width: 100%;
}.course_program_details .text_display_box .description {
    margin-bottom: 20px;
    font-size: 18px;
    z-index: 2;
    position: relative;
    color: #000000;
    line-height: 1.7;
}.course_program_details .text_display_box .description:last-child {
    margin-bottom: 0;
}.course_program_details .profile_photo {
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-column: 1;
    border-radius: 25px;
    height: 450px;
    position: relative;
    grid-row: 1;
    overflow: hidden;
    z-index: 3;
}.course_program_details .profile_photo::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
}.course_program_details .profile_photo::after {
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    mix-blend-mode: overlay;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(218,178,204,0.5) 0%,
        transparent 60%
    );
    height: 100%;
    position: absolute;
    width: 100%;
}.course_program_details:hover .profile_photo {
    transform: rotateX(2deg) translateY(-10px);
}.course_program_details:hover .text_display_box {
    transform: translateY(-10px);
}.course_program_details .container::before,
.course_program_details .container::after {
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: rgb(197,138,175,0.5);
}.course_program_details .container::before {
    left: -50px;
    width: 200px;
    animation: float 20s ease-in-out infinite;
    top: -100px;
    height: 200px;
}.course_program_details .container::after {
    width: 150px;
    right: -30px;
    height: 150px;
    animation: float 15s ease-in-out infinite reverse;
    bottom: -50px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course_program_details .training_path::after {
    content: "";
    right: 0;
    z-index: 1;
    pointer-events: none;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(218,178,204,0.5) 20px,
        rgb(218,178,204,0.5) 21px
    );
    position: absolute;
    height: 100%;
    opacity: 0.05;
    width: 100%;
}

@media screen and (max-width: 1024px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .training_path {
    min-height: 400px;
}.course_program_details .profile_photo {
    height: 350px;
}.course_program_details .text_display_box {
    margin-left: 30px;
    margin-top: -60px;
    margin-right: 30px;
    padding: 30px;
}.course_program_details .container::before {
    width: 150px;
    height: 150px;
}.course_program_details .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .training_path {
    min-height: auto;
}.course_program_details .profile_photo {
    transform: none;
    height: 250px;
}.course_program_details .text_display_box {
    margin-top: -40px;
    padding: 25px;
    margin-right: 15px;
    margin-left: 15px;
    transform: none;
}.course_program_details .text_display_box h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 20px;
}.course_program_details .text_display_box .description {
    font-size: calc(18px * 0.95);
}.course_program_details:hover .profile_photo,
    .course_program_details:hover .text_display_box {
    transform: none;
}.course_program_details .container::before,
    .course_program_details .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_program_details .profile_photo {
    animation: slideUp 0.8s ease-out forwards;
}.course_program_details .text_display_box {
    animation: slideUp 1s 0.3s ease-out forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.course_program_details {
    background: rgb(218,178,204);
}.course_program_details .text_display_box::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course_program_details .text_display_box h2 {
    color: #ffffff;
}.course_program_details .text_display_box .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.course_program_details .text_display_box {
    background: #ffffff;
}.course_program_details .text_display_box h2 {
    color: #000000;
}.course_program_details .text_display_box .description {
    color: #000000;
}.course_program_details .profile_photo::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course_program_details::before,
    .course_program_details .container::before,
    .course_program_details .container::after,
    .course_program_details .text_display_box::after,
    .course_program_details:hover .profile_photo,
    .course_program_details:hover .text_display_box {
    animation: none;
    transform: none;
}.course_program_details .profile_photo,
    .course_program_details .text_display_box {
    animation: none;
    opacity: 1;
}}

.course_program_details .profile_photo,
.course_program_details .text_display_box {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course_program_details .text_display_box:hover h2::before {
    width: 100%;
}.course_program_details:hover .profile_photo {
    transform: rotateX(2deg) translateY(-10px);
}.course_program_details:hover .text_display_box {
    transform: translateY(-10px);
}}.cookieSettingsWindow {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 90;
    padding: 15px 20px;
    background: rgb(197,138,175);
    border-top: 3px solid rgb(218,178,204);
    bottom: 0;
    position: fixed;
}.track_switch {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}.consent_learn {
    flex-shrink: 0;
    margin-right: 20px;
}.consent_learn svg {
    width: 50px;
    height: 50px;
    fill: rgb(218,178,204);
}.digital_tracking {
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    display: flex;
}.cookieSettingsWindow h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.cookieSettingsWindow p {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.cookies_tech {
    cursor: pointer;
    padding: 10px 20px;
    border: 2px solid rgb(218,178,204);
    text-decoration: none;
    background: rgb(218,178,204);
    transition: none;
    flex-shrink: 0;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    min-width: 150px;
    font-size: 15px;
}.cookies_tech:hover {
    border-color: rgb(218,178,204,0.5);
    background: rgb(218,178,204,0.5);
}.cookieSettingsWindow p a {
    border-bottom: 2px solid rgb(218,178,204);
    color: rgb(218,178,204);
    text-decoration: none;
}.cookieSettingsWindow p a:hover {
    color: rgb(197,138,175);
    border-bottom-color: rgb(197,138,175);
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.consent_learn {
    display: none;
}.track_switch {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieSettingsWindow h5, .cookieSettingsWindow p {
    text-align: center;
}.digital_tracking {
    margin-bottom: 15px;
}.cookies_tech {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieWarningPanel {
    display: none;
}#cookieWarningPanel:checked ~ .cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}.contact_section {
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    background: rgb(236,219,229);
}.contact_section::before {
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
}.contact_section .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.contact_section h2 {
    margin-bottom: 40px;
    color: rgb(197,138,175);
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 35px;
}.contact_section h2::after {
    left: 50%;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(218,178,204);
    width: 60px;
    content: "";
    bottom: -15px;
}.contact_section .contact_request {
    gap: 0;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact_section .profile_photo {
    min-height: 500px;
    border-top-right-radius: 10px;
    height: 100%;
    transition: transform 0.6s ease;
    grid-row: 1;
    grid-column: 2;
    border-bottom-right-radius: 10px;
}.contact_section .inquiry_panel {
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
    grid-column: 1;
}.contact_section #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_section h3 {
    font-size: 23px;
    margin-bottom: 15px;
    color: rgb(218,178,204);
    font-weight: 600;
}.contact_section input[type="text"] {
    border: 1px solid rgb(236,219,229);
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    font-size: 18px;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
}.contact_section input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(218,178,204);
}.contact_section input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_section .request_panel {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
}.contact_section .request_panel input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    margin-top: 2px;
    border: 2px solid rgb(236,219,229);
    height: 24px;
    flex-shrink: 0;
    appearance: none;
    cursor: pointer;
    width: 24px;
}.contact_section .request_panel input[type="checkbox"]:checked {
    border-color: rgb(218,178,204);
    background: rgb(218,178,204);
}.contact_section .request_panel input[type="checkbox"]:checked::after {
    position: absolute;
    content: "✓";
    font-size: 16px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}.contact_section .request_panel label {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.contact_section .request_panel a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(218,178,204);
}.contact_section .request_panel a:hover {
    color: rgb(197,138,175);
}.contact_section .support_inquiry {
    border: none;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    align-self: flex-start;
    color: #ffffff;
    margin-top: 10px;
    background: rgb(218,178,204);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}.contact_section .support_inquiry::before {
    content: "";
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
}.contact_section .support_inquiry:hover {
    background: rgb(197,138,175);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_section .support_inquiry:hover::before {
    left: 100%;
}.contact_section svg {
    height: 22px;
    margin-right: 10px;
    width: 22px;
    fill: rgb(218,178,204);
    vertical-align: middle;
}.contact_section svg path {
    fill: rgb(218,178,204);
}

@media (max-width: 992px) {.contact_section .contact_request {
    grid-template-columns: 1fr;
}.contact_section .profile_photo {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 0;
    grid-row: 1;
    grid-column: 1;
    min-height: 300px;
}.contact_section .inquiry_panel {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 50px 0;
}.contact_section h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.contact_section .inquiry_panel {
    padding: 30px 25px;
}.contact_section .profile_photo {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section {
    padding: 40px 0;
}.contact_section .container {
    padding: 0 15px;
}.contact_section h2::after {
    width: 40px;
}.contact_section .inquiry_panel {
    padding: 25px 20px;
}.contact_section #contact {
    gap: 20px;
}.contact_section .support_inquiry {
    padding: 14px 20px;
    width: 100%;
}.contact_section .profile_photo {
    min-height: 200px;
}}.statistical_summary {
    position: relative;
    padding: 120px 0;
    background-color: rgb(236,219,229);
    overflow: hidden;
}.statistical_summary::before {
    background: 
        radial-gradient(circle at 10% 90%, rgb(218,178,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(197,138,175,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    content: "";
}.statistical_summary .container {
    align-items: center;
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
}.statistical_summary .knowledge_statistics {
    max-width: 600px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    margin-bottom: 80px;
}.statistical_summary .knowledge_statistics::before {
    content: "";
    width: 2px;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    background-color: rgb(218,178,204);
    height: 30px;
    position: absolute;
}.statistical_summary .knowledge_statistics::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    bottom: -40px;
    background-color: rgb(218,178,204);
}.statistical_summary .statistics_boosts {
    color: #000000;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: 34px;
}.statistical_summary .statistics_boosts::after {
    bottom: 0;
    width: 80%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(218,178,204), transparent);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.statistical_summary .class_benefits {
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
}.statistical_summary .value_elevation {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}.statistical_summary .knowledge_boosters {
    z-index: 3;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    background-color: transparent;
    width: 25%;
    height: 330px;
}.statistical_summary .knowledge_boosters:nth-child(even) {
    margin-top: 60px;
}.statistical_summary .knowledge_boosters::before {
    transform: translateZ(-10px);
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 10px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 100%;
    z-index: -1;
}.statistical_summary .knowledge_boosters::after {
    position: absolute;
    border: 2px dashed rgb(218,178,204,0.5);
    left: 15px;
    bottom: 15px;
    z-index: -1;
    border-radius: calc(10px - 15px);
    content: "";
    right: 15px;
    top: 15px;
    opacity: 0.5;
}.statistical_summary .knowledge_boosters h4 {
    font-weight: 700;
    font-size: 4rem;
    transition: all 0.3s ease;
    left: 50%;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    top: 50%;
    z-index: 3;
    position: absolute;
    transform: translate(-50%, -50%);
}.statistical_summary .knowledge_boosters:hover h4 {
    color: rgb(218,178,204);
    transform: translate(-50%, -50%) scale(1.1);
}.statistical_summary .knowledge_boosters span {
    font-weight: 600;
    z-index: 3;
    left: 0;
    bottom: 40px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-size: 12px;
    position: absolute;
    text-align: center;
    padding: 0 20px;
}.statistical_summary .knowledge_boosters:hover span {
    transform: translateY(-10px);
}.statistical_summary svg {
    height: 40px;
    position: absolute;
    opacity: 0.7;
    width: 40px;
    top: 40px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}.statistical_summary svg path {
    fill: rgb(218,178,204);
}

@media (max-width: 1200px) {.statistical_summary .knowledge_boosters {
    height: 300px;
    margin: 0 10px;
    width: calc(25% - 20px);
}.statistical_summary .knowledge_boosters h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.statistical_summary {
    padding: 90px 0;
}.statistical_summary .knowledge_statistics {
    margin-bottom: 60px;
}.statistical_summary .value_elevation {
    flex-wrap: wrap;
}.statistical_summary .knowledge_boosters {
    width: calc(50% - 20px);
    margin: 10px !important;
    height: 260px;
}.statistical_summary .knowledge_boosters h4 {
    font-size: 3rem;
}.statistical_summary .knowledge_boosters:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.statistical_summary {
    padding: 70px 0;
}.statistical_summary .knowledge_statistics {
    margin-bottom: 50px;
}.statistical_summary .statistics_boosts {
    font-size: calc(34px * 0.9);
}.statistical_summary .knowledge_boosters {
    height: 240px;
}.statistical_summary .knowledge_boosters h4 {
    font-size: 2.8rem;
}.statistical_summary .knowledge_boosters span {
    font-size: calc(12px * 0.9);
    bottom: 30px;
}.statistical_summary svg {
    width: 30px;
    top: 30px;
    height: 30px;
}
}

@media (max-width: 576px) {.statistical_summary {
    padding: 60px 0;
}.statistical_summary .knowledge_statistics {
    margin-bottom: 40px;
}.statistical_summary .value_elevation {
    flex-direction: column;
    align-items: center;
}.statistical_summary .knowledge_boosters {
    height: 200px;
    margin: 10px 0 !important;
    max-width: 300px;
    width: 90%;
}.statistical_summary .knowledge_boosters h4 {
    font-size: 2.5rem;
}.statistical_summary .knowledge_boosters span {
    bottom: 25px;
}}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}.thxPanel {
    min-height: 60vh;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgb(218,178,204,0.5) 100%);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}.thxPanel::before {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(218,178,204,0.5) 0px,
        rgb(218,178,204,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.thxPanel::after {
    width: 30%;
    opacity: 0.1;
    content: "";
    z-index: 1;
    background: rgb(197,138,175,0.5);
    height: 30%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    top: -5%;
    right: -5%;
    transform: rotate(15deg);
}.thxPanel .container {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}.thxPanel .skill_track {
    background: rgba(255, 255, 255, 0.97);
    border-left: 5px solid rgb(218,178,204);
    display: grid;
    gap: 2rem;
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
}.thxPanel .skill_track::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 8px;
    background: linear-gradient(90deg, rgb(218,178,204) 0%, rgb(197,138,175) 100%);
    content: "";
    transform-origin: left top;
    left: 0;
}.thxPanel .skill_track > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thxPanel .skill_track > div:first-child::after {
    transform-origin: left;
    width: 80px;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    height: 4px;
    bottom: 0;
    content: "";
    left: 0;
    background: rgb(197,138,175);
    position: absolute;
}.thxPanel h5 {
    margin: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    line-height: 1.4;
    font-size: calc(23px * 1.1);
    opacity: 0;
    font-weight: 700;
    color: #000000;
}.thxPanel a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
}.thxPanel a:hover {
    transform: translateY(-5px);
}.thxPanel p {
    margin: 0;
    border-radius: 10px;
    opacity: 0;
    border-left: 3px solid rgb(197,138,175,0.5);
    background: linear-gradient(to bottom right, rgba(rgb(236,219,229), 0.3), rgba(255, 255, 255, 0.9));
    font-size: 14px;
    color: #000000;
    transform: translateY(20px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    line-height: 1.8;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    padding: 1.5rem;
}.thxPanel p::before {
    color: #ffffff;
    height: 36px;
    align-items: center;
    font-weight: 700;
    border-radius: 50%;
    top: -15px;
    background: rgb(218,178,204);
    width: 36px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: -15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: "✓";
}

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

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

@media (min-width: 768px) {.thxPanel {
    padding: 7rem 3rem;
}.thxPanel .skill_track {
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.thxPanel h5 {
    font-size: calc(23px * 1.3);
}.thxPanel .skill_track > div:first-child {
    display: flex;
    padding-bottom: 0;
    align-items: center;
}.thxPanel .skill_track > div:first-child::after {
    display: none;
}.thxPanel p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thxPanel {
    padding: 4rem 1.5rem;
}.thxPanel .skill_track {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxPanel h5 {
    font-size: 23px;
    line-height: 1.5;
}.thxPanel p {
    padding: 1.2rem;
    font-size: calc(14px * 0.95);
}.thxPanel p::before {
    width: 30px;
    height: 30px;
    top: -10px;
    font-size: 0.8rem;
    left: -10px;
}
}

@media (max-width: 480px) {.thxPanel {
    padding: 3rem 1rem;
}.thxPanel .skill_track {
    padding: 2rem 1.2rem;
    border-left-width: 3px;
}.thxPanel .skill_track::before {
    height: 5px;
}.thxPanel h5 {
    font-size: calc(23px * 0.9);
}.thxPanel p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(14px * 0.9);
}}.training_structure {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(236,219,229);
}.training_structure::before {
    left: -50%;
    background-size: 60px 60px;
    transform: rotate(15deg);
    height: 200%;
    position: absolute;
    animation: shiftPattern 60s linear infinite;
    top: -50%;
    background-image: 
        radial-gradient(
            rgb(197,138,175,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(218,178,204,0.5) 20%, 
            transparent 21%
        );
    content: "";
    z-index: 0;
    width: 200%;
    background-position: 0 0, 30px 30px;
    opacity: 0.3;
}.training_structure::after {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, 
        rgb(236,219,229), 
        transparent
    );
    height: 40%;
    left: 0;
}.training_structure .skill_track {
    background: #ffffff;
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    position: relative;
    max-width: 900px;
    z-index: 2;
    overflow: hidden;
    animation: appearFromBottom 1s ease-out forwards;
    padding: 0;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
}.training_structure h3 {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    width: 100%;
    padding-bottom: 4rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgb(218,178,204), rgb(197,138,175));
    font-size: 38px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}.training_structure h3::before {
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    animation: moveGrid 20s linear infinite;
    content: "";
    opacity: 0.3;
    left: 0;
    top: 0;
    right: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
}.training_structure h3::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    animation: shimmer 5s infinite linear;
    top: 0;
    height: 5px;
}.training_structure span {
    font-size: 15px;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    border-radius: 0 0 15px 15px;
    position: relative;
    line-height: 1.8;
    padding: 3rem 2.5rem 2.5rem;
    color: #000000;
    box-sizing: border-box;
    margin-top: -30px;
}.training_structure span::before {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    left: 50%;
    height: 70px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    top: -35px;
    width: 70px;
    z-index: -1;
    background: #ffffff;
    border-radius: 50%;
}.training_structure span::after {
    top: -20px;
    background: rgb(218,178,204);
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(218,178,204,0.5);
    border-radius: 50%;
    animation: pulse 3s infinite;
    position: absolute;
    width: 20px;
    left: 50%;
    height: 20px;
    content: "";
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.training_structure {
    padding: 5rem 1.5rem;
}.training_structure::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.training_structure h3 {
    padding: 2rem;
    font-size: calc(38px * 0.9);
    padding-bottom: 3.5rem;
}.training_structure span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.training_structure {
    padding: 4rem 1rem;
}.training_structure::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.training_structure h3 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding-bottom: 3rem;
    padding: 1.5rem;
    font-size: calc(38px * 0.8);
}.training_structure span {
    font-size: calc(15px * 0.95);
    padding: 2.5rem 1.5rem 1.5rem;
}.training_structure span::before {
    width: 60px;
    height: 60px;
    top: -30px;
}.training_structure span::after {
    top: -18px;
    height: 16px;
    width: 16px;
}}.privacy_cover {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.privacy_cover::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(197,138,175,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
}.privacy_cover::after {
    filter: blur(30px);
    width: 15rem;
    height: 15rem;
    content: "";
    bottom: -5rem;
    position: absolute;
    right: -5rem;
    z-index: 0;
    background: linear-gradient(45deg, rgb(218,178,204,0.5) 0%, transparent 80%);
    border-radius: 50%;
}.privacy_cover .container {
    backdrop-filter: blur(8px);
    z-index: 1;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2rem;
    position: relative;
}.privacy_cover h1 {
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    transform: translateY(-5px);
    margin-bottom: 2rem;
}.privacy_cover h1::after {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(218,178,204) 0%, rgb(197,138,175) 100%);
    left: 0;
    width: 80px;
    content: "";
    transform-origin: left;
    height: 4px;
    transition: transform 0.5s ease;
}.privacy_cover:hover h1::after {
    transform: scaleX(1.5);
}.privacy_cover h2 {
    border-left: 3px solid rgb(218,178,204);
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    position: relative;
    font-size: 30px;
}.privacy_cover h3 {
    padding-left: 0.8rem;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    position: relative;
    border-left: 2px solid rgb(197,138,175);
    color: #000000;
    font-size: calc(30px * 0.85);
}.privacy_cover h4 {
    color: #000000;
    margin: 1.8rem 0 1rem;
    padding-left: 0.6rem;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    position: relative;
    border-left: 1px solid rgb(197,138,175,0.5);
}.privacy_cover p {
    font-size: 12px;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.8;
    position: relative;
}.privacy_cover p:hover {
    transform: translateX(5px);
}.privacy_cover strong {
    color: rgb(218,178,204);
    position: relative;
    font-weight: 700;
    padding-bottom: 2px;
}.privacy_cover strong::after {
    bottom: 0;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    width: 100%;
    content: "";
    transform-origin: left;
    background-color: rgb(218,178,204,0.5);
    left: 0;
    transition: transform 0.3s ease;
}.privacy_cover strong:hover::after {
    transform: scaleX(1);
}.privacy_cover ul {
    background: linear-gradient(to right, rgba(rgb(236,219,229), 0.3), transparent);
    padding: 1.5rem;
    position: relative;
    border-radius: 10px;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_cover ul::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,178,204), rgb(197,138,175));
    top: 0;
    border-radius: 10px 0 0 10px;
    width: 4px;
    height: 100%;
    left: 0;
}.privacy_cover li {
    padding-left: 1.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    position: relative;
    font-size: 12px;
    color: #000000;
    transition: transform 0.3s ease;
}.privacy_cover li:last-child {
    margin-bottom: 0;
}.privacy_cover li:hover {
    transform: translateX(5px);
}.privacy_cover li::before {
    left: 0;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
    background: linear-gradient(135deg, rgb(197,138,175) 0%, rgb(218,178,204) 100%);
    content: "";
    height: 8px;
    width: 8px;
    top: 0.5rem;
    border-radius: 50%;
}.privacy_cover li:hover::before {
    transform: scale(1.5);
    background: linear-gradient(135deg, rgb(218,178,204) 0%, rgb(197,138,175) 100%);
}.privacy_cover span {
    margin-bottom: 1.5rem;
    font-size: 12px;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    line-height: 1.8;
    padding: 1rem 1.5rem;
    display: block;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(197,138,175,0.5);
    color: #000000;
}.privacy_cover span:hover {
    border-left-color: rgb(218,178,204);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

@media (max-width: 992px) {.privacy_cover {
    padding: 3rem 1.5rem;
}.privacy_cover .container {
    transform: none;
    padding: 1.5rem;
}.privacy_cover h1 {
    font-size: calc(44px * 0.9);
}.privacy_cover h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.privacy_cover {
    padding: 2rem 1rem;
}.privacy_cover .container {
    padding: 1.2rem;
}.privacy_cover h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.privacy_cover h2 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
}.privacy_cover h3 {
    font-size: calc(30px * 0.7);
}.privacy_cover h4 {
    font-size: calc(30px * 0.6);
}.privacy_cover ul {
    margin-left: 0;
    padding: 1.2rem;
}.privacy_cover p, 
    .privacy_cover li, 
    .privacy_cover span {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.privacy_cover {
    padding: 1.5rem 0.8rem;
}.privacy_cover .container {
    padding: 1rem;
}.privacy_cover h1 {
    font-size: calc(44px * 0.7);
}.privacy_cover h2 {
    font-size: calc(30px * 0.7);
    padding-left: 0.8rem;
}.privacy_cover h3 {
    font-size: calc(30px * 0.6);
}.privacy_cover h4 {
    font-size: calc(30px * 0.5);
}.privacy_cover ul {
    padding: 1rem;
}.privacy_cover li {
    padding-left: 1.5rem;
}.privacy_cover p, 
    .privacy_cover li, 
    .privacy_cover span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.privacy_cover span {
    padding: 0.8rem 1rem;
}}header .head_prime {
    border-bottom-right-radius: 0;
    overflow: visible;
    border-bottom-left-radius: 13px;
    position: relative;
    justify-content: space-between;
    left: 0;
    display: flex;
    padding: 1.5rem 2rem;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(218,178,204,0.5) 0%, rgb(197,138,175) 100%);
    align-items: center;
}header .head_prime .header_pro {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .head_prime .header_pro .head_sitebar {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .head_prime .header_pro .head_sitebar:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_prime .header_pro svg {
    height: auto;
    width: 80px;
}header .head_prime .page_top {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
}header .head_prime .page_top::before {
    background: linear-gradient(45deg, transparent 0%, rgb(218,178,204,0.5) 100%);
    width: calc(100% + 40px);
    content: "";
    top: -10px;
    height: calc(100% + 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -20px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}header .head_prime .nav_sitewrap {
    position: relative;
    transition: transform 0.3s ease;
}header .head_prime .nav_sitewrap a {
    font-size: 16px;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
}header .head_prime .nav_sitewrap a::before {
    left: 0;
    width: 100%;
    bottom: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0) rotate(-2deg);
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(197,138,175);
}header .head_prime .nav_sitewrap a:hover {
    color: rgb(197,138,175);
}header .head_prime .nav_sitewrap a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .head_prime {
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    width: 100vw;
}header .head_prime .header_pro {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head_prime .page_top {
    flex-wrap: wrap;
    width: 100%;
    transform: skewX(0);
    justify-content: center;
}header .head_prime .page_top::before {
    transform: skewX(0);
}header .head_prime .page_top:hover::before {
    transform: skewX(0);
}header .head_prime .nav_sitewrap {
    margin: 0.25rem;
}header .head_prime .nav_sitewrap:nth-child(odd),
  header .head_prime .nav_sitewrap:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_prime {
    padding: 0.75rem;
}header .head_prime .page_top {
    align-items: center;
    flex-direction: column;
}header .head_prime .nav_sitewrap {
    width: 100%;
    text-align: center;
}header .head_prime .header_pro svg {
    width: 100px;
}
}