* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.footer_milestones_12349 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.top_primary_03627 {
    flex: 1 0 auto;
}.wrapper-template_46871 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1220px;
    margin: auto;
    max-width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.info_hub_72145 {
    background: rgb(214,204,219);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.info_hub_72145::before {
    position: absolute;
    width: 100%;
    content: '';
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(195,166,201,0.5) 0%, transparent 100%);
}.info_hub_72145::after {
    background: radial-gradient(circle at 30% 70%, rgb(172,106,185,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.info_hub_72145 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.info_hub_72145 .contact_section_96253 {
    flex-direction: column;
    border: 1px solid rgb(172,106,185,0.5);
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 16px;
    overflow: hidden;
    align-items: stretch;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}.info_hub_72145 .contact_section_96253:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.info_hub_72145 .talk_experts_30546 {
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(195,166,201);
    font-size: 33px;
    margin-bottom: 30px;
    position: relative;
}.info_hub_72145 .photo_grid_32895 {
    transition: transform 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 16px;
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}.info_hub_72145 .photo_grid_32895::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: '';
    left: 0;
    z-index: 1;
}.info_hub_72145 .photo_grid_32895::after {
    z-index: 2;
    left: -50%;
    width: 200%;
    position: absolute;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: -50%;
    content: '';
    animation: shine 6s infinite linear;
    transform: rotate(30deg);
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.info_hub_72145 .connect_experts_72849 {
    background: rgb(214,204,219);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgb(172,106,185,0.5);
    position: relative;
}.info_hub_72145 .connect_experts_72849::before {
    border-radius: 16px;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(195,166,201,0.5) 0%, transparent 100%);
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.05;
}.info_hub_72145 .connect_experts_72849 p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.info_hub_72145 .connect_experts_72849 p::before {
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(195,166,201,0.5);
    left: -3px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    height: 24px;
    align-items: center;
    justify-content: center;
    content: '';
    width: 24px;
    top: 0px;
}.info_hub_72145 .connect_experts_72849 p:hover::before {
    transform: scale(1.2);
    background-color: rgb(195,166,201);
}.info_hub_72145 .connect_experts_72849 p span {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}.info_hub_72145 .connect_experts_72849 p span::after {
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    background: rgb(195,166,201);
    position: absolute;
    content: '';
    height: 1px;
}.info_hub_72145 .connect_experts_72849 p:hover span::after {
    width: 100%;
}.info_hub_72145 .connect_experts_72849 p span a {
    transition: color 0.3s ease;
    color: rgb(172,106,185);
    text-decoration: none;
}.info_hub_72145 .connect_experts_72849 p span a:hover {
    color: rgb(195,166,201);
}.info_hub_72145 .connect_experts_72849 p svg {
    height: 18px;
    width: 18px;
    top: 3px;
    fill: rgb(195,166,201);
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, fill 0.3s ease;
}.info_hub_72145 .connect_experts_72849 p:hover svg {
    fill: rgb(172,106,185);
    transform: scale(1.2);
}.info_hub_72145 .connect_experts_72849 p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.info_hub_72145 .talk_now_32170 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(172,106,185,0.5);
}.info_hub_72145 .info_request_35687 {
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(195,166,201);
}.info_hub_72145 .info_request_35687::before {
    left: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(195,166,201,0.5);
    top: 50%;
    content: '';
}.info_hub_72145 .info_request_35687:hover::before {
    transform: translateY(-50%) scale(1.2);
}.info_hub_72145 .info_request_35687 svg {
    transform: translateY(-50%);
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 0;
    height: 20px;
    width: 20px;
    top: 50%;
    fill: rgb(195,166,201);
}.info_hub_72145 .info_request_35687:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(172,106,185);
}.info_hub_72145 .info_request_35687 svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.info_hub_72145 .learn_help_19754 {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.info_hub_72145 .contact_team_03415 {
    color: #000000;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(172,106,185,0.5);
    font-size: 14px;
    overflow: hidden;
}.info_hub_72145 .contact_team_03415::before {
    position: absolute;
    background: rgb(195,166,201);
    top: 0;
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
    content: '';
    width: 4px;
}.info_hub_72145 .contact_team_03415:hover {
    background: rgb(172,106,185);
    transform: translateX(5px);
}.info_hub_72145 .contact_team_03415:hover::before {
    width: 8px;
}.info_hub_72145 .contact_team_03415 svg {
    width: 14px;
    fill: rgb(195,166,201);
    transition: transform 0.3s ease, fill 0.3s ease;
    vertical-align: middle;
    margin-right: 5px;
    height: 14px;
}.info_hub_72145 .contact_team_03415:hover svg {
    fill: #ffffff;
    transform: rotate(15deg);
}.info_hub_72145 .contact_team_03415 svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.info_hub_72145 .container::before {
    background-size: 15px 15px;
    background-image: linear-gradient(
        45deg,
        rgb(172,106,185,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(172,106,185,0.5) 50%,
        rgb(172,106,185,0.5) 75%,
        transparent 75%,
        transparent
    );
    right: -100px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
    top: -100px;
    position: absolute;
    animation: pulse 10s infinite linear;
    width: 300px;
    content: '';
    height: 300px;
}.info_hub_72145 .container::after {
    content: '';
    left: -50px;
    opacity: 0.1;
    bottom: -50px;
    width: 200px;
    z-index: -1;
    position: absolute;
    background-image: linear-gradient(
        45deg,
        rgb(195,166,201,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(195,166,201,0.5) 50%,
        rgb(195,166,201,0.5) 75%,
        transparent 75%,
        transparent
    );
    animation: pulse 15s infinite linear;
    height: 200px;
    border-radius: 50%;
    background-size: 10px 10px;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.info_hub_72145 .contact_section_96253 {
    gap: 40px;
    flex-direction: row;
}.info_hub_72145 .photo_grid_32895 {
    height: 350px;
    flex: 0 0 350px;
    margin-bottom: 0;
}.info_hub_72145 .connect_experts_72849 {
    flex: 1;
}.info_hub_72145 .learn_help_19754 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.info_hub_72145 {
    padding: 60px 0;
}.info_hub_72145 .contact_section_96253 {
    padding: 30px;
}.info_hub_72145 .talk_experts_30546 {
    font-size: 24px;
    margin-bottom: 25px;
}.info_hub_72145 .photo_grid_32895 {
    height: 240px;
}.info_hub_72145 .connect_experts_72849 {
    padding: 25px;
}.info_hub_72145 .learn_help_19754 {
    grid-template-columns: repeat(2, 1fr);
}.info_hub_72145 .connect_experts_72849 p svg {
    width: 16px;
    height: 16px;
}.info_hub_72145 .info_request_35687 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 767px) {.info_hub_72145 {
    padding: 40px 0;
}.info_hub_72145 .contact_section_96253 {
    padding: 20px;
}.info_hub_72145 .talk_experts_30546 {
    font-size: 18px;
    margin-bottom: 20px;
}.info_hub_72145 .photo_grid_32895 {
    height: 200px;
}.info_hub_72145 .connect_experts_72849 {
    padding: 20px;
}.info_hub_72145 .connect_experts_72849 p {
    font-size: 14px;
    margin-bottom: 15px;
}.info_hub_72145 .info_request_35687 {
    font-size: 18px;
}.info_hub_72145 .learn_help_19754 {
    grid-template-columns: 1fr;
}.info_hub_72145 .connect_experts_72849 p svg {
    height: 15px;
    top: 4px;
    width: 15px;
}.info_hub_72145 .info_request_35687 svg {
    height: 16px;
    width: 16px;
}.info_hub_72145 .contact_team_03415 svg {
    width: 12px;
    height: 12px;
}}header .top_plank {
    background: rgb(195,166,201);
    color:  #ffffff;
}header .top_plank .learn_learning_82401 div svg, header .top_plank .learn_learning_82401 div svg path {
    fill: #ffffff;
}header .top_plank .learn_learning_82401 div span {
    color: #ffffff;
}header .top_plank .learn_learning_82401 {
    font-size: 13px;
    padding: 15px 0 10px 0;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
}header .top_plank .learn_learning_82401 div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .learn_learning_82401 div img, header .top_plank .learn_learning_82401 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.instructor_profile_18690 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgb(172,106,185,0.5) 100%);
    position: relative;
    overflow: hidden;
}.instructor_profile_18690::before {
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(172,106,185,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(172,106,185,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(172,106,185,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(172,106,185,0.5) 4%, transparent 4.5%);
    opacity: 0.3;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
}.instructor_profile_18690 .container {
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.instructor_profile_18690 .opinion_showcase_95614 {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    display: grid;
    backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
}.instructor_profile_18690 .opinion_showcase_95614:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.instructor_profile_18690 .opinion_showcase_95614 > div:first-child {
    justify-self: center;
    position: relative;
}.instructor_profile_18690 .photo_grid_32895 {
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    height: 150px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 150px;
}.instructor_profile_18690 .photo_grid_32895::before {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.6;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgb(195,166,201,0.5) 100%);
    height: 100%;
    transition: opacity 0.4s ease;
}.instructor_profile_18690 .opinion_showcase_95614:hover .photo_grid_32895 {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}.instructor_profile_18690 .opinion_showcase_95614:hover .photo_grid_32895::before {
    opacity: 0.8;
}.instructor_profile_18690 .opinion_showcase_95614 > div:nth-child(2) {
    text-align: center;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}.instructor_profile_18690 .name {
    position: relative;
    margin: 0 0 0.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: calc(20px * 1.1);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.instructor_profile_18690 .name::after {
    content: "";
    width: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    bottom: -4px;
    background: rgb(195,166,201);
    position: absolute;
    height: 2px;
}.instructor_profile_18690 .opinion_showcase_95614:hover .name::after {
    width: 100%;
}.instructor_profile_18690 .opinion_showcase_95614 > div:nth-child(2) > div {
    letter-spacing: 0.03em;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 0.35rem 1rem;
    margin-top: 0.25rem;
    font-weight: 600;
    font-size: calc(12px * 0.95);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    color: rgb(172,106,185);
    background: linear-gradient(to right, rgba(rgb(172,106,185,0.5), 0.1), transparent);
    transform: translateY(0);
}.instructor_profile_18690 .opinion_showcase_95614:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.instructor_profile_18690 .career_explore_08672 {
    margin: 0;
    position: relative;
    text-align: justify;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    line-height: 1.7;
    transition: all 0.3s ease;
    font-size: 12px;
}.instructor_profile_18690 .career_explore_08672::before {
    position: absolute;
    font-size: 4rem;
    transition: all 0.4s ease;
    left: -10px;
    color: rgb(195,166,201,0.5);
    content: "";
    opacity: 0.2;
    top: -25px;
}.instructor_profile_18690 .career_explore_08672::after {
    color: rgb(195,166,201,0.5);
    transition: all 0.4s ease;
    opacity: 0.2;
    position: absolute;
    right: -10px;
    font-size: 4rem;
    content: "";
    bottom: -50px;
}.instructor_profile_18690 .opinion_showcase_95614:hover .career_explore_08672::before,
.instructor_profile_18690 .opinion_showcase_95614:hover .career_explore_08672::after {
    opacity: 0.4;
    transform: scale(1.1);
}

@media (min-width: 768px) {.instructor_profile_18690 {
    padding: 6rem 0;
}.instructor_profile_18690 .opinion_showcase_95614 {
    gap: 2.5rem;
    grid-template-columns: auto 1fr 2fr;
    padding: 3rem;
    align-items: start;
}.instructor_profile_18690 .opinion_showcase_95614 > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.instructor_profile_18690 .photo_grid_32895 {
    height: 180px;
    width: 180px;
}.instructor_profile_18690 .career_explore_08672 {
    padding: 0 1rem 0 0;
}.instructor_profile_18690 .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.instructor_profile_18690 .opinion_showcase_95614 {
    margin: 0 3rem;
}.instructor_profile_18690 .photo_grid_32895 {
    height: 220px;
    width: 220px;
}.instructor_profile_18690 .name {
    font-size: calc(20px * 1.2);
}.instructor_profile_18690 .opinion_showcase_95614 > div:nth-child(2) > div {
    font-size: 12px;
}.instructor_profile_18690 .career_explore_08672 {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.instructor_profile_18690 .opinion_showcase_95614 {
    text-align: center;
    padding: 2rem 1.5rem;
}.instructor_profile_18690 .career_explore_08672 {
    text-align: left;
}.instructor_profile_18690 .career_explore_08672::before {
    font-size: 3rem;
    top: -20px;
    left: 0;
}.instructor_profile_18690 .career_explore_08672::after {
    font-size: 3rem;
    bottom: -40px;
    right: 0;
}
}

@media (max-width: 480px) {.instructor_profile_18690 {
    padding: 3rem 0;
}.instructor_profile_18690 .container {
    padding: 0 1rem;
}.instructor_profile_18690 .photo_grid_32895 {
    height: 120px;
    width: 120px;
}.instructor_profile_18690 .name {
    font-size: 20px;
}.instructor_profile_18690 .opinion_showcase_95614 > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.instructor_profile_18690 .career_explore_08672 {
    font-size: calc(12px * 0.95);
    padding: 0;
    line-height: 1.6;
}}.our_background_36920 {
    padding: 120px 0 100px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.our_background_36920::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    top: 0;
}.our_background_36920::after {
    right: -100px;
    content: "";
    background: rgb(195,166,201);
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    opacity: 0.1;
    position: absolute;
    bottom: -100px;
}.our_background_36920 h4 {
    color: rgb(172,106,185);
    z-index: 2;
    transform: translateY(30px);
    position: relative;
    animation: slideUp 0.8s 0.2s forwards ease-out;
    font-size: calc(38px * 1.1);
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    font-weight: 700;
}.our_background_36920 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1140px;
}.our_background_36920 .text_display_61038 {
    opacity: 0;
    animation: slideIn 1s 0.5s forwards ease-out;
    border-left: 5px solid rgb(195,166,201);
    padding: 40px 50px;
    transform: translateX(-50px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}.our_background_36920 .text_display_61038::before {
    content: "";
    top: -15px;
    position: absolute;
    transform: rotate(45deg);
    height: 60px;
    background: rgb(172,106,185);
    left: 30px;
    width: 60px;
    opacity: 0.2;
    z-index: -1;
}.our_background_36920 .text_display_61038 h6 {
    position: relative;
    font-size: calc(23px * 1.1);
    color: #000000;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
}.our_background_36920 .text_display_61038 h6::after {
    transform-origin: left;
    bottom: -10px;
    left: 0;
    width: 50%;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    animation: expand 0.8s 1s forwards ease-out;
    background: rgb(195,166,201);
    content: "";
}.our_background_36920 .text_display_61038 div {
    overflow: hidden;
    position: relative;
}.our_background_36920 .text_display_61038 span {
    transform: translateY(20px);
    font-size: 12px;
    line-height: 1.8;
    column-count: 1;
    opacity: 0;
    text-align: justify;
    display: block;
    font-weight: 400;
    animation: fadeIn 1.2s 0.8s forwards ease-out;
    column-gap: 40px;
    color: #000000;
}

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

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

@keyframes expand {
  to {
    transform: scaleX(1);
  }
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {.our_background_36920 {
    padding: 150px 0 120px;
}.our_background_36920 h4 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.8);
}.our_background_36920 .text_display_61038 {
    width: calc(100% - 100px);
    margin-left: 50px;
    padding: 60px 70px;
}.our_background_36920 .text_display_61038 span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.our_background_36920 {
    padding: 180px 0 150px;
}.our_background_36920 .container {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}.our_background_36920 .text_display_61038 {
    padding: 70px 80px;
    width: 85%;
    animation: slideIn 1.2s 0.5s forwards ease-out;
    max-width: 1000px;
    transform: translateX(-150px);
    opacity: 0;
}.our_background_36920 .text_display_61038 h6 {
    font-size: 23px;
    margin-bottom: 30px;
}.our_background_36920 .text_display_61038 span {
    column-count: 2;
}
}

@media screen and (max-width: 767px) {.our_background_36920 {
    padding: 80px 0 60px;
}.our_background_36920 h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}.our_background_36920 .text_display_61038 {
    border-left-width: 3px;
    padding: 30px 25px;
}.our_background_36920 .text_display_61038 h6 {
    font-size: 18px;
    margin-bottom: 20px;
}.our_background_36920 .text_display_61038 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.our_background_36920 .text_display_61038:hover {
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.our_background_36920 .text_display_61038:hover h6::after {
    background: rgb(172,106,185);
    transition: background-color 0.3s ease;
}}.take_a_spin_10974 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    padding: 130px 0;
}.take_a_spin_10974::before {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    width: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(100px);
    z-index: -1;
    position: absolute;
    content: '';
}.take_a_spin_10974::after {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    z-index: -1;
}.take_a_spin_10974 .study_sessions_21786 {
    position: relative;
    display: flex;
    max-width: 800px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.06);
    padding: 80px 60px;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.take_a_spin_10974 .study_sessions_21786::before {
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    height: 100%;
    position: absolute;
}.take_a_spin_10974 .study_sessions_21786::after {
    height: 1px;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    bottom: 0;
}.take_a_spin_10974 .study_sessions_21786:hover {
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.take_a_spin_10974 h3 {
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    letter-spacing: 8px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    margin-bottom: 60px;
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.9;
}.take_a_spin_10974 h3::before {
    transform: translateX(-50%);
    bottom: -25px;
    width: 40px;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    position: absolute;
    left: 50%;
    content: '';
}.take_a_spin_10974 h3::after {
    bottom: -27px;
    position: absolute;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 6px;
    transform: translateX(-50%);
    left: 50%;
    background: #ffffff;
    content: '';
}.take_a_spin_10974 .contact_help_83260 {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    transition: all 0.4s ease;
    text-decoration: none;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.95);
    padding: 16px 50px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: rgb(195,166,201);
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
    font-size: 19px;
}.take_a_spin_10974 .contact_help_83260::before {
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgb(195,166,201),
        rgb(172,106,185)
    );
    transition: opacity 0.4s ease;
}.take_a_spin_10974 .contact_help_83260::after {
    z-index: -1;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    height: 0;
    transition: width 0.6s ease, height 0.6s ease;
    top: 50%;
    border-radius: 50%;
}.take_a_spin_10974 .contact_help_83260:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.take_a_spin_10974 .contact_help_83260:hover::before {
    opacity: 1;
}.take_a_spin_10974 .contact_help_83260:hover::after {
    width: 300px;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
    height: 300px;
    opacity: 0;
}

@media screen and (max-width: 992px) {.take_a_spin_10974 {
    padding: 110px 0;
}.take_a_spin_10974 .study_sessions_21786 {
    padding: 70px 50px;
    max-width: 85%;
}.take_a_spin_10974 h3 {
    margin-bottom: 55px;
    font-size: calc(33px * 0.9);
    letter-spacing: 6px;
}.take_a_spin_10974 .contact_help_83260 {
    padding: 14px 45px;
    font-size: calc(19px * 0.95);
    letter-spacing: 2.5px;
}
}

@media screen and (max-width: 768px) {.take_a_spin_10974 {
    padding: 90px 0;
}.take_a_spin_10974 .study_sessions_21786 {
    padding: 60px 40px;
}.take_a_spin_10974 h3 {
    font-size: calc(33px * 0.8);
    letter-spacing: 5px;
    margin-bottom: 50px;
}.take_a_spin_10974 h3::before {
    width: 35px;
    bottom: -20px;
}.take_a_spin_10974 h3::after {
    height: 5px;
    bottom: -22px;
    width: 5px;
}.take_a_spin_10974 .contact_help_83260 {
    font-size: calc(19px * 0.9);
    letter-spacing: 2px;
    padding: 12px 40px;
}
}

@media screen and (max-width: 576px) {.take_a_spin_10974 {
    padding: 70px 0;
}.take_a_spin_10974 .study_sessions_21786 {
    padding: 50px 30px;
}.take_a_spin_10974 h3 {
    margin-bottom: 45px;
    letter-spacing: 4px;
    font-size: calc(33px * 0.7);
}.take_a_spin_10974 h3::before {
    width: 30px;
    bottom: -15px;
}.take_a_spin_10974 h3::after {
    width: 4px;
    bottom: -17px;
    height: 4px;
}.take_a_spin_10974 .contact_help_83260 {
    padding: 10px 35px;
    font-size: calc(19px * 0.85);
    letter-spacing: 1.5px;
}}.title_opener_59173 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(214,204,219), rgb(172,106,185,0.5) 70%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.title_opener_59173::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background-size: 80px 80px;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    animation: backgroundShift 40s linear infinite;
    opacity: 0.5;
    z-index: 1;
    width: 100%;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

.title_opener_59173 .study_sessions_21786 {
    grid-template-columns: 1fr 1fr;
    min-height: 85vh;
    display: grid;
    margin: 0 auto;
    max-width: 1400px;
    height: 100%;
    z-index: 5;
    grid-gap: 2rem;
    position: relative;
    padding: 4rem 2rem;
}.title_opener_59173 h1 {
    position: relative;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    grid-column: 1 / -1;
    color: #000000;
    margin-bottom: 2rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateZ(60px);
    font-weight: 700;
    font-size: calc(46px * 1.2);
    opacity: 0;
}.title_opener_59173 h1::after {
    position: absolute;
    bottom: -10px;
    height: 4px;
    transform-origin: left center;
    width: 80px;
    content: "";
    transform: scaleX(0);
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    background: rgb(195,166,201);
}@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.title_opener_59173 .text_display_61038 {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateZ(30px);
    justify-content: center;
    flex-direction: column;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    display: flex;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

.title_opener_59173 .fast_studypro_04961 {
    gap: 1.5rem;
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    display: flex;
    border-left: 4px solid rgb(195,166,201);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transform: rotate(-2deg);
    flex-direction: column;
}.title_opener_59173 .fast_studypro_04961:hover {
    transform: rotate(0deg) translateY(-10px);
}.title_opener_59173 .fast_studypro_04961 p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-size: calc(15px * 1.2);
}.title_opener_59173 svg {
    align-self: center;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    transform: translateZ(20px);
    height: 100px;
    width: 100px;
}.title_opener_59173 svg:hover {
    transform: translateZ(40px) scale(1.1);
}.title_opener_59173 svg path {
    fill: rgb(172,106,185);
    transition: fill 0.3s ease;
}.title_opener_59173 svg:hover path {
    fill: rgb(195,166,201);
}.title_opener_59173 svg text {
    font-family: Arial, sans-serif;
    animation: textPulse 3s infinite alternate;
}@keyframes textPulse {
    0% { fill: rgb(172,106,185); }
    100% { fill: rgb(195,166,201); }
}

.title_opener_59173 .fast_studypro_04961 div {
    margin-top: 1rem;
    justify-content: center;
    display: flex;
}.title_opener_59173 .connect_support_10269 {
    z-index: 10;
    transform: translateZ(10px);
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(135deg, rgb(195,166,201), rgb(172,106,185));
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    font-weight: 600;
    overflow: hidden;
    border: none;
    padding: 0.8rem 2rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    text-decoration: none;
}.title_opener_59173 .connect_support_10269::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    left: -100%;
    transition: left 0.7s;
    height: 100%;
    content: "";
    position: absolute;
}.title_opener_59173 .connect_support_10269:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateZ(20px) scale(1.05);
}.title_opener_59173 .connect_support_10269:hover::before {
    left: 100%;
}.title_opener_59173 .photo_grid_32895 {
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    position: relative;
    opacity: 0;
    height: 100%;
    min-height: 400px;
    border-radius: 13px;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    overflow: hidden;
}@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

