﻿.viewport-container_83409 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1194px;
}

header::before {
    content: '';
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    top: 2px;
    left: 2px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
}

header .header_top_67328:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .top_edu_69782 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .head_bar_06218 a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    display: flex;
    padding: 0 1.2rem;
    font-size: 17px;
    position: relative;
    border: 1px solid transparent;
    text-decoration: none;
    justify-content: center;
    overflow: hidden;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    height: 40px;
    color: #ffffff;
    align-items: center;
}

header .head_sitewrap_57630 {
    background: rgb(201,231,219);
    margin-top: -15px;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

.about_this_53926 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(201,231,219) 0%, #ffffff 100%);
}

.about_this_53926 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.about_this_53926 h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 41px;
    text-align: center;
    margin-bottom: 80px;
}

.about_this_53926 h2::after {
    transform: translateX(-50%);
    content: "";
    width: 30px;
    border-radius: 4px;
    animation: slideAcross 3s infinite;
    height: 4px;
    background: rgb(106,174,157);
    position: absolute;
    left: 50%;
    bottom: -20px;
}

.about_this_53926 .knowledge_track_05726::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 6px;
    width: 100%;
    transition: all 0.4s ease;
}

.about_this_53926 .knowledge_track_05726::after {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
}

.about_this_53926 .knowledge_track_05726:hover h3::after {
    width: 80px;
}

.about_this_53926 .knowledge_track_05726:nth-child(1) {
    transform: translateY(20px);
}

.about_this_53926 .knowledge_track_05726:nth-child(1)::after {
    content: "";
    background: rgb(154,202,186,0.5);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    z-index: 1;
    bottom: 20px;
    position: absolute;
    opacity: 0.1;
    right: 20px;
}

.about_this_53926 .container::after {
    animation: morphShape 15s linear infinite alternate-reverse;
    left: -150px;
    border-radius: 70% 30% 40% 60% / 60% 40% 50% 40%;
    background: rgb(106,174,157);
    bottom: -150px;
}

.thxWrap_42536 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.thxWrap_42536 .learn_identity_97461 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(154,202,186,0.5), 0.05),
        0 0 0 1px rgba(rgb(154,202,186,0.5), 0.08);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    display: grid;
    position: relative;
}

.thxWrap_42536 a {
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: block;
}

.thxWrap_42536 a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}

.thxWrap_42536 a:hover p {
    color: #000000;
}

.study_process_31564 {
    padding: 120px 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: linear-gradient(135deg, rgb(201,231,219) 0%, rgb(154,202,186,0.5) 100%);
}

.study_process_31564::after {
    pointer-events: none;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(106,174,157,0.5) 49.5%, rgb(106,174,157,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(106,174,157,0.5) 49.5%, rgb(106,174,157,0.5) 50.5%, transparent 50.5%);
    content: "";
    opacity: 0.05;
    top: 0;
    left: 0;
    animation: backgroundShift 60s linear infinite;
    background-size: 60px 60px;
    height: 100%;
}

.study_process_31564 .learn_identity_97461 > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateZ(30px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08);
    border-left-width: 8px;
}

.study_process_31564 h3::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(154,202,186) 0%, rgb(106,174,157) 100%);
    transform: scaleX(0.7);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    content: "";
    left: 0;
}

.study_process_31564 .learn_identity_97461 > div:hover p {
    transform: translateZ(10px);
}

.mentorship_experience_15267 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(201,231,219) 0%, #ffffff 100%);
    overflow: hidden;
}

.mentorship_experience_15267 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}

.mentorship_experience_15267 .feedback_panel_83091:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0);
}

.mentorship_experience_15267 .feedback_panel_83091 > div:nth-child(3) {
    order: 3;
}

.mentorship_experience_15267 .feedback_panel_83091:hover .image_grid_10382 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateZ(30px);
}

.mentorship_experience_15267 .name {
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(15px);
    font-size: calc(19px * 1.1);
    font-weight: 700;
}

.mentorship_experience_15267 .job_block_41807 {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
    margin: 0;
    transition: transform 0.4s ease;
    transform: translateZ(5px);
    font-size: 13px;
    color: #000000;
}

.program_details_82704 {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    position: relative;
    overflow: hidden;
    background: rgb(201,231,219);
    padding: 120px 0;
}

