.story_spot {
    flex: 0 0 auto;
}

.story_spot {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}

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

.contact_box .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}

.contact_box .help_list {
    display: flex;
    border-radius: 13px;
    align-items: stretch;
    background: rgb(105,115,130,0.5);
    box-shadow: 0 25px 50px rgb(141,152,173,0.5);
    position: relative;
    overflow: hidden;
}

.contact_box h2::before {
    width: 1rem;
    border-radius: 50%;
    background: rgb(141,152,173);
    height: 1rem;
    transform: translateY(-50%);
    content: '';
    left: 0;
    top: 50%;
    box-shadow: 0 0 15px rgb(141,152,173,0.5);
    position: absolute;
}

.contact_box .request_grid input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(141,152,173,0.5);
    border-color: rgb(141,152,173);
}

.contact_box .request_grid .reach_request input[type="checkbox"] {
    position: relative;
    border-radius: 10px;
    height: 22px;
    width: 22px;
    background: rgb(105,115,130,0.5);
    transition: all 0.3s ease;
    appearance: none;
    border: 2px solid rgb(141,152,173,0.5);
    cursor: pointer;
}

.contact_box .request_grid .connect_widget::before {
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(141,152,173,0.5), 
        transparent
    );
    content: '';
    top: -50%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
}

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

.course_rewards .impact_facts {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
}

.course_rewards .text_text::before {
    position: absolute;
    bottom: -5px;
    border-radius: calc(19px + 5px);
    background: linear-gradient(135deg, rgb(141,152,173,0.5), rgb(105,115,130,0.5));
    content: "";
    top: -5px;
    transition: opacity 0.3s ease;
    left: -5px;
    z-index: -1;
    right: -5px;
    filter: blur(10px);
    opacity: 0.5;
}

.course_rewards svg path {
    transition: fill 0.3s ease;
}

.course_rewards li:hover svg path {
    fill: rgb(141,152,173);
}

.enroll_instantly::before {
    content: '';
    z-index: 1;
    transform: skewY(-5deg);
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
}

.enroll_instantly .connect_widget::before {
    z-index: -1;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(105,115,130) 0%, rgb(141,152,173) 100%);
}

.title_intro {
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 4rem 1rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(178,189,210) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
}

.title_intro h1::after {
    content: "";
    bottom: -0.5rem;
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--primary-color, rgb(94, 170, 168)), transparent);
    position: absolute;
}

.title_intro ol li {
    margin-bottom: 1.5rem;
}

.title_intro .course_begin {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title_intro svg:hover path {
    fill: var(--secondary-color, rgb(94, 170, 168));
}

.title_intro .course_begin p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 90%;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #666);
}

.title_intro .connect_widget:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(94, 170, 168, 0.2);
}

