* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.career_help_20 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.first_class_37 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1254px;
    max-width: 100%;
}.wrapping-container_45 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 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;
}}
.contact_form_section_54 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(222,237,241);
    z-index: 1;
}.contact_form_section_54::before {
    background: linear-gradient(45deg, transparent 48%, rgb(189,195,220,0.5) 49%, rgb(189,195,220,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(156,165,199,0.5) 49%, rgb(156,165,199,0.5) 51%, transparent 52%);
    left: 0;
    z-index: 0;
    content: '';
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.3;
}.contact_form_section_54::after {
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: 
        linear-gradient(90deg, rgb(222,237,241) 6px, transparent 6px),
        linear-gradient(0deg, rgb(222,237,241) 6px, transparent 6px);
    background-size: 100px 100px;
    position: absolute;
}.contact_form_section_54 .img_showcase_06 {
    width: 100%;
    height: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    left: 0;
    top: 0;
}.contact_form_section_54 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact_form_section_54 h3 {
    text-align: center;
    position: relative;
    letter-spacing: 4px;
    font-size: 44px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    transform: skew(-5deg);
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}.contact_form_section_54 h3::before {
    height: 5px;
    left: 50%;
    width: 100px;
    bottom: -15px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, rgb(189,195,220), rgb(156,165,199));
}.contact_form_section_54 .help_info_83 {
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    position: relative;
}.contact_form_section_54 .feedback_form_25 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex: 1 1 60%;
    border-radius: 0;
    background: #ffffff;
    z-index: 2;
    padding: 60px;
    transform: skew(-3deg);
    position: relative;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
}.contact_form_section_54 .feedback_form_25::before {
    border: 2px solid rgba(0, 0, 0, 0.05);
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    left: 20px;
    content: '';
    bottom: 20px;
    pointer-events: none;
    position: absolute;
    right: 20px;
}.contact_form_section_54 .feedback_form_25 #contact {
    transform: skew(3deg);
}.contact_form_section_54 .feedback_form_25 h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    font-size: 19px;
    transform: skew(0);
}.contact_form_section_54 .feedback_form_25 h3::before {
    width: 60px;
    transform: none;
    left: 0;
    height: 3px;
    clip-path: none;
}.contact_form_section_54 .feedback_form_25 input[type="text"],
.contact_form_section_54 .feedback_form_25 textarea {
    background-color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 17px;
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 0;
    border: 2px solid rgb(189,195,220);
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact_form_section_54 .feedback_form_25 input[type="text"]:focus,
.contact_form_section_54 .feedback_form_25 textarea:focus {
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 8px 8px 0 rgb(189,195,220,0.5);
    transform: translate(-3px, -3px);
    outline: none;
}.contact_form_section_54 .feedback_form_25 textarea {
    resize: vertical;
    height: 140px;
}.contact_form_section_54 .feedback_form_25 .support_links_57 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_form_section_54 .feedback_form_25 .support_links_57 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section_54 .feedback_form_25 .support_links_57 label {
    font-size: calc(17px - 2px);
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}.contact_form_section_54 .feedback_form_25 .support_links_57 label::before {
    background-color: #ffffff;
    left: 0;
    position: absolute;
    border: 2px solid rgb(189,195,220);
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    top: 0;
    content: '';
}.contact_form_section_54 .feedback_form_25 .support_links_57 input[type="checkbox"]:checked + label::before {
    background-color: rgb(189,195,220);
}.contact_form_section_54 .feedback_form_25 .support_links_57 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    left: 9px;
    height: 12px;
    width: 6px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    content: '';
    transform: rotate(45deg);
}.contact_form_section_54 .feedback_form_25 .support_links_57 a {
    color: rgb(189,195,220);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
}.contact_form_section_54 .feedback_form_25 .support_links_57 a::after {
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    content: '';
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    height: 2px;
    bottom: -2px;
    background-color: rgb(189,195,220);
}.contact_form_section_54 .feedback_form_25 .support_links_57 a:hover {
    color: rgb(156,165,199);
}.contact_form_section_54 .feedback_form_25 .support_links_57 a:hover::after {
    transform: scaleX(1);
    background-color: rgb(156,165,199);
}.contact_form_section_54 .feedback_form_25 .message_help_27 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: rgb(189,195,220);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-size: 17px;
    border: none;
    text-transform: uppercase;
    padding: 18px 40px;
}.contact_form_section_54 .feedback_form_25 .message_help_27:hover {
    background: rgb(156,165,199);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
}.contact_form_section_54 .request_panel_94 {
    margin-left: -40px;
    z-index: 1;
    position: relative;
    flex: 1 1 40%;
    color: #ffffff;
    padding: 60px 60px 60px 80px;
    background: rgb(222,237,241);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.contact_form_section_54 .request_panel_94::before {
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    width: 100%;
}.contact_form_section_54 .request_panel_94::after {
    content: '';
    bottom: 20px;
    left: 20px;
    top: 20px;
    right: 20px;
    position: absolute;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_54 .request_panel_94 h4 {
    font-size: 19px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}.contact_form_section_54 .request_panel_94 h4::after {
    left: 0;
    content: '';
    bottom: -15px;
    height: 3px;
    position: absolute;
    background: rgb(189,195,220);
    width: 60px;
}.contact_form_section_54 .request_panel_94 .message_box_06 {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_form_section_54 .request_panel_94 .message_box_06 li {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_form_section_54 .request_panel_94 .message_box_06 li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}.contact_form_section_54 .request_panel_94 .message_box_06 li svg {
    height: 24px;
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
}.contact_form_section_54 .request_panel_94 .message_box_06 li svg path {
    fill: rgb(189,195,220);
}.contact_form_section_54 .request_panel_94 .message_box_06 li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(156,165,199);
}.contact_form_section_54 .request_panel_94 .message_box_06 li span {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
}.contact_form_section_54 .request_panel_94 .message_box_06 li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact_form_section_54 .request_panel_94 .message_box_06 li a:hover {
    color: rgb(189,195,220);
}

@media (max-width: 992px) {.contact_form_section_54 {
    padding: 70px 0;
}.contact_form_section_54 .help_info_83 {
    flex-direction: column;
}.contact_form_section_54 .feedback_form_25 {
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
}.contact_form_section_54 .request_panel_94 {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    flex: 1 1 100%;
    padding: 40px;
    margin-top: -20px;
}
}

@media (max-width: 768px) {.contact_form_section_54 {
    padding: 50px 0;
}.contact_form_section_54 h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(33px);
}.contact_form_section_54 .feedback_form_25 h3,
    .contact_form_section_54 .request_panel_94 h4 {
    margin-bottom: 30px;
    font-size: calc(19px - 2px);
}.contact_form_section_54 .feedback_form_25 input[type="text"],
    .contact_form_section_54 .feedback_form_25 textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact_form_section_54 .feedback_form_25 textarea {
    height: 120px;
}.contact_form_section_54 .feedback_form_25 .message_help_27 {
    padding: 15px 30px;
}.contact_form_section_54 .request_panel_94 .message_box_06 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.contact_form_section_54 .request_panel_94 .message_box_06 li svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.contact_form_section_54 {
    padding: 40px 0;
}.contact_form_section_54 .feedback_form_25,
    .contact_form_section_54 .request_panel_94 {
    transform: skew(0);
    box-shadow: none;
    padding: 30px 20px;
    clip-path: none;
}.contact_form_section_54 .feedback_form_25 #contact {
    transform: skew(0);
}.contact_form_section_54 .feedback_form_25::before,
    .contact_form_section_54 .request_panel_94::after {
    clip-path: none;
}.contact_form_section_54 .request_panel_94 {
    margin-top: 0;
}.contact_form_section_54 h3 {
    font-size: calc(33px - 6px);
    transform: skew(0);
}.contact_form_section_54 .feedback_form_25 .support_links_57 label {
    font-size: calc(17px - 3px);
}.contact_form_section_54 .feedback_form_25 .message_help_27 {
    clip-path: none;
}}header {
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(189,195,220,0.5) 100%);
    top: 0;
    background: #000000;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
}header::before {
    opacity: 0.03;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(156,165,199,0.5) 10px,
            rgb(156,165,199,0.5) 11px
        );
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
}header::after {
    z-index: 5;
    left: 0;
    top: 0;
    position: absolute;
    height: 5px;
    background-size: 200% 100%;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(189,195,220),
        rgb(156,165,199),
        rgb(189,195,220));
    content: "";
    animation: gradient-shift 8s linear infinite;
}header .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    position: relative;
}header .head_section_53 {
    z-index: 2;
    position: relative;
    padding-top: 1.5rem;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}header .top_know_12 {
    justify-content: center;
    z-index: 3;
    padding: 0.5rem 2rem;
    margin-bottom: 2rem;
    position: relative;
    text-decoration: none;
    display: flex;
}header .top_know_12::before {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(156,165,199,0.5) 20%,
        rgb(156,165,199) 50%,
        rgb(156,165,199,0.5) 80%,
        transparent 100%);
    width: 160%;
    position: absolute;
    left: -30%;
    bottom: -10px;
}header .top_know_12::after {
    width: 40px;
    position: absolute;
    height: 40px;
    opacity: 0.5;
    border-radius: 50%;
    background: rgb(189,195,220,0.5);
    animation: orb-float 5s ease-in-out infinite alternate;
    filter: blur(20px);
    content: "";
    z-index: -1;
}header .top_know_12 svg {
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 8px rgb(189,195,220,0.5));
    height: 48px;
    position: relative;
}header .top_know_12:hover svg {
    filter: drop-shadow(0 0 12px rgb(189,195,220));
    transform: scale(1.08);
}header .nav_sitewrap_72 {
    position: relative;
    padding: 1rem 0;
    overflow-x: auto;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    scrollbar-width: none;
    width: 100vw;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    gap: 1rem;
    justify-content: center;
}header .nav_sitewrap_72::-webkit-scrollbar {
    display: none;
}header .nav_sitewrap_72::before {
    content: "";
    background: rgb(189,195,220,0.5);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
}header .top_learning_72 {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    text-decoration: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid rgb(189,195,220,0.5);
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding: 0.6rem 1.8rem;
    white-space: nowrap;
}header .top_learning_72::before {
    transition: left 0.5s ease;
    opacity: 0.5;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(156,165,199,0.5),
        transparent);
    position: absolute;
}header .top_learning_72::after {
    transform: translateY(-50%) scale(0);
    width: 8px;
    box-shadow: 0 0 10px rgb(156,165,199);
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(156,165,199);
    top: 50%;
    right: 12px;
    height: 8px;
    transition: transform 0.3s ease;
}header .top_learning_72:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(189,195,220,0.5),
                inset 0 0 10px rgb(189,195,220,0.5);
    border-color: rgb(156,165,199);
    color: rgb(156,165,199);
}header .top_learning_72:hover::before {
    left: 100%;
}header .top_learning_72:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .top_know_12 {
    margin-bottom: 1.5rem;
}header .top_know_12 svg {
    height: 42px;
}header .top_learning_72 {
    padding: 0.5rem 1.5rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .head_section_53 {
    padding-top: 1rem;
}header .top_know_12 {
    margin-bottom: 1rem;
}header .top_know_12 svg {
    height: 36px;
}header .nav_sitewrap_72 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_learning_72 {
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
    font-size: calc(18px - 2px);
}header .top_learning_72:first-child {
    margin-left: 1rem;
}header .top_learning_72:last-child {
    margin-right: 1rem;
}header .top_learning_72::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}.about_this_05 {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(222,237,241);
    position: relative;
}.about_this_05::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(189,195,220,0.5) 0%, transparent 50%, rgb(156,165,199,0.5) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
}.about_this_05 .container {
    z-index: 2;
    position: relative;
}.about_this_05 .study_program_25 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.about_this_05 h3 {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    width: 100%;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 60px;
}.about_this_05 h3::after {
    position: absolute;
    bottom: -15px;
    background: rgb(189,195,220);
    width: 50px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.about_this_05 .team_profile_73,
.about_this_05 .study_center_26 {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    position: relative;
}.about_this_05 .team_profile_73 {
    padding-right: 30px;
    margin-right: 60px;
}.about_this_05 .team_profile_73 span {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid rgb(189,195,220,0.5);
    font-size: 18px;
    color: rgb(189,195,220);
    display: inline-block;
}.about_this_05 .team_profile_73 p,
.about_this_05 .study_center_26 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}.about_this_05 .img_showcase_06,
.about_this_05 .study_space_12 {
    height: 320px;
    border-radius: 13px 13px 0 13px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}.about_this_05 .img_showcase_06:hover,