.title_opener_59173 .photo_grid_32895::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(195,166,201,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    top: 0;
    z-index: 2;
    height: 100%;
    content: "";
    left: 0;
}.title_opener_59173 .photo_grid_32895::after {
    width: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    content: "";
    left: 0;
    height: 40%;
    bottom: 0;
    position: absolute;
    z-index: 3;
}.title_opener_59173 .photo_grid_32895:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

@media (max-width: 992px) {.title_opener_59173 .study_sessions_21786 {
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    min-height: auto;
}.title_opener_59173 h1 {
    text-align: center;
    font-size: calc(46px * 1.1);
}.title_opener_59173 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }
    
    .title_opener_59173 .text_display_61038 {
    order: 2;
}.title_opener_59173 .photo_grid_32895 {
    order: 1;
    transform: translateZ(10px) perspective(800px) rotateY(0);
    margin-bottom: 2rem;
    min-height: 300px;
}
    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }
}

@media (max-width: 768px) {.title_opener_59173 .study_sessions_21786 {
    padding: 2rem 1rem;
}.title_opener_59173 h1 {
    font-size: 46px;
    margin-bottom: 1.5rem;
}.title_opener_59173 .fast_studypro_04961 {
    transform: rotate(0);
    padding: 1.5rem;
}.title_opener_59173 .fast_studypro_04961 p {
    font-size: 15px;
}.title_opener_59173 svg {
    width: 80px;
    height: 80px;
}.title_opener_59173 .photo_grid_32895 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.title_opener_59173 {
    padding-top: 1rem;
}.title_opener_59173 .study_sessions_21786 {
    grid-gap: 1.5rem;
    padding: 1.5rem 1rem;
}.title_opener_59173 h1 {
    font-size: calc(46px * 0.9);
}.title_opener_59173 .fast_studypro_04961 {
    padding: 1.25rem;
}.title_opener_59173 svg {
    width: 60px;
    height: 60px;
}.title_opener_59173 .connect_support_10269 {
    padding: 0.7rem 1.5rem;
}.title_opener_59173 .photo_grid_32895 {
    min-height: 200px;
}}.price_plan_grid_12537 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price_plan_grid_12537::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    width: 100%;
    z-index: 1;
    height: 100%;
}.price_plan_grid_12537 .container {
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.pricing_rates_85371 {
    position: relative;
}.price_plan_grid_12537 h2 {
    margin-bottom: 20px;
    font-size: 36px;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.price_plan_grid_12537 h2::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    height: 3px;
    background: rgb(195,166,201);
    content: "";
    width: 80px;
}.price_plan_grid_12537 .bundle_offer_53481 {
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto 50px;
    opacity: 0.9;
}.price_plan_grid_12537 .pay_plans_97564 {
    gap: 30px;
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_plan_grid_12537 .cost_summary_45319 {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
}.price_plan_grid_12537 .price_grid_73964 {
    flex-direction: column;
    min-height: 380px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    height: 100%;
    padding: 30px;
    backdrop-filter: blur(10px);
    justify-content: space-between;
    transition: all 0.4s ease;
}.price_plan_grid_12537 .price_grid_73964::before {
    background: linear-gradient(to bottom right, 
        rgb(195,166,201,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    width: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
    content: "";
}.price_plan_grid_12537 .trial_offers_65239 {
    flex-direction: column;
    position: relative;
    display: flex;
    height: 100%;
    z-index: 2;
}.price_plan_grid_12537 .cost_summary_45319 h4 {
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    font-size: 22px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}.price_plan_grid_12537 .cost_summary_45319 h4::after {
    background: rgb(195,166,201);
    transition: width 0.4s ease;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
}.price_plan_grid_12537 .cost_summary_45319 p {
    word-break: break-word;
    flex-grow: 1;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
    white-space: normal;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    opacity: 0.85;
}.price_plan_grid_12537 .cost_matrix_47012 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    font-size: 28px;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(135deg, rgb(195,166,201), rgb(172,106,185));
}.price_plan_grid_12537 .cost_matrix_47012::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    transition: transform 0.6s ease;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.price_plan_grid_12537 .cost_summary_45319:hover {
    transform: translateY(-10px);
}.price_plan_grid_12537 .cost_summary_45319:hover .price_grid_73964 {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.price_plan_grid_12537 .cost_summary_45319:hover .price_grid_73964::before {
    opacity: 1;
}.price_plan_grid_12537 .cost_summary_45319:hover h4 {
    transform: translateX(5px);
}.price_plan_grid_12537 .cost_summary_45319:hover h4::after {
    width: 60px;
}.price_plan_grid_12537 .cost_summary_45319:hover .cost_matrix_47012 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}.price_plan_grid_12537 .cost_summary_45319:hover .cost_matrix_47012::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.price_plan_grid_12537 {
    padding: 100px 0;
}.price_plan_grid_12537 .pay_plans_97564 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.price_plan_grid_12537 .price_grid_73964 {
    padding: 25px;
    min-height: 360px;
}.price_plan_grid_12537 h2 {
    font-size: calc(36px - 2px);
}
}

@media (max-width: 992px) {.price_plan_grid_12537 {
    padding: 80px 0;
}.price_plan_grid_12537 .pay_plans_97564 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price_plan_grid_12537 .price_grid_73964 {
    min-height: 340px;
    padding: 22px;
}.price_plan_grid_12537 .cost_summary_45319 h4 {
    font-size: 20px;
}.price_plan_grid_12537 .cost_summary_45319 p {
    line-height: 1.6;
    font-size: 14px;
}.price_plan_grid_12537 .cost_matrix_47012 {
    font-size: 24px;
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.price_plan_grid_12537 {
    padding: 60px 0;
}.price_plan_grid_12537 .pay_plans_97564 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.price_plan_grid_12537 .price_grid_73964 {
    min-height: auto;
    padding: 25px;
}.price_plan_grid_12537 h2 {
    font-size: calc(36px - 4px);
}.price_plan_grid_12537 .bundle_offer_53481 {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.price_plan_grid_12537 {
    padding: 50px 0;
}.price_plan_grid_12537 h2 {
    font-size: calc(36px - 6px);
}.price_plan_grid_12537 .bundle_offer_53481 {
    margin-bottom: 30px;
    font-size: 15px;
}.price_plan_grid_12537 .price_grid_73964 {
    padding: 20px;
}.price_plan_grid_12537 .cost_summary_45319 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 18px;
}.price_plan_grid_12537 .cost_summary_45319 p {
    margin-bottom: 20px;
    font-size: 14px;
}.price_plan_grid_12537 .cost_matrix_47012 {
    font-size: 22px;
    padding: 8px 14px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    opacity: 0.9;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(172,106,185), rgb(195,166,201));
    z-index: -2;
    right: 0;
    top: 0;
    left: 0;
}footer::after {
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.footer_milestones_12349 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.footer_milestones_12349::before {
    top: 0;
    height: 10px;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(195,166,201), rgb(172,106,185), rgb(195,166,201));
    position: absolute;
}.footer_milestones_12349 .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.footer_milestones_12349 .company_holder {
    grid-column: span 5;
    position: relative;
    padding: 0;
}.footer_milestones_12349 .company_holder h3 {
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    font-size: 38px;
    position: relative;
    color: #ffffff;
}.footer_milestones_12349 .company_holder h3::after {
    position: absolute;
    height: 2px;
    content: "";
    background: #ffffff;
    bottom: -2px;
    left: 0;
    width: 80px;
}.footer_milestones_12349 .trade_mark_34520 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.7;
    position: relative;
    padding: 0 0 0 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}.footer_milestones_12349 .access_cta_10462 {
    grid-column: span 7;
}.footer_milestones_12349 .head_lesson_56708 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.footer_milestones_12349 .main_skill_40718 {
    position: relative;
}.footer_milestones_12349 .main_skill_40718 h5 {
    font-size: 22px;
    padding-bottom: 0.8rem;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
}.footer_milestones_12349 .main_skill_40718 h5::after {
    position: absolute;
    left: 0;
    background: #ffffff;
    content: "";
    bottom: -2px;
    width: 40px;
    height: 2px;
}.footer_milestones_12349 .main_skill_40718 .head_lesson_56708 {
    display: grid;
    gap: 1rem;
}.footer_milestones_12349 .main_skill_40718 .head_lesson_56708 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
}.footer_milestones_12349 .main_skill_40718 .head_lesson_56708 a::after {
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    content: "\2192";
    transform: translateX(-5px);
    opacity: 0;
}.footer_milestones_12349 .main_skill_40718 .head_lesson_56708 a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.footer_milestones_12349 .main_skill_40718 .head_lesson_56708 a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.transcript_67489 {
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    position: relative;
}.transcript_67489 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.transcript_67489 .learn_nav_09348 {
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    padding: 0 1rem;
    font-size: 15px;
    position: relative;
}.footer_milestones_12349::after {
    width: 50px;
    right: 2rem;
    height: 50px;
    position: absolute;
    content: "";
    top: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.footer_milestones_12349 .company_holder::before {
    position: absolute;
    content: "";
    top: 0;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    width: 50px;
}.footer_milestones_12349 .company_holder::after {
    left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    height: 50px;
    content: "";
}.footer_milestones_12349 .access_cta_10462::after {
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 50px;
    content: "";
    width: 50px;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.footer_milestones_12349 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.footer_milestones_12349 {
    padding: 4rem 0 2rem;
}.footer_milestones_12349 .container {
    grid-template-columns: 1fr;
}.footer_milestones_12349 .company_holder,
    .footer_milestones_12349 .access_cta_10462 {
    grid-column: span 12;
}.footer_milestones_12349 .company_holder {
    margin-bottom: 2rem;
}.footer_milestones_12349::after,
    .footer_milestones_12349 .company_holder::before,
    .footer_milestones_12349 .company_holder::after,
    .footer_milestones_12349 .access_cta_10462::after {
    display: none;
}
}

@media (max-width: 768px) {.footer_milestones_12349 {
    padding: 3rem 0 1.5rem;
}.footer_milestones_12349 .head_lesson_56708 {
    gap: 1.5rem;
}.footer_milestones_12349 .company_holder h3 {
    font-size: calc(38px - 2px);
}.transcript_67489 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer_milestones_12349 {
    padding: 2.5rem 0 1rem;
}.footer_milestones_12349 .head_lesson_56708 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.footer_milestones_12349 .trade_mark_34520 {
    padding-left: 1rem;
}.transcript_67489 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.footer_milestones_12349 .company_holder h3::after,
    .footer_milestones_12349 .main_skill_40718 h5::after {
    width: 30px;
}.footer_milestones_12349 .main_skill_40718 .head_lesson_56708 a:hover {
    padding-left: 0.3rem;
}}.reach_out_63582 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(214,204,219);
}.reach_out_63582::before {
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,166,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(172,106,185,0.5) 0%, transparent 30%);
    background: rgb(214,204,219);
    top: 0;
    width: 100%;
}.reach_out_63582::after {
    background-image: 
        repeating-linear-gradient(45deg, rgb(195,166,201,0.5) 0, rgb(195,166,201,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(172,106,185,0.5) 0, rgb(172,106,185,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(195,166,201,0.5), transparent 70%),
        linear-gradient(180deg, rgb(172,106,185,0.5), transparent 70%);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: backgroundMove 30s infinite linear;
    opacity: 0.2;
    left: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    z-index: 1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.reach_out_63582 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}.reach_out_63582 h2 {
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 43px;
    margin-bottom: 50px;
    text-transform: uppercase;
}.reach_out_63582 h2::before {
    width: 100px;
    box-shadow: 
        0 0 5px rgb(195,166,201),
        0 0 10px rgb(195,166,201),
        0 0 15px rgb(195,166,201);
    background: rgb(195,166,201);
    bottom: -15px;
    position: absolute;
    content: "";
    left: calc(50% - 50px);
    height: 2px;
}.reach_out_63582 .contact_query_87409 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(195,166,201,0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 12px;
}.reach_out_63582 .contact_query_87409::before {
    pointer-events: none;
    z-index: 3;
    opacity: 0.2;
    border-radius: 12px;
    position: absolute;
    inset: 0;
    border: 1px solid rgb(195,166,201);
    content: "";
}.reach_out_63582 .photo_grid_32895 {
    position: relative;
    overflow: hidden;
    flex: 0 0 45%;
    min-height: 550px;
}.reach_out_63582 .photo_grid_32895::before {
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}.reach_out_63582 .photo_grid_32895::after {
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(195,166,201,0.5) 100%);
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    content: "";
}.reach_out_63582 .query_list_72048 {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.reach_out_63582 .query_list_72048::before {
    filter: blur(100px);
    width: 200px;
    background: rgb(195,166,201,0.5);
    position: absolute;
    height: 200px;
    content: "";
    z-index: 0;
    right: -100px;
    opacity: 0.3;
    top: -100px;
}.reach_out_63582 .query_list_72048::after {
    opacity: 0.3;
    height: 150px;
    background: rgb(172,106,185,0.5);
    left: -75px;
    z-index: 0;
    width: 150px;
    position: absolute;
    filter: blur(80px);
    content: "";
    bottom: -75px;
}.reach_out_63582 form {
    position: relative;
    z-index: 2;
}.reach_out_63582 form h3 {
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}.reach_out_63582 form h3::after {
    left: 0;
    box-shadow: 
        0 0 5px rgb(195,166,201,0.5),
        0 0 10px rgb(195,166,201,0.5);
    bottom: -15px;
    position: absolute;
    width: 40px;
    height: 2px;
    content: "";
    background: rgb(195,166,201);
}.reach_out_63582 form input[type="text"] {
    border-radius: 8px;
    background: rgb(214,204,219);
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #000000;
    border: 1px solid rgb(195,166,201,0.5);
    font-size: 12px;
}.reach_out_63582 form input[type="text"]:focus {
    border-color: rgb(195,166,201);
    box-shadow: 
        0 0 0 1px rgb(195,166,201),
        0 0 5px rgb(195,166,201,0.5);
    outline: none;
}.reach_out_63582 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.reach_out_63582 .request_widget_46132 {
    margin-bottom: 35px;
    position: relative;
}.reach_out_63582 .request_widget_46132 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out_63582 .request_widget_46132 label {
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
}.reach_out_63582 .request_widget_46132 label::before {
    border: 1px solid rgb(195,166,201,0.5);
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    background: rgb(214,204,219);
    left: 0;
    border-radius: 4px;
    height: 22px;
}.reach_out_63582 .request_widget_46132 input[type="checkbox"]:checked + label::before {
    background: rgb(195,166,201);
    border-color: rgb(195,166,201);
    box-shadow: 0 0 5px rgb(195,166,201,0.5);
}.reach_out_63582 .request_widget_46132 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
    content: "";
    width: 6px;
    border: solid #ffffff;
    top: 4px;
    height: 12px;
}.reach_out_63582 .request_widget_46132 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(195,166,201);
    font-weight: 600;
}.reach_out_63582 .request_widget_46132 label a::after {
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    bottom: -1px;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    height: 1px;
    background: rgb(195,166,201);
}.reach_out_63582 .request_widget_46132 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.reach_out_63582 .connect_support_10269 {
    padding: 18px 30px;
    transition: all 0.3s ease;
    width: 100%;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 
        0 5px 15px rgb(195,166,201,0.5),
        0 0 0 1px rgb(195,166,201);
    cursor: pointer;
    background: rgb(195,166,201);
    border-radius: 8px;
    overflow: hidden;
    font-size: 17px;
    border: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}.reach_out_63582 .connect_support_10269::before {
    background: rgb(172,106,185);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: right;
    content: "";
    transform: scaleX(0);
    transition: transform 0.5s ease;
    width: 100%;
    z-index: -1;
}.reach_out_63582 .connect_support_10269:hover {
    box-shadow: 
        0 5px 20px rgb(172,106,185,0.5),
        0 0 0 1px rgb(172,106,185);
}.reach_out_63582 .connect_support_10269:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.reach_out_63582 svg {
    filter: drop-shadow(0 0 2px rgb(195,166,201,0.5));
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(195,166,201);
}.reach_out_63582 svg path {
    transition: all 0.3s ease;
    fill: rgb(195,166,201);
}.reach_out_63582 svg:hover,
.reach_out_63582 svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(172,106,185,0.5));
    fill: rgb(172,106,185);
}

