* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-skeleton_web {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.top_master_web {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1280px;
}.footer_careers_web {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_page_web {
    position: relative;
    padding: 2rem;
    display: flex;
    background: rgb(228,229,242);
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
}.welcome_page_web::before {
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, rgb(158,161,202,0.5) 100%);
    z-index: 1;
    opacity: 0.15;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.welcome_page_web::after {
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, rgb(195,197,225,0.5) 0%, transparent 70%);
    opacity: 0.1;
    transform: scale(2);
    z-index: 1;
    position: absolute;
    top: -50%;
    right: -50%;
    height: 100%;
}.welcome_page_web .learning_welcome_web {
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2.5rem;
    z-index: 2;
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    max-width: 1200px;
    position: relative;
}.welcome_page_web .learning_welcome_web:hover {
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.welcome_page_web .learning_welcome_web > div:first-child {
    border-left: 4px solid rgb(195,197,225);
    margin-bottom: 2rem;
    opacity: 0;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    padding-left: 1.5rem;
    position: relative;
    transform: translateX(-10px);
}.welcome_page_web .learning_welcome_web > div:first-child p {
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    color: #000000;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(18px * 1.1);
}.welcome_page_web .virtual_academy_web {
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform: translateY(20px);
    position: relative;
    margin-top: 3rem;
    opacity: 0;
}.welcome_page_web .virtual_academy_web > div {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
    position: relative;
}.welcome_page_web .virtual_academy_web > div::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    content: "";
}.welcome_page_web .virtual_academy_web > div::after {
    width: 120%;
    opacity: 0.7;
    position: absolute;
    height: 120%;
    background: radial-gradient(
    ellipse at top right,
    rgb(195,197,225,0.5) 0%,
    transparent 70%
  );
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: overlay;
    top: -10%;
    left: -10%;
    content: "";
}.welcome_page_web .virtual_academy_web h3 {
    line-height: 1.5;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    margin: 0;
    font-size: calc(21px * 0.9);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    transform: translateY(10px);
    color: #ffffff;
    opacity: 0;
    font-weight: 400;
    padding: 2rem 2rem 1rem;
    position: relative;
    z-index: 3;
}.welcome_page_web .virtual_academy_web > div > div {
    z-index: 3;
    position: relative;
    backdrop-filter: blur(5px);
    margin-top: 1rem;
    padding: 2rem;
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
}.welcome_page_web .virtual_academy_web > div > div > div {
    padding: 2rem;
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    transform: perspective(500px) rotateX(3deg);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.welcome_page_web .virtual_academy_web > div > div > div:hover {
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
}.welcome_page_web .title_style_header {
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1.3;
    font-size: calc(44px * 0.9);
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0;
}.welcome_page_web .title_style_header::after {
    background: linear-gradient(to right, rgb(195,197,225), rgb(158,161,202));
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
    border-radius: 10px;
    height: 4px;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media screen and (max-width: 992px) {.welcome_page_web {
    padding: 1.5rem;
}.welcome_page_web .learning_welcome_web {
    padding: 2rem 1.5rem;
    width: 95%;
}.welcome_page_web .title_style_header {
    font-size: calc(28px * 1.1);
}.welcome_page_web .virtual_academy_web h3 {
    font-size: 21px;
    padding: 1.5rem 1.5rem 1rem;
}
}

@media screen and (max-width: 768px) {.welcome_page_web {
    padding: 4rem 1rem;
    min-height: auto;
}.welcome_page_web .learning_welcome_web {
    padding: 1.5rem 1.25rem;
    transform: perspective(800px) rotateX(1deg);
}.welcome_page_web .learning_welcome_web > div:first-child {
    margin-bottom: 1.5rem;
}.welcome_page_web .learning_welcome_web > div:first-child p {
    font-size: 18px;
}.welcome_page_web .virtual_academy_web > div > div {
    padding: 1.5rem 1rem;
}.welcome_page_web .virtual_academy_web > div > div > div {
    padding: 1.5rem 1rem;
}.welcome_page_web .title_style_header {
    font-size: calc(28px * 0.95);
}.welcome_page_web .title_style_header::after {
    height: 3px;
    width: 60px;
    bottom: -12px;
}.welcome_page_web .virtual_academy_web h3 {
    padding: 1.5rem 1.25rem 0.75rem;
    font-size: calc(19px * 1.1);
}
}

@media screen and (max-width: 576px) {.welcome_page_web {
    padding: 3rem 0.75rem;
}.welcome_page_web .learning_welcome_web {
    width: 100%;
    padding: 1.25rem 1rem;
    transform: none;
}.welcome_page_web .learning_welcome_web > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
}.welcome_page_web .virtual_academy_web {
    margin-top: 2rem;
}.welcome_page_web .virtual_academy_web > div > div {
    padding: 1.25rem 0.75rem;
}.welcome_page_web .virtual_academy_web > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.welcome_page_web .title_style_header {
    font-size: calc(28px * 0.85);
}.welcome_page_web .title_style_header::after {
    height: 3px;
    width: 50px;
    bottom: -10px;
}.welcome_page_web .virtual_academy_web h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 19px;
}}.program_outcomes_web {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, #ffffff 100%);
    padding: 120px 0 100px;
    position: relative;
}.program_outcomes_web::before {
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,197,225,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(158,161,202,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
}.program_outcomes_web::after {
    content: "";
    height: 80%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(20px);
    transform: rotate(15deg);
    z-index: -1;
    animation: floatBackground 15s ease-in-out infinite alternate;
    width: 80%;
    background: linear-gradient(45deg, rgb(195,197,225,0.5) 0%, rgb(158,161,202,0.5) 100%);
    right: -50%;
    top: -50%;
    position: absolute;
    opacity: 0.05;
}.program_outcomes_web h5 {
    font-size: 22px;
    z-index: 1;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    max-width: 800px;
    margin-left: auto;
    transform: translateY(0);
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    color: #000000;
}.program_outcomes_web h5::after {
    content: "";
    margin: 20px auto 0;
    display: block;
    height: 3px;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    animation: scaleIn 1s ease-out forwards 0.6s;
    width: 80px;
    border-radius: 2px;
    transform: scaleX(0);
}.program_outcomes_web .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}.program_outcomes_web .story_visual_web {
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
    align-items: center;
    gap: 40px;
    opacity: 0;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    display: flex;
    background: #ffffff;
}.program_outcomes_web .story_visual_web::before {
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    height: 5px;
    left: 0;
}.program_outcomes_web .story_visual_web:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
}.program_outcomes_web .story_visual_web:hover::before {
    transform: scaleX(1);
}.program_outcomes_web .img_cell_web {
    transform: perspective(800px) rotateY(-2deg);
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    filter: brightness(1.02) contrast(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    border-radius: 10px;
}.program_outcomes_web .img_cell_web:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
    transform: perspective(800px) rotateY(0);
}.program_outcomes_web .phrase_holder_web {
    max-width: 100%;
    flex: 1;
}.program_outcomes_web ul {
    margin: 0;
    gap: 16px;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
}.program_outcomes_web li {
    transform: translateX(20px);
    animation-delay: calc(0.1s * var(--i, 1));
    opacity: 0;
    background: linear-gradient(135deg, rgba(rgb(228,229,242), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    position: relative;
    animation: fadeInRight 0.5s ease forwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 14px 20px 14px 60px;
    border-radius: 8px;
}.program_outcomes_web li:nth-child(1) {
    --i: 1;
}.program_outcomes_web li:nth-child(2) {
    --i: 2;
}.program_outcomes_web li:nth-child(3) {
    --i: 3;
}.program_outcomes_web li:nth-child(4) {
    --i: 4;
}.program_outcomes_web li:nth-child(5) {
    --i: 5;
}.program_outcomes_web li:hover {
    transform: translateY(-3px) translateX(0);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(rgb(228,229,242), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
}.program_outcomes_web li div {
    position: relative;
}.program_outcomes_web li p {
    position: relative;
    font-size: calc(12px - 1px);
    color: #000000;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.2px;
}.program_outcomes_web li:nth-child(odd) p {
    font-weight: 600;
}.program_outcomes_web li svg {
    height: 28px;
    transform: translateY(-2px);
    left: -40px;
    transition: transform 0.3s ease;
    width: 28px;
    top: 0;
    position: absolute;
}.program_outcomes_web li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program_outcomes_web li svg path {
    fill: rgb(195,197,225);
    transition: fill 0.3s ease;
}.program_outcomes_web li:hover svg path {
    fill: rgb(158,161,202);
}

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

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.program_outcomes_web {
    padding: 150px 0 120px;
}.program_outcomes_web .story_visual_web {
    gap: 60px;
    padding: 50px;
    flex-direction: row;
}.program_outcomes_web ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}.program_outcomes_web .img_cell_web {
    max-width: 350px;
    transform: perspective(1000px) rotateY(-5deg);
}.program_outcomes_web h5 {
    font-size: calc(22px + 2px);
}
}

@media (min-width: 992px) {.program_outcomes_web .img_cell_web {
    max-width: 450px;
}.program_outcomes_web h5 {
    font-size: calc(22px + 4px);
}.program_outcomes_web li p {
    font-size: 12px;
}
}

@media (max-width: 767px) {.program_outcomes_web {
    padding: 80px 0 60px;
}.program_outcomes_web h5 {
    padding: 0 15px;
    margin-bottom: 30px;
}.program_outcomes_web .story_visual_web {
    padding: 25px 20px;
}.program_outcomes_web li {
    padding: 12px 15px 12px 50px;
}.program_outcomes_web li svg {
    left: -35px;
    height: 24px;
    width: 24px;
}.program_outcomes_web .img_cell_web {
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.program_outcomes_web h5 {
    font-size: calc(22px - 2px);
}.program_outcomes_web li p {
    font-size: calc(12px - 2px);
}.program_outcomes_web .story_visual_web {
    padding: 20px 15px;
}
}

@media (hover: hover) {.program_outcomes_web .story_visual_web {
    transform: translateY(0);
}}.client_comments_web {
    background: linear-gradient(180deg, rgb(228,229,242) 0%, #ffffff 70%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.client_comments_web::before {
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.4;
    background: 
        radial-gradient(circle at 10% 10%, rgb(195,197,225,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(158,161,202,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
}.client_comments_web .story_visual_web {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.client_comments_web h4 {
    margin-bottom: 80px;
    letter-spacing: 1px;
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
}.client_comments_web h4::after {
    background: rgb(195,197,225);
    border-radius: 10px;
    left: 50%;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    bottom: -20px;
}.client_comments_web .review_feedback_web {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}.client_comments_web .review_feedback_web::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(195,197,225,0.5), rgb(158,161,202,0.5));
    width: 4px;
    height: 100%;
    z-index: 1;
    top: 0;
    border-radius: 2px;
    left: calc(50% - 2px);
    content: "";
}.client_comments_web .user_reviews_web {
    background: #ffffff;
    border-radius: 11px;
    position: relative;
    width: 48%;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-bottom: 40px;
    padding: 30px;
}.client_comments_web .user_reviews_web:nth-child(odd) {
    align-self: flex-start;
    transform: translateY(40px);
}.client_comments_web .user_reviews_web:nth-child(even) {
    transform: translateY(-40px);
    align-self: flex-end;
}.client_comments_web .user_reviews_web::before {
    background: #ffffff;
    position: absolute;
    top: 50%;
    width: 20px;
    border-radius: 50%;
    border: 4px solid rgb(195,197,225);
    height: 20px;
    content: "";
    z-index: 3;
}.client_comments_web .user_reviews_web:nth-child(odd)::before {
    transform: translateY(-50%);
    right: -50px;
}.client_comments_web .user_reviews_web:nth-child(even)::before {
    transform: translateY(-50%);
    left: -50px;
}.client_comments_web .user_reviews_web::after {
    content: "";
    background: rgb(195,197,225,0.5);
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    width: 30px;
    top: 50%;
}.client_comments_web .user_reviews_web:nth-child(odd)::after {
    right: -30px;
}.client_comments_web .user_reviews_web:nth-child(even)::after {
    left: -30px;
}.client_comments_web .user_reviews_web:hover {
    z-index: 4;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.client_comments_web .user_reviews_web:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}.client_comments_web .user_reviews_web:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}.client_comments_web .img_cell_web {
    transition: all 0.5s ease;
    margin-bottom: 15px;
    border: 3px solid #ffffff;
    margin-right: 20px;
    height: 80px;
    border-radius: 11px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    float: left;
}.client_comments_web .user_reviews_web:nth-child(even) .img_cell_web {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}.client_comments_web .user_reviews_web:hover .img_cell_web {
    transform: scale(1.1);
    border-radius: 50%;
}.client_comments_web .user_reviews_web span {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 23px;
    transition: all 0.3s ease;
    color: #000000;
    display: block;
}.client_comments_web .user_reviews_web:hover span {
    color: rgb(195,197,225);
}.client_comments_web .user_reviews_web p {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    transition: all 0.3s ease;
}.client_comments_web .user_reviews_web:hover p {
    color: #000000;
}.client_comments_web .user_reviews_web:nth-child(odd) {
    animation: fadeInLeft 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}.client_comments_web .user_reviews_web:nth-child(even) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInRight 0.8s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

.client_comments_web .user_reviews_web:last-child:nth-child(odd) {
    margin-bottom: 0;
}

@media (max-width: 1024px) {.client_comments_web {
    padding: 90px 0;
}.client_comments_web h4 {
    font-size: calc(42px * 0.85);
    margin-bottom: 60px;
}.client_comments_web .user_reviews_web {
    width: 46%;
    padding: 25px;
}.client_comments_web .user_reviews_web:nth-child(odd)::before {
    right: -40px;
}.client_comments_web .user_reviews_web:nth-child(even)::before {
    left: -40px;
}.client_comments_web .img_cell_web {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 768px) {.client_comments_web {
    padding: 70px 0;
}.client_comments_web h4 {
    margin-bottom: 50px;
    font-size: calc(42px * 0.7);
}.client_comments_web .review_feedback_web::before {
    left: 30px;
}.client_comments_web .user_reviews_web {
    margin-left: 60px;
    align-self: flex-start !important;
    margin-bottom: 30px;
    transform: translateY(0) !important;
    width: calc(100% - 60px);
}.client_comments_web .user_reviews_web:hover {
    transform: scale(1.03) !important;
}.client_comments_web .user_reviews_web:nth-child(n)::before {
    left: -50px;
    right: auto;
}.client_comments_web .user_reviews_web:nth-child(n)::after {
    left: -30px;
    right: auto;
}.client_comments_web .img_cell_web {
    width: 60px;
    float: left !important;
    height: 60px;
    margin-left: 0 !important;
    margin-right: 15px !important;
}.client_comments_web .user_reviews_web span {
    font-size: calc(23px * 0.9);
}.client_comments_web .user_reviews_web p {
    font-size: calc(15px * 0.95);
    clear: none;
}.client_comments_web .user_reviews_web:nth-child(n) {
    animation: fadeInUp 0.6s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
}@keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}.training_specialist_web {
    position: relative;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.training_specialist_web::before {
    z-index: 1;
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    opacity: 0.1;
    width: 25rem;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(195,197,225,0.5) 10%, rgb(158,161,202,0.5) 90%);
    top: -10%;
    height: 25rem;
    right: -5%;
}.training_specialist_web::after {
    position: absolute;
    opacity: 0.08;
    width: 15rem;
    transform: rotate(12deg);
    left: -5%;
    background: linear-gradient(220deg, rgb(158,161,202,0.5) 10%, rgb(195,197,225,0.5) 90%);
    content: "";
    z-index: 1;
    height: 15rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -5%;
}.training_specialist_web .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.training_specialist_web .user_reviews_web {
    gap: 2.5rem;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(195,197,225);
    display: grid;
    background: #ffffff;
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.training_specialist_web .user_reviews_web:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.training_specialist_web .user_reviews_web > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.training_specialist_web .img_cell_web {
    height: 180px;
    width: 180px;
    transform: rotate(-3deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.training_specialist_web .user_reviews_web:hover .img_cell_web {
    transform: rotate(0deg) scale(1.05);
}.training_specialist_web .name {
    font-size: 22px;
    color: rgb(195,197,225);
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
}.training_specialist_web .name::after {
    position: absolute;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, transparent 100%);
    transition: width 0.4s ease;
    width: 40%;
    height: 3px;
    left: 0;
}.training_specialist_web .user_reviews_web:hover .name::after {
    width: 90%;
}.training_specialist_web .user_reviews_web > div:nth-child(2) {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.training_specialist_web .user_reviews_web > div:nth-child(2) > div {
    font-size: calc(17px - 0.1rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(158,161,202);
}.training_specialist_web .work_background_web {
    margin: 0;
    padding-left: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    position: relative;
}.training_specialist_web .work_background_web::before {
    font-family: Georgia, serif;
    opacity: 0.3;
    left: -0.8rem;
    content: "";
    position: absolute;
    font-size: 5rem;
    color: rgb(195,197,225,0.5);
    top: -1.5rem;
}

@media (min-width: 768px) {.training_specialist_web .user_reviews_web {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.training_specialist_web .user_reviews_web > div:first-child {
    grid-row: span 2;
}.training_specialist_web .img_cell_web {
    width: 200px;
    height: 200px;
}.training_specialist_web .work_background_web {
    font-size: calc(17px + 0.05rem);
}
}

@media (min-width: 992px) {.training_specialist_web .user_reviews_web {
    align-items: center;
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
}.training_specialist_web .user_reviews_web > div:first-child {
    grid-row: 1;
}.training_specialist_web .img_cell_web {
    height: 220px;
    width: 220px;
}.training_specialist_web .work_background_web {
    padding-left: 2rem;
}.training_specialist_web .work_background_web::before {
    font-size: 6rem;
    top: -2rem;
    left: -0.5rem;
}
}

@media (max-width: 767px) {.training_specialist_web {
    padding: 3rem 0;
}.training_specialist_web .user_reviews_web {
    padding: 2rem;
}.training_specialist_web .img_cell_web {
    height: 150px;
    width: 150px;
}.training_specialist_web .name {
    font-size: calc(22px - 0.1rem);
}.training_specialist_web .work_background_web {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}
}

@media (max-width: 480px) {.training_specialist_web {
    padding: 2rem 0;
}.training_specialist_web .container {
    padding: 0 1rem;
}.training_specialist_web .user_reviews_web {
    gap: 1.5rem;
    padding: 1.5rem;
}.training_specialist_web .img_cell_web {
    width: 120px;
    height: 120px;
}.training_specialist_web .work_background_web::before {
    font-size: 4rem;
    top: -1rem;
}}.pricing_layout_web {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_layout_web::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(195,197,225,0.5), rgba(0, 0, 0, 0.5) 90%);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}.pricing_layout_web .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.pricing_layout_web .learning_packages_web {
    position: relative;
}.pricing_layout_web h2 {
    text-align: center;
    position: relative;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.3;
}.pricing_layout_web h2::after {
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: rgb(158,161,202);
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.pricing_layout_web .price_grid_web {
    color: #ffffff;
    font-size: 12px;
    max-width: 700px;
    margin: 30px auto 50px;
    text-align: center;
    line-height: 1.6;
}.pricing_layout_web .learn_offers_web {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing_layout_web .learn_offers_web li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing_layout_web .learn_offers_web li:hover {
    transform: translateY(-10px);
}.pricing_layout_web .payment_deals_web {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}.pricing_layout_web .rate_list_web {
    border-radius: 10px;
    position: relative;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(158,161,202);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    -webkit-backdrop-filter: blur(10px);
}.pricing_layout_web .rate_list_web::before {
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(45deg, rgb(195,197,225,0.5), transparent);
}.pricing_layout_web .payment_deals_web:hover .rate_list_web::before {
    opacity: 0.15;
}.pricing_layout_web .rate_list_web::after {
    width: 100px;
    z-index: -1;
    background: rgb(158,161,202);
    position: absolute;
    opacity: 0.1;
    transition: transform 0.5s ease;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    height: 100px;
    content: "";
}.pricing_layout_web .payment_deals_web:hover .rate_list_web::after {
    transform: scale(1.2);
}.pricing_layout_web .price_plan_web {
    height: 100%;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}.pricing_layout_web .price_plan_web h4 {
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}.pricing_layout_web .price_plan_web h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    background: rgb(158,161,202);
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 40px;
}.pricing_layout_web .payment_deals_web:hover .price_plan_web h4::after {
    width: 60px;
}.pricing_layout_web .price_plan_web p {
    flex-grow: 1;
    font-size: calc(12px - 2px);
    opacity: 0.85;
    word-break: break-word;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    line-height: 1.5;
    word-wrap: break-word;
    color: #ffffff;
}.pricing_layout_web .class_rates_web {
    margin-top: auto;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    position: relative;
    padding: 15px 0 0;
    font-size: calc(19px + 4px);
    display: block;
}.pricing_layout_web .class_rates_web::before {
    top: -1px;
    left: 0;
    content: "";
    width: 30%;
    position: absolute;
    background: rgb(158,161,202);
    height: 1px;
}

@media (min-width: 992px) {.pricing_layout_web .learn_offers_web {
    grid-template-columns: repeat(4, 1fr);
}.pricing_layout_web .rate_list_web {
    padding: 35px 25px;
}.pricing_layout_web h2 {
    font-size: calc(33px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_layout_web .learn_offers_web {
    grid-template-columns: repeat(2, 1fr);
}.pricing_layout_web {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.pricing_layout_web {
    padding: 80px 0;
}.pricing_layout_web .learn_offers_web {
    grid-template-columns: 1fr;
}.pricing_layout_web h2 {
    font-size: calc(33px - 2px);
}.pricing_layout_web .price_grid_web {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.pricing_layout_web .price_plan_web p {
    overflow-y: auto;
    padding-right: 10px;
    font-size: calc(12px - 3px);
    max-height: 300px;
}.pricing_layout_web .price_plan_web p::-webkit-scrollbar {
    width: 3px;
}.pricing_layout_web .price_plan_web p::-webkit-scrollbar-thumb {
    background: rgb(158,161,202);
}
}

@media (max-width: 480px) {.pricing_layout_web .rate_list_web {
    padding: 30px 20px;
}.pricing_layout_web h2 {
    font-size: calc(33px - 4px);
}.pricing_layout_web .class_rates_web {
    font-size: calc(19px + 2px);
}}header {
    z-index: 100;
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, rgb(228,229,242) 100%);
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: relative;
    overflow: visible;
}header::before {
    content: '';
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
}header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(195,197,225,0.5), 
        transparent
    );
    opacity: 0.6;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
}header .nav_site_web {
    z-index: 5;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
}header .top_base_web {
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .top_base_web:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}header .head_lead_web {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}header .head_lead_web img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .top_know_web {
    z-index: 2;
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}header .top_know_web::before {
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    content: '';
    width: 110%;
    left: -5%;
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, transparent 100%);
    position: absolute;
    top: -5%;
    z-index: -1;
    opacity: 0.1;
    height: 110%;
}header .top_know_web:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .nav_master_web {
    position: relative;
    margin: 0 0.5rem;
}header .nav_master_web a {
    font-size: 13px;
    font-weight: 600;
    z-index: 1;
    padding: 0.8rem 1.3rem;
    transition: all 0.4s ease;
    color: #000000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    overflow: hidden;
}header .nav_master_web a::before {
    border-radius: inherit;
    content: '';
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, rgb(158,161,202,0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.1);
}header .nav_master_web a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
}header .nav_master_web a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav_master_web::after {
    background: rgb(195,197,225);
    transform: translateX(-50%) scale(0);
    opacity: 0.7;
    bottom: -8px;
    transition: transform 0.4s ease;
    width: 6px;
    position: absolute;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    content: '';
}header .nav_master_web:hover::after {
    transform: translateX(-50%) scale(1);
}header .nav_site_web::before {
    right: -100px;
    background: radial-gradient(circle, rgb(195,197,225,0.5) 0%, transparent 70%);
    position: absolute;
    top: -100px;
    content: '';
    height: 200px;
    border-radius: 50%;
    filter: blur(30px);
    width: 200px;
    opacity: 0.1;
}header .nav_site_web::after {
    border-radius: 50%;
    left: -75px;
    filter: blur(30px);
    content: '';
    background: radial-gradient(circle, rgb(158,161,202,0.5) 0%, transparent 70%);
    width: 150px;
    height: 150px;
    opacity: 0.1;
    bottom: -75px;
    position: absolute;
}.top_master_web {
    background: rgb(228,229,242);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .nav_site_web {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_master_web {
    margin: 0 0.7rem;
}header .nav_master_web a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .nav_site_web {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_base_web {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .top_know_web {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_master_web a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}header .top_know_web::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_site_web {
    padding: 0.8rem 1.5rem;
}header .top_base_web {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .head_lead_web img {
    max-height: 35px;
}header .top_know_web {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
}header .top_know_web::-webkit-scrollbar {
    height: 3px;
}header .top_know_web::-webkit-scrollbar-thumb {
    background: rgb(195,197,225,0.5);
    border-radius: 10px;
}header .nav_master_web {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_master_web a {
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}header .nav_master_web::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .nav_site_web {
    padding: 0.7rem 1.2rem;
}header .top_base_web {
    padding: 0.5rem;
    max-width: 120px;
}header .nav_master_web a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}.privacySettingsBanner_web {
    border-radius: 18px;
    bottom: 20px;
    width: 90%;
    position: fixed;
    z-index: 1050;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    background: #ffffff;
    overflow: hidden;
    max-width: 500px;
}.cookie_layer_web {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}.track_switch_web {
    margin-bottom: 20px;
}.track_switch_web svg, .track_switch_web svg path, .track_switch_web img {
    width: 60px;
    height: 60px;
    fill: rgb(195,197,225);
}.privacySettingsBanner_web h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: rgb(195,197,225);
    font-weight: 700;
}.privacySettingsBanner_web p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}.data_comply_web {
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    display: inline-block;
    background: rgb(195,197,225);
    padding: 10px 20px;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}.data_comply_web:hover {
    background: rgb(158,161,202);
}.cookie_button.cookie_box_web {
    background: rgb(158,161,202);
}.cookie_button.cookie_box_web:hover {
    background: rgb(158,161,202,0.5);
}.privacySettingsBanner_web p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(195,197,225);
}.privacySettingsBanner_web p a:hover {
    color: rgb(158,161,202);
}#windowConsentAlert_web {
    display: none;
}#windowConsentAlert_web:checked ~ .privacySettingsBanner_web {
    opacity: 0;
    visibility: hidden;
}.potential_learners_web {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(228,229,242);
}.potential_learners_web::before {
    content: "";
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    opacity: 0.03;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(195,197,225,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(195,197,225,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(195,197,225,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(195,197,225,0.5) 75%
        );
    top: 0;
}.potential_learners_web::after {
    background: linear-gradient(to top, rgb(228,229,242), transparent);
    height: 150px;
    content: "";
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
}.potential_learners_web .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.potential_learners_web .story_visual_web {
    position: relative;
}.potential_learners_web h4 {
    text-align: center;
    color: #000000;
    padding: 20px 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    font-size: 35px;
}.potential_learners_web h4::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 3px;
    background: rgb(195,197,225,0.5);
    width: 100px;
    border-radius: 2px;
    transform: translateX(-50%);
}.potential_learners_web h4::after {
    bottom: 0;
    border-radius: 2px;
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(158,161,202,0.5);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.potential_learners_web div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}.potential_learners_web div::before {
    width: 2px;
    background: linear-gradient(180deg, rgb(195,197,225,0.5), rgb(158,161,202,0.5), transparent);
    height: 100%;
    top: 0;
    content: "";
    left: 50%;
    z-index: 0;
    position: absolute;
    opacity: 0.5;
}.potential_learners_web div p {
    transition: all 0.4s ease;
    font-size: 18px;
    align-items: center;
    margin: 0 0 60px 0;
    width: 70%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    line-height: 1.6;
    padding: 25px 30px;
    border-radius: 50px;
    background: #ffffff;
    color: #000000;
    display: flex;
    position: relative;
}.potential_learners_web div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.potential_learners_web div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.potential_learners_web div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.potential_learners_web div p::before {
    z-index: 2;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #ffffff;
}.potential_learners_web div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.potential_learners_web div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.potential_learners_web div p::after {
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(195,197,225), rgb(158,161,202));
    width: 15px;
    content: "";
    position: absolute;
    z-index: 3;
    transition: all 0.3s ease;
}.potential_learners_web div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.potential_learners_web div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.potential_learners_web div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(195,197,225,0.5);
}.potential_learners_web div p svg {
    transition: all 0.3s ease;
    margin-right: 20px;
    width: 32px;
    height: 32px;
    min-width: 32px;
}.potential_learners_web div p:hover svg {
    transform: rotate(15deg);
}.potential_learners_web div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,197,225);
}.potential_learners_web div p:hover svg path {
    fill: rgb(158,161,202);
}

@media (max-width: 991px) {.potential_learners_web {
    padding: 120px 0;
}.potential_learners_web h4 {
    font-size: calc(35px - 2px);
    margin-bottom: 70px;
}.potential_learners_web div p {
    margin-bottom: 50px;
    padding: 22px 25px;
    width: 80%;
}.potential_learners_web div p svg {
    height: 28px;
    margin-right: 15px;
    min-width: 28px;
    width: 28px;
}
}

@media (max-width: 767px) {.potential_learners_web {
    padding: 100px 0;
}.potential_learners_web h4 {
    font-size: calc(35px - 4px);
    margin-bottom: 60px;
}.potential_learners_web div p {
    margin-bottom: 40px;
    border-radius: 30px !important;
    width: 90%;
    align-self: center !important;
    padding: 18px 22px;
}.potential_learners_web div p::before,
    .potential_learners_web div p::after {
    display: none;
}.potential_learners_web div p svg {
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
    width: 24px;
}
}

@media (max-width: 479px) {.potential_learners_web {
    padding: 80px 0;
}.potential_learners_web h4 {
    font-size: calc(35px - 6px);
    margin-bottom: 50px;
}.potential_learners_web div p {
    margin-bottom: 30px;
    padding: 15px 18px;
    font-size: calc(18px - 1px);
    width: 100%;
}.potential_learners_web div p svg {
    height: 22px;
    min-width: 22px;
    width: 22px;
    margin-right: 10px;
}}.register_now_web {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(195,197,225), rgb(158,161,202));
    padding: 6rem 2rem;
}.register_now_web::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    z-index: -1;
}.register_now_web::after {
    height: 10px;
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
    bottom: -5px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    z-index: 2;
}.register_now_web .container {
    transform-origin: center bottom;
    grid-template-columns: 1fr;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.register_now_web h6 {
    transform: translateZ(30px);
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(20px * 1.2);
    position: relative;
    margin: 0;
    animation: float 6s ease-in-out infinite;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
}.register_now_web .container > div {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.register_now_web .container > div::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: -1.5rem;
    height: 1px;
    content: "";
    max-width: 600px;
    position: absolute;
}.register_now_web .container > div span {
    display: inline-block;
    transform: translateZ(40px);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.register_now_web .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.register_now_web .feedback_reach_web {
    font-size: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-decoration: none;
    transform-style: preserve-3d;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding: 1.2rem 2.5rem;
    background: #ffffff;
    display: inline-block;
    color: #000000;
}.register_now_web .feedback_reach_web::before {
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
}.register_now_web .feedback_reach_web span {
    position: relative;
    z-index: 2;
}.register_now_web .feedback_reach_web:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}.register_now_web .feedback_reach_web:hover::before {
    transform: translateX(100%);
}.register_now_web .feedback_reach_web:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes float {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(30px) translateY(-10px);
    }
}

@media screen and (min-width: 768px) {.register_now_web {
    padding: 8rem 4rem;
}.register_now_web .container {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.register_now_web h6 {
    font-size: calc(20px * 1.5);
    text-align: left;
}.register_now_web .container > div {
    justify-content: flex-end;
}.register_now_web .container > div::before {
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    width: 1px;
    top: 50%;
    left: -2rem;
    height: 80%;
    max-height: 100px;
}
}

@media screen and (min-width: 1200px) {.register_now_web {
    padding: 10rem 6rem;
}.register_now_web .container {
    grid-template-columns: 3fr 1fr;
}.register_now_web h6 {
    line-height: 1.6;
    font-size: calc(20px * 1.8);
}.register_now_web .feedback_reach_web {
    padding: 1.5rem 3rem;
    font-size: calc(15px * 1.2);
}
}

@media (hover: none) {.register_now_web .container {
    transform: none;
}.register_now_web h6 {
    animation: none;
    transform: none;
}.register_now_web .container > div span {
    transform: none;
}.register_now_web .container > div span:hover {
    transform: none;
}.register_now_web .feedback_reach_web:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
}

@media (prefers-reduced-motion) {.register_now_web h6 {
    animation: none;
}.register_now_web .feedback_reach_web::before {
    transition: none;
}}.privacy_fortification_web {
    padding: 50px;
    border: 2px solid rgb(195,197,225);
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    display: flex;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy_fortification_web h1 {
    border-bottom: 3px solid rgb(158,161,202);
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 41px;
    font-weight: 700;
    color: rgb(195,197,225);
}.privacy_fortification_web h2 {
    font-size: 32px;
    border-bottom: 2px solid rgb(195,197,225);
    margin-top: 30px;
    color: rgb(158,161,202);
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}.privacy_fortification_web ul, .privacy_fortification_web ol {
    padding: 0;
    border-top: 2px solid #000000;
    margin: 20px 0;
    text-align: left;
    width: 100%;
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    border-bottom: 2px solid #000000;
}.privacy_fortification_web li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(158,161,202,0.5);
}.privacy_fortification_web section {
    background: none;
}.privacy_fortification_web p, .privacy_fortification_web span, .privacy_fortification_web div {
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    width: 100%;
}

@media only screen and (max-width: 800px) {.privacy_fortification_web {
    padding: 30px;
    border-radius: 10px;
}.privacy_fortification_web h1 {
    font-size: calc(21px - 5px);
}.privacy_fortification_web h2 {
    font-size: calc(21px - 3px);
}.privacy_fortification_web ul, .privacy_fortification_web ol {
    margin: 15px 0;
}.privacy_fortification_web li {
    padding: 8px 0;
}.privacy_fortification_web p, .privacy_fortification_web span, .privacy_fortification_web div {
    margin-bottom: 15px;
}}.company_info_web {
    overflow: hidden;
    position: relative;
    padding: 6rem 0 8rem;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, #ffffff 50%, rgb(228,229,242) 100%);
}.company_info_web::before {
    top: -10%;
    background: linear-gradient(160deg, rgb(195,197,225,0.5) 0%, transparent 80%);
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    width: 40%;
    position: absolute;
    content: "";
    opacity: 0.15;
    z-index: 1;
}.company_info_web::after {
    position: absolute;
    transform: rotate(15deg) skewY(-10deg);
    background: linear-gradient(200deg, rgb(158,161,202,0.5) 0%, transparent 80%);
    bottom: -10%;
    left: -5%;
    z-index: 1;
    width: 40%;
    opacity: 0.12;
    height: 70%;
    content: "";
}.company_info_web .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.company_info_web h1 {
    display: inline-block;
    font-size: 42px;
    color: #000000;
    position: relative;
    margin-bottom: 3.5rem;
    transform: translateX(1rem);
    font-weight: 700;
}.company_info_web h1::after {
    transform-origin: left;
    left: -1rem;
    animation: slideIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    width: 40%;
    bottom: -0.5rem;
    height: 4px;
    position: absolute;
    content: "";
}.company_info_web .study_experts_web {
    position: relative;
}.company_info_web .study_experts_web ul {
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 3rem;
    display: grid;
}.company_info_web .master_sessions_web {
    overflow: hidden;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
    background: #ffffff;
}.company_info_web .master_sessions_web:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
}.company_info_web .master_sessions_web::before {
    width: 4px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(195,197,225), rgb(158,161,202));
    animation: slideDown 0.6s 0.3s ease-out forwards;
    top: 0;
    height: 0;
}.company_info_web .master_sessions_web:nth-child(2)::before {
    animation-delay: 0.5s;
}.company_info_web .master_sessions_web h4 {
    margin-top: 0;
    transform: translateY(10px);
    color: rgb(195,197,225);
    position: relative;
    animation: fadeUp 0.5s 0.3s ease-out forwards;
    font-weight: 600;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: calc(20px + 0.1rem);
}.company_info_web .master_sessions_web:nth-child(2) h4 {
    animation-delay: 0.5s;
}.company_info_web .master_sessions_web div {
    font-size: 14px;
    line-height: 1.7;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    font-family: Arial, sans-serif;
    color: #000000;
}.company_info_web .master_sessions_web:nth-child(2) div {
    animation-delay: 0.8s;
}

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

@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

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

@media (min-width: 768px) {.company_info_web {
    padding: 8rem 0 10rem;
}.company_info_web h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 4.5rem;
}.company_info_web h1::after {
    height: 5px;
}.company_info_web .study_experts_web ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.company_info_web .master_sessions_web {
    padding: 3rem;
}.company_info_web .master_sessions_web::before {
    width: 6px;
}
}

@media (min-width: 992px) {.company_info_web {
    padding: 10rem 0 12rem;
}.company_info_web .container {
    padding: 0 3rem;
}.company_info_web h1 {
    transform: translateX(2rem);
    margin-bottom: 5.5rem;
    font-size: calc(42px * 1.4);
}.company_info_web h1::after {
    left: -2rem;
    width: 60%;
    height: 6px;
}.company_info_web .study_experts_web ul {
    gap: 3.5rem;
}.company_info_web .master_sessions_web {
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
    padding: 3.5rem;
}.company_info_web .master_sessions_web:hover {
    transform: translateY(-8px);
}.company_info_web .master_sessions_web h4 {
    margin-bottom: 2rem;
    font-size: calc(20px + 0.2rem);
}.company_info_web .master_sessions_web div {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.company_info_web .study_experts_web ul {
    gap: 4rem;
}.company_info_web .master_sessions_web {
    padding: 4rem;
}.company_info_web .master_sessions_web:first-child {
    transform: translateY(2rem);
}.company_info_web .master_sessions_web:first-child:hover {
    transform: translateY(-3px);
}.company_info_web .master_sessions_web:nth-child(2) {
    transform: translateY(-2rem);
}.company_info_web .master_sessions_web:nth-child(2):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.company_info_web {
    padding: 4rem 0 6rem;
}.company_info_web .container {
    padding: 0 1.5rem;
}.company_info_web h1 {
    margin-bottom: 2.5rem;
    font-size: calc(42px * 0.9);
}.company_info_web .master_sessions_web {
    padding: 2rem;
    margin-bottom: 1.5rem;
}.company_info_web .master_sessions_web h4 {
    font-size: 20px;
    margin-bottom: 1rem;
}.company_info_web .master_sessions_web div {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.appField_web {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    font-family: Arial, sans-serif;
}.appField_web::before {
    z-index: 0;
    width: 60%;
    position: absolute;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(195,197,225,0.5) 0%, rgb(158,161,202,0.5) 100%);
    content: "";
    filter: blur(30px);
    animation: float 15s ease-in-out infinite alternate;
    height: 70%;
    opacity: 0.3;
    right: -10%;
    top: -30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.appField_web::after {
    bottom: -20%;
    width: 40%;
    background: linear-gradient(225deg, rgb(158,161,202,0.5) 0%, rgb(195,197,225,0.5) 100%);
    filter: blur(25px);
    transform: rotate(10deg);
    left: -5%;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    opacity: 0.2;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    height: 60%;
    content: "";
    position: absolute;
}.appField_web .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    z-index: 2;
}.appField_web .story_visual_web {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3rem;
}.appField_web .story_visual_web:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appField_web .story_visual_web > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.appField_web .story_visual_web > div:first-child::after {
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -0.75rem;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    transition: width 0.3s ease;
    border-radius: 10px;
}.appField_web .story_visual_web:hover > div:first-child::after {
    width: 120px;
}.appField_web h5 {
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    margin: 0;
    color: #000000;
}.appField_web h5::before {
    width: 26px;
    left: -35px;
    display: flex;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    align-items: center;
    opacity: 0;
    content: "✓";
    background: linear-gradient(135deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    font-size: 14px;
    color: #ffffff;
    justify-content: center;
    height: 26px;
    transform: translateY(-50%);
}.appField_web .story_visual_web:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.appField_web p {
    margin: 0;
    transition: color 0.3s ease;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
}.appField_web a {
    transition: transform 0.3s ease;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
}.appField_web a::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(195,197,225,0.5) 0%, rgb(158,161,202) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    transform: scaleX(0);
}.appField_web a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.appField_web a:hover {
    transform: translateY(-2px);
}.appField_web a:hover p {
    color: rgb(195,197,225);
}

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

@media (max-width: 991px) {.appField_web {
    padding: 3rem 0;
}.appField_web .story_visual_web {
    padding: 2.5rem;
}.appField_web h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 767px) {.appField_web {
    padding: 2.5rem 0;
}.appField_web .story_visual_web {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.appField_web h5 {
    font-size: calc(24px - 4px);
    padding-left: 20px;
}.appField_web h5::before {
    font-size: 12px;
    height: 22px;
    width: 22px;
    left: -15px;
}.appField_web p {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 576px) {.appField_web {
    padding: 2rem 0;
}.appField_web .story_visual_web {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.appField_web h5 {
    font-size: calc(24px - 6px);
}.appField_web .story_visual_web > div:first-child::after {
    height: 2px;
    width: 60px;
}.appField_web .story_visual_web:hover > div:first-child::after {
    width: 90px;
}.appField_web h5::before {
    width: 20px;
    font-size: 10px;
    height: 20px;
}.appField_web p {
    line-height: 1.6;
    font-size: calc(17px - 2px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    background: linear-gradient(to right, rgb(158,161,202), rgb(195,197,225));
    z-index: -2;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0.9;
    content: "";
}footer::after {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: "";
    bottom: 0;
    z-index: -1;
    right: 0;
    left: 0;
}.footer_careers_web {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.footer_careers_web::before {
    height: 10px;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202), rgb(195,197,225));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.footer_careers_web .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.footer_careers_web .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.footer_careers_web .company_holder h3 {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    font-size: 37px;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
}.footer_careers_web .company_holder h3::after {
    bottom: -2px;
    height: 2px;
    background: #ffffff;
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
}.footer_careers_web .music_edu_web {
    padding: 0 0 0 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    line-height: 1.7;
    color: #ffffff;
    position: relative;
    font-size: 12px;
}.footer_careers_web .guide_section_web {
    grid-column: span 7;
}.footer_careers_web .header_wrap_web {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.footer_careers_web .top_know_web {
    position: relative;
}.footer_careers_web .top_know_web h5 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    position: relative;
    padding-bottom: 0.8rem;
}.footer_careers_web .top_know_web h5::after {
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 40px;
    background: #ffffff;
}.footer_careers_web .top_know_web .header_wrap_web {
    gap: 1rem;
    display: grid;
}.footer_careers_web .top_know_web .header_wrap_web a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    display: flex;
}.footer_careers_web .top_know_web .header_wrap_web a::after {
    margin-left: 0.5rem;
    transform: translateX(-5px);
    opacity: 0;
    content: "\2192";
    transition: all 0.3s ease;
}.footer_careers_web .top_know_web .header_wrap_web a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.footer_careers_web .top_know_web .header_wrap_web a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.honor_cta_web {
    padding: 2rem 0;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.honor_cta_web .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.honor_cta_web .hackathon_web {
    padding: 0 1rem;
    opacity: 0.9;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: #ffffff;
}.footer_careers_web::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    top: 2rem;
    position: absolute;
    width: 50px;
    right: 2rem;
    content: "";
}.footer_careers_web .company_holder::before {
    top: 0;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.footer_careers_web .company_holder::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}.footer_careers_web .guide_section_web::after {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

@media (max-width: 1200px) {.footer_careers_web .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.footer_careers_web {
    padding: 4rem 0 2rem;
}.footer_careers_web .container {
    grid-template-columns: 1fr;
}.footer_careers_web .company_holder,
    .footer_careers_web .guide_section_web {
    grid-column: span 12;
}.footer_careers_web .company_holder {
    margin-bottom: 2rem;
}.footer_careers_web::after,
    .footer_careers_web .company_holder::before,
    .footer_careers_web .company_holder::after,
    .footer_careers_web .guide_section_web::after {
    display: none;
}
}

@media (max-width: 768px) {.footer_careers_web {
    padding: 3rem 0 1.5rem;
}.footer_careers_web .header_wrap_web {
    gap: 1.5rem;
}.footer_careers_web .company_holder h3 {
    font-size: calc(37px - 2px);
}.honor_cta_web {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer_careers_web {
    padding: 2.5rem 0 1rem;
}.footer_careers_web .header_wrap_web {
    grid-template-columns: 1fr;
    gap: 2rem;
}.footer_careers_web .music_edu_web {
    padding-left: 1rem;
}.honor_cta_web {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.footer_careers_web .company_holder h3::after,
    .footer_careers_web .top_know_web h5::after {
    width: 30px;
}.footer_careers_web .top_know_web .header_wrap_web a:hover {
    padding-left: 0.3rem;
}}.get_in_touch_web {
    overflow: hidden;
    position: relative;
    background: rgb(228,229,242);
    z-index: 1;
    padding: 100px 0;
}.get_in_touch_web::before {
    left: 0;
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(45deg, transparent 48%, rgb(195,197,225,0.5) 49%, rgb(195,197,225,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(158,161,202,0.5) 49%, rgb(158,161,202,0.5) 51%, transparent 52%);
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    z-index: 0;
}.get_in_touch_web::after {
    background: 
        linear-gradient(90deg, rgb(228,229,242) 6px, transparent 6px),
        linear-gradient(0deg, rgb(228,229,242) 6px, transparent 6px);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    background-size: 100px 100px;
    opacity: 0.2;
    content: '';
    left: 0;
    position: absolute;
}.get_in_touch_web .img_cell_web {
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    left: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    top: 0;
}.get_in_touch_web .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.get_in_touch_web h3 {
    font-family: Arial, sans-serif;
    letter-spacing: 4px;
    position: relative;
    color: #000000;
    font-size: 46px;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
    transform: skew(-5deg);
    font-weight: 700;
}.get_in_touch_web h3::before {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 100px;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    left: 50%;
    content: '';
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    height: 5px;
}.get_in_touch_web .request_grid_web {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 1;
}.get_in_touch_web .help_request_web {
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    flex: 1 1 60%;
    position: relative;
    background: #ffffff;
    transform: skew(-3deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border-radius: 0;
    padding: 60px;
    z-index: 2;
}.get_in_touch_web .help_request_web::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    position: absolute;
    content: '';
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
}.get_in_touch_web .help_request_web #contact {
    transform: skew(3deg);
}.get_in_touch_web .help_request_web h3 {
    font-size: 24px;
    color: #000000;
    text-align: left;
    transform: skew(0);
    margin-bottom: 40px;
    font-weight: 700;
}.get_in_touch_web .help_request_web h3::before {
    width: 60px;
    height: 3px;
    left: 0;
    transform: none;
    clip-path: none;
}.get_in_touch_web .help_request_web input[type="text"],
.get_in_touch_web .help_request_web textarea {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    font-size: 15px;
    padding: 20px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    border: 2px solid rgb(195,197,225);
}.get_in_touch_web .help_request_web input[type="text"]:focus,
.get_in_touch_web .help_request_web textarea:focus {
    box-shadow: 8px 8px 0 rgb(195,197,225,0.5);
    outline: none;
    transform: translate(-3px, -3px);
    background-color: rgba(0, 0, 0, 0.02);
}.get_in_touch_web .help_request_web textarea {
    resize: vertical;
    height: 140px;
}.get_in_touch_web .help_request_web .help_links_web {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.get_in_touch_web .help_request_web .help_links_web input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch_web .help_request_web .help_links_web label {
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: calc(15px - 2px);
    line-height: 1.5;
}.get_in_touch_web .help_request_web .help_links_web label::before {
    background-color: #ffffff;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    left: 0;
    border: 2px solid rgb(195,197,225);
    position: absolute;
    top: 0;
    content: '';
}.get_in_touch_web .help_request_web .help_links_web input[type="checkbox"]:checked + label::before {
    background-color: rgb(195,197,225);
}.get_in_touch_web .help_request_web .help_links_web input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    content: '';
    top: 5px;
    position: absolute;
    width: 6px;
    left: 9px;
}.get_in_touch_web .help_request_web .help_links_web a {
    transition: color 0.3s ease;
    color: rgb(195,197,225);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.get_in_touch_web .help_request_web .help_links_web a::after {
    transform-origin: left;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -2px;
    transform: scaleX(0);
    background-color: rgb(195,197,225);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
}.get_in_touch_web .help_request_web .help_links_web a:hover {
    color: rgb(158,161,202);
}.get_in_touch_web .help_request_web .help_links_web a:hover::after {
    transform: scaleX(1);
    background-color: rgb(158,161,202);
}.get_in_touch_web .help_request_web .feedback_reach_web {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: rgb(195,197,225);
    display: inline-block;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: all 0.3s ease;
    padding: 18px 40px;
    border: none;
}.get_in_touch_web .help_request_web .feedback_reach_web:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
    background: rgb(158,161,202);
}.get_in_touch_web .request_info_web {
    z-index: 1;
    margin-left: -40px;
    color: #ffffff;
    background: rgb(228,229,242);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    padding: 60px 60px 60px 80px;
    flex: 1 1 40%;
}.get_in_touch_web .request_info_web::before {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    content: '';
    width: 100%;
}.get_in_touch_web .request_info_web::after {
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    content: '';
    pointer-events: none;
}.get_in_touch_web .request_info_web h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}.get_in_touch_web .request_info_web h4::after {
    content: '';
    height: 3px;
    bottom: -15px;
    left: 0;
    width: 60px;
    background: rgb(195,197,225);
    position: absolute;
}.get_in_touch_web .request_info_web .query_request_web {
    list-style: none;
    padding: 0;
    margin: 0;
}.get_in_touch_web .request_info_web .query_request_web li {
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 20px;
    align-items: flex-start;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.get_in_touch_web .request_info_web .query_request_web li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.get_in_touch_web .request_info_web .query_request_web li svg {
    width: 24px;
    margin-right: 20px;
    height: 24px;
    flex-shrink: 0;
}.get_in_touch_web .request_info_web .query_request_web li svg path {
    fill: rgb(195,197,225);
}.get_in_touch_web .request_info_web .query_request_web li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,161,202);
}.get_in_touch_web .request_info_web .query_request_web li span {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.get_in_touch_web .request_info_web .query_request_web li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}.get_in_touch_web .request_info_web .query_request_web li a:hover {
    color: rgb(195,197,225);
}

@media (max-width: 992px) {.get_in_touch_web {
    padding: 70px 0;
}.get_in_touch_web .request_grid_web {
    flex-direction: column;
}.get_in_touch_web .help_request_web {
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
}.get_in_touch_web .request_info_web {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    padding: 40px;
    margin-left: 0;
    margin-top: -20px;
}
}

@media (max-width: 768px) {.get_in_touch_web {
    padding: 50px 0;
}.get_in_touch_web h3 {
    font-size: calc(38px);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.get_in_touch_web .help_request_web h3,
    .get_in_touch_web .request_info_web h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.get_in_touch_web .help_request_web input[type="text"],
    .get_in_touch_web .help_request_web textarea {
    margin-bottom: 20px;
    padding: 15px;
}.get_in_touch_web .help_request_web textarea {
    height: 120px;
}.get_in_touch_web .help_request_web .feedback_reach_web {
    padding: 15px 30px;
}.get_in_touch_web .request_info_web .query_request_web li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.get_in_touch_web .request_info_web .query_request_web li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.get_in_touch_web {
    padding: 40px 0;
}.get_in_touch_web .help_request_web,
    .get_in_touch_web .request_info_web {
    transform: skew(0);
    padding: 30px 20px;
    box-shadow: none;
    clip-path: none;
}.get_in_touch_web .help_request_web #contact {
    transform: skew(0);
}.get_in_touch_web .help_request_web::before,
    .get_in_touch_web .request_info_web::after {
    clip-path: none;
}.get_in_touch_web .request_info_web {
    margin-top: 0;
}.get_in_touch_web h3 {
    transform: skew(0);
    font-size: calc(38px - 6px);
}.get_in_touch_web .help_request_web .help_links_web label {
    font-size: calc(15px - 3px);
}.get_in_touch_web .help_request_web .feedback_reach_web {
    clip-path: none;
}}.program_overview_web {
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(228,229,242);
    justify-content: center;
    display: flex;
    overflow: hidden;
    z-index: 1;
}.program_overview_web::before {
    z-index: 2;
    pointer-events: none;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(195,197,225,0.5) 100%);
    width: 100%;
    content: '';
    top: 0;
    left: 0;
}.program_overview_web::after {
    z-index: 3;
    position: absolute;
    animation: pulse 15s infinite alternate;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    content: '';
    background: radial-gradient(circle at 75% 25%, rgb(158,161,202,0.5) 0%, transparent 50%);
}.program_overview_web .skill_up_web {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
}.program_overview_web .learn_career_web {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.program_overview_web .skill_up_web:hover .learn_career_web {
    animation-play-state: paused;
}.program_overview_web .coding_class_web {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}.program_overview_web .coding_class_web::before {
    top: 0;
    position: absolute;
    content: '';
    opacity: 0.7;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
    z-index: 2;
    height: 100%;
}.program_overview_web .coding_class_web::after {
    opacity: 0.05;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    mix-blend-mode: overlay;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,197,225,0.5),
        rgb(195,197,225,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    height: 100%;
}.program_overview_web .coding_class_web img {
    width: 100%;
    object-fit: cover;
    transition: transform 8s ease;
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    transform: scale(1.05);
}.program_overview_web .coding_class_web:hover img {
    transform: scale(1.15);
}.program_overview_web .container {
    padding: 2rem 0;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: flex-end;
}.program_overview_web .story_visual_web {
    padding: 3rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 600px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    width: 100%;
    border-radius: 28px;
    transform: translateX(0);
}.program_overview_web .skill_work_web {
    position: relative;
}.program_overview_web .skill_work_web::before {
    content: '';
    border-top: 2px solid rgb(195,197,225);
    width: 40px;
    border-left: 2px solid rgb(195,197,225);
    opacity: 0.8;
    left: -20px;
    height: 40px;
    top: -20px;
    position: absolute;
}.program_overview_web .skill_work_web::after {
    border-bottom: 2px solid rgb(158,161,202);
    width: 40px;
    bottom: -20px;
    right: -20px;
    opacity: 0.8;
    position: absolute;
    height: 40px;
    border-right: 2px solid rgb(158,161,202);
    content: '';
}.program_overview_web .skill_work_web h3 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}.program_overview_web .skill_work_web h3::after {
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, transparent 100%);
    position: absolute;
    width: 60%;
    content: '';
    height: 3px;
}.program_overview_web .skill_work_web p {
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 2.5rem;
}.program_overview_web .skill_work_web .feedback_reach_web {
    padding: 1rem 2.5rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
}.program_overview_web .skill_work_web .feedback_reach_web::before {
    transition: all 0.4s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: -100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.program_overview_web .skill_work_web .feedback_reach_web:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.program_overview_web .skill_work_web .feedback_reach_web:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.program_overview_web .container {
    justify-content: center;
}.program_overview_web .story_visual_web {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.program_overview_web {
    min-height: auto;
    padding: 6rem 0;
}.program_overview_web .skill_up_web {
    height: 100%;
    position: fixed;
}.program_overview_web .story_visual_web {
    padding: 2rem;
    max-width: 90%;
}.program_overview_web .skill_work_web h3 {
    font-size: calc(28px * 0.8);
}.program_overview_web .skill_work_web p {
    font-size: calc(18px * 0.9);
}.program_overview_web .skill_work_web .feedback_reach_web {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.program_overview_web {
    padding: 4rem 0;
}.program_overview_web .story_visual_web {
    padding: 1.5rem;
}.program_overview_web .skill_work_web h3 {
    font-size: calc(28px * 0.7);
}.program_overview_web .skill_work_web::before,
    .program_overview_web .skill_work_web::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.program_overview_web .learn_career_web {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.program_overview_web .learn_career_web {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}
}