.about_this_05 .study_space_12:hover {
    transform: scale(1.02);
}.about_this_05 .img_showcase_06::after,
.about_this_05 .study_space_12::after {
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}.about_this_05 .img_showcase_06::before,
.about_this_05 .study_space_12::before {
    border-left-color: rgb(189,195,220,0.5);
    border: 8px solid transparent;
    content: "";
    box-sizing: border-box;
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    z-index: 2;
    opacity: 0;
    top: 0;
    border-bottom-color: rgb(189,195,220,0.5);
    border-radius: 13px 13px 0 13px;
    width: 100%;
    position: absolute;
}.about_this_05 .study_space_12::before {
    border-left-color: rgb(156,165,199,0.5);
    border-bottom-color: rgb(156,165,199,0.5);
}.about_this_05 .img_showcase_06:hover::before,
.about_this_05 .study_space_12:hover::before {
    opacity: 1;
}.about_this_05 .study_program_25::before {
    left: 50%;
    background: linear-gradient(to bottom, rgb(189,195,220,0.5), rgb(156,165,199,0.5));
    width: 2px;
    content: "";
    height: 70%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}.about_this_05 .study_program_25::after {
    transform: translate(-50%, -50%);
    width: 20px;
    background: #ffffff;
    content: "";
    border: 2px solid rgb(189,195,220);
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
}