.program_details_82704 .metadata_block_80623 {
    flex-direction: column;
    padding: 35px;
    position: relative;
    backdrop-filter: blur(8px);
    width: 100%;
    border-radius: 11px;
    transform: translateZ(0);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    gap: 30px;
    animation: floatPanel 8s ease-in-out infinite;
}

.program_details_82704 .metadata_block_80623 .description:first-of-type {
    border-left-color: rgb(154,202,186);
}

.program_details_82704 .metadata_block_80623 .description:last-of-type {
    border-left-color: rgb(106,174,157);
    margin-bottom: 0;
}

.program_details_82704 .metadata_block_80623 .description::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
}

.get_in_touch_84072 {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(201,231,219) 0%, rgb(106,174,157,0.5) 100%);
}

.get_in_touch_84072::after {
    left: 0;
    position: absolute;
    background: 
        radial-gradient(1px at 30% 20%, rgb(154,202,186,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(106,174,157,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(154,202,186,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(106,174,157,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.4;
    z-index: 0;
    content: '';
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    height: 100%;
}

.get_in_touch_84072 .query_section_69745 {
    transition: transform 0.5s ease;
    position: relative;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(154,202,186,0.5) inset;
    display: grid;
    backdrop-filter: blur(10px);
    border-radius: 11px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1.5fr 1fr;
}

.get_in_touch_84072 .query_support_41583::before {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(154,202,186), 
        rgb(106,174,157));
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

.get_in_touch_84072 .query_support_41583 h3::before {
    display: none;
}

.get_in_touch_84072 .query_support_41583 h3::after {
    left: 0;
    height: 2px;
    background: rgb(154,202,186);
    width: 50px;
    transform: none;
}

.get_in_touch_84072 .query_support_41583 input[type="text"]:focus::placeholder,
.get_in_touch_84072 .query_support_41583 textarea:focus::placeholder {
    opacity: 0.3;
}

.get_in_touch_84072 .query_support_41583 textarea {
    overflow: hidden;
    resize: vertical;
    min-height: 150px;
    transition: height 0.3s ease;
}

.get_in_touch_84072 .query_support_41583 .query_info_03714 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get_in_touch_84072 .query_support_41583 .query_info_03714 label::before {
    transition: all 0.3s ease;
    background-color: transparent;
    content: '';
    left: 0;
    position: absolute;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 25px;
    top: 0;
}

.get_in_touch_84072 .query_support_41583 .query_info_03714 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

.get_in_touch_84072 .query_support_41583 .request_block_28095 {
    display: inline-block;
    cursor: pointer;
    color: #000000;
    overflow: hidden;
    letter-spacing: 2px;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgb(154,202,186);
    z-index: 1;
    text-transform: uppercase;
    padding: 18px 40px;
    position: relative;
}

.get_in_touch_84072 .connect_widget_14025 h4 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.get_in_touch_84072 .connect_widget_14025 h4::after {
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    background: #ffffff;
    content: '';
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li {
    transition: transform 0.3s ease;
    padding: 15px 0;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li::after {
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li a::before {
    bottom: -2px;
    content: '';
    left: 0;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    transform-origin: right;
    transition: transform 0.3s ease;
    background: #ffffff;
    position: absolute;
}

.pricing_grid_48265::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(106,174,157,0.5), 0.05) 0%, rgba(rgb(154,202,186,0.5), 0.08) 100%);
    height: 100%;
    z-index: 0;
}

.pricing_grid_48265 .deal_board_48015 h2::after {
    width: 80px;
    content: "";
    border-radius: 2px;
    height: 4px;
    background: linear-gradient(90deg, rgb(106,174,157), rgb(154,202,186));
    bottom: -10px;
    left: 0;
    position: absolute;
}

.pricing_grid_48265 .study_cost_60354:nth-child(1) {
    --i: 1;
}

.pricing_grid_48265 .study_cost_60354:nth-child(2) {
    --i: 2;
}

.pricing_grid_48265 .study_cost_60354:nth-child(4) {
    --i: 4;
}

.pricing_grid_48265 .study_cost_60354:hover .rate_panel_95063 {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(154,202,186,0.5), 0.1);
}

.pricing_grid_48265 .payment_scheme_78340 {
    font-size: calc(22px + 4px);
    font-weight: 700;
    color: rgb(106,174,157);
    transition: all 0.3s ease;
    display: block;
    position: relative;
    margin: 20px 0;
}

.pricing_grid_48265 .price_deals_01257 p {
    word-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    hyphens: auto;
    white-space: normal;
    word-break: normal;
    transition: color 0.3s ease;
    font-size: 18px;
    margin-top: 15px;
    overflow-wrap: break-word;
}

.pricing_grid_48265 .study_cost_60354:hover .image_grid_10382::after {
    opacity: 0.3;
}

.privacy_repository_45931::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(106,174,157,0.5), 0.04) 0%,
        rgba(rgb(106,174,157,0.5), 0.01) 100%);
    height: 100%;
}

.privacy_repository_45931 h1 {
    color: #000000;
    font-size: 39px;
    margin-bottom: 1.5rem;
    transform: translateX(-0.5rem);
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
}

.privacy_repository_45931 h2 {
    font-size: 36px;
    position: relative;
    margin: 2.5rem 0 1rem;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.privacy_repository_45931 h3 {
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(36px * 0.85);
}

.privacy_repository_45931 h4 {
    display: inline-block;
    font-size: calc(36px * 0.7);
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem;
    position: relative;
}

.privacy_repository_45931 p strong {
    padding-right: 0.5rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.privacy_repository_45931 ul::before {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom,
        rgba(rgb(106,174,157,0.5), 0.1),
        rgba(rgb(106,174,157,0.5), 0.4),
        rgba(rgb(106,174,157,0.5), 0.1));
    left: 0;
    width: 1px;
    position: absolute;
    top: 0;
}

.title_opener_28910::before {
    background: radial-gradient(circle at 70% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
                repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03) 0px, rgba(94, 170, 168, 0.03) 1px, 
                transparent 1px, transparent 10px);
    right: 0;
    pointer-events: none;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.title_opener_28910 .metadata_block_80623:hover h1::after {
    transform: scaleX(1);
}

.title_opener_28910 .start_top_95480 {
    position: relative;
    gap: 25px;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.title_opener_28910 .metadata_block_80623:hover .start_top_95480 svg {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 6px 12px rgba(94, 170, 168, 0.25));
}

.title_opener_28910 .metadata_block_80623:hover .start_top_95480 svg path,
.title_opener_28910 .metadata_block_80623:hover .start_top_95480 svg text {
    fill: rgb(154,202,186);
}

.title_opener_28910 .metadata_block_80623:hover .start_top_95480 p {
    transform: translateX(5px);
}

.title_opener_28910 ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
}

.title_opener_28910 .request_block_28095::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(106,174,157) 0%, rgb(154,202,186) 100%);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: -100%;
    content: "";
    z-index: -1;
}