.title_intro .image_item:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.newsletter_signup {
    padding: 5rem 3rem;
    position: relative;
    background: linear-gradient(125deg, rgb(178,189,210) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    perspective: 1200px;
}

.newsletter_signup p {
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    transform: translateZ(30px) rotateY(-5deg);
    line-height: 1.5;
    font-size: 23px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    flex: 0 0 40%;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.newsletter_signup .subscribe_wrap {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 1.3rem 1.5rem;
    border: none;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transform: translateZ(10px);
    font-size: 13px;
}

.newsletter_signup .email_join:hover::before {
    opacity: 1;
}

.our_team::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(120deg, rgb(141,152,173,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(105,115,130,0.5) 0%, transparent 30%);
}

.our_team .vision_mission:nth-child(2) {
    border-left-color: rgb(105,115,130);
}

.our_team .vision_mission::after {
    height: 20px;
    content: "";
    right: 30px;
    top: 30px;
    border: 2px solid rgb(141,152,173,0.5);
    animation: pulse 4s infinite;
    border-radius: 50%;
    position: absolute;
    width: 20px;
}

.our_team .vision_mission:nth-child(2) h3 {
    color: rgb(105,115,130);
}

.our_team .vision_mission:hover h3::before {
    width: 100%;
}

.our_team .vision_mission:first-child {
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
    opacity: 0;
}

.our_team .container::before,
.our_team .container::after {
    opacity: 0.2;
    height: 200px;
    content: "";
    width: 200px;
    background: radial-gradient(circle, rgb(141,152,173,0.5) 0%, transparent 70%);
    z-index: -1;
    border-radius: 50%;
    position: absolute;
}

.our_team .container::before {
    top: -100px;
    right: -100px;
}

.story_spot .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}

.story_spot .company_holder h3 {
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 37px;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    position: relative;
}

.story_spot .top_nav h5 {
    font-weight: 600;
    font-size: 23px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.8rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
}

.story_spot .top_nav .top_head a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.story_spot::after {
    right: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    width: 50px;
    top: 2rem;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.tariff_list_item {
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(178,189,210);
    position: relative;
}

.tariff_list_item .training_sub {
    flex-direction: column;
    display: flex;
}

.tariff_list_item .discount_tier {
    position: relative;
    margin-bottom: 3rem;
    order: -1;
}

.tariff_list_item .discount_tier h2::after {
    left: 0;
    bottom: -0.5rem;
    height: 3px;
    width: 60%;
    background: linear-gradient(90deg, rgb(141,152,173), transparent);
    content: "";
    position: absolute;
}

.tariff_list_item .rate_schemes:hover .learning_price {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.tariff_list_item .rate_options h3 {
    transition: color 0.3s ease;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(24px + 0.1rem);
    margin-bottom: 0.5rem;
}

.tariff_list_item .rate_options p {
    font-size: calc(13px - 0.1rem);
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.tariff_list_item .rate_schemes:hover .image_item::after {
    opacity: 0.4;
}

.tySpotlight {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(178,189,210) 25%, rgba(rgb(141,152,173,0.5), 0.05) 100%);
}

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

.tySpotlight .impact_facts:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(105,115,130,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}

.tySpotlight .impact_facts:hover h5 {
    transform: translateX(0);
}

.tySpotlight a {
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease-out;
    display: block;
}

.tySpotlight a:hover p {
    color: rgb(141,152,173);
}

.tySpotlight .impact_facts > div:first-child::before {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "✓";
    font-size: calc(33px * 1.5);
    transform: rotate(-5deg) scale(0.9);
    color: rgb(105,115,130);
    position: absolute;
    top: -20px;
    right: 0;
    opacity: 0.1;
}

.find_us .support_now {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 40px;
    transform: translateZ(0);
    background: #ffffff;
    border-radius: 23px;
}

.find_us .support_now:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.find_us .assist_experts {
    position: relative;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.find_us .assist_experts span {
    display: flex;
    align-items: flex-start;
    background: rgb(178,189,210);
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 15px;
}

.find_us .assist_experts span svg path {
    fill: rgb(105,115,130);
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.find_us .assist_experts span span svg {
    position: static;
    height: 14px;
    width: 14px;
    margin-right: 6px;
    opacity: 0.8;
}

.find_us .assist_experts span span a svg {
    transition: transform 0.3s ease;
    margin-right: 5px;
    height: 14px;
    width: 14px;
}

.find_us .assist_experts span span a:hover svg {
    fill: rgb(105,115,130);
    transform: translateX(3px);
}

.find_us .course_ask h4 {
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: rgb(141,152,173);
    position: relative;
    font-size: 22px;
}

.find_us .course_ask:hover h4::after {
    width: 100%;
}

.find_us .course_ask span svg {
    margin-right: 8px;
    opacity: 0.7;
    fill: rgb(105,115,130);
    transition: all 0.3s ease;
    height: 12px;
    width: 12px;
}

.secure_protection h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 47px;
    color: rgb(141,152,173);
}

.secure_protection li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
}

.education_history::after {
    content: "";
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(225deg, rgb(105,115,130,0.5), rgb(141,152,173,0.5));
    opacity: 0.1;
    filter: blur(20px);
    left: -5%;
    position: absolute;
    width: 35%;
    z-index: 1;
    bottom: -10%;
}

.education_history .reviews_hub .image_item {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    width: 100%;
    border-radius: 5px;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transform: translateZ(20px);
}

.education_history .reviews_hub .name {
    display: inline-block;
    position: relative;
    font-size: calc(19px * 1.1);
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
}

.education_history .reviews_hub .career_overview::before {
    opacity: 0.2;
    font-size: 5rem;
    z-index: -1;
    color: rgb(141,152,173,0.5);
    font-family: serif;
    top: -20px;
    content: "";
    position: absolute;
    left: -10px;
}

.safe_cookies {
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px solid rgb(141,152,173);
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    color: rgb(141,152,173);
    flex-shrink: 0;
    margin-left: 10px;
}

header .header_base {
    padding-top: 1.5rem;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

header .nav_prime::before {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(105,115,130,0.5) 20%,
        rgb(105,115,130) 50%,
        rgb(105,115,130,0.5) 80%,
        transparent 100%);
    width: 160%;
    bottom: -10px;
    left: -30%;
    position: absolute;
}

header .head_lesson {
    border: 1px solid rgb(141,152,173,0.5);
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 17px;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
}

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

.audience_profile h4 {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    margin: 0;
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    background: #ffffff;
    color: #000000;
}

.audience_profile div p:last-child {
    margin-bottom: 0;
}

.audience_profile div p:hover::before {
    width: 100%;
}

.audience_profile div p::after {
    transition: all 0.3s ease;
    content: "";
    width: 6px;
    opacity: 0;
    border-right: 2px solid rgb(141,152,173);
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 6px;
    border-top: 2px solid rgb(141,152,173);
}

.course_program {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(178,189,210) 0%, rgb(105,115,130,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}

.course_program .image_item {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_program .image_item:hover {
    transform: perspective(1000px) rotateY(0);
}

.course_program .text_text::before {
    top: 10%;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    width: 5px;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(141,152,173), rgb(105,115,130));
    transform: scaleY(0);
    position: absolute;
    height: 80%;
    left: -20px;
    content: "";
}

header .top_nav::-webkit-scrollbar {
    display: none;
}

.course_program p.description::-webkit-scrollbar {
    width: 6px;
}

.course_program p.description::-webkit-scrollbar-track {
    background: transparent;
}

.course_program p.description::-webkit-scrollbar-thumb {
    background-color: rgb(105,115,130,0.5);
    border-radius: 10px;
}



@media (min-width: 768px) {.course_rewards .impact_facts {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.course_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}.course_rewards h5 {
    font-size: calc(22px * 1.1);
}
}



@media (max-width: 480px) {.course_rewards {
    padding: 60px 0 40px;
}.course_rewards h5 {
    margin-bottom: 35px;
    font-size: calc(22px * 0.85);
}.course_rewards .text_text {
    padding: 25px 20px;
}.course_rewards li p {
    gap: 10px;
}.course_rewards li p svg {
    margin-top: 2px;
    transform: scale(0.85);
}.course_rewards li:hover p svg {
    transform: scale(0.9);
}}



@media (min-width: 768px) {.title_intro {
    padding: 5rem 2rem;
}.title_intro h1 {
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.2);
}.title_intro .impact_facts {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.title_intro .text_text {
    padding: 3rem;
    flex: 1;
}.title_intro .course_begin {
    align-items: flex-start;
    text-align: left;
}.title_intro svg {
    margin-right: auto;
    margin-left: 0;
}.title_intro .image_item {
    height: 450px;
    flex: 1;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.title_intro .image_item:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg);
}
}



@media (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.our_team .vision_mission {
    padding: 25px;
}.our_team .vision_mission h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 768px) {.story_spot {
    padding: 3rem 0 1.5rem;
}.story_spot .top_head {
    gap: 1.5rem;
}.story_spot .company_holder h3 {
    font-size: calc(37px - 2px);
}.trophy_case {
    margin-top: 3rem;
}
}



@media (max-width: 420px) {.story_spot .company_holder h3::after,
    .story_spot .top_nav h5::after {
    width: 30px;
}.story_spot .top_nav .top_head a:hover {
    padding-left: 0.3rem;
}}



@media (min-width: 1200px) {.tariff_list_item .discount_tier {
    padding-top: 4rem;
}.tariff_list_item .rate_schemes:hover {
    z-index: 5;
}.tariff_list_item .price_grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}



@media (max-width: 768px) {.tySpotlight {
    padding: 3rem 0;
}.tySpotlight .impact_facts {
    transform: perspective(1000px) rotateY(0deg);
    gap: 1.5rem;
    padding: 2rem;
}.tySpotlight .impact_facts:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tySpotlight h5 {
    font-size: calc(18px * 0.85);
    transform: translateX(0);
}.tySpotlight p {
    font-size: calc(14px * 0.95);
}.tySpotlight::before {
    width: 60%;
    right: -30%;
    top: -10%;
    height: 50%;
}
}


@media (max-width: 480px) {.find_us {
    border-radius: 10px;
    padding: 30px 0;
}.find_us .container {
    padding: 0 15px;
}.find_us .support_now {
    padding: 20px;
}.find_us h3 {
    margin-bottom: 20px;
    font-size: calc(37px - 0.4rem);
}.find_us .contact_today {
    margin-bottom: 20px;
}.find_us .assist_experts span {
    margin-bottom: 10px;
    padding: 10px;
}.find_us .course_ask {
    padding: 15px;
}.find_us .course_ask span {
    padding: 6px 0;
}.find_us .assist_experts span svg {
    height: 14px;
    right: 6px;
    width: 14px;
    top: 6px;
}.find_us .course_ask h4 svg {
    height: 14px;
    width: 14px;
}}


@media only screen and (max-width: 1200px) {.cookie_message_window {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.edu_cookie {
    display: none;
}.cookie_guide {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_message_window h5 {
    text-align: center;
}.cookie_message_window p {
    text-align: center;
}.cookie_necessary {
    margin-bottom: 20px;
}body .wrapper-capsule .safe_cookies {
    margin-left: 0;
}}



@media (max-width: 479px) {.audience_profile {
    padding: 60px 0;
}.audience_profile h4 {
    padding: 18px 15px;
    font-size: calc(33px - 6px);
}.audience_profile div {
    padding: 20px 15px;
}.audience_profile div p {
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
    font-size: calc(15px - 1px);
}.audience_profile div p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}}



@media (max-width: 767px) {.course_program {
    padding: 5rem 0;
}.course_program .image_item {
    height: 280px;
    margin-bottom: 1rem;
}.course_program h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 1);
}.course_program .text_text::before {
    left: -15px;
}.course_program p.description {
    max-height: 350px;
}
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