@media (max-width: 1200px) {.about_this_05 {
    padding: 80px 0;
}.about_this_05 h3 {
    margin-bottom: 50px;
}.about_this_05 .team_profile_73,
    .about_this_05 .study_center_26 {
    width: calc(50% - 20px);
}.about_this_05 .team_profile_73 {
    margin-right: 40px;
}.about_this_05 .img_showcase_06,
    .about_this_05 .study_space_12 {
    height: 280px;
}
}

@media (max-width: 992px) {.about_this_05 h3 {
    margin-bottom: 40px;
}.about_this_05 .team_profile_73,
    .about_this_05 .study_center_26 {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
}.about_this_05 .study_center_26 {
    margin-top: 50px;
}.about_this_05 .study_program_25::before,
    .about_this_05 .study_program_25::after {
    display: none;
}
}

@media (max-width: 768px) {.about_this_05 {
    padding: 60px 0;
}.about_this_05 h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.9);
}.about_this_05 .team_profile_73 span {
    font-size: calc(18px * 0.95);
}.about_this_05 .img_showcase_06,
    .about_this_05 .study_space_12 {
    height: 260px;
}
}

@media (max-width: 576px) {.about_this_05 {
    padding: 50px 0;
}.about_this_05 h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 35px;
}.about_this_05 .team_profile_73 span {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.about_this_05 .team_profile_73 p,
    .about_this_05 .study_center_26 p {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
    line-height: 1.7;
}.about_this_05 .img_showcase_06,
    .about_this_05 .study_space_12 {
    height: 220px;
}.about_this_05 .img_showcase_06::before,
    .about_this_05 .study_space_12::before {
    border-width: 6px;
}}