.title_opener_28910 .image_grid_10382::after {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent 30%, transparent 60%, rgba(0, 0, 0, 0.3));
    left: 0;
    transition: opacity 0.6s ease;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
}

.modalCookieSettings_19672 {
    justify-content: center;
    bottom: 0;
    background: rgb(201,231,219);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 90;
    padding: 1rem 0;
    border-top: 3px solid rgb(154,202,186);
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.track_optin_25709 p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.consent_comply_25896 {
    background: rgb(154,202,186);
}

.consent_panel_15692:hover {
    transform: translateY(-3px);
    background: #000000;
}

.modalCookieSettings_19672 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(154,202,186);
}

footer .webinar_arch_12083 {
    padding: 250px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background:rgb(106,174,157);
}

footer .info_item {
    flex: 1 1 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
}

footer .header_top_67328 {
    padding: 0 25px;
    position: relative;
}

footer .donate_btn_28130 {
    font-size: 13px;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

footer .top_class_15368 {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}

footer .top_class_15368 a {
    transition: all 0.3s ease;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    margin: 5px 8px 5px 0;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"] {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    border-radius: 10px;
    color: rgb(106,174,157);
    transition: all 0.3s ease;
    border: none;
}

footer .news_signup_29173 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    background-color: rgb(154,202,186);
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
}

footer .twitter_cta_49172 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.potential_enrollees_37920::after {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(154,202,186,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(106,174,157,0.5), 0.1) 0%, transparent 40%);
    animation: cloudMove 25s infinite alternate ease-in-out;
    content: "";
    z-index: -1;
    left: 0;
}

.potential_enrollees_37920 ul {
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    width: 100%;
    padding: 0;
}

.potential_enrollees_37920 li::before {
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    left: 0;
    height: 100%;
}

.potential_enrollees_37920 li svg {
    opacity: 0.9;
    margin-bottom: 1.5rem;
    width: 50px;
    height: 50px;
    fill: rgb(106,174,157);
    transition: all 0.5s ease;
}

