* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.head_teach {
    flex: 1 0 auto;
}.container {
    width: 1179px;
    margin: auto;
    max-width: 100%;
}.wrapper-capsule {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.res_connect {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_comments {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(205,230,237) 0%, #ffffff 100%);
    position: relative;
}.client_comments::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,202,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(112,172,194,0.5) 0%, transparent 40%);
}.client_comments::after {
    position: absolute;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(160,202,217,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(160,202,217,0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.05;
    z-index: 0;
    height: 100%;
    background-size: 50px 50px;
    width: 100%;
}.client_comments .path_impact {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    max-width: 1300px;
    z-index: 1;
    position: relative;
}.client_comments h4 {
    color: #000000;
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 80px;
    text-align: center;
}.client_comments h4::before {
    transform: translateX(-50%);
    content: "";
    bottom: -20px;
    position: absolute;
    height: 8px;
    background: linear-gradient(90deg, rgb(160,202,217), rgb(112,172,194));
    left: 50%;
    border-radius: 10px;
    width: 100px;
}.client_comments h4::after {
    width: 20px;
    border: 3px solid rgb(160,202,217);
    transform: translateX(-50%);
    background: #ffffff;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: -26px;
    height: 20px;
    border-radius: 50%;
    left: 50%;
}.client_comments .learning_ratings {
    display: flex;
    animation: scrollReviews 60s linear infinite;
    padding: 20px 0;
    position: relative;
    width: max-content;
}.client_comments .learning_ratings:hover {
    animation-play-state: paused;
}.client_comments .edu_reviews {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 30px;
    margin: 0 20px;
    transition: all 0.4s ease;
    align-items: center;
    transform: translateY(0);
    flex-direction: column;
    height: 400px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    width: 320px;
}.client_comments .edu_reviews:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-15px);
    z-index: 2;
}.client_comments .edu_reviews::before {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    z-index: -1;
    content: "";
    top: 0;
}.client_comments .edu_reviews::after {
    width: 60px;
    opacity: 0.2;
    position: absolute;
    height: 60px;
    top: -10px;
    transition: all 0.4s ease;
    z-index: -1;
    content: "";
    border-radius: 50%;
    right: -10px;
    background: rgb(160,202,217,0.5);
}.client_comments .edu_reviews:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}.client_comments .img_box {
    transition: all 0.4s ease;
    height: 110px;
    position: relative;
    width: 110px;
    border: 5px solid #ffffff;
    margin-bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.client_comments .edu_reviews:hover .img_box {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
    border-color: rgb(160,202,217,0.5);
}.client_comments .edu_reviews span {
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(12px * 1.2);
    text-align: center;
    color: #000000;
    font-weight: 600;
}.client_comments .edu_reviews span::after {
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    transition: all 0.3s ease;
    content: "";
    background: rgb(160,202,217);
    position: absolute;
    bottom: -8px;
    opacity: 0.5;
}.client_comments .edu_reviews:hover span {
    color: rgb(160,202,217);
}.client_comments .edu_reviews:hover span::after {
    opacity: 1;
    width: 60px;
}.client_comments .edu_reviews p {
    align-items: center;
    line-height: 1.6;
    transition: all 0.3s ease;
    text-align: center;
    color: #000000;
    flex-grow: 1;
    font-size: 12px;
    display: flex;
    overflow: hidden;
}.client_comments .edu_reviews:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(160,202,217,0.5), 0.05));
}.client_comments .edu_reviews:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(112,172,194,0.5), 0.05));
}.client_comments .edu_reviews:nth-child(3n+2)::after {
    background: rgb(112,172,194,0.5);
}.client_comments .edu_reviews:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(160,202,217,0.5), 0.03));
}.client_comments .edu_reviews:nth-child(even) {
    margin-top: 30px;
}.client_comments .edu_reviews:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.client_comments {
    padding: 90px 0;
}.client_comments .edu_reviews {
    height: 380px;
    padding: 25px;
    width: 280px;
}.client_comments .img_box {
    width: 90px;
    height: 90px;
}
}

@media (max-width: 992px) {.client_comments {
    padding: 70px 0;
}.client_comments h4 {
    margin-bottom: 60px;
}.client_comments .edu_reviews {
    height: 350px;
    padding: 20px;
    width: 250px;
    margin: 0 15px;
}.client_comments .img_box {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}.client_comments .edu_reviews span {
    font-size: 12px;
}.client_comments .edu_reviews:nth-child(even) {
    margin-top: 20px;
}.client_comments .edu_reviews:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.client_comments {
    padding: 60px 0;
}.client_comments .path_impact {
    overflow: visible;
    padding: 0 20px;
}.client_comments .learning_ratings {
    width: 100%;
    animation: none;
    flex-direction: column;
}.client_comments .edu_reviews {
    padding: 25px;
    height: auto;
    margin: 0 0 30px;
    width: 100%;
    min-height: 200px;
}.client_comments .edu_reviews:last-child {
    margin-bottom: 0;
}.client_comments .edu_reviews:nth-child(even),
    .client_comments .edu_reviews:nth-child(odd) {
    margin-top: 0;
}.client_comments .edu_reviews::after {
    height: 40px;
    width: 40px;
}.client_comments .img_box {
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}.client_comments .edu_reviews p {
    margin-top: 10px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(160,202,217);
}header .top_plank .learn_toolbar div svg, header .top_plank .learn_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .learn_toolbar div span {
    color: #ffffff;
}header .top_plank .learn_toolbar {
    align-items: center;
    font-size: 15px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
}header .top_plank .learn_toolbar div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .learn_toolbar div img, header .top_plank .learn_toolbar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.welcome_page {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,230,237), #ffffff, rgb(205,230,237));
    padding: 5% 3%;
}.welcome_page::before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.1;
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(160,202,217,0.5) 49.5%, rgb(160,202,217,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(112,172,194,0.5) 49.5%, rgb(112,172,194,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    z-index: 0;
    width: 100%;
}.welcome_page h1 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transform: translateY(0);
    letter-spacing: 0.5px;
    color: rgb(160,202,217);
    z-index: 2;
    text-align: center;
    font-size: calc(23px * 1.2);
    margin-bottom: 2rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.welcome_page h1::after {
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(160,202,217), rgb(112,172,194));
    content: "";
    bottom: -10px;
    position: absolute;
    left: 50%;
    height: 3px;
    border-radius: 10px;
}.welcome_page .path_impact {
    position: relative;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    z-index: 2;
}.welcome_page .editorial_wrap {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-left: 4px solid rgb(160,202,217);
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 2rem;
    flex: 1;
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(5px);
}.welcome_page .editorial_wrap:hover {
    transform: translateY(-5px);
}.welcome_page ol {
    margin: 0;
    list-style: none;
    padding: 0;
}.welcome_page ol li {
    margin-bottom: 1.5rem;
}.welcome_page .edu_page {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}.welcome_page svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    height: 120px;
}.welcome_page svg:hover {
    transform: scale(1.05) rotate(2deg);
}.welcome_page svg path {
    transition: fill 0.4s ease;
}.welcome_page svg:hover path {
    fill: rgb(112,172,194);
}.welcome_page svg text {
    transition: fill 0.4s ease;
}.welcome_page svg:hover text {
    fill: rgb(160,202,217);
}.welcome_page .edu_page p {
    max-width: 85%;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    font-weight: 400;
    font-size: calc(16px * 1.1);
    color: #000000;
}.welcome_page .request_links {
    border-radius: 23px;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 10px 20px rgb(160,202,217,0.5);
    text-align: center;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(160,202,217), rgb(112,172,194));
    max-width: 250px;
    font-size: 20px;
    margin: 1rem auto;
    letter-spacing: 0.5px;
}.welcome_page .request_links::before {
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    left: -100%;
}.welcome_page .request_links:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15), 0 15px 30px rgb(160,202,217,0.5);
    transform: translateY(-3px) translateZ(0);
}.welcome_page .request_links:hover::before {
    left: 100%;
}.welcome_page .img_box {
    overflow: hidden;
    height: 300px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 100%;
}.welcome_page .img_box::after {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(160,202,217,0.5), transparent);
    position: absolute;
    width: 100%;
    z-index: 1;
}.welcome_page .img_box:hover {
    transform: scale(1.02) translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media screen and (min-width: 768px) {.welcome_page {
    padding: 6% 5%;
}.welcome_page h1 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.85);
}.welcome_page .path_impact {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.welcome_page .editorial_wrap {
    padding: 3rem;
}.welcome_page svg {
    height: 150px;
    width: 150px;
}.welcome_page .img_box {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    flex: 1;
    height: 450px;
}.welcome_page .edu_page p {
    font-size: calc(16px * 1.2);
    line-height: 1.7;
}.welcome_page .request_links {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media screen and (min-width: 992px) {.welcome_page {
    padding: 5% 8%;
}.welcome_page h1 {
    font-size: 28px;
}.welcome_page .path_impact {
    gap: 5rem;
}.welcome_page .editorial_wrap {
    border-left: 6px solid rgb(160,202,217);
    border-right: 1px solid rgb(112,172,194,0.5);
}.welcome_page .edu_page {
    align-items: flex-start;
    text-align: left;
}.welcome_page svg {
    height: 180px;
    width: 180px;
}.welcome_page .img_box {
    height: 500px;
    transform-origin: center right;
}.welcome_page .edu_page p {
    max-width: 90%;
    font-size: calc(16px * 1.25);
}.welcome_page .request_links {
    margin: 1rem 0;
}
}

@media screen and (min-width: 1200px) {.welcome_page .path_impact {
    gap: 7rem;
}.welcome_page .editorial_wrap {
    padding: 4rem;
}.welcome_page .img_box {
    height: 550px;
}.welcome_page h1 {
    margin-bottom: 4rem;
}.welcome_page h1::after {
    width: 120px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_page::before,
    .welcome_page .request_links::before,
    .welcome_page .img_box,
    .welcome_page svg,
    .welcome_page h1,
    .welcome_page .editorial_wrap {
    animation: none;
    transition: none;
}}.contact_form_section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(205,230,237) 0%, rgb(160,202,217,0.5) 100%);
}.contact_form_section::before {
    opacity: 0.03;
    width: 100%;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,202,217,0.5),
        rgb(160,202,217,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    content: "";
}.contact_form_section .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.contact_form_section h2 {
    text-align: center;
    font-size: 43px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact_form_section .feedback_info {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    max-width: 800px;
}.contact_form_section .img_box {
    width: 100%;
    position: relative;
    height: 200px;
}.contact_form_section .message_feedback {
    width: 100%;
    padding: 50px;
    position: relative;
}.contact_form_section form {
    width: 100%;
}.contact_form_section form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    display: inline-block;
}.contact_form_section form h3::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: rgb(160,202,217);
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
}.contact_form_section form input[type="text"] {
    color: #000000;
    border-radius: 10px;
    background: rgb(205,230,237);
    font-family: Arial, sans-serif;
    border: 2px solid transparent;
    padding: 15px 20px;
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 16px;
}.contact_form_section form input[type="text"]:focus {
    border-color: rgb(160,202,217);
    outline: none;
}.contact_form_section form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_form_section .message_map {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_form_section .message_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section .message_map label {
    font-size: 16px;
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
    padding-left: 35px;
}.contact_form_section .message_map label::before {
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 10px;
    top: 2px;
    width: 22px;
    content: "";
    background: rgb(205,230,237);
}.contact_form_section .message_map input[type="checkbox"]:checked + label::before {
    background: rgb(160,202,217);
}.contact_form_section .message_map input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    height: 12px;
    width: 6px;
    top: 5px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
}.contact_form_section .message_map label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(160,202,217);
}.contact_form_section .message_map label a:hover {
    text-decoration: underline;
}.contact_form_section form .request_links {
    text-align: center;
    position: relative;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(160,202,217);
    padding: 16px 20px;
}.contact_form_section form .request_links:hover {
    background: rgb(112,172,194);
}.contact_form_section svg {
    height: 20px;
    fill: rgb(160,202,217);
    width: 20px;
}.contact_form_section svg path {
    fill: rgb(160,202,217);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_form_section .feedback_info {
    flex-direction: row;
    max-width: 1000px;
}.contact_form_section .img_box {
    height: auto;
    min-height: 400px;
    width: 40%;
}.contact_form_section .message_feedback {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_form_section .img_box {
    width: 50%;
}.contact_form_section .message_feedback {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact_form_section .feedback_info {
    max-width: 1100px;
}.contact_form_section .img_box {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.contact_form_section .message_feedback {
    padding: 30px 20px;
}.contact_form_section form h3 {
    font-size: calc(23px * 0.9);
}}footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    opacity: 0.9;
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(112,172,194,0.5) 0%, rgb(160,202,217,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    z-index: -2;
}footer::after {
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
}.res_connect {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}.res_connect::before {
    content: "";
    width: 100%;
    left: 0;
    height: 20px;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(160,202,217) 0px,
        rgb(160,202,217) 40px,
        rgb(112,172,194) 40px,
        rgb(112,172,194) 80px
    );
    top: 0;
}.res_connect .container {
    flex-wrap: wrap;
    gap: 4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}.res_connect .company_holder {
    background: rgb(160,202,217,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    flex: 1 1 380px;
    border-bottom: 6px solid rgb(160,202,217);
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-radius: 0;
    padding: 2rem;
}.res_connect .company_holder:hover {
    transform: rotateX(0deg);
}.res_connect .company_holder h3 {
    transform: translateZ(20px);
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}.res_connect .company_holder h3::before {
    content: "";
    height: 30px;
    position: absolute;
    border-left: 3px solid #ffffff;
    width: 30px;
    left: -10px;
    top: -10px;
    border-top: 3px solid #ffffff;
}.res_connect .company_holder h3::after {
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    right: -10px;
    border-right: 3px solid #ffffff;
}.res_connect .student_aid {
    border-radius: 10px;
    line-height: 1.6;
    transform: translateZ(10px);
    padding: 1.5rem;
    color: #ffffff;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
}.res_connect .class_guide {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.res_connect .head_know {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.res_connect .header_bar {
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.res_connect .header_bar:hover {
    transform: rotateX(0deg);
}.res_connect .header_bar h5 {
    padding: 1rem 1.5rem;
    transform: translateZ(15px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-size: 21px;
    min-width: 200px;
    background: rgb(112,172,194,0.5);
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
}.res_connect .header_bar h5::after {
    left: 0;
    bottom: -5px;
    position: absolute;
    content: "";
    background: rgb(112,172,194);
    height: 5px;
    right: 0;
}.res_connect .header_bar .head_know {
    gap: 1rem;
    transform: translateZ(5px);
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    flex-direction: column;
    display: flex;
}.res_connect .header_bar .head_know a {
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    display: block;
}.res_connect .header_bar .head_know a::before {
    transition: all 0.5s ease;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
}.res_connect .header_bar .head_know a:hover {
    background: rgb(112,172,194,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.res_connect .header_bar .head_know a:hover::before {
    left: 100%;
}.about_learn {
    margin-top: 3rem;
    background: rgb(112,172,194,0.5);
    padding: 2rem 0;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
}.about_learn::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    transform-origin: bottom;
    transform: rotateX(45deg);
    top: -20px;
    height: 20px;
    background: rgb(112,172,194);
}.about_learn .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.about_learn .knowl_base {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    font-size: 13px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.res_connect .container {
    gap: 3rem;
}.res_connect .company_holder {
    flex: 1 1 350px;
}.res_connect .class_guide {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.res_connect .head_know {
    gap: 2rem;
}
}

@media (max-width: 992px) {.res_connect {
    padding: 4rem 0 2rem;
}.res_connect .container {
    gap: 3rem;
    flex-direction: column;
}.res_connect .company_holder,
    .res_connect .class_guide {
    flex: 1 1 100%;
    min-width: 100%;
}.res_connect .header_bar {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.res_connect .company_holder,
    .res_connect .header_bar {
    transform: none;
}
}

@media (max-width: 768px) {.res_connect {
    padding: 3.5rem 0 1.5rem;
}.res_connect .head_know {
    gap: 1.5rem;
}.res_connect .company_holder h3 {
    font-size: calc(37px - 2px);
}.res_connect .company_holder h3::before,
    .res_connect .company_holder h3::after {
    height: 20px;
    width: 20px;
}.about_learn {
    margin-top: 2rem;
}.about_learn::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.res_connect {
    padding: 3rem 0 1rem;
}.res_connect .header_bar {
    flex: 1 1 100%;
    min-width: 100%;
}.res_connect .head_know {
    gap: 0.7rem;
}.res_connect .header_bar .head_know a {
    padding: 0.6rem 0.8rem;
}.about_learn {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.about_learn::before {
    display: none;
}
}

@media (max-width: 420px) {.res_connect::before {
    height: 10px;
}.res_connect .company_holder h3::before,
    .res_connect .company_holder h3::after {
    display: none;
}.res_connect .header_bar h5 {
    width: 100%;
    min-width: auto;
}.about_learn .knowl_base {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.stay_informed {
    background: linear-gradient(135deg, rgb(160,202,217,0.5), rgb(112,172,194));
    z-index: 1;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.stay_informed::before {
    content: "";
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.stay_informed::after {
    height: 200%;
    right: -5%;
    transform: rotate(-35deg) translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    position: absolute;
    content: "";
    width: 40%;
    top: 50%;
    z-index: -1;
}.stay_informed .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
}.stay_informed .path_impact {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
}.stay_informed .path_impact:hover {
    transform: perspective(1000px) rotateX(0deg);
}.stay_informed h4 {
    transform: translateX(-10px);
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0;
    font-size: 20px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    color: #ffffff;
    position: relative;
}.stay_informed h4::before {
    width: 4px;
    left: -20px;
    height: 0;
    background: rgb(112,172,194);
    animation: growBar 0.6s ease-out forwards 1s;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: "";
}.stay_informed .input_holder {
    gap: 1rem;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    position: relative;
    flex-wrap: wrap;
    transform: translateY(10px);
    display: flex;
    opacity: 0;
}.stay_informed .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.stay_informed .input_holder input[type="email"] {
    font-size: 18px;
    border-left: 3px solid transparent;
    color: #000000;
    padding: 1rem 1.5rem;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    border: none;
    background: #ffffff;
}.stay_informed .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(112,172,194);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stay_informed .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.stay_informed .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.stay_informed .input_holder .request_links {
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(112,172,194), rgb(160,202,217));
    white-space: nowrap;
    z-index: 1;
    font-size: 20px;
    border: none;
    outline: none;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.stay_informed .input_holder .request_links::before {
    left: -100%;
    top: 0;
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    content: "";
}.stay_informed .input_holder .request_links:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.stay_informed .input_holder .request_links:hover::before {
    left: 100%;
}.stay_informed .input_holder .request_links:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

@keyframes growBar {
    to {
        height: 70%;
    }
}

@media screen and (min-width: 768px) {.stay_informed .path_impact {
    gap: 2rem;
    padding: 3.5rem 4rem;
    flex-direction: row;
    align-items: center;
}.stay_informed h4 {
    margin-bottom: 0;
    max-width: 60%;
    flex: 1;
}.stay_informed .input_holder {
    flex: 1;
    justify-content: flex-end;
}
}

@media screen and (max-width: 767px) {.stay_informed {
    padding: 4rem 0;
}.stay_informed .path_impact {
    padding: 2rem;
}.stay_informed h4 {
    font-size: calc(20px * 0.9);
    text-align: center;
}.stay_informed h4::before {
    left: -15px;
}.stay_informed .input_holder {
    justify-content: center;
}.stay_informed .input_holder span {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 480px) {.stay_informed {
    padding: 3rem 0;
}.stay_informed .path_impact {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.stay_informed h4 {
    font-size: calc(20px * 0.8);
    margin-bottom: 1.5rem;
}.stay_informed .input_holder input[type="email"],
    .stay_informed .input_holder .request_links {
    padding: 0.8rem 1.2rem;
}}.thanksField {
    background: linear-gradient(135deg, rgb(160,202,217,0.5) 0%, rgb(205,230,237) 40%, rgb(112,172,194,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.thanksField::before {
    top: 0;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.5;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    z-index: 1;
}.thanksField::after {
    opacity: 0.04;
    content: "";
    width: 150%;
    animation: patternShift 20s infinite linear;
    background: repeating-linear-gradient(45deg, rgb(160,202,217,0.5) 0px, transparent 2px, transparent 10px);
    transform: rotate(-5deg);
    z-index: 0;
    left: -25%;
    position: absolute;
    top: -25%;
    height: 150%;
}.thanksField .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.thanksField h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    margin-bottom: 3rem;
    opacity: 0;
    font-size: 36px;
    position: relative;
    text-align: center;
    color: #000000;
}.thanksField h2::after {
    bottom: -15px;
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(160,202,217), rgb(112,172,194));
    width: 80px;
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0);
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thanksField .path_impact {
    background: #ffffff;
    transform-origin: center top;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
    animation: fadeIn 1s 0.5s both ease-out;
    padding: 3rem;
    position: relative;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
}.thanksField .path_impact::before {
    top: -8px;
    position: absolute;
    filter: blur(12px);
    width: 95%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgb(160,202,217,0.5) 0%, transparent 80%);
    content: "";
    z-index: -1;
    border-radius: 10px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}.thanksField .path_impact:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thanksField ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}.thanksField ul::before {
    animation: growHeight 1.5s 1s forwards ease-in-out;
    left: -20px;
    content: "";
    background: linear-gradient(to bottom, rgb(160,202,217), rgb(112,172,194));
    top: 0;
    position: absolute;
    height: 0;
    width: 4px;
}.thanksField li {
    position: relative;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding-left: 0;
    transform: translateX(20px);
}.thanksField li::before {
    height: 32px;
    position: absolute;
    top: -5px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(112,172,194) 0%, rgb(160,202,217) 100%);
    box-shadow: 0 5px 15px -5px rgb(112,172,194,0.5);
    content: "";
    left: -40px;
    border-radius: 50%;
    width: 32px;
    opacity: 0;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
}.thanksField li span {
    opacity: 0;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    font-size: 12px;
    animation: fadeIn 1s 1.2s forwards ease-out;
    display: block;
    line-height: 1.7;
    position: relative;
    color: #000000;
}.thanksField li span::first-letter {
    color: rgb(160,202,217);
    font-size: 1.4em;
    font-weight: 700;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

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

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.thanksField {
    padding: 5rem 0;
}.thanksField h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.thanksField .path_impact {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thanksField {
    padding: 4rem 0;
}.thanksField h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
    line-height: 1.4;
}.thanksField .path_impact {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thanksField ul::before {
    left: -15px;
}.thanksField li::before {
    width: 24px;
    left: -30px;
    height: 24px;
}
}

@media (max-width: 576px) {.thanksField {
    padding: 3rem 0;
}.thanksField h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.thanksField .path_impact {
    padding: 1.5rem;
    transform: none;
}.thanksField ul::before {
    left: -12px;
}.thanksField li::before {
    width: 20px;
    left: -25px;
    top: -2px;
    height: 20px;
}.thanksField li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.privacy_arsenal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}.privacy_arsenal h1 {
    font-weight: 700;
    border-bottom: 3px solid rgb(160,202,217);
    color: rgb(160,202,217);
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 44px;
}.privacy_arsenal h2 {
    border-bottom: 2px solid rgb(112,172,194);
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: rgb(112,172,194);
    margin-top: 35px;
    font-size: 34px;
}.privacy_arsenal ul, .privacy_arsenal ol {
    list-style-type: none;
    margin: 25px 0;
    padding-left: 0;
}.privacy_arsenal ul li, .privacy_arsenal ol li {
    padding-left: 25px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}.privacy_arsenal ul li::before, .privacy_arsenal ol li::before {
    top: 50%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    background: rgb(160,202,217);
    content: '';
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
}.privacy_arsenal p, .privacy_arsenal span, .privacy_arsenal div {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {.privacy_arsenal {
    padding: 25px;
}.privacy_arsenal h1 {
    font-size: 34px;
    margin-bottom: 20px;
}.privacy_arsenal h2 {
    margin-bottom: 15px;
    font-size: 20px;
}.privacy_arsenal ul li, .privacy_arsenal ol li {
    font-size: 18px;
}}

.privacy_arsenal h3, .privacy_arsenal h4, .privacy_arsenal h5, .privacy_arsenal h6 {
    padding-bottom: 5px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 20px;
}.privacy_arsenal section {
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgb(205,230,237);
    padding: 25px;
}.privacy_arsenal a {
    border-bottom: 2px solid rgb(160,202,217,0.5);
    padding-bottom: 2px;
    text-decoration: none;
    color: rgb(160,202,217);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}.privacy_arsenal a:hover {
    color: rgb(112,172,194);
    border-bottom-color: rgb(112,172,194,0.5);
}.teaching_history {
    overflow: hidden;
    background: rgb(205,230,237);
    perspective: 1000px;
    position: relative;
    padding: 5rem 2rem;
}.teaching_history::before {
    opacity: 0.4;
    left: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(112,172,194,0.5) 0deg,
        rgb(160,202,217,0.5) 90deg,
        rgb(205,230,237) 180deg,
        rgb(160,202,217,0.5) 270deg,
        rgb(112,172,194,0.5) 360deg
    );
    filter: blur(60px);
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.teaching_history .edu_reviews {
    display: flex;
    z-index: 2;
    transform-style: preserve-3d;
    justify-content: space-between;
    gap: 0;
    position: relative;
    align-items: center;
    flex-direction: row;
}.teaching_history .img_box {
    filter: saturate(0.8);
    height: 400px;
    position: relative;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(10deg) translateZ(50px);
    width: 40%;
    border-radius: 27px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.teaching_history .img_box::after {
    opacity: 0.4;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(160,202,217,0.5) 100%
    );
    position: absolute;
    transition: opacity 0.6s ease;
    border-radius: 27px;
    left: 0;
    content: "";
}.teaching_history .img_box:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.teaching_history .img_box:hover::after {
    opacity: 0;
}.teaching_history .work_projects {
    width: 60%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 27px;
    padding: 2.5rem;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.teaching_history .work_projects::before {
    opacity: 0.1;
    left: -50%;
    content: "";
    height: 200%;
    transition: transform 0.8s ease;
    top: -50%;
    position: absolute;
    width: 200%;
    transform: scale(0);
    background: radial-gradient(
        circle at center,
        rgb(112,172,194,0.5) 0%,
        transparent 70%
    );
}.teaching_history .work_projects:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.teaching_history .work_projects:hover::before {
    transform: scale(1);
}.teaching_history .name {
    margin-bottom: 0.5rem;
    color: rgb(160,202,217);
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}.teaching_history .name::after {
    height: 3px;
    position: absolute;
    transition: width 0.4s ease-in-out;
    background: rgb(112,172,194);
    content: "";
    bottom: -5px;
    left: 0;
    width: 0;
}.teaching_history .work_projects:hover .name::after {
    width: 100%;
}.teaching_history .work_projects > div:nth-child(2) {
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: rgb(112,172,194);
    opacity: 0.9;
}.teaching_history .career_wrap {
    color: #000000;
    font-style: italic;
    font-size: 16px;
    padding-left: 2rem;
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgb(160,202,217,0.5);
    font-weight: 400;
}.teaching_history .career_wrap::before {
    left: -10px;
    content: "";
    color: rgb(112,172,194,0.5);
    top: -20px;
    font-family: serif;
    opacity: 0.3;
    position: absolute;
    font-size: 5rem;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(160,202,217,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.teaching_history .img_box:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.teaching_history .edu_reviews {
    flex-direction: column;
}.teaching_history .img_box,
    .teaching_history .work_projects {
    transform: none;
    width: 100%;
}.teaching_history .img_box {
    margin-bottom: 2rem;
    height: 300px;
}.teaching_history .img_box:hover,
    .teaching_history .work_projects:hover {
    transform: translateY(-10px);
}}.service_info {
    overflow: hidden;
    position: relative;
    background: rgb(205,230,237);
    padding: 80px 0;
}.service_info::before {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(160,202,217,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(112,172,194,0.5) 0%, transparent 70%);
    content: '';
    right: 0;
    bottom: 0;
}.service_info::after {
    left: 0;
    z-index: 2;
    right: 0;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    bottom: 0;
    top: 0;
}.service_info .container {
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.service_info .edu_askedu {
    border-radius: 10px;
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 40px;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
}.service_info .send_request {
    font-weight: 700;
    grid-column: 1 / -1;
    font-size: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 35px 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    margin: 0;
    color: rgb(160,202,217);
}.service_info .send_request::after {
    content: '';
    left: 40px;
    position: absolute;
    border-radius: 10px;
    width: 60px;
    height: 3px;
    bottom: 0;
    background: rgb(160,202,217);
}.service_info .img_box {
    overflow: hidden;
    height: 100%;
    border-radius: 0;
    position: relative;
    min-height: 350px;
    transform: scale(1.001);
}.service_info .img_box::before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(160,202,217,0.5) 100%
    );
    content: '';
    left: 0;
    top: 0;
}.service_info .img_box::after {
    width: 60%;
    content: '';
    top: -10%;
    background: radial-gradient(
        circle,
        rgb(160,202,217,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    height: 60%;
    z-index: 2;
    right: -10%;
    opacity: 0.7;
    animation: floatEffect 8s infinite alternate ease-in-out;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.service_info .contact_ask {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    padding: 40px;
    gap: 22px;
    flex-direction: column;
}.service_info .contact_ask::before {
    background: linear-gradient(to bottom, rgb(160,202,217), rgb(112,172,194), rgb(160,202,217));
    width: 3px;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
}.service_info .contact_ask p {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0;
    flex-direction: row;
    gap: 15px;
    padding: 0 0 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}.service_info .contact_ask p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.service_info .contact_ask p svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}.service_info .contact_ask p svg path {
    transition: fill 0.3s ease;
    fill: rgb(160,202,217);
}.service_info .contact_ask p:hover svg path {
    fill: #ffffff;
}.service_info .contact_ask p .content-wrapper {
    display: flex;
    gap: 8px;
    flex-grow: 1;
    flex-direction: column;
}.service_info .contact_ask p {
    color: #ffffff;
}.service_info .contact_ask p span {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    transition: all 0.3s ease;
}.service_info .contact_ask p:first-child span {
    font-size: calc(12px + 2px);
}.service_info .contact_ask p span a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: relative;
    padding: 2px 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}.service_info .contact_ask p span a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background: rgb(160,202,217,0.5);
}.service_info .contact_ask p span b {
    color: rgb(160,202,217);
    font-weight: 700;
}.service_info .talk_now {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.service_info .get_helpdesk {
    position: relative;
    font-size: 19px;
    align-items: center;
    margin: 0 0 20px 0;
    gap: 12px;
    display: flex;
    color: rgb(160,202,217);
    font-weight: 600;
    padding-bottom: 15px;
}.service_info .get_helpdesk svg {
    height: 20px;
    width: 20px;
}.service_info .get_helpdesk svg path {
    fill: rgb(160,202,217);
}.service_info .get_helpdesk:after {
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgb(160,202,217);
    content: '';
    bottom: 0;
}.service_info .reach_block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}.service_info .edu_mentor {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 15px;
    transition: all 0.3s ease;
    font-size: calc(12px - 1px);
    border-radius: 10px;
}.service_info .edu_mentor::before {
    opacity: 0.7;
    left: 0;
    background: rgb(160,202,217);
    width: 4px;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
}.service_info .edu_mentor::after {
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgb(160,202,217);
    left: 0;
    z-index: -1;
}.service_info .edu_mentor:hover {
    transform: translateX(5px);
}.service_info .edu_mentor:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.service_info .edu_askedu {
    gap: 30px;
}.service_info .contact_ask {
    padding: 30px;
}
}

@media (max-width: 991px) {.service_info {
    padding: 60px 0;
}.service_info .edu_askedu {
    grid-template-columns: 1fr;
}.service_info .send_request {
    padding: 30px;
}.service_info .send_request::after {
    left: 30px;
}.service_info .img_box {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.service_info .contact_ask {
    padding: 30px;
}.service_info .contact_ask p svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 767px) {.service_info {
    padding: 50px 0;
}.service_info .send_request {
    font-size: calc(29px - 4px);
    padding: 25px;
}.service_info .send_request::after {
    left: 25px;
}.service_info .contact_ask {
    gap: 18px;
    padding: 25px;
}.service_info .contact_ask p {
    padding-bottom: 18px;
}.service_info .img_box {
    min-height: 250px;
}.service_info .talk_now {
    padding-top: 25px;
    margin-top: 25px;
}.service_info .reach_block {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.service_info {
    padding: 40px 0;
}.service_info .send_request {
    text-align: center;
    padding: 20px;
}.service_info .send_request::after {
    left: 50%;
    transform: translateX(-50%);
}.service_info .contact_ask {
    padding: 20px;
}.service_info .img_box {
    min-height: 200px;
}.service_info .get_helpdesk {
    text-align: center;
}.service_info .get_helpdesk:after {
    transform: translateX(-50%);
    left: 50%;
}.service_info .reach_block {
    grid-template-columns: 1fr;
}.service_info .contact_ask p {
    flex-direction: row;
}.service_info .contact_ask p svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 375px) {.service_info .edu_askedu {
    border-radius: 10px;
}.service_info .contact_ask {
    padding: 15px;
}.service_info .contact_ask p {
    padding-bottom: 15px;
}.service_info .img_box {
    min-height: 180px;
}.service_info .talk_now {
    margin-top: 20px;
    padding-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.service_info .img_box::after {
    animation: none;
}.service_info .contact_ask p span a:hover,
    .service_info .edu_mentor:hover {
    transform: none;
}}.company_overview {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.company_overview::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(160,202,217,0.5), rgba(0, 0, 0, 0.5) 85%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.company_overview::after {
    z-index: -1;
    opacity: 0.15;
    content: "";
    right: -50px;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    top: -50px;
    transform: rotate(45deg);
    height: 200px;
    background: rgb(112,172,194);
    width: 200px;
}.company_overview h4 {
    margin-bottom: 40px;
    transition: transform 0.5s ease;
    font-size: 38px;
    position: relative;
    text-align: center;
    transform: translateY(0);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}.company_overview h4::after {
    width: 80px;
    left: 50%;
    background: rgb(160,202,217);
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
}.company_overview .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.company_overview .editorial_wrap {
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid rgb(160,202,217);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateY(0);
    overflow: hidden;
}.company_overview .editorial_wrap::before {
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 49.5%, rgb(112,172,194,0.5) 49.5%, rgb(112,172,194,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
}.company_overview .editorial_wrap h6 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(160,202,217);
    font-size: calc(19px * 1.2);
    letter-spacing: 1px;
}.company_overview .editorial_wrap h6::after {
    position: absolute;
    bottom: 0;
    width: 60px;
    transition: transform 0.4s ease;
    transform-origin: left;
    height: 2px;
    content: "";
    transform: scaleX(1);
    background: rgb(112,172,194);
    left: 0;
}.company_overview .editorial_wrap div {
    position: relative;
}.company_overview .editorial_wrap span {
    text-align: justify;
    column-gap: 40px;
    color: #000000;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    font-size: 17px;
    column-count: 1;
}

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

@media screen and (min-width: 768px) {.company_overview {
    padding: 150px 0 100px;
}.company_overview h4 {
    font-size: calc(38px * 1.2);
    margin-bottom: 60px;
}.company_overview h4::after {
    width: 100px;
}.company_overview .editorial_wrap {
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) perspective(1000px) rotateY(0);
    padding: 60px 50px;
}.company_overview .editorial_wrap:hover {
    transform: translateY(-10px) perspective(1000px) rotateY(2deg);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}.company_overview .editorial_wrap h6 {
    font-size: calc(19px * 1.5);
    margin-bottom: 40px;
}.company_overview .editorial_wrap span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.company_overview {
    padding: 180px 0 120px;
}.company_overview::after {
    height: 300px;
    width: 300px;
}.company_overview .editorial_wrap {
    margin: 0 auto;
    max-width: 90%;
}.company_overview .editorial_wrap span {
    column-gap: 50px;
    column-count: 2;
}.company_overview:hover h4 {
    transform: translateY(-10px);
}.company_overview .editorial_wrap:hover h6::after {
    transform: scaleX(1.5);
}
}

@media screen and (max-width: 767px) {.company_overview {
    padding: 80px 0 60px;
}.company_overview h4 {
    margin-bottom: 30px;
    font-size: 38px;
}.company_overview .editorial_wrap {
    padding: 30px 25px;
}.company_overview .editorial_wrap h6 {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}.company_overview .editorial_wrap span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.pricing_container {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}.pricing_container::before {
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
}.pricing_container .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_container .sub_options {
    position: relative;
}.pricing_container h2 {
    font-size: 30px;
    margin-bottom: 20px;
    transform: translateZ(0);
    text-align: center;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 700;
}.pricing_container h2::after {
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(160,202,217), rgb(112,172,194));
    content: "";
    bottom: -12px;
    border-radius: 10px;
}.pricing_container .plan_matrix {
    font-size: calc(12px + 2px);
    font-weight: 300;
    text-align: center;
    max-width: 800px;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 60px;
    line-height: 1.6;
}.pricing_container .cert_cost {
    gap: 30px;
    padding: 0;
    margin: 0;
    perspective: 1000px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_container .cert_cost li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_container .cert_cost li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.pricing_container .learning_rates {
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    backdrop-filter: blur(10px);
}.pricing_container .learning_rates::before {
    top: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 0;
    background: linear-gradient(90deg, rgb(160,202,217), rgb(112,172,194));
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    content: "";
    height: 4px;
}.pricing_container .learning_rates:hover::before {
    transform: scaleX(1);
}.pricing_container .learning_rates::after {
    z-index: -1;
    position: absolute;
    height: 50%;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(160,202,217,0.5), 0.05), transparent);
    bottom: 0;
    left: 0;
}.pricing_container .study_price {
    display: flex;
    box-sizing: border-box;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    height: 100%;
}.pricing_container .enroll_cost {
    flex-direction: column;
    display: flex;
    flex: 1;
}.pricing_container .enroll_cost h4 {
    transition: transform 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(20px + 2px);
}.pricing_container .enroll_cost h4::after {
    bottom: 0;
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(112,172,194);
    transition: width 0.3s ease;
    height: 3px;
    content: "";
}.pricing_container .learning_rates:hover .enroll_cost h4::after {
    width: 60px;
}.pricing_container .enroll_cost p {
    margin: 0 0 30px;
    overflow-wrap: break-word;
    flex: 1;
    font-size: 12px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    hyphens: auto;
}.pricing_container .discount_tier {
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(rgb(160,202,217,0.5), 0.1);
    position: relative;
    font-size: calc(20px + 4px);
    margin-top: auto;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    align-self: flex-start;
    display: block;
    color: rgb(160,202,217);
}.pricing_container .learning_rates:hover .discount_tier {
    transform: scale(1.05);
    background: rgba(rgb(160,202,217,0.5), 0.2);
}

@media (min-width: 1200px) {.pricing_container .cert_cost {
    grid-template-columns: repeat(4, 1fr);
}.pricing_container .study_price {
    padding: 40px 35px;
}.pricing_container h2 {
    font-size: calc(30px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing_container .cert_cost {
    grid-template-columns: repeat(3, 1fr);
}.pricing_container .study_price {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_container .cert_cost {
    grid-template-columns: repeat(2, 1fr);
}.pricing_container .enroll_cost p {
    margin-bottom: 25px;
    font-size: calc(12px - 1px);
}.pricing_container .study_price {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_container {
    padding: 70px 0;
}.pricing_container .cert_cost {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_container h2 {
    font-size: calc(30px - 2px);
}.pricing_container .plan_matrix {
    margin-bottom: 40px;
    font-size: 12px;
}.pricing_container .enroll_cost h4 {
    font-size: 20px;
}.pricing_container .enroll_cost p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
}.pricing_container .discount_tier {
    font-size: calc(20px + 2px);
}.pricing_container .study_price {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing_container {
    padding: 50px 0;
}.pricing_container .study_price {
    padding: 25px 20px;
}.pricing_container h2::after {
    width: 60px;
    height: 3px;
}.pricing_container .discount_tier {
    padding: 8px 16px;
}}.course_program_description {
    padding: 120px 0;
    background: rgb(205,230,237);
    overflow: hidden;
    position: relative;
}.course_program_description::before {
    background: radial-gradient(circle at 30% 30%, rgb(160,202,217,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}.course_program_description::after {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background: radial-gradient(circle at 70% 80%, rgb(112,172,194,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    height: 100%;
}.course_program_description .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.course_program_description .path_impact {
    grid-template-columns: 1fr;
    position: relative;
    background: #ffffff;
    gap: 50px;
    display: grid;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}.course_program_description .path_impact::before {
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(to right, rgb(160,202,217), rgb(112,172,194));
    position: absolute;
    height: 5px;
    left: 0;
    width: 100%;
}.course_program_description .career_path {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 60px 50px;
}.course_program_description .career_path::before {
    animation: float 8s ease-in-out infinite;
    content: "";
    z-index: -1;
    height: 80px;
    border-radius: 10px;
    top: 40px;
    opacity: 0.5;
    left: 40px;
    width: 80px;
    border: 2px solid rgb(160,202,217,0.5);
    position: absolute;
}.course_program_description .career_path::after {
    right: 40px;
    border-radius: 50%;
    bottom: 40px;
    height: 60px;
    position: absolute;
    content: "";
    z-index: -1;
    width: 60px;
    background: rgb(112,172,194,0.5);
    animation: pulse 6s ease-in-out infinite;
    opacity: 0.3;
}.course_program_description .nav_site {
    display: inline-block;
    background: linear-gradient(145deg, rgb(205,230,237), #ffffff);
    transition: all 0.3s ease;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 35px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
}.course_program_description .nav_site:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.course_program_description .nav_site svg {
    transition: all 0.3s ease;
    max-height: 50px;
    max-width: 140px;
}.course_program_description .nav_site svg path {
    fill: rgb(160,202,217);
    transition: fill 0.3s ease;
}.course_program_description .nav_site:hover svg path {
    fill: rgb(112,172,194);
}.course_program_description h3 {
    position: relative;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px;
}.course_program_description h3::after {
    content: "";
    height: 3px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(160,202,217), rgb(112,172,194));
    bottom: -12px;
    width: 70px;
}.course_program_description p {
    font-weight: 400;
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.course_program_description .img_box {
    height: 100%;
    min-height: 500px;
    transition: all 0.5s ease;
    position: relative;
}.course_program_description .img_box::before {
    background: linear-gradient(
    135deg,
    rgb(160,202,217,0.5) 0%,
    transparent 60%
  );
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.course_program_description .img_box::after {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    right: 30px;
    content: "";
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    top: 30px;
    z-index: 2;
    animation: pulseCircle 3s infinite;
    border-radius: 50%;
    position: absolute;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course_program_description {
    padding: 90px 0;
}.course_program_description .career_path {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course_program_description .path_impact {
    grid-template-columns: 1fr;
}.course_program_description .img_box {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
    order: -1;
}.course_program_description .career_path {
    padding: 40px;
}.course_program_description .career_path::before,
  .course_program_description .career_path::after {
    display: none;
}.course_program_description .nav_site {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course_program_description {
    padding: 70px 0;
}.course_program_description .career_path {
    padding: 30px;
}.course_program_description h3 {
    font-size: calc(32px - 4px);
}.course_program_description .img_box {
    min-height: 350px;
}.course_program_description .nav_site {
    padding: 12px;
}.course_program_description .nav_site svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course_program_description {
    padding: 50px 0;
}.course_program_description .container {
    padding: 0 20px;
}.course_program_description .path_impact {
    border-radius: 10px;
}.course_program_description .career_path {
    padding: 25px 20px;
}.course_program_description h3 {
    margin-bottom: 20px;
    font-size: calc(32px - 6px);
}.course_program_description p {
    font-size: calc(15px - 1px);
}.course_program_description .nav_site {
    margin-bottom: 20px;
    padding: 10px;
}.course_program_description .nav_site svg {
    max-width: 100px;
}.course_program_description .img_box {
    min-height: 280px;
}.course_program_description .img_box::after {
    top: 20px;
    right: 20px;
    height: 15px;
    width: 15px;
}}header {
    background: rgb(205,230,237);
    z-index: 100;
    padding: 0;
    width: 100%;
    position: relative;
}header::before {
    height: 100%;
    z-index: 0;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(160,202,217,0.5) 0%, 
        transparent 60%, 
        rgb(112,172,194,0.5) 100%);
    position: absolute;
}header .container {
    position: relative;
    padding: 0;
    max-width: 100%;
    z-index: 1;
    margin: 0;
    width: 100%;
}header .top_lead {
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .head_expert {
    padding: 0.6rem;
    position: relative;
    display: flex;
    margin-right: 1rem;
    text-decoration: none;
    align-items: center;
}header .head_expert::after {
    bottom: 0;
    height: 2px;
    width: 100%;
    content: '';
    transform: scaleX(0.7);
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(to right, rgb(160,202,217), rgb(112,172,194));
}header .head_expert:hover::after {
    transform: scaleX(1);
}header .head_expert svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .head_expert:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header_bar {
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 0.5rem;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
}header .top_prime {
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.4rem 0.7rem;
    font-size: 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}header .top_prime::after {
    width: 100%;
    content: '';
    height: 2px;
    transition: transform 0.3s ease;
    transform-origin: left;
    background: linear-gradient(to right, rgb(160,202,217), rgb(112,172,194));
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    position: absolute;
}header .top_prime:hover {
    color: rgb(160,202,217);
    background: rgba(255, 255, 255, 0.7);
}header .top_prime:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .top_lead {
    padding: 0.7rem 2.5%;
}header .head_expert svg {
    width: 130px;
}header .header_bar {
    gap: 0.35rem;
    padding: 0.4rem;
}header .top_prime {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 767px) {header .top_lead {
    padding: 0.7rem 2%;
    justify-content: center;
}header .head_expert {
    margin: 0 0 0.6rem 0;
}header .head_expert svg {
    width: 120px;
}header .header_bar {
    justify-content: center;
    width: 100%;
}header .top_prime {
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 2px);
}
}

@media (max-width: 480px) {header .top_lead {
    padding: 0.6rem 1.5%;
}header .head_expert svg {
    width: 110px;
}header .header_bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .header_bar::-webkit-scrollbar {
    height: 2px;
}header .header_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(160,202,217);
}header .top_prime {
    white-space: nowrap;
    flex-shrink: 0;
}}.cookie_window_dialog {
    position: fixed;
    border-top: 2px solid rgb(160,202,217);
    bottom: 0;
    background: rgb(205,230,237);
    z-index: 90;
    width: 100%;
}#cookie_info_banner {
    display: none;
}#cookie_info_banner:checked ~ .cookie_window_dialog {
    visibility: hidden;
    opacity: 0;
}.data_opt {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookie_window_dialog h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_window_dialog p {
    font-size: 18px;
}.cookie_comply {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_comply svg, .cookie_comply svg path, .cookie_comply img {
    width: 100px;
    height: 100px;
    fill: rgb(160,202,217);
}.cookie_tips {
    font-size: 24px;
    text-align: center;
    min-width: 120px;
    color: rgb(160,202,217);
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    border-bottom: 2px solid rgb(160,202,217);
    line-height: 35px;
    margin-left: 10px;
    white-space: nowrap;
}.cookie_window_dialog p a {
    text-decoration: none;
    color: rgb(160,202,217);
}
@media only screen and (max-width: 1200px) {.cookie_window_dialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_comply {
    display: none;
}.data_opt {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_window_dialog h5 {
    text-align: center;
}.cookie_window_dialog p {
    text-align: center;
}.web_tracking {
    margin-bottom: 20px;
}body .wrapper-capsule .cookie_tips {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-capsule .cookie_window_dialog {
    box-shadow: rgb(112,172,194,0.5) 0px 0px 10px 10px;
    background: rgb(160,202,217);
}.wrapper-capsule .data_opt {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-capsule .cookie_tips {
    background: #ffffff;
    border: none;
    color: rgb(160,202,217);
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
}.wrapper-capsule .web_tracking {
    color: #ffffff;
    text-align: left;
}.wrapper-capsule .web_tracking h5 {
    font-weight: 700;
}.wrapper-capsule .web_tracking h5, .wrapper-capsule .web_tracking p {
    color: #ffffff;
}.wrapper-capsule .cookie_window_dialog p a {
    text-decoration: underline;
    color: rgb(112,172,194);
}