.about_this_05 .study_center_26 p {
    position: relative;
    padding-left: 25px;
}.about_this_05 .study_center_26 p::before {
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 5px;
    width: 4px;
    bottom: 5px;
    content: "";
    background: rgb(156,165,199,0.5);
}.about_this_05 .team_profile_73::after {
    top: -10px;
    height: 50px;
    border-top: 3px solid rgb(189,195,220);
    opacity: 0.7;
    content: "";
    position: absolute;
    border-left: 3px solid rgb(189,195,220);
    width: 50px;
    left: -10px;
}.about_this_05 .study_center_26::after {
    bottom: -10px;
    height: 50px;
    width: 50px;
    right: -10px;
    border-bottom: 3px solid rgb(156,165,199);
    border-right: 3px solid rgb(156,165,199);
    content: "";
    opacity: 0.7;
    position: absolute;
}.prospective_members_40 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(45deg, rgb(222,237,241) 0%, rgb(156,165,199,0.5) 100%);
    overflow: hidden;
}.prospective_members_40::before {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(189,195,220,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(156,165,199,0.5) 0%, transparent 50%);
    content: "";
}.prospective_members_40::after {
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(189,195,220,0.5) 0,
            rgb(189,195,220,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(156,165,199,0.5) 0,
            rgb(156,165,199,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    z-index: 0;
    left: 0;
    content: "";
    opacity: 0.1;
    position: absolute;
}.prospective_members_40 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.prospective_members_40 .study_program_25 {
    flex-direction: column;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 24px;
}.prospective_members_40 .study_program_25:hover {
    transform: translateY(-10px);
}.prospective_members_40 h4 {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 35px 30px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    background: linear-gradient(120deg, rgb(189,195,220) 0%, rgb(156,165,199) 100%);
}.prospective_members_40 h4::before {
    content: "";
    opacity: 0.5;
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.prospective_members_40 div {
    background: #ffffff;
    padding: 40px;
}.prospective_members_40 div p {
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: 16px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    z-index: 1;
    display: flex;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}.prospective_members_40 div p:last-child {
    margin-bottom: 0;
}.prospective_members_40 div p::before {
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgb(189,195,220), rgb(156,165,199));
    position: absolute;
    width: 4px;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
}.prospective_members_40 div p::after {
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(189,195,220), 0.05) 0%, 
        rgba(rgb(156,165,199), 0.05) 100%
    );
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    z-index: -1;
}.prospective_members_40 div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}.prospective_members_40 div p:hover::before {
    width: 8px;
}.prospective_members_40 div p:hover::after {
    opacity: 1;
}.prospective_members_40 div p svg {
    height: 28px;
    transition: all 0.3s ease;
    width: 28px;
    margin-right: 18px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    min-width: 28px;
}.prospective_members_40 div p:hover svg {
    transform: scale(1.15);
}.prospective_members_40 div p svg path {
    fill: rgb(189,195,220);
    transition: fill 0.3s ease;
}.prospective_members_40 div p:hover svg path {
    fill: rgb(156,165,199);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.prospective_members_40 {
    padding: 80px 0;
}.prospective_members_40 h4 {
    padding: 30px 25px;
    font-size: calc(32px - 2px);
}.prospective_members_40 div {
    padding: 30px;
}.prospective_members_40 div p {
    padding: 15px;
    margin-bottom: 15px;
}.prospective_members_40 div p svg {
    min-width: 24px;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.prospective_members_40 {
    padding: 60px 0;
}.prospective_members_40 h4 {
    padding: 25px 20px;
    font-size: calc(32px - 4px);
}.prospective_members_40 div {
    padding: 25px 20px;
}.prospective_members_40 div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.prospective_members_40 div p svg {
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
    height: 20px;
}
}

@media (max-width: 479px) {.prospective_members_40 {
    padding: 40px 0;
}.prospective_members_40 h4 {
    font-size: calc(32px - 6px);
    padding: 20px 15px;
}.prospective_members_40 div {
    padding: 20px 15px;
}.prospective_members_40 div p {
    font-size: calc(16px - 1px);
    padding: 10px 12px;
    margin-bottom: 10px;
}.prospective_members_40 div p svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    min-width: 18px;
}}.opening_page_16 {
    background-color: rgb(222,237,241);
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 5rem 1rem;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}.opening_page_16::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(156,165,199,0.5), rgb(189,195,220,0.5));
    content: "";
}.opening_page_16 .edu_welcome_12 {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    transition: transform 0.5s ease;
    background-color: rgb(222,237,241);
    width: 100%;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    padding: 2.5rem;
}.opening_page_16 .edu_welcome_12:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening_page_16 .edu_welcome_12 > div {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}.opening_page_16 h3 {
    font-size: 21px;
    position: relative;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    color: rgb(156,165,199);
    transition: all 0.3s ease;
    margin: 0;
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.05),
              inset -3px -3px 8px #ffffff;
    font-weight: 600;
}.opening_page_16 h3::before {
    width: 8px;
    position: absolute;
    height: 100%;
    border-radius: 12px 0 0 12px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(189,195,220), rgb(156,165,199));
    content: "";
}.opening_page_16 .founder_bio_52 {
    position: relative;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s ease;
}.opening_page_16 .founder_bio_52::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.85;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.7),
    rgba(var(--secondary-color-rgb), 0.7));
    top: 0;
    left: 0;
}.opening_page_16 .founder_bio_52:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff;
    transform: translateY(-5px);
}.opening_page_16 .founder_bio_52 > div {
    gap: 1.5rem;
    text-align: center;
    padding: 4rem 2rem;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    display: flex;
}.opening_page_16 .founder_bio_52 p {
    margin: 0;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
              inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    font-weight: 400;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    color: #ffffff;
    border-radius: 12px;
    font-size: calc(15px * 1.1);
    background-color: rgba(255, 255, 255, 0.15);
}.opening_page_16 .founder_bio_52 p:hover {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
              inset -2px -2px 5px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}.opening_page_16 .title_style_header {
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-size: 41px;
    font-weight: 700;
}.opening_page_16 .title_style_header::after {
    width: 100px;
    height: 4px;
    position: absolute;
    border-radius: 2px;
    content: "";
    background: linear-gradient(to right, rgb(189,195,220), #ffffff, rgb(189,195,220));
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

@media (min-width: 768px) {.opening_page_16 .edu_welcome_12 {
    padding: 3rem;
}.opening_page_16 .edu_welcome_12 > div {
    align-items: stretch;
    flex-direction: row;
}.opening_page_16 .edu_welcome_12 > div > div:first-child {
    align-items: center;
    display: flex;
    flex: 0 0 30%;
}.opening_page_16 .founder_bio_52 {
    flex: 0 0 70%;
}.opening_page_16 h3 {
    padding: 2rem;
    font-size: 21px;
}.opening_page_16 .founder_bio_52 > div {
    text-align: left;
    padding: 5rem 3rem;
    align-items: flex-start;
}.opening_page_16 .title_style_header {
    font-size: calc(41px * 1.2);
}.opening_page_16 .title_style_header::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 1024px) {.opening_page_16 .edu_welcome_12 {
    padding: 3.5rem;
}.opening_page_16 .edu_welcome_12 > div > div:first-child {
    flex: 0 0 35%;
}.opening_page_16 .founder_bio_52 {
    flex: 0 0 65%;
}.opening_page_16 .founder_bio_52 > div {
    padding: 6rem 4rem;
}.opening_page_16 .title_style_header {
    font-size: calc(41px * 1.4);
}
}

@media (max-width: 767px) {.opening_page_16 {
    padding: 3rem 1rem;
}.opening_page_16 .edu_welcome_12 {
    padding: 1.5rem;
}.opening_page_16 h3 {
    font-size: calc(21px * 0.9);
    padding: 1.25rem;
}.opening_page_16 .founder_bio_52 > div {
    padding: 3rem 1.5rem;
}.opening_page_16 .title_style_header {
    font-size: calc(41px * 0.9);
}.opening_page_16 .founder_bio_52 p {
    font-size: 15px;
    padding: 0.75rem 1rem;
}
}

@media (max-width: 480px) {.opening_page_16 {
    padding: 2rem 0.75rem;
}.opening_page_16 .edu_welcome_12 {
    padding: 1.25rem;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), 
                -8px -8px 16px #ffffff;
}.opening_page_16 h3 {
    font-size: calc(21px * 0.8);
    padding: 1rem;
}.opening_page_16 .founder_bio_52 > div {
    padding: 2.5rem 1.25rem;
}.opening_page_16 .title_style_header {
    font-size: calc(41px * 0.8);
}.opening_page_16 .founder_bio_52 p {
    font-size: calc(15px * 0.9);
    padding: 0.5rem 0.75rem;
}}.thanksPanel_98 {
    background: linear-gradient(135deg, rgb(222,237,241) 0%, rgb(189,195,220,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.thanksPanel_98::before {
    top: -10%;
    opacity: 0.6;
    background: linear-gradient(120deg, rgb(156,165,199,0.5) 0%, transparent 70%);
    right: -5%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    content: "";
    position: absolute;
    width: 40%;
}.thanksPanel_98::after {
    height: 60%;
    left: -2%;
    background: linear-gradient(220deg, rgb(189,195,220,0.5) 0%, transparent 80%);
    width: 30%;
    content: "";
    opacity: 0.4;
    bottom: -5%;
    z-index: 1;
    position: absolute;
    transform: rotate(10deg) skewY(-5deg);
}.thanksPanel_98 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.thanksPanel_98 h2 {
    margin-bottom: 50px;
    color: #000000;
    max-width: 90%;
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    opacity: 1;
    font-size: 32px;
    transform: translateY(0);
    position: relative;
}.thanksPanel_98 h2::after {
    content: "";
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,195,220) 0%, rgb(156,165,199) 100%);
    left: 0;
    width: 80px;
    transition: transform 0.5s ease;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
}.thanksPanel_98 .study_program_25 {
    background: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    z-index: 3;
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    opacity: 0;
    animation: fadeIn 1s ease-out 0.3s forwards;
    border-left: 4px solid rgb(189,195,220);
}.thanksPanel_98 .study_program_25::before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    content: "";
    z-index: -1;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}.thanksPanel_98 .study_program_25:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.thanksPanel_98 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksPanel_98 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}.thanksPanel_98 li::before {
    top: 10px;
    left: 0;
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    border-radius: 50%;
    background: rgb(156,165,199);
    content: "";
}.thanksPanel_98 span {
    transform: translateY(10px);
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    font-size: calc(12px * 1.05);
    opacity: 0;
    color: #000000;
    display: block;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.thanksPanel_98 {
    padding: 150px 0;
}.thanksPanel_98 h2 {
    font-size: calc(32px * 1.1);
    max-width: 80%;
}.thanksPanel_98 .study_program_25 {
    padding: 50px 60px;
    margin-left: 30px;
}.thanksPanel_98 span {
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 992px) {.thanksPanel_98 .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.thanksPanel_98 h2 {
    max-width: 70%;
}.thanksPanel_98 .study_program_25 {
    width: 85%;
    margin-left: 60px;
}.thanksPanel_98 span {
    line-height: 1.9;
    font-size: calc(12px * 1.15);
}
}

@media (max-width: 767px) {.thanksPanel_98 {
    padding: 80px 0;
}.thanksPanel_98 h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.thanksPanel_98 .study_program_25 {
    padding: 30px 25px;
}.thanksPanel_98 span {
    line-height: 1.7;
    font-size: 12px;
}.thanksPanel_98 h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.thanksPanel_98 {
    padding: 60px 0;
}.thanksPanel_98 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.thanksPanel_98 .study_program_25 {
    padding: 25px 20px;
}.thanksPanel_98 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.thanksPanel_98 h2::after {
    width: 50px;
    height: 2px;
}}.join_our_community_40 {
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.05) inset;
    padding: 4.5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,237,241) 0%, rgb(156,165,199,0.5) 100%);
    position: relative;
}.join_our_community_40::before {
    position: absolute;
    opacity: 0.03;
    pointer-events: none;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(189,195,220,0.5) 0px,
        rgb(189,195,220,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
}.join_our_community_40::after {
    border-radius: 50%;
    position: absolute;
    width: 300px;
    top: -150px;
    height: 300px;
    right: -50px;
    filter: blur(50px);
    content: "";
    background: radial-gradient(circle, rgb(189,195,220,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.15;
}.join_our_community_40 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.join_our_community_40 .study_program_25 {
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    border-radius: 12px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
}.join_our_community_40 .study_program_25::before {
    position: absolute;
    filter: blur(5px);
    inset: 8px;
    content: "";
    opacity: 0.5;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    border-radius: 8px;
}.join_our_community_40 h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    line-height: 1.4;
    margin-bottom: 2rem;
    transform: translateZ(10px);
    font-size: 23px;
    max-width: 85%;
}.join_our_community_40 h3::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(189,195,220) 0%, rgb(156,165,199) 100%);
    border-radius: 3px;
    left: 0;
    bottom: -12px;
    position: absolute;
    height: 3px;
    content: "";
}.join_our_community_40 .input_holder {
    margin-top: 2.5rem;
    align-items: stretch;
    gap: 1rem;
    display: flex;
    position: relative;
}.join_our_community_40 .input_holder div {
    position: relative;
    flex: 1;
}.join_our_community_40 .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: none;
    color: #000000;
    background: #ffffff;
    font-size: calc(18px * 0.95);
    padding: 1.2rem 1.5rem;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(0, 0, 0, 0.05),
                inset -1px -1px 2px rgba(255, 255, 255, 0.7);
}.join_our_community_40 .input_holder input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 2px 2px 4px rgba(0, 0, 0, 0.1),
                inset -2px -2px 4px rgba(255, 255, 255, 0.5);
}.join_our_community_40 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}.join_our_community_40 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.join_our_community_40 .news_panel_72 {
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,195,220) 0%, rgb(156,165,199) 100%);
    position: relative;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    padding: 0.8rem 2rem;
    border: none;
    color: #ffffff;
}.join_our_community_40 .news_panel_72::before {
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    position: absolute;
    content: "";
}.join_our_community_40 .news_panel_72:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15),
                -8px -8px 20px rgba(255, 255, 255, 0.9);
}.join_our_community_40 .news_panel_72:hover::before {
    left: 100%;
}.join_our_community_40 .news_panel_72:active {
    transform: translateY(1px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1),
                -3px -3px 10px rgba(255, 255, 255, 0.7),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -2px -2px 5px rgba(255, 255, 255, 0.5);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {.join_our_community_40 {
    padding: 3.5rem 0;
}.join_our_community_40 .study_program_25 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.join_our_community_40 h3 {
    max-width: 100%;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.join_our_community_40 {
    padding: 3rem 0;
}.join_our_community_40 .study_program_25 {
    transform: none;
    padding: 2rem;
}.join_our_community_40 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(23px * 0.85);
}.join_our_community_40 h3::after {
    width: 50px;
}.join_our_community_40 .input_holder {
    flex-direction: column;
    margin-top: 2rem;
}.join_our_community_40 .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
}.join_our_community_40 .news_panel_72 {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 480px) {.join_our_community_40 {
    padding: 2.5rem 0;
}.join_our_community_40 .study_program_25 {
    padding: 1.5rem;
}.join_our_community_40 h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 1.2rem;
}.join_our_community_40 h3::after {
    height: 2px;
    bottom: -8px;
    width: 40px;
}.join_our_community_40 .input_holder {
    margin-top: 1.5rem;
    gap: 0.8rem;
}
}