.potential_enrollees_37920 li svg path {
    transition: fill 0.5s ease;
    fill: rgb(106,174,157);
}

.client_comments_48621 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(201,231,219) 0%, #ffffff 70%);
    position: relative;
}

.client_comments_48621 {
    padding: 70px 0;
}

.client_comments_48621 h4 {
    text-align: center;
    font-size: 46px;
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

.client_comments_48621 h4 {
    margin-bottom: 50px;
    font-size: calc(46px * 0.7);
}

.client_comments_48621 .feedback_panel_83091 {
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: #ffffff;
    width: 48%;
    padding: 30px;
    border-radius: 21px;
    z-index: 2;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.client_comments_48621 .feedback_panel_83091 {
    align-self: flex-start !important;
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-bottom: 30px;
    transform: translateY(0) !important;
}

.client_comments_48621 .feedback_panel_83091:nth-child(odd)::before {
    right: -50px;
    transform: translateY(-50%);
}

.client_comments_48621 .feedback_panel_83091:nth-child(odd)::after {
    right: -30px;
}

.client_comments_48621 .feedback_panel_83091:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    z-index: 4;
}

.client_comments_48621 .feedback_panel_83091:hover {
    transform: scale(1.03) !important;
}

.client_comments_48621 .feedback_panel_83091:hover .image_grid_10382 {
    border-radius: 50%;
    transform: scale(1.1);
}

.client_comments_48621 .feedback_panel_83091 span {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 21px;
}

.client_comments_48621 .feedback_panel_83091 span {
    font-size: calc(21px * 0.9);
}

.client_comments_48621 .feedback_panel_83091:hover p {
    color: #000000;
}

.client_comments_48621 .feedback_panel_83091:nth-child(n)::before {
    right: auto;
    left: -50px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .main_nav_39014 {
    padding: 0.8rem 1.5rem;
}header .header_top_67328 {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top_edu_69782 img {
    max-height: 35px;
}header .nav_sitewrap_15769 {
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .nav_sitewrap_15769::-webkit-scrollbar {
    height: 3px;
}header .nav_sitewrap_15769::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head_bar_06218 {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .head_bar_06218 a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
    font-size: calc(17px - 2px);
}header .head_bar_06218::after {
    display: none;
}header::after {
    height: 5px;
    right: 10px;
    top: 10px;
    width: 5px;
}.head_sitewrap_57630 {
    margin-top: -5px;
}
}



@media (max-width: 480px) {.thxWrap_42536 {
    padding: 3rem 0;
}.thxWrap_42536 .learn_identity_97461 {
    gap: 1.5rem;
    padding: 1.5rem;
}.thxWrap_42536 .learn_identity_97461 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.thxWrap_42536 h5 {
    font-size: calc(24px * 0.85);
}.thxWrap_42536 p {
    font-size: calc(14px * 0.9);
}.thxWrap_42536 .learn_identity_97461 > div:last-child {
    padding-left: 0.75rem;
}}



@media (prefers-reduced-motion: reduce) {.study_process_31564::after {
    animation: none;
}.study_process_31564 .learn_identity_97461,
    .study_process_31564 .learn_identity_97461 > div,
    .study_process_31564 h3,
    .study_process_31564 p,
    .study_process_31564 p span {
    transform: none !important;
    transition: none;
}}



@media (max-width: 767px) {.mentorship_experience_15267 {
    padding: 80px 0;
}.mentorship_experience_15267 .feedback_panel_83091 {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.mentorship_experience_15267 .image_grid_10382 {
    margin-bottom: 1.5rem;
}.mentorship_experience_15267 .name {
    margin-bottom: 0.5rem;
}.mentorship_experience_15267 .job_block_41807 {
    padding-left: 1rem;
}
}



@media (max-width: 480px) {.mentorship_experience_15267 {
    padding: 60px 0;
}.mentorship_experience_15267 .feedback_panel_83091 {
    padding: 1.5rem;
    gap: 1.5rem;
}.mentorship_experience_15267 .image_grid_10382 {
    padding-bottom: 75%;
}.mentorship_experience_15267 .name {
    font-size: calc(19px * 0.95);
}.mentorship_experience_15267 .feedback_panel_83091 > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.mentorship_experience_15267 .job_block_41807 {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 480px) {.program_details_82704 {
    padding: 40px 0;
}.program_details_82704 .metadata_block_80623 {
    gap: 15px;
    padding: 20px;
}.program_details_82704 .metadata_block_80623 h2 {
    letter-spacing: 1px;
    padding: 8px 12px;
    font-size: calc(36px * 0.7);
}.program_details_82704 .metadata_block_80623 .description {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.program_details_82704 .image_grid_10382 {
    min-height: 280px;
}}



@media (max-width: 992px) {.get_in_touch_84072 {
    padding: 80px 0;
}.get_in_touch_84072 .container {
    padding: 0 20px;
}.get_in_touch_84072 .query_section_69745 {
    grid-template-columns: 1fr;
}.get_in_touch_84072 .query_support_41583,
    .get_in_touch_84072 .connect_widget_14025 {
    padding: 40px;
}
}



@media (min-width: 1200px) {.pricing_grid_48265 .pricing_deals_71650 {
    flex-direction: row-reverse;
}.pricing_grid_48265 .deal_board_48015 {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.pricing_grid_48265 .program_price_19046 {
    width: 70%;
}.pricing_grid_48265 .deal_board_48015 h2 {
    font-size: calc(37px + 4px);
}
}



@media (max-width: 767px) {.pricing_grid_48265 {
    padding: 60px 0;
}.pricing_grid_48265 .program_price_19046 {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_grid_48265 .price_deals_01257 {
    padding: 25px 20px;
}.pricing_grid_48265 .image_grid_10382 {
    height: 180px;
}.pricing_grid_48265 .deal_board_48015 h2 {
    font-size: calc(37px - 2px);
}.pricing_grid_48265 .bundle_rate_37908 {
    font-size: calc(18px - 1px);
}
}



@media (max-width: 768px) {.privacy_repository_45931 {
    padding: 2rem 0;
}.privacy_repository_45931 .container {
    margin: 0 1rem;
    padding: 1.5rem;
}.privacy_repository_45931 h1 {
    font-size: calc(39px * 0.8);
    padding-bottom: 0.8rem;
}.privacy_repository_45931 h1::after {
    width: 5rem;
}.privacy_repository_45931 h2 {
    font-size: calc(36px * 0.8);
    margin: 2rem 0 0.8rem;
}.privacy_repository_45931 h3 {
    font-size: calc(36px * 0.7);
}.privacy_repository_45931 h4 {
    font-size: calc(36px * 0.6);
}.privacy_repository_45931 p, 
    .privacy_repository_45931 span, 
    .privacy_repository_45931 li {
    font-size: calc(16px * 0.95);
}
}



@media (min-width: 992px) {.title_opener_28910 {
    padding: 120px 0;
}.title_opener_28910 .learn_identity_97461 {
    gap: 60px;
}.title_opener_28910 .metadata_block_80623 {
    padding: 0 40px 0 0;
}.title_opener_28910 .image_grid_10382 {
    height: 550px;
}.title_opener_28910 h1 {
    margin-bottom: 35px;
    font-size: calc(41px * 0.95);
}.title_opener_28910 .start_top_95480 {
    margin-bottom: 40px;
    gap: 35px;
}.title_opener_28910 .start_top_95480 p {
    font-size: calc(16px * 1.2);
}.title_opener_28910 .start_top_95480 svg {
    width: 120px;
    height: 120px;
}.title_opener_28910 .request_block_28095 {
    padding: 16px 36px;
}
}



@media (min-width: 768px) {footer .webinar_arch_12083 {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_signup_29173 {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav_sitewrap_15769, footer .subscribe_holder, footer .header_top_67328 {
    padding: 20px;
}footer .blog_ref_86375 {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.potential_enrollees_37920 {
    padding: 4rem 0;
}.potential_enrollees_37920 .learn_identity_97461 {
    padding: 0 1.5rem;
}.potential_enrollees_37920 h3 {
    margin-bottom: 3rem;
    font-size: calc(39px * 0.8);
}.potential_enrollees_37920 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_enrollees_37920 li {
    padding: 1.5rem;
}.potential_enrollees_37920 li svg {
    margin-bottom: 1.2rem;
    height: 45px;
    width: 45px;
}
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}



@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 50% 30% 40%;
    }
    100% {
        border-radius: 35% 65% 60% 40% / 50% 45% 55% 45%;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(154,202,186,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(154,202,186);
    }
}



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(154,202,186,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(154,202,186);
    }
}



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



@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

