.head_mainwrap {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    width: 30px;
    height: 30px;
}

html,body {
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    min-height: 100%;
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
}

.contact_box .image_item::before {
    background: linear-gradient(
        135deg, 
        rgb(141,152,173,0.5) 0%, 
        rgb(105,115,130,0.5) 100%
    );
    height: 100%;
    transform: skew(10deg);
    left: 0;
    width: 120%;
    content: '';
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    top: 0;
}

.contact_box .request_grid form {
    gap: 1.5rem;
    display: grid;
}

.contact_box .request_grid input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgb(141,152,173,0.5);
    background: rgb(105,115,130,0.5);
    width: 100%;
    outline: none;
    padding: 1rem 1.5rem;
    color: #ffffff;
}

.contact_box .request_grid .reach_request label {
    font-size: 12px;
    align-items: center;
    color: #ffffff;
    display: flex;
}

.contact_box .request_grid .reach_request a:hover {
    text-decoration: underline;
}

.contact_box .request_grid .connect_widget:hover::before {
    opacity: 1;
}

.course_rewards {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(178,189,210) 0%, rgba(255,255,255,0.92) 100%);
    padding: 120px 0 80px;
}

.course_rewards h5 {
    margin-bottom: 60px;
    line-height: 1.5;
    font-size: 22px;
    margin-left: auto;
    transform: translateY(0);
    font-weight: 600;
    color: #000000;
    max-width: 850px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-right: auto;
    position: relative;
    text-align: center;
}

.course_rewards .impact_facts:hover .image_item {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.course_rewards .text_text:hover::before {
    opacity: 0.8;
}

.course_rewards ul {
    margin: 0;
    padding: 0;
    gap: 20px;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
}

.course_rewards li p {
    gap: 15px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.enroll_instantly .impact_facts {
    align-items: center;
    background: #ffffff;
    display: flex;
    z-index: 10;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.enroll_instantly .container p::after {
    width: 60px;
    border-radius: 10px;
    height: 4px;
    left: 60px;
    content: '';
    background: linear-gradient(to right, rgb(141,152,173), rgb(105,115,130));
    bottom: 40px;
    position: absolute;
}

.enroll_instantly .impact_facts::before {
    background: linear-gradient(to right, rgb(141,152,173), rgb(105,115,130));
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    left: 0;
}

.title_intro h1 {
    text-align: center;
    transform: translateY(0);
    font-size: var(--h5-font-size, 1.5rem);
    opacity: 1;
    z-index: 2;
    margin-bottom: 2rem;
    font-weight: 700;
    color: var(--primary-color, rgb(94, 170, 168));
    position: relative;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.title_intro .text_text:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.title_intro svg:hover {
    transform: scale(1.05) rotate(2deg);
}

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

.title_intro svg text {
    font-family: var(--body-font-family, sans-serif);
    transition: fill 0.3s ease;
}

.title_intro .connect_widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
}

.title_intro .connect_widget:hover::before {
    left: 100%;
}

.title_intro .image_item {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    width: 100%;
    border-radius: var(--border-radius-medium, 8px);
    position: relative;
    height: 300px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.newsletter_signup .impact_facts {
    gap: 2rem;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.newsletter_signup p::before {
    background: linear-gradient(to bottom, rgb(141,152,173), rgb(105,115,130));
    opacity: 0.8;
    position: absolute;
    top: 0;
    transform: translateZ(10px) translateX(-5px) rotateY(15deg);
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
}

.newsletter_signup .subscribe_wrap::placeholder {
    opacity: 0.6;
    color: #000000;
}

.newsletter_signup .email_join {
    background: linear-gradient(to right, rgb(105,115,130), rgb(141,152,173));
    transform: translateZ(20px);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    position: relative;
    overflow: hidden;
    align-self: flex-end;
    border-radius: 10px;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.our_team .training_pro {
    gap: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.our_team .vision_mission::before {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
}

.our_team .vision_mission h3::before {
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    background: currentColor;
    width: 30px;
    transition: width 0.3s ease;
}



.our_team::after {
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.03;
    background-size: 50px 50px;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}

.story_spot .container {
    display: grid;
    position: relative;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.story_spot .company_holder h3::after {
    left: 0;
    width: 80px;
    background: #ffffff;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -2px;
}

.story_spot .top_nav {
    position: relative;
}

.story_spot .top_nav .top_head {
    display: grid;
    gap: 1rem;
}

.story_spot .top_nav .top_head a::after {
    opacity: 0;
    transition: all 0.3s ease;
    content: "\2192";
    margin-left: 0.5rem;
    transform: translateX(-5px);
}

.trophy_case {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.story_spot .company_holder::after {
    position: absolute;
    width: 50px;
    bottom: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}

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

.tariff_list_item .discount_tier h2 {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}

.tariff_list_item .price_grid {
    gap: 1.5rem;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}

.tariff_list_item .rate_options {
    flex-direction: column;
    z-index: 2;
    overflow: hidden;
    flex: 1;
    position: relative;
    padding: 2rem;
    display: flex;
}

.tariff_list_item .annual_plan {
    margin-bottom: 1.5rem;
    display: block;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: calc(24px + 0.5rem);
    position: relative;
    color: rgb(141,152,173);
}

.tariff_list_item .image_item::after {
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    content: "";
    position: absolute;
    opacity: 0.7;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    left: 0;
}

.tySpotlight::before {
    content: "";
    position: absolute;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.1;
    height: 70%;
    background: linear-gradient(120deg, rgb(105,115,130), rgba(rgb(105,115,130,0.5), 0.2));
    width: 40%;
    transform: rotate(35deg) skew(15deg);
    top: -15%;
    animation: float 15s ease-in-out infinite alternate;
    right: -10%;
}

.tySpotlight .impact_facts > div:first-child::after {
    transform-origin: left;
    position: absolute;
    background: rgb(141,152,173);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
}

.tySpotlight a:hover {
    transform: translateY(-3px);
}

.tySpotlight p {
    position: relative;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
}

.find_us {
    background: rgb(141,152,173,0.5);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


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

.find_us .support_now::after {
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 50%, rgb(178,189,210) 50%);
    content: '';
    z-index: -1;
    opacity: 0.05;
    position: absolute;
    width: 40%;
}

.find_us h3::after {
    bottom: 0;
    border-radius: 10px;
    left: 0;
    width: 60px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(141,152,173), rgb(105,115,130));
    height: 3px;
}

.find_us .assist_experts span::before {
    width: 3px;
    height: 100%;
    content: '';
    opacity: 0.7;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(141,152,173);
    border-radius: 10px 0 0 10px;
}

.find_us .assist_experts span:hover svg path {
    stroke-width: 1;
}

.find_us .assist_experts span p svg {
    opacity: 0.8;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: static;
}

.find_us .assist_experts span span::before {
    display: none;
}

.find_us .assist_experts span span a::after {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    position: absolute;
    background: rgb(141,152,173);
    content: '';
    bottom: -2px;
}

.find_us .course_ask h4 svg {
    height: 18px;
    width: 18px;
    transition: transform 0.5s ease;
    fill: rgb(141,152,173);
    margin-right: 8px;
}

.find_us .course_ask:hover h4 svg {
    transform: rotate(360deg);
}

.find_us .course_ask span {
    position: relative;
    align-items: center;
    display: flex;
    font-size: 15px;
    transition: transform 0.3s ease;
    color: #000000;
    border-bottom: 1px dashed rgb(141,152,173,0.5);
    padding: 10px;
}

.secure_protection h2 {
    color: #000000;
    margin: 15px 0;
    font-weight: 600;
    font-size: 34px;
}

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

.education_history .reviews_hub {
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    gap: 2.5rem;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
}

.education_history .reviews_hub:hover .image_item {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}

.education_history .reviews_hub > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(105,115,130);
    letter-spacing: 0.5px;
    margin-top: 0.8rem;
    font-size: calc(16px * 0.95);
}

.cookie_message_window {
    border-top: 2px solid rgb(141,152,173);
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(178,189,210);
    z-index: 90;
}

.cookie_message_window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie_message_window p a {
    color: rgb(141,152,173);
    text-decoration: none;
}


.wrapper-capsule .cookie_guide {
    justify-content: flex-end;
}

header::before {
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.03;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(105,115,130,0.5) 10px,
            rgb(105,115,130,0.5) 11px
        );
    top: 0;
    position: absolute;
}

header .nav_prime::after {
    opacity: 0.5;
    border-radius: 50%;
    background: rgb(141,152,173,0.5);
    content: "";
    height: 40px;
    animation: orb-float 5s ease-in-out infinite alternate;
    filter: blur(20px);
    position: absolute;
    z-index: -1;
    width: 40px;
}

header .head_lesson::before {
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg,
        transparent,
        rgb(105,115,130,0.5),
        transparent);
    content: "";
    position: absolute;
    transition: left 0.5s ease;
    opacity: 0.5;
}

header .head_lesson:hover {
    box-shadow: 0 0 15px rgb(141,152,173,0.5),
                inset 0 0 10px rgb(141,152,173,0.5);
    transform: translateY(-2px);
    color: rgb(105,115,130);
    border-color: rgb(105,115,130);
}

.audience_profile .impact_facts {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
}

.audience_profile div {
    padding: 40px;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}

.audience_profile div p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgba(rgb(141,152,173), 0.03) 0%, transparent 100%);
    transform: translateX(10px);
}

.audience_profile div p:hover::after {
    right: 15px;
    opacity: 1;
}

.audience_profile div p svg {
    position: absolute;
    width: 24px;
    left: 20px;
    transition: all 0.3s ease;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

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

.course_program .education_flow {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}

.course_program .image_item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
}

.course_program h3::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.4rem;
    position: absolute;
    content: "";
    left: 0;
    height: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(105,115,130);
}

.course_program span.description {
    display: none;
}


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



@media screen and (max-width: 1200px) {.contact_box .image_item {
    margin-left: -3%;
}
}



@media screen and (max-width: 480px) {.contact_box .help_list {
    border-radius: 0;
}.contact_box .request_grid {
    padding: 2rem 1.5rem;
}}



@media (min-width: 992px) {.course_rewards {
    padding: 150px 0 100px;
}.course_rewards .impact_facts {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.course_rewards .image_item {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.course_rewards .text_text {
    padding: 50px;
}.course_rewards h5 {
    margin-bottom: 70px;
    font-size: calc(22px * 1.2);
}.course_rewards li p {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 767px) {.enroll_instantly {
    padding: 70px 0;
}.enroll_instantly .impact_facts {
    flex-direction: column;
}.enroll_instantly .container p {
    font-size: 19px;
    text-align: center;
    padding: 30px;
}.enroll_instantly .connect_widget {
    flex: none;
    padding: 20px;
    width: 100%;
}.enroll_instantly .container p::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
}



@media (max-width: 767px) {.title_intro {
    padding: 3rem 1rem;
}.title_intro h1 {
    font-size: var(--h5-font-size, 1.5rem);
}.title_intro .text_text {
    padding: 1.5rem;
}.title_intro svg {
    width: 100px;
    height: 100px;
}.title_intro .course_begin p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.title_intro .connect_widget {
    display: block;
    text-align: center;
}}



@media (max-width: 576px) {.our_team {
    padding: 40px 0;
}.our_team h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.our_team .vision_mission {
    padding: 20px;
    border-left-width: 3px;
}.our_team .vision_mission::after {
    height: 15px;
    width: 15px;
    right: 20px;
    top: 20px;
}.our_team .vision_mission p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our_team .container::before,
    .our_team .container::after {
    height: 150px;
    width: 150px;
}}



@media (min-width: 768px) {.tariff_list_item .training_sub {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
}.tariff_list_item .discount_tier {
    padding-top: 2rem;
    margin-bottom: 0;
    order: 0;
    flex: 0 0 30%;
}.tariff_list_item .price_grid {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_list_item .learning_price {
    border-radius: 0.25rem;
}
}



@media (max-width: 992px) {.tySpotlight {
    padding: 4rem 0;
}.tySpotlight .impact_facts {
    padding: 2.5rem;
}.tySpotlight h5 {
    font-size: calc(18px * 0.9);
}
}


@media (max-width: 991px) {.find_us {
    padding: 60px 0;
}.find_us .support_now {
    padding: 30px;
}.find_us h3 {
    font-size: calc(37px - 0.2rem);
}.find_us .assist_experts {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.find_us .assist_experts span svg {
    right: 10px;
    top: 10px;
    height: 18px;
    width: 18px;
}.find_us .course_ask h4 svg {
    width: 16px;
    height: 16px;
}
}


@media only screen and (max-width: 800px) {.secure_protection {
    padding: 20px;
}.secure_protection h1 {
    font-size: calc(24px * 0.8);
}.secure_protection h2 {
    font-size: calc(24px * 0.9);
}.secure_protection li {
    font-size: 14px;
}}



@media (max-width: 576px) {.education_history {
    padding: 4rem 0;
}.education_history .reviews_hub {
    padding: 2rem;
    gap: 1.5rem;
}.education_history .reviews_hub .image_item {
    max-width: 220px;
}.education_history .reviews_hub .name {
    font-size: 19px;
}.education_history .reviews_hub > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.education_history .reviews_hub .career_overview {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
}}



@media (max-width: 991px) {header .nav_prime {
    margin-bottom: 1.5rem;
}header .nav_prime svg {
    height: 42px;
}header .head_lesson {
    padding: 0.5rem 1.5rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 767px) {.audience_profile {
    padding: 80px 0;
}.audience_profile h4 {
    font-size: calc(33px - 4px);
    padding: 20px;
}.audience_profile div {
    padding: 25px 20px;
}.audience_profile div p {
    flex: 1 1 100%;
    padding: 15px 15px 15px 50px;
    margin-bottom: 12px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
}.audience_profile div p svg {
    width: 20px;
    left: 15px;
    height: 20px;
}
}



@media (min-width: 1200px) {.course_program .education_flow {
    gap: 6rem;
}.course_program .image_item {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.course_program .image_item:hover {
    transform: perspective(1500px) rotateY(0);
}.course_program h3 {
    font-size: calc(29px * 0.8);
}.course_program p.description {
    max-height: 500px;
}
}

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

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



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