@media (hover: none) {.join_our_community_40 .news_panel_72:hover {
    transform: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                    -5px -5px 15px rgba(255, 255, 255, 0.8),
                    inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}.join_our_community_40 .news_panel_72:active {
    transform: translateY(1px);
}}.user_comments_56 {
    padding: 5rem 0;
    background: linear-gradient(135deg, 
        rgb(222,237,241) 0%, 
        rgb(156,165,199,0.5) 50%, 
        rgb(222,237,241) 100%);
    overflow: hidden;
    position: relative;
}.user_comments_56::before {
    background: radial-gradient(ellipse at top right, 
        rgb(156,165,199,0.5) 0%, 
        transparent 70%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
}.user_comments_56::after {
    z-index: 0;
    right: -5%;
    position: absolute;
    width: 35%;
    border-radius: 50%;
    bottom: -5%;
    content: '';
    height: 35%;
    background: radial-gradient(circle, 
        rgb(189,195,220,0.5) 0%, 
        transparent 70%);
}.user_comments_56 h2.container {
    text-align: center;
    color: #000000;
    font-size: 38px;
    position: relative;
    margin-bottom: 4rem;
    transform: perspective(1000px) translateZ(10px);
    z-index: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
}.user_comments_56 h2.container::after {
    height: 3px;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,195,220), 
        transparent);
    transform: translateX(-50%);
    content: '';
    width: 80px;
    position: absolute;
}.user_comments_56 .container.study_program_25 {
    z-index: 2;
    max-width: 95%;
    position: relative;
    margin: 0 auto;
}.user_comments_56 .edu_stories_15 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2.5rem;
}.user_comments_56 .edu_voices_81 {
    padding: 2rem;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}.user_comments_56 .edu_voices_81::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    width: 5px;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(189,195,220), rgb(156,165,199));
}.user_comments_56 .edu_voices_81::after {
    font-family: Arial, sans-serif;
    color: rgb(156,165,199,0.5);
    font-size: 8rem;
    top: -20px;
    right: 20px;
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    content: '"';
}.user_comments_56 .edu_voices_81:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user_comments_56 .edu_voices_81 h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(18px + 0.1rem);
    display: inline-block;
    position: relative;
}.user_comments_56 .edu_voices_81 h3::after {
    transition: width 0.3s ease;
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(189,195,220);
}.user_comments_56 .edu_voices_81:hover h3::after {
    width: 100%;
}.user_comments_56 .edu_voices_81 .description {
    font-size: 12px;
    margin-bottom: 1.5rem;
    z-index: 1;
    line-height: 1.6;
    position: relative;
    color: #000000;
}.user_comments_56 .edu_voices_81 div {
    overflow: hidden;
    width: 80px;
    align-self: flex-end;
    margin-top: auto;
    border: 3px solid #ffffff;
    transition: transform 0.4s ease;
    border-radius: 50%;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
}.user_comments_56 .edu_voices_81:hover div {
    transform: scale(1.05) translateZ(10px);
}.user_comments_56 .edu_voices_81 div img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.user_comments_56 .edu_voices_81:hover div img {
    transform: scale(1.1);
}.user_comments_56 .edu_voices_81:nth-child(odd) {
    animation: fadeInLeft 0.8s both;
    animation-delay: calc(0.1s * var(--i, 0));
}.user_comments_56 .edu_voices_81:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInRight 0.8s both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
}