@media (max-width: 1024px) {.reach_out_63582 {
    padding: 80px 0;
}.reach_out_63582 .photo_grid_32895 {
    min-height: 500px;
}.reach_out_63582 .query_list_72048 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach_out_63582 {
    padding: 60px 0;
}.reach_out_63582 h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.reach_out_63582 .contact_query_87409 {
    flex-direction: column;
}.reach_out_63582 .photo_grid_32895 {
    min-height: 300px;
    width: 100%;
}.reach_out_63582 .query_list_72048 {
    width: 100%;
    padding: 40px 30px;
}.reach_out_63582 form h3 {
    margin-bottom: 30px;
}.reach_out_63582 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach_out_63582 .request_widget_46132 {
    margin-bottom: 25px;
}.reach_out_63582 .connect_support_10269 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.reach_out_63582 {
    padding: 50px 0;
}.reach_out_63582 h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.reach_out_63582 .photo_grid_32895 {
    min-height: 200px;
}.reach_out_63582 .query_list_72048 {
    padding: 30px 20px;
}.reach_out_63582 form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.reach_out_63582 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_out_63582 .request_widget_46132 {
    margin-bottom: 20px;
}.reach_out_63582 .request_widget_46132 label {
    font-size: calc(16px * 0.9);
}.reach_out_63582 .connect_support_10269 {
    padding: 12px 20px;
}}.program_offerings_10289 {
    background: rgb(214,204,219);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.program_offerings_10289::before {
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(195,166,201,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    left: 0;
}.program_offerings_10289::after {
    z-index: 1;
    height: 100%;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 80%, rgb(172,106,185,0.5) 0%, transparent 40%);
    width: 100%;
}.program_offerings_10289 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.program_offerings_10289 .study_sessions_21786 {
    background: #ffffff;
    grid-template-columns: 1fr;
    gap: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 11px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
}.program_offerings_10289 .study_sessions_21786::before {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
    width: 100%;
    content: "";
    height: 5px;
}.program_offerings_10289 .career_class_89632 {
    position: relative;
    padding: 60px 50px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.program_offerings_10289 .career_class_89632::before {
    content: "";
    height: 80px;
    animation: float 8s ease-in-out infinite;
    left: 40px;
    top: 40px;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    width: 80px;
    border: 2px solid rgb(195,166,201,0.5);
}.program_offerings_10289 .career_class_89632::after {
    z-index: -1;
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    background: rgb(172,106,185,0.5);
    right: 40px;
    animation: pulse 6s ease-in-out infinite;
    border-radius: 50%;
    opacity: 0.3;
    bottom: 40px;
}.program_offerings_10289 .header_bar_29064 {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, rgb(214,204,219), #ffffff);
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 35px;
}.program_offerings_10289 .header_bar_29064:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.program_offerings_10289 .header_bar_29064 svg {
    max-width: 140px;
    transition: all 0.3s ease;
    max-height: 50px;
}.program_offerings_10289 .header_bar_29064 svg path {
    fill: rgb(195,166,201);
    transition: fill 0.3s ease;
}.program_offerings_10289 .header_bar_29064:hover svg path {
    fill: rgb(172,106,185);
}.program_offerings_10289 h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 25px;
}.program_offerings_10289 h3::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
    width: 70px;
}.program_offerings_10289 p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.program_offerings_10289 .photo_grid_32895 {
    transition: all 0.5s ease;
    height: 100%;
    min-height: 500px;
    position: relative;
}.program_offerings_10289 .photo_grid_32895::before {
    background: linear-gradient(
    135deg,
    rgb(195,166,201,0.5) 0%,
    transparent 60%
  );
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
}.program_offerings_10289 .photo_grid_32895::after {
    top: 30px;
    animation: pulseCircle 3s infinite;
    right: 30px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    content: "";
    border: 2px solid #ffffff;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    height: 20px;
}

@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) {.program_offerings_10289 {
    padding: 90px 0;
}.program_offerings_10289 .career_class_89632 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.program_offerings_10289 .study_sessions_21786 {
    grid-template-columns: 1fr;
}.program_offerings_10289 .photo_grid_32895 {
    order: -1;
    min-height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.program_offerings_10289 .career_class_89632 {
    padding: 40px;
}.program_offerings_10289 .career_class_89632::before,
  .program_offerings_10289 .career_class_89632::after {
    display: none;
}.program_offerings_10289 .header_bar_29064 {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.program_offerings_10289 {
    padding: 70px 0;
}.program_offerings_10289 .career_class_89632 {
    padding: 30px;
}.program_offerings_10289 h3 {
    font-size: calc(33px - 4px);
}.program_offerings_10289 .photo_grid_32895 {
    min-height: 350px;
}.program_offerings_10289 .header_bar_29064 {
    padding: 12px;
}.program_offerings_10289 .header_bar_29064 svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.program_offerings_10289 {
    padding: 50px 0;
}.program_offerings_10289 .container {
    padding: 0 20px;
}.program_offerings_10289 .study_sessions_21786 {
    border-radius: 10px;
}.program_offerings_10289 .career_class_89632 {
    padding: 25px 20px;
}.program_offerings_10289 h3 {
    font-size: calc(33px - 6px);
    margin-bottom: 20px;
}.program_offerings_10289 p {
    font-size: calc(16px - 1px);
}.program_offerings_10289 .header_bar_29064 {
    padding: 10px;
    margin-bottom: 20px;
}.program_offerings_10289 .header_bar_29064 svg {
    max-width: 100px;
}.program_offerings_10289 .photo_grid_32895 {
    min-height: 280px;
}.program_offerings_10289 .photo_grid_32895::after {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
}}.privacy_recess_78142 {
    background-color: rgb(172,106,185);
    padding: 50px;
    box-shadow: 0 0 15px rgb(195,166,201,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
}.privacy_recess_78142 h3, .privacy_recess_78142 h4, .privacy_recess_78142 h5, .privacy_recess_78142 h6 {
    margin: 1rem 0;
}.privacy_recess_78142 h1 {
    text-shadow: 0 0 8px rgb(195,166,201,0.5);
    margin-bottom: 30px;
    color: rgb(195,166,201);
    font-size: 47px;
    font-weight: 700;
}.privacy_recess_78142 h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    text-shadow: 0 0 5px rgb(172,106,185,0.5);
    margin-top: 40px;
    color: rgb(195,166,201);
}.privacy_recess_78142 h3, .privacy_recess_78142 h4, .privacy_recess_78142 h5, .privacy_recess_78142 h6 {
    margin-top: 30px;
    color: rgb(195,166,201);
}.privacy_recess_78142 h3 {
    font-size: calc(21px - 2px);
    text-shadow: 0 0 6px rgb(195,166,201,0.5);
    font-weight: 700;
}.privacy_recess_78142 h4 {
    text-shadow: 0 0 4px rgb(195,166,201,0.5);
    font-weight: 600;
    font-size: calc(21px + 2px);
}.privacy_recess_78142 h5 {
    font-size: 21px;
    font-weight: 400;
    text-shadow: 0 0 3px rgb(195,166,201,0.5);
}.privacy_recess_78142 h6 {
    font-weight: 300;
    text-shadow: 0 0 2px rgb(195,166,201,0.5);
    font-size: 21px;
}.privacy_recess_78142 ul, .privacy_recess_78142 ol {
    list-style: none;
    margin: 20px 0;
    padding-left: 25px;
}.privacy_recess_78142 li {
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 15px;
}.privacy_recess_78142 li::before {
    position: absolute;
    height: 10px;
    box-shadow: 0 0 8px rgb(172,106,185,0.5);
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    content: '';
    border-radius: 50%;
    left: 0;
    background-color: rgb(172,106,185);
}.privacy_recess_78142 section {
    border-top: 1px solid rgb(172,106,185,0.5);
    padding-top: 30px;
    margin-top: 50px;
}.privacy_recess_78142 p {
    font-size: 12px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    line-height: 1.8;
}.privacy_recess_78142 span {
    color: rgb(172,106,185);
    text-shadow: 0 0 4px rgb(172,106,185,0.5);
    font-weight: 600;
}.privacy_recess_78142 div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.privacy_recess_78142 {
    padding: 30px;
    border-radius: 10px;
}.privacy_recess_78142 h1 {
    font-size: calc(21px - 8px);
}.privacy_recess_78142 h2 {
    font-size: calc(21px - 6px);
}.privacy_recess_78142 ul, .privacy_recess_78142 ol {
    padding-left: 20px;
}.privacy_recess_78142 li {
    font-size: calc(12px - 1px);
}.privacy_recess_78142 p {
    font-size: calc(12px - 1px);
}}header {
    overflow: visible;
    z-index: 99;
    background: #ffffff;
    position: relative;
    width: 100%;
}header::before {
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
    left: 0;
    width: 100%;
    content: "";
}header .head_learning_32159 {
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .head_learning_32159::after {
    height: 1px;
    width: 100%;
    background-color: rgb(214,204,219);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}header .head_learning_32159 .header_bar_29064 {
    z-index: 2;
    position: relative;
}header .head_learning_32159 .header_bar_29064 .head_class_93627 {
    position: relative;
    overflow: hidden;
    display: block;
}header .head_learning_32159 .header_bar_29064 .head_class_93627 svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .head_learning_32159 .header_bar_29064 .head_class_93627:hover svg {
    transform: scale(1.08);
}header .head_learning_32159 .main_skill_40718 {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 {
    margin: 0 15px;
    position: relative;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714:last-child {
    margin-right: 0;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a {
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 8px 0;
    color: #000000;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a:hover {
    letter-spacing: 1px;
    color: rgb(195,166,201);
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a::before,
header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a::after {
    transform-origin: right center;
    background-color: rgb(195,166,201);
    width: 100%;
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a::after {
    transform-origin: left center;
    background-color: rgb(172,106,185);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a::after {
    opacity: 0.3;
    bottom: -2px;
    height: 3px;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .head_learning_32159 {
    padding: 20px 15px;
    flex-direction: column;
}header .head_learning_32159 .header_bar_29064 {
    margin-bottom: 20px;
}header .head_learning_32159 .main_skill_40718 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 {
    margin: 5px 12px;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 a {
    padding: 5px 0;
    font-size: calc(14px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .head_learning_32159 {
    padding: 15px 10px;
}header .head_learning_32159 .header_bar_29064 {
    margin-bottom: 15px;
}header .head_learning_32159 .header_bar_29064 .head_class_93627 svg {
    height: 35px;
}header .head_learning_32159 .main_skill_40718 {
    gap: 5px;
}header .head_learning_32159 .main_skill_40718 .head_sitebar_36714 {
    margin: 2px 10px;
}}.thankYouWeb_92865 {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgb(172,106,185,0.5) 100%);
}.thankYouWeb_92865::before {
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(195,166,201,0.5) 0%, transparent 60%);
    z-index: 1;
    opacity: 0.7;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
}.thankYouWeb_92865::after {
    z-index: 0;
    height: 40%;
    position: absolute;
    filter: blur(50px);
    bottom: -10%;
    right: -5%;
    opacity: 0.3;
    content: "";
    transform: rotate(15deg);
    width: 40%;
    background: linear-gradient(225deg, rgb(172,106,185) 0%, transparent 80%);
}.thankYouWeb_92865 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.thankYouWeb_92865 .study_sessions_21786 {
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    flex-direction: column;
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    position: relative;
}.thankYouWeb_92865 .study_sessions_21786:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thankYouWeb_92865 .study_sessions_21786::before {
    height: 4px;
    top: -2px;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(195,166,201) 0%, 
        rgb(172,106,185) 50%, 
        rgb(195,166,201) 100%);
    position: absolute;
    left: 0;
    animation: gradientMove 6s linear infinite;
    content: "";
    width: 100%;
}.thankYouWeb_92865 .study_sessions_21786 > div:first-child {
    padding-bottom: 20px;
    position: relative;
}.thankYouWeb_92865 .study_sessions_21786 > div:first-child::after {
    transform-origin: left;
    height: 3px;
    background-color: rgb(195,166,201);
    width: 80px;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    animation: lineExtend 1.5s ease-out forwards;
}.thankYouWeb_92865 h5 {
    font-weight: 700;
    margin: 0;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    line-height: 1.4;
    font-size: 21px;
    position: relative;
    transform: translateY(10px);
}.thankYouWeb_92865 .study_sessions_21786 > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thankYouWeb_92865 a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
    position: relative;
}.thankYouWeb_92865 a:hover {
    transform: translateX(5px);
}.thankYouWeb_92865 a::before {
    width: 4px;
    height: 0;
    position: absolute;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background-color: rgb(172,106,185);
    content: "";
    left: -20px;
}.thankYouWeb_92865 a:hover::before {
    height: 100%;
}.thankYouWeb_92865 p {
    position: relative;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

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

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.thankYouWeb_92865 .study_sessions_21786 {
    padding: 60px 70px;
    gap: 40px;
}.thankYouWeb_92865 h5 {
    font-size: calc(21px * 1.2);
}.thankYouWeb_92865 p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.thankYouWeb_92865 {
    padding: 60px 0;
}.thankYouWeb_92865 .study_sessions_21786 {
    gap: 25px;
    padding: 35px 25px;
}.thankYouWeb_92865 .study_sessions_21786 > div:first-child::after {
    width: 60px;
}.thankYouWeb_92865 h5 {
    font-size: calc(21px * 0.9);
}.thankYouWeb_92865 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.thankYouWeb_92865 {
    padding: 50px 0;
}.thankYouWeb_92865 .study_sessions_21786 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouWeb_92865 h5 {
    font-size: calc(21px * 0.85);
}.thankYouWeb_92865 p {
    font-size: calc(12px * 0.95);
}.thankYouWeb_92865 .study_sessions_21786 > div:first-child {
    padding-bottom: 15px;
}}.cookie_banner_window_59086 {
    bottom: 0;
    z-index: 90;
    position: fixed;
    width: 100%;
    background: rgb(214,204,219);
    border-top: 2px solid rgb(195,166,201);
}.cookie_none_16405 {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie_banner_window_59086 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_banner_window_59086 p {
    font-size: 18px;
}.visitor_settings_19475 {
    flex-shrink: 0;
    margin-right: 10px;
}.visitor_settings_19475 svg, .visitor_settings_19475 svg path, .visitor_settings_19475 img {
    height: 100px;
    fill: rgb(195,166,201);
    width: 100px;
}.tracking_policy_39251 {
    font-size: 24px;
    line-height: 35px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    border-bottom: 2px solid rgb(195,166,201);
    margin-left: 10px;
    flex-shrink: 0;
    min-width: 120px;
    color: rgb(195,166,201);
    text-decoration: none;
}.cookie_banner_window_59086 p a {
    text-decoration: none;
    color: rgb(195,166,201);
}#cookieNotification_15679 {
    display: none;
}#cookieNotification_15679:checked ~ .cookie_banner_window_59086 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_banner_window_59086 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.visitor_settings_19475 {
    display: none;
}.cookie_none_16405 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_banner_window_59086 h5 {
    text-align: center;
}.cookie_banner_window_59086 p {
    text-align: center;
}.data_comply_04159 {
    margin-bottom: 20px;
}body .wrapper-template_46871 .tracking_policy_39251 {
    margin-left: 0;
}}
.wrapper-template_46871 .cookie_none_16405 {
    justify-content: flex-end;
}.wrapper-template_46871 .tracking_policy_39251 {
    background: rgb(195,166,201);
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
}.wrapper-template_46871 .data_comply_04159 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-template_46871 .tracking_policy_39251 {
    margin-left: 0;
    margin-bottom: 10px;
}
}