@media (max-width: 991px) {.user_comments_56 {
    padding: 4rem 0;
}.user_comments_56 h2.container {
    margin-bottom: 3rem;
    font-size: calc(38px - 0.15rem);
}.user_comments_56 .edu_stories_15 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_comments_56 .edu_voices_81 {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.user_comments_56 {
    padding: 3.5rem 0;
}.user_comments_56 h2.container {
    font-size: calc(38px - 0.25rem);
    margin-bottom: 2.5rem;
}.user_comments_56 .edu_stories_15 {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_comments_56 .edu_voices_81 {
    padding: 1.5rem;
}.user_comments_56 .edu_voices_81 div {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 576px) {.user_comments_56 {
    padding: 3rem 0;
}.user_comments_56 h2.container {
    margin-bottom: 2rem;
    font-size: calc(38px - 0.35rem);
}.user_comments_56 .edu_stories_15 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_comments_56 .edu_voices_81 {
    padding: 1.25rem;
}.user_comments_56 .edu_voices_81 h3 {
    font-size: 18px;
}.user_comments_56 .edu_voices_81 div {
    width: 60px;
    height: 60px;
}}footer {
    position: relative;
    width: 100%;
}footer .career_help_20 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 100px 0 30px;
    background-color: #2c3e50;
}footer .career_help_20::before {
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    left: 0;
}footer .milestone_cta_81 {
    position: relative;
    z-index: 1;
}footer .course_info_29 {
    display: grid;
    gap: 15px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: -70px auto 60px;
}footer .info_item {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100px;
    padding: 0 20px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    background-color: rgb(189,195,220);
    position: absolute;
    left: 0;
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    height: 50%;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    flex-shrink: 0;
    position: relative;
    width: 22px;
    z-index: 1;
    height: 22px;
    margin-right: 15px;
    fill: rgb(189,195,220);
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    color: #2c3e50;
    z-index: 1;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(189,195,220);
}footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .head_page_02, footer .subscribe_holder {
    border-radius: 29px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .head_page_02:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_sitewrap_72 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}footer .head_page_02 svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .degree_path_92 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}footer .nav_sitewrap_72 h5 {
    padding-bottom: 10px;
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}footer .nav_sitewrap_72 h5::after {
    width: 50px;
    left: 0;
    background-color: rgb(189,195,220);
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
}footer .first_section_61 {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 29px;
    transition: all 0.3s ease;
    padding: 20px;
}footer .first_section_61:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .first_section_61 a {
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}footer .first_section_61 a:last-child {
    border-bottom: none;
}footer .first_section_61 a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    right: 0;
    position: absolute;
    opacity: 0;
    content: "→";
}footer .first_section_61 a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .first_section_61 a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    background-color: rgb(189,195,220);
    width: 50px;
    bottom: 0;
}footer .subscribe_holder p {
    font-size: 12px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(189,195,220);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_panel_72 {
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
    background-color: rgb(189,195,220);
    font-weight: 600;
}footer .news_panel_72:hover {
    transform: translateY(-3px);
    background-color: rgb(156,165,199);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .footer_workshops_02 {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .guide_section_71 {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_panel_72 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav_sitewrap_72 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .career_help_20 {
    padding: 70px 0 30px;
}footer .course_info_29 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head_page_02, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_sitewrap_72 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .footer_workshops_02 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .career_help_20 {
    padding: 50px 0 20px;
}footer .first_section_61 {
    padding: 15px;
}footer .nav_sitewrap_72 h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .input_holder input[type="email"],
    footer .news_panel_72 {
    padding: 12px;
}}.course_instructor_95 {
    background-color: rgb(222,237,241);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.course_instructor_95::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    position: absolute;
}.course_instructor_95 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.course_instructor_95 .edu_voices_81 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff, rgb(222,237,241));
}.course_instructor_95 .edu_voices_81:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course_instructor_95 .img_showcase_06 {
    transform: translateZ(30px);
    border-radius: 16px;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    height: 150px;
    width: 150px;
}.course_instructor_95 .edu_voices_81:hover .img_showcase_06 {
    transform: translateZ(50px) scale(1.05);
}.course_instructor_95 .name {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(23px * 1.1);
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(189,195,220);
    transform: translateZ(20px);
}.course_instructor_95 .edu_voices_81:hover .name {
    transform: translateZ(30px);
}.course_instructor_95 .edu_voices_81 div:nth-child(2) div {
    margin-bottom: 1rem;
    transform: translateZ(15px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    font-size: calc(13px * 0.95);
    color: rgb(156,165,199);
    font-weight: 600;
    text-align: center;
}.course_instructor_95 .edu_voices_81:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.course_instructor_95 .emp_items_46 {
    font-size: 13px;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    line-height: 1.7;
    padding: 2rem;
    position: relative;
    border-radius: 12px;
    color: #000000;
    transform: translateZ(10px);
    backdrop-filter: blur(5px);
}.course_instructor_95 .edu_voices_81:hover .emp_items_46 {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.course_instructor_95 .emp_items_46::before {
    line-height: 1;
    position: absolute;
    font-family: serif;
    left: 1rem;
    opacity: 0.3;
    content: "";
    transition: all 0.4s ease;
    font-size: 5rem;
    color: rgb(189,195,220,0.5);
    top: -1.5rem;
}.course_instructor_95 .edu_voices_81:hover .emp_items_46::before {
    transform: scale(1.1) translateY(-5px);
    opacity: 0.5;
}

@media (min-width: 768px) {.course_instructor_95 {
    padding: 8rem 0;
}.course_instructor_95 .edu_voices_81 {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.course_instructor_95 .img_showcase_06 {
    height: 180px;
    width: 180px;
    margin: 0;
}.course_instructor_95 .name {
    text-align: left;
    font-size: calc(23px * 1.2);
}.course_instructor_95 .edu_voices_81 div:nth-child(2) div {
    font-size: 13px;
    text-align: left;
}.course_instructor_95 .emp_items_46 {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_instructor_95 {
    padding: 10rem 0;
}.course_instructor_95 .container {
    padding: 0 3rem;
}.course_instructor_95 .edu_voices_81 {
    padding: 5rem;
    gap: 4rem;
}.course_instructor_95 .img_showcase_06 {
    width: 220px;
    height: 220px;
}.course_instructor_95 .name {
    font-size: calc(23px * 1.3);
    margin-bottom: 0.75rem;
}.course_instructor_95 .edu_voices_81 div:nth-child(2) div {
    font-size: calc(13px * 1.05);
    margin-bottom: 1.5rem;
}.course_instructor_95 .emp_items_46 {
    line-height: 1.9;
    padding: 2.5rem;
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.course_instructor_95 .edu_voices_81 {
    padding: 2.5rem 1.5rem;
}.course_instructor_95 .img_showcase_06 {
    height: 120px;
    width: 120px;
}.course_instructor_95 .name {
    margin-top: 1rem;
}.course_instructor_95 .emp_items_46 {
    padding: 1.5rem;
}}.privacy_area_89 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(222,237,241) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    color: #000000;
}.privacy_area_89::before {
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, rgb(189,195,220) 0%, rgb(156,165,199) 100%);
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
}.privacy_area_89::after {
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
    height: 100%;
}.privacy_area_89 .container {
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.privacy_area_89 h1 {
    position: relative;
    font-weight: 700;
    font-size: calc(39px * 1.2);
    padding-bottom: 1rem;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(189,195,220);
    margin-bottom: 2.5rem;
}.privacy_area_89 h1::after {
    transform-origin: left;
    height: 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(189,195,220), rgb(156,165,199,0.5));
}.privacy_area_89 h1:hover::after {
    width: 120px;
}.privacy_area_89 h2 {
    margin: 3rem 0 1.5rem;
    color: rgb(156,165,199);
    font-size: 37px;
    transform: translateX(0);
    font-weight: 600;
    position: relative;
    padding-left: 1.2rem;
    transition: transform 0.35s ease-out;
}.privacy_area_89 h2::before {
    left: 0;
    position: absolute;
    top: 50%;
    width: 8px;
    background: rgb(189,195,220,0.5);
    transform: translateY(-50%);
    content: "";
    height: 85%;
}.privacy_area_89 h2:hover {
    transform: translateX(5px);
}.privacy_area_89 h3 {
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(37px * 0.85);
    position: relative;
}.privacy_area_89 h3::before {
    width: 6px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    background: rgb(156,165,199,0.5);
    top: 50%;
    left: 0;
    height: 70%;
}.privacy_area_89 h4 {
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
    font-size: calc(20px * 1.1);
    padding-left: 0.8rem;
    font-weight: 600;
}.privacy_area_89 h4::before {
    height: 60%;
    left: 0;
    top: 50%;
    width: 4px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background: rgb(156,165,199,0.5);
}.privacy_area_89 p {
    padding: 0.5rem 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.35s ease;
    max-width: 90%;
}.privacy_area_89 p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    padding-bottom: 2px;
}.privacy_area_89 p strong::after {
    transform: scaleX(0);
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(189,195,220,0.5);
    transition: transform 0.35s ease-out;
    transform-origin: right;
    height: 1px;
    width: 100%;
}.privacy_area_89 p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy_area_89 ul {
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.privacy_area_89 ul::before {
    top: 0;
    left: 0;
    width: 2px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(189,195,220,0.5), transparent);
    content: "";
}.privacy_area_89 li {
    line-height: 1.7;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    padding: 0.8rem 0 0.8rem 2rem;
    font-size: calc(15px * 0.97);
}.privacy_area_89 li::before {
    left: 0;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    transition: all 0.3s ease;
    opacity: 0.8;
    width: 10px;
    border: 2px solid rgb(189,195,220);
    position: absolute;
    top: 1.2rem;
}.privacy_area_89 li:hover {
    transform: translateX(5px);
}.privacy_area_89 li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(189,195,220,0.5);
}.privacy_area_89 span {
    transform: translateZ(0);
    display: block;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(156,165,199);
    font-size: calc(15px * 0.95);
    color: #000000;
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    line-height: 1.75;
}.privacy_area_89 span:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {.privacy_area_89 {
    padding: 7rem 3rem;
}.privacy_area_89 h1 {
    margin-bottom: 3rem;
    font-size: calc(39px * 1.3);
}.privacy_area_89 p {
    max-width: 80%;
}.privacy_area_89 h2 {
    padding-left: 1.5rem;
}.privacy_area_89 h2::before {
    width: 10px;
}.privacy_area_89 span {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
}
}

@media (max-width: 991px) {.privacy_area_89 h1 {
    font-size: calc(39px * 1.1);
}.privacy_area_89 h2 {
    font-size: calc(37px * 0.95);
}.privacy_area_89 p, .privacy_area_89 span {
    max-width: 100%;
}
}

@media (max-width: 767px) {.privacy_area_89 {
    padding: 4rem 1.5rem;
}.privacy_area_89 h1 {
    font-size: 39px;
    margin-bottom: 2rem;
}.privacy_area_89 h2 {
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
}.privacy_area_89 h3, .privacy_area_89 h4 {
    padding-left: 0.7rem;
}.privacy_area_89 ul {
    padding-left: 0.5rem;
}.privacy_area_89 li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.privacy_area_89 li::before {
    height: 8px;
    width: 8px;
}.privacy_area_89 span {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 480px) {.privacy_area_89 {
    padding: 3rem 1rem;
}.privacy_area_89 h1 {
    font-size: calc(39px * 0.9);
}.privacy_area_89 h2 {
    font-size: calc(37px * 0.9);
}.privacy_area_89 h3 {
    font-size: calc(20px * 1.1);
}.privacy_area_89 h4 {
    font-size: 20px;
}.privacy_area_89 p, .privacy_area_89 li, .privacy_area_89 span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.course_highlights_07 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,237,241), rgba(rgb(156,165,199,0.5), 0.05));
}.course_highlights_07::before {
    position: absolute;
    z-index: 0;
    height: 300px;
    opacity: 0.05;
    background: linear-gradient(210deg, rgb(189,195,220), rgb(156,165,199));
    right: -100px;
    top: -100px;
    transform: skew(-15deg, -15deg);
    content: "";
    width: 300px;
    border-radius: 50%;
}.course_highlights_07::after {
    height: 200px;
    background: linear-gradient(45deg, rgb(156,165,199), rgb(189,195,220));
    bottom: -80px;
    opacity: 0.07;
    left: -80px;
    z-index: 0;
    width: 300px;
    position: absolute;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    content: "";
}.course_highlights_07 .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.course_highlights_07 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 1.5rem;
    transform: perspective(1000px) translateZ(0);
    font-size: 28px;
    max-width: 85%;
    margin-bottom: 3rem;
}.course_highlights_07 h2::after {
    content: "";
    transform-origin: left;
    width: 100px;
    left: 0;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(90deg, rgb(189,195,220), rgb(156,165,199));
    position: absolute;
    bottom: 0;
}.course_highlights_07 .job_classes_50 {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    perspective: 1000px;
    display: grid;
}.course_highlights_07 .img_showcase_06 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 400px;
}.course_highlights_07 .img_showcase_06::before {
    content: "";
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(189,195,220,0.5), 0.2), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
}.course_highlights_07 .img_showcase_06:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.course_highlights_07 .text_box_item_54 {
    transform: perspective(1000px) translateZ(0);
    display: flex;
    gap: 2rem;
    position: relative;
    flex-direction: column;
}.course_highlights_07 .description {
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 13px;
    transition: opacity 0.3s ease;
    margin: 0;
    opacity: 0.95;
}.course_highlights_07 .description::before {
    opacity: 0.7;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(189,195,220), rgb(156,165,199));
    top: 0;
}.course_highlights_07 .description:first-of-type {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 2rem;
}.course_highlights_07 .description:last-of-type {
    padding-top: 1rem;
}.course_highlights_07 .description:hover {
    opacity: 1;
}

@media (min-width: 768px) {.course_highlights_07 {
    padding: 8rem 0;
}.course_highlights_07 h2 {
    max-width: 70%;
    font-size: calc(28px * 1.1);
}.course_highlights_07 .job_classes_50 {
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_highlights_07 .img_showcase_06 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course_highlights_07 h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_highlights_07 {
    padding: 10rem 0;
}.course_highlights_07 .container {
    padding: 0 3rem;
}.course_highlights_07 h2 {
    max-width: 65%;
    font-size: calc(28px * 1.2);
    margin-bottom: 4rem;
}.course_highlights_07 .job_classes_50 {
    gap: 5rem;
}.course_highlights_07 .img_showcase_06 {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    height: 600px;
}.course_highlights_07 .text_box_item_54 {
    padding-right: 2rem;
}.course_highlights_07 h2::after {
    width: 150px;
}.course_highlights_07 .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.course_highlights_07 .container {
    padding: 0 4rem;
}.course_highlights_07 h2 {
    max-width: 60%;
}.course_highlights_07 .job_classes_50 {
    gap: 6rem;
}.course_highlights_07 .img_showcase_06 {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course_highlights_07 .description {
    padding-left: 2rem;
}.course_highlights_07 .description::before {
    width: 4px;
}
}

@media (max-width: 767px) {.course_highlights_07 {
    padding: 4rem 0;
}.course_highlights_07 h2 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: calc(28px * 0.9);
}.course_highlights_07 .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.course_highlights_07 .img_showcase_06 {
    height: 300px;
}}.price_item_element_36 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(222,237,241), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
}.price_item_element_36::before {
    content: "";
    z-index: 0;
    filter: blur(60px);
    height: 70%;
    top: -10%;
    width: 40%;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(145deg, rgb(189,195,220,0.5), rgb(156,165,199,0.5));
    opacity: 0.4;
}.price_item_element_36::after {
    position: absolute;
    background: linear-gradient(215deg, rgb(156,165,199,0.5), rgb(189,195,220,0.5));
    filter: blur(50px);
    left: -5%;
    opacity: 0.3;
    transform: rotate(12deg) skewX(-10deg);
    z-index: 0;
    height: 60%;
    content: "";
    width: 35%;
    bottom: -10%;
}.price_item_element_36 .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1320px;
    margin: 0 auto;
}.price_item_element_36 .price_tiers_74 {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.price_item_element_36 .price_view_72 {
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
}.price_item_element_36 .price_view_72 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-size: 30px;
    display: inline-block;
}.price_item_element_36 .price_view_72 h2::after {
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(189,195,220), rgb(156,165,199));
    content: "";
    height: 4px;
    left: 50%;
    bottom: -12px;
}.price_item_element_36 .study_rates_24 {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    margin: 20px auto 0;
    max-width: 680px;
}.price_item_element_36 .promo_cost_19 {
    grid-template-columns: 1fr;
    opacity: 0;
    display: grid;
    transform: translateY(40px);
    gap: 30px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.price_item_element_36 .study_offers_05 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
    display: block;
    backface-visibility: hidden;
}.price_item_element_36 .value_rates_10 {
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    display: flex;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
}.price_item_element_36 .study_offers_05:hover .value_rates_10 {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.price_item_element_36 .fee_plan_21 {
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    flex-grow: 1;
}.price_item_element_36 .fee_plan_21 h3 {
    word-break: break-word;
    padding-left: 15px;
    font-size: calc(23px + 2px);
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    white-space: normal;
    overflow-wrap: break-word;
}.price_item_element_36 .fee_plan_21 h3::before {
    content: "";
    width: 4px;
    top: 5px;
    height: calc(100% - 10px);
    position: absolute;
    background: linear-gradient(to bottom, rgb(189,195,220), rgb(156,165,199));
    left: 0;
    border-radius: 10px;
}.price_item_element_36 .price_panel_87 {
    font-size: calc(23px + 4px);
    padding: 8px 15px;
    color: rgb(189,195,220);
    margin: 5px 0 20px;
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    display: inline-block;
    border-radius: 6px;
    font-weight: 700;
}.price_item_element_36 .fee_plan_21 p {
    overflow-wrap: break-word;
    font-size: 16px;
    margin-bottom: 10px;
    flex-grow: 1;
    white-space: normal;
    color: #000000;
    margin-top: 5px;
    line-height: 1.6;
    word-break: break-word;
}.price_item_element_36 .img_showcase_06 {
    height: 220px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.price_item_element_36 .img_showcase_06::after {
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    left: 0;
    position: absolute;
}.price_item_element_36 .study_offers_05:hover .img_showcase_06 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_item_element_36 .promo_cost_19 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.price_item_element_36 .price_tiers_74 {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.price_item_element_36 .price_tiers_74 {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.price_item_element_36 .price_view_72 {
    align-self: center;
    grid-row: 1;
    grid-column: 2;
    text-align: left;
}.price_item_element_36 .price_view_72 h2 {
    display: inline-block;
}.price_item_element_36 .price_view_72 h2::after {
    transform: none;
    left: 0;
}.price_item_element_36 .study_rates_24 {
    margin: 25px 0 0;
}.price_item_element_36 .promo_cost_19 {
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-column: 1;
}
}

@media (min-width: 1200px) {.price_item_element_36 .promo_cost_19 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.price_item_element_36 .fee_plan_21 {
    padding: 40px 35px;
}.price_item_element_36 .img_showcase_06 {
    height: 240px;
}
}

@media (max-width: 767px) {.price_item_element_36 {
    padding: 80px 0;
}.price_item_element_36 .price_view_72 {
    margin-bottom: 20px;
}.price_item_element_36 .value_rates_10 {
    max-width: 100%;
}.price_item_element_36 .fee_plan_21 {
    padding: 30px 25px;
}.price_item_element_36 .fee_plan_21 h3 {
    font-size: calc(23px + 1px);
}.price_item_element_36 .price_panel_87 {
    margin: 0 0 15px;
    font-size: 23px;
}.price_item_element_36 .img_showcase_06 {
    height: 200px;
}
}

@media (max-width: 480px) {.price_item_element_36 {
    padding: 60px 0;
}.price_item_element_36 .fee_plan_21 {
    padding: 25px 20px;
}.price_item_element_36 .img_showcase_06 {
    height: 180px;
}
}