﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-segment_ui {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.ar_tools_ui {
    flex: 0 0 auto;
}.header_site_ui {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1256px;
    margin: auto;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}::-webkit-scrollbar {
    width: 14px;
    height: 8px;
}::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset -2px -5px 0px 0px rgba(0, 0, 0, 0.7);
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 6rem;
    border: 1px solid rgb(169,180,207);
    box-shadow: 3px -2px 2px 2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 4px -5px 13px 5px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    background: rgb(211,215,232);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(127,136,182) rgb(127,136,182);
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.operation_process_ui {
    background: rgb(211,215,232);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.operation_process_ui::before {
    transform: rotate(-30deg);
    height: 200%;
    animation: shape-rotate 40s linear infinite;
    content: "";
    width: 60%;
    top: -50%;
    position: absolute;
    left: -20%;
    background: rgb(169,180,207,0.5);
    z-index: -1;
}.operation_process_ui::after {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    right: -10%;
    z-index: -1;
    width: 40%;
    background: rgb(127,136,182,0.5);
    height: 60%;
    bottom: -20%;
    animation: shape-pulse 15s ease-in-out infinite alternate;
}.operation_process_ui .container {
    max-width: 1200px;
    grid-gap: 50px;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    z-index: 2;
    display: grid;
    position: relative;
    margin: 0 auto;
}.operation_process_ui .learn_way_ui {
    position: relative;
    padding: 0;
}.operation_process_ui .learn_way_ui::before {
    content: "";
    width: 120%;
    animation: line-slide 10s ease-in-out infinite alternate;
    opacity: 0.5;
    position: absolute;
    height: 20px;
    left: -10%;
    top: -80px;
    transform: rotate(-2deg);
    background: linear-gradient(90deg, transparent, rgb(169,180,207), transparent);
}.operation_process_ui .learn_way_ui::after {
    background: linear-gradient(90deg, transparent, rgb(127,136,182), transparent);
    width: 120%;
    opacity: 0.5;
    bottom: -80px;
    position: absolute;
    transform: rotate(2deg);
    right: -10%;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
    height: 20px;
    content: "";
}.operation_process_ui h3 {
    position: relative;
    grid-column: 1;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    z-index: 2;
    padding-right: 40px;
    transform: translateX(-50px);
    border-right: 4px solid rgb(169,180,207);
    margin-right: -40px;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    font-size: 41px;
    line-height: 1.2;
    text-align: right;
}.operation_process_ui h3::before {
    right: -22px;
    height: 40px;
    z-index: -1;
    content: "";
    animation: square-rotate 6s linear infinite;
    border: 4px solid rgb(127,136,182);
    width: 40px;
    position: absolute;
    top: -10px;
}.operation_process_ui h3::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    bottom: -10px;
    animation: circle-pulse 4s ease-in-out infinite;
    width: 20px;
    background: rgb(169,180,207);
    right: -8px;
    height: 20px;
}.operation_process_ui span {
    line-height: 1.8;
    color: #000000;
    grid-column: 2;
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    transform: translateX(50px);
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
}.operation_process_ui span::before {
    border: 1px dashed rgb(169,180,207,0.5);
    content: "";
    z-index: -1;
    position: absolute;
    left: 15px;
    top: 15px;
    animation: border-dance 20s linear infinite;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.operation_process_ui {
    padding: 90px 20px;
}.operation_process_ui .container {
    grid-gap: 30px;
}.operation_process_ui h3 {
    margin-right: -20px;
    padding-right: 20px;
    font-size: calc(41px - 6px);
}.operation_process_ui h3::before {
    right: -17px;
    height: 30px;
    width: 30px;
}.operation_process_ui span {
    padding-left: 20px;
}.operation_process_ui .learn_way_ui::before,
    .operation_process_ui .learn_way_ui::after {
    height: 15px;
}
}

@media (max-width: 767px) {.operation_process_ui {
    padding: 70px 15px;
}.operation_process_ui .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.operation_process_ui h3 {
    padding-bottom: 20px;
    border-bottom: 4px solid rgb(169,180,207);
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
}.operation_process_ui h3::before {
    bottom: -17px;
    right: auto;
    left: 20px;
    top: auto;
}.operation_process_ui h3::after {
    left: calc(100% - 30px);
    right: auto;
    bottom: -8px;
}.operation_process_ui span {
    text-align: center;
    animation-name: slide-in-mobile;
    padding-left: 0;
}.operation_process_ui span::before {
    border-top: none;
    left: 0;
    border: 1px dashed rgb(169,180,207,0.5);
}.operation_process_ui .learn_way_ui::before {
    transform: rotate(0);
    top: -20px;
}.operation_process_ui .learn_way_ui::after {
    transform: rotate(0);
    bottom: -20px;
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.operation_process_ui {
    padding: 50px 10px;
}.operation_process_ui h3 {
    padding-bottom: 15px;
    font-size: calc(41px - 12px);
}.operation_process_ui h3::before {
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: -12px;
}.operation_process_ui h3::after {
    left: calc(100% - 20px);
    height: 15px;
    width: 15px;
}.operation_process_ui span {
    font-size: calc(18px - 1px);
    line-height: 1.6;
}.operation_process_ui .learn_way_ui::before,
    .operation_process_ui .learn_way_ui::after {
    height: 10px;
}}.welcome_board_ui {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(145deg, rgb(211,215,232) 0%, rgba(245, 247, 250, 0.95) 100%);
}.welcome_board_ui::before {
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(169,180,207,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(127,136,182,0.5), 0.05) 0%, transparent 50%);
}.welcome_board_ui::after {
    position: absolute;
    z-index: 1;
    left: -50%;
    top: -50%;
    height: 200%;
    content: "";
    width: 200%;
    background: repeating-linear-gradient(
    45deg,
    rgba(rgb(169,180,207,0.5), 0.01),
    rgba(rgb(169,180,207,0.5), 0.01) 2px,
    transparent 2px,
    transparent 10px
  );
    animation: subtle-shift 60s linear infinite;
}.welcome_board_ui .course_base_ui {
    background: rgba(#ffffff, 0.95);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
    position: relative;
    width: 90%;
    max-width: 1200px;
    box-shadow: 
    15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -5px -5px 20px rgba(#ffffff, 0.9),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(169,180,207,0.5), 0.1);
    z-index: 2;
    margin: 0 auto;
}.welcome_board_ui .course_base_ui:hover {
    box-shadow: 
    20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -8px -8px 25px rgba(#ffffff, 0.95),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(169,180,207,0.5), 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.welcome_board_ui .course_base_ui > div {
    display: flex;
    gap: 3.5rem;
    flex-direction: column;
}.welcome_board_ui h3 {
    font-size: calc(18px * 1.05);
    padding-bottom: 1.5rem;
    color: rgb(169,180,207);
    opacity: 0;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 600;
    transform: translateY(15px);
    margin-bottom: 1rem;
    line-height: 1.5;
    max-width: 90%;
    animation: fade-up 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
}.welcome_board_ui h3::before {
    content: "";
    background: linear-gradient(90deg, rgb(169,180,207) 0%, rgb(127,136,182) 100%);
    bottom: 0;
    transform: scaleX(0);
    left: 0;
    animation: line-grow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    height: 3px;
    transform-origin: left;
    position: absolute;
    width: 60px;
}.welcome_board_ui .study_track_ui {
    position: relative;
    opacity: 0;
    gap: 2rem;
    display: flex;
    animation: fade-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    transform: translateY(20px);
    flex-direction: column;
}.welcome_board_ui h1 {
    letter-spacing: -0.01em;
    font-weight: 700;
    position: relative;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0.98);
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: calc(46px * 1.15);
}.welcome_board_ui .study_track_ui:hover h1 {
    transform: scale(1);
}.welcome_board_ui .study_track_ui > div {
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-position: center center !important;
    box-shadow: 
    10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -5px -5px 15px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.4);
    padding: 3rem 2.5rem;
}.welcome_board_ui .study_track_ui > div::before {
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
    135deg, 
    rgba(rgb(169,180,207,0.5), 0.85) 0%, 
    rgba(rgb(127,136,182,0.5), 0.85) 100%
  );
    top: 0;
    width: 100%;
}.welcome_board_ui .study_track_ui > div::after {
    top: 0;
    width: 100%;
    content: "";
    transform: translateX(-100%);
    animation: shine 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    left: 0;
    position: absolute;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    height: 100%;
    z-index: 2;
}.welcome_board_ui .study_track_ui p {
    font-weight: 400;
    position: relative;
    font-size: calc(12px * 1.15);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    max-width: 90%;
    z-index: 3;
    color: #ffffff;
}

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

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@keyframes subtle-shift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {.welcome_board_ui .course_base_ui {
    padding: 4rem 3rem;
}.welcome_board_ui h3 {
    font-size: calc(18px * 1.15);
    max-width: 80%;
}.welcome_board_ui h1 {
    font-size: calc(46px * 1.25);
}.welcome_board_ui .study_track_ui > div {
    padding: 4rem 3rem;
}.welcome_board_ui .study_track_ui p {
    max-width: 80%;
    font-size: calc(12px * 1.25);
}
}

@media screen and (min-width: 992px) {.welcome_board_ui .course_base_ui {
    padding: 5rem 4rem;
}.welcome_board_ui h3 {
    max-width: 70%;
    font-size: calc(18px * 1.2);
}.welcome_board_ui .course_base_ui > div {
    align-items: center;
    flex-direction: row;
    gap: 5rem;
}.welcome_board_ui .course_base_ui > div > div {
    flex: 1;
}.welcome_board_ui h1 {
    font-size: calc(46px * 1.35);
}.welcome_board_ui .study_track_ui > div {
    padding: 5rem 4rem;
}.welcome_board_ui .study_track_ui p {
    max-width: 80%;
    font-size: calc(12px * 1.3);
}
}

@media screen and (min-width: 1200px) {.welcome_board_ui .course_base_ui {
    padding: 6rem 5rem;
}.welcome_board_ui h3 {
    max-width: 65%;
    font-size: calc(18px * 1.25);
}.welcome_board_ui h1 {
    font-size: calc(46px * 1.45);
}.welcome_board_ui .study_track_ui > div {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0) translateY(0);
}.welcome_board_ui .study_track_ui:hover > div {
    transform: translateX(5px) translateY(-5px);
}.welcome_board_ui .study_track_ui p {
    font-size: calc(12px * 1.35);
    max-width: 70%;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_board_ui *,
  .welcome_board_ui *::before,
  .welcome_board_ui *::after {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
}}.privacy_repository_ui {
    line-height: 1.6;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background-color: rgb(211,215,232);
    padding: 50px 20px;
    color: #000000;
}.privacy_repository_ui h1, .privacy_repository_ui h2, .privacy_repository_ui h3, .privacy_repository_ui h4, .privacy_repository_ui h5, .privacy_repository_ui h6 {
    color: rgb(169,180,207);
    margin-bottom: 20px;
}.privacy_repository_ui h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(127,136,182);
    font-size: 44px;
}.privacy_repository_ui h2 {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 30px;
    border-bottom: 1px solid rgb(127,136,182);
}.privacy_repository_ui ul, .privacy_repository_ui ol {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}.privacy_repository_ui li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #000000;
}.privacy_repository_ui ul li:before, .privacy_repository_ui ol li:before {
    border-radius: 50%;
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: rgb(127,136,182);
    top: 0.5em;
    left: 0;
}.privacy_repository_ui p, .privacy_repository_ui span {
    margin-bottom: 20px;
    font-size: 14px;
}.privacy_repository_ui p {
    text-align: justify;
}.privacy_repository_ui div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_repository_ui {
    padding: 30px 15px;
}.privacy_repository_ui h1 {
    font-size: calc(21px - 10px);
}.privacy_repository_ui h2 {
    font-size: calc(21px - 8px);
}.privacy_repository_ui p, .privacy_repository_ui li {
    font-size: calc(14px - 2px);
}}.ar_tools_ui {
    padding: 6rem 0 3rem;
    z-index: 1;
    position: relative;
    color: #ffffff;
    background-attachment: fixed;
}.ar_tools_ui::before {
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(169,180,207,0.5) 100%);
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
}.ar_tools_ui::after {
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    pointer-events: none;
    height: 100%;
    top: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.ar_tools_ui .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.ar_tools_ui .company_holder {
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    position: relative;
}.ar_tools_ui .company_holder::before,
.ar_tools_ui .company_holder::after {
    animation: slide 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(127,136,182), transparent);
    bottom: -1px;
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
}.ar_tools_ui .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.ar_tools_ui .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.ar_tools_ui .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(32px * 1.3);
    margin-bottom: 1rem;
}.ar_tools_ui .company_holder h3::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    background: rgb(127,136,182);
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.ar_tools_ui .fellow_prog_ui {
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    margin: 1.5rem auto 0;
    max-width: 600px;
}.ar_tools_ui .faculty_info_ui {
    display: flex;
    justify-content: center;
}.ar_tools_ui .header_train_ui {
    position: relative;
    display: flex;
    gap: 6rem;
}.ar_tools_ui .header_train_ui::before {
    transform: translateX(-50%);
    height: 20px;
    width: 1px;
    left: 50%;
    position: absolute;
    content: "";
    top: -30px;
    background: rgb(169,180,207);
}.ar_tools_ui .nav_start_ui {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}.ar_tools_ui .nav_start_ui:hover {
    transform: translateY(-5px);
    background: rgba(rgb(169,180,207,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}.ar_tools_ui .nav_start_ui h5 {
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-align: center;
    color: rgb(127,136,182);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}.ar_tools_ui .nav_start_ui .header_train_ui {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
    position: static;
}.ar_tools_ui .nav_start_ui .header_train_ui a {
    padding: 0.4rem 0;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    opacity: 0.75;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}.ar_tools_ui .nav_start_ui .header_train_ui a::before {
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: center;
    z-index: -1;
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(169,180,207), transparent);
    bottom: 0;
}.ar_tools_ui .nav_start_ui .header_train_ui a:hover {
    opacity: 1;
    color: rgb(127,136,182);
}.ar_tools_ui .nav_start_ui .header_train_ui a:hover::before {
    transform: scaleX(1);
}.footer_classes_ui {
    overflow: hidden;
    margin-top: 4rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
}.footer_classes_ui::before {
    position: absolute;
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
    width: 100%;
    opacity: 0.3;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background-image: linear-gradient(45deg, rgba(rgb(169,180,207,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(169,180,207,0.5), 0.05) 50%, rgba(rgb(169,180,207,0.5), 0.05) 75%, transparent 75%, transparent);
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.footer_classes_ui .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.footer_classes_ui .mobile_cta_ui {
    opacity: 0.8;
    position: relative;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
}.footer_classes_ui .mobile_cta_ui::before,
.footer_classes_ui .mobile_cta_ui::after {
    color: rgb(169,180,207);
    content: "•";
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.ar_tools_ui {
    padding: 4rem 0 2rem;
}.ar_tools_ui .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.ar_tools_ui .company_holder h3 {
    font-size: 32px;
}.ar_tools_ui .header_train_ui {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.ar_tools_ui .faculty_info_ui {
    align-items: center;
    flex-direction: column;
}.ar_tools_ui .header_train_ui {
    flex-direction: column;
    max-width: 450px;
    width: 100%;
    gap: 2rem;
}.ar_tools_ui .nav_start_ui {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.ar_tools_ui {
    padding: 3rem 0 1.5rem;
}.ar_tools_ui .company_holder h3 {
    font-size: calc(32px * 0.9);
}.ar_tools_ui .fellow_prog_ui {
    font-size: calc(16px * 0.9);
}.ar_tools_ui .nav_start_ui {
    padding: 1rem;
}.ar_tools_ui .nav_start_ui h5 {
    font-size: calc(16px * 0.9);
}.footer_classes_ui {
    margin-top: 2rem;
    padding: 1rem 0;
}.footer_classes_ui .mobile_cta_ui {
    font-size: calc(15px * 0.9);
}.footer_classes_ui .mobile_cta_ui::before,
    .footer_classes_ui .mobile_cta_ui::after {
    display: none;
}}.test_drive_ui {
    background: linear-gradient(180deg, rgb(169,180,207) 0%, rgb(127,136,182) 100%);
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}.test_drive_ui::before {
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    transform-origin: center top;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    top: 0;
    transform: perspective(500px) rotateX(60deg);
    content: '';
}.test_drive_ui::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    animation: gridGlow 8s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: 100% 30px, 30px 100%;
    left: 0;
    opacity: 0.05;
    height: 100%;
    content: '';
    z-index: -1;
}.test_drive_ui .learn_way_ui {
    flex-direction: column;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    justify-content: center;
    position: relative;
    border-radius: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 50px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    max-width: 1000px;
}.test_drive_ui .learn_way_ui::before {
    height: 100%;
    opacity: 0.05;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    content: '';
    left: 0;
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    z-index: -1;
    width: 100%;
    animation: patternShift 15s linear infinite;
}.test_drive_ui .learn_way_ui::after {
    opacity: 0.1;
    height: 200%;
    animation: pulseRadial 10s ease-in-out infinite;
    content: '';
    width: 200%;
    top: -50%;
    z-index: -1;
    left: -50%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    position: absolute;
}.test_drive_ui h3 {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: 29px;
}.test_drive_ui h3::before {
    content: '';
    width: 60px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    left: 50%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -80px;
    z-index: -1;
    animation: orbitRotate 10s linear infinite;
    position: absolute;
    transform: translateX(-50%);
}.test_drive_ui h3::after {
    transform: translateX(-50%);
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    bottom: -20px;
    left: 50%;
}.test_drive_ui .send_info_ui {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    font-size: 14px;
    text-decoration: none;
    padding: 16px 45px;
    color: rgb(169,180,207);
}.test_drive_ui .send_info_ui::before {
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    background-size: 10px 10px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
}.test_drive_ui .send_info_ui::after {
    top: -50%;
    position: absolute;
    transform: rotate(35deg);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    left: -100px;
    width: 20px;
    z-index: 1;
    transition: all 0.6s ease;
    height: 200%;
}.test_drive_ui .send_info_ui:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    background: linear-gradient(45deg, rgb(169,180,207), rgb(127,136,182));
}.test_drive_ui .send_info_ui:hover::before {
    opacity: 0.5;
}.test_drive_ui .send_info_ui:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.test_drive_ui {
    padding: 100px 0;
}.test_drive_ui .learn_way_ui {
    padding: 40px;
    max-width: 90%;
}.test_drive_ui h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.test_drive_ui h3::before {
    height: 50px;
    top: -70px;
    width: 50px;
}.test_drive_ui h3::after {
    width: 80px;
}.test_drive_ui .send_info_ui {
    font-size: calc(14px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.test_drive_ui {
    padding: 80px 0;
}.test_drive_ui .learn_way_ui {
    padding: 30px;
}.test_drive_ui h3 {
    font-size: calc(29px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.test_drive_ui h3::before {
    width: 40px;
    top: -60px;
    height: 40px;
}.test_drive_ui h3::after {
    bottom: -15px;
    width: 70px;
}.test_drive_ui .send_info_ui {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(14px * 0.9);
}
}

@media screen and (max-width: 576px) {.test_drive_ui {
    padding: 60px 0;
}.test_drive_ui .learn_way_ui {
    padding: 25px 20px;
}.test_drive_ui h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
}.test_drive_ui h3::before {
    height: 30px;
    width: 30px;
    top: -50px;
}.test_drive_ui h3::after {
    width: 60px;
    bottom: -12px;
}.test_drive_ui .send_info_ui {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(14px * 0.85);
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.our_team_ui {
    padding: 80px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.our_team_ui::before {
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    left: 0;
    position: absolute;
}.our_team_ui::after {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(169,180,207), 0.03) 0px,
        rgba(rgb(169,180,207), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    pointer-events: none;
}.our_team_ui .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
}.our_team_ui h4 {
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 40px;
    text-transform: uppercase;
    z-index: 10;
    font-size: 35px;
    color: rgb(169,180,207);
    transform: translateY(0);
    font-weight: 700;
    opacity: 1;
    letter-spacing: 2px;
    position: relative;
}.our_team_ui:hover h4 {
    transform: translateY(-5px);
}.our_team_ui h4::after {
    background: rgb(169,180,207);
    width: 60px;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: -12px;
    height: 3px;
    left: 50%;
}.our_team_ui:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_team_ui .text_zone_ui {
    transform: perspective(1000px) rotateY(0deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.our_team_ui .text_zone_ui:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.our_team_ui .text_zone_ui::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(169,180,207), 0.08) 0%,
        rgba(rgb(127,136,182), 0.05) 100%
    );
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    clip-path: inherit;
    top: 0;
}.our_team_ui .text_zone_ui h6 {
    margin-bottom: 20px;
    color: rgb(169,180,207);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-size: calc(23px * 1.1);
    transform: translateX(0);
    font-weight: 700;
    display: inline-block;
}.our_team_ui .text_zone_ui:hover h6 {
    transform: translateX(5px);
}.our_team_ui .text_zone_ui h6::after {
    content: "";
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(169,180,207) 0%,
        rgb(127,136,182) 100%
    );
    transform: scaleX(0.5);
    left: 0;
}.our_team_ui .text_zone_ui:hover h6::after {
    transform: scaleX(1);
}.our_team_ui .text_zone_ui div {
    overflow: hidden;
    position: relative;
}.our_team_ui .text_zone_ui span {
    transition: opacity 0.3s;
    color: #000000;
    line-height: 1.8;
    display: block;
    column-count: 1;
    text-align: justify;
    column-gap: 40px;
    font-size: 16px;
    opacity: 0.9;
}.our_team_ui .text_zone_ui:hover span {
    opacity: 1;
}.our_team_ui .text_zone_ui span::first-letter {
    float: left;
    font-size: 2.5em;
    margin-right: 8px;
    font-weight: 700;
    color: rgb(169,180,207);
    line-height: 0.8;
}.our_team_ui::before {
    background-position: 0% 0%;
    background-size: 200% 200%;
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.our_team_ui:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our_team_ui {
    padding: 100px 0;
}.our_team_ui h4 {
    margin-bottom: 60px;
    font-size: calc(35px * 1.2);
}.our_team_ui .text_zone_ui {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.our_team_ui .text_zone_ui h6 {
    margin-bottom: 30px;
    font-size: calc(23px * 1.3);
}.our_team_ui .text_zone_ui span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.our_team_ui {
    padding: 120px 0;
}.our_team_ui .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.our_team_ui .text_zone_ui {
    padding: 60px 70px;
}.our_team_ui .text_zone_ui span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_team_ui {
    padding: 60px 0;
}.our_team_ui h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}.our_team_ui .text_zone_ui {
    padding: 30px 25px;
}.our_team_ui .text_zone_ui h6 {
    font-size: 22px;
    margin-bottom: 15px;
}.our_team_ui .text_zone_ui span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_team_ui {
    padding: 50px 0;
}.our_team_ui .text_zone_ui {
    padding: 25px 20px;
}.our_team_ui .text_zone_ui span::first-letter {
    font-size: 2em;
}}.training_benefits_ui {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    overflow: hidden;
    padding: 6rem 0;
}.training_benefits_ui::before {
    z-index: 0;
    transform: translate3d(0, 0, 0);
    top: -100px;
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
    height: 300px;
    animation: float 12s infinite alternate ease-in-out;
    right: -100px;
    width: 300px;
    opacity: 0.3;
    background: rgb(127,136,182,0.5);
    content: "";
}.training_benefits_ui::after {
    transform: translate3d(0, 0, 0);
    left: -50px;
    bottom: -50px;
    height: 250px;
    background: rgb(169,180,207,0.5);
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    filter: blur(60px);
    content: "";
    animation: float 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    width: 250px;
}.training_benefits_ui h5 {
    z-index: 1;
    color: #000000;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 21px;
}.training_benefits_ui h5::after {
    bottom: -12px;
    background: rgb(169,180,207);
    width: 80px;
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.8);
    height: 3px;
    left: 50%;
    position: absolute;
}.training_benefits_ui:hover h5::after {
    transform: translateX(-50%) scaleX(1);
}.training_benefits_ui .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.training_benefits_ui .learn_way_ui {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    padding: 2.5rem;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    flex-direction: column;
    border-left: 3px solid rgb(169,180,207);
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
}.training_benefits_ui .learn_way_ui:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}.training_benefits_ui .img_hover_ui {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: auto;
    transform: scale(1);
    transition: transform 0.8s ease;
}.training_benefits_ui .learn_way_ui:hover .img_hover_ui {
    transform: scale(1.02);
}.training_benefits_ui .text_zone_ui {
    flex: 1;
}.training_benefits_ui ul {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.training_benefits_ui li {
    padding-left: 2.2rem;
    transition: transform 0.3s ease;
    position: relative;
}.training_benefits_ui li:hover {
    transform: translateX(5px);
}.training_benefits_ui li p {
    font-size: calc(16px - 1px);
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
    align-items: flex-start;
    display: flex;
}.training_benefits_ui li svg {
    width: 24px;
    top: 0.1rem;
    left: -2.2rem;
    height: 24px;
    position: absolute;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}.training_benefits_ui li:hover svg {
    transform: scale(1);
}.training_benefits_ui li svg path {
    fill: rgb(169,180,207);
    transition: fill 0.3s ease;
}.training_benefits_ui li:hover svg path {
    fill: rgb(127,136,182);
}.training_benefits_ui li:nth-child(odd) {
    transform: translateX(0);
}.training_benefits_ui li:nth-child(even) {
    transform: translateX(0);
}.training_benefits_ui li:nth-child(odd):hover {
    transform: translateX(5px);
}.training_benefits_ui li:nth-child(even):hover {
    transform: translateX(5px);
}.training_benefits_ui li div {
    position: relative;
}.training_benefits_ui li div::before {
    position: absolute;
    content: "";
    opacity: 0;
    left: -10px;
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, transparent, rgb(169,180,207,0.5), transparent);
    top: 0;
    height: 100%;
    width: 2px;
}.training_benefits_ui li:hover div::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

@media (min-width: 768px) {.training_benefits_ui {
    padding: 8rem 0;
}.training_benefits_ui .learn_way_ui {
    align-items: center;
    flex-direction: row;
    padding: 3rem;
}.training_benefits_ui .learn_way_ui > div:first-child {
    flex: 0 0 45%;
    margin-right: 3rem;
}.training_benefits_ui ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
}.training_benefits_ui h5 {
    font-size: calc(21px + 0.25rem);
    margin-bottom: 4rem;
}.training_benefits_ui li p {
    font-size: 16px;
}
}

@media (min-width: 992px) {.training_benefits_ui {
    padding: 10rem 0;
}.training_benefits_ui .learn_way_ui {
    padding: 4rem;
    gap: 3rem;
}.training_benefits_ui h5 {
    font-size: calc(21px + 0.5rem);
}.training_benefits_ui .learn_way_ui > div:first-child {
    flex: 0 0 40%;
}.training_benefits_ui .img_hover_ui {
    height: 350px;
}
}

@media (max-width: 767px) {.training_benefits_ui {
    padding: 4rem 0;
}.training_benefits_ui h5 {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    font-size: calc(21px - 0.2rem);
}.training_benefits_ui .learn_way_ui {
    padding: 1.5rem;
}.training_benefits_ui .img_hover_ui {
    height: 220px;
    margin-bottom: 1rem;
}.training_benefits_ui li {
    margin-bottom: 1rem;
}.training_benefits_ui li p {
    font-size: calc(16px - 2px);
}}.info_hub_ui {
    position: relative;
    background: rgb(211,215,232);
    overflow: hidden;
    padding: 80px 0;
}.info_hub_ui::before {
    animation: gradientShift 15s ease infinite alternate;
    background: 
        linear-gradient(120deg, rgb(169,180,207,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 20%, rgb(127,136,182,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(169,180,207,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.4;
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
}.info_hub_ui::after {
    animation: gradientFloat 20s ease-in-out infinite alternate-reverse;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 70% 60%, rgb(127,136,182,0.5) 0%, transparent 60%),
        radial-gradient(circle at 30% 30%, rgb(169,180,207,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.3;
    position: absolute;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
}

.info_hub_ui .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.info_hub_ui .edu_tutor_ui {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.info_hub_ui .edu_tutor_ui h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    align-items: center;
}.info_hub_ui .edu_tutor_ui h2::before,
.info_hub_ui .edu_tutor_ui h2::after {
    height: 1px;
    content: "";
    width: 80px;
    margin: 0 15px;
    background: rgb(169,180,207);
}.info_hub_ui .edu_tutor_ui > p {
    line-height: 1.6;
    font-size: 12px;
    margin: 0 auto 40px;
    max-width: 80%;
    text-align: center;
    color: #000000;
}.info_hub_ui .edu_tutor_ui > p:last-of-type {
    color: #000000;
    display: flex;
    font-weight: 400;
    margin: 0 auto 60px;
    justify-content: center;
    max-width: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 15px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    align-items: center;
    background: #ffffff;
}.info_hub_ui .edu_tutor_ui > p:last-of-type svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}.info_hub_ui .edu_tutor_ui > p:last-of-type svg path {
    fill: rgb(169,180,207);
}.info_hub_ui .contact_form_ui {
    display: flex;
    gap: 30px;
    justify-content: center;
}.info_hub_ui .send_info_ui {
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgb(169,180,207,0.5);
    position: relative;
    width: 70px;
    border-radius: 16px;
    height: 70px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    justify-content: center;
    display: flex;
    text-decoration: none;
    align-items: center;
}.info_hub_ui .send_info_ui:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    background: rgb(169,180,207,0.5);
    transform: translateY(-5px);
}.info_hub_ui .send_info_ui svg {
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
}.info_hub_ui .send_info_ui svg path {
    fill: rgb(169,180,207);
    transition: fill 0.3s ease;
}.info_hub_ui .send_info_ui:hover svg {
    transform: scale(1.1);
}

@media (max-width: 992px) {.info_hub_ui .edu_tutor_ui {
    padding: 40px 30px;
}.info_hub_ui .edu_tutor_ui > p {
    max-width: 90%;
    margin-bottom: 30px;
}.info_hub_ui .edu_tutor_ui > p:last-of-type {
    margin-bottom: 50px;
}.info_hub_ui .send_info_ui {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 768px) {.info_hub_ui {
    padding: 60px 0;
}.info_hub_ui .edu_tutor_ui {
    padding: 35px 25px;
}.info_hub_ui .edu_tutor_ui h2 {
    font-size: calc(38px - 4px);
}.info_hub_ui .edu_tutor_ui h2::before,
    .info_hub_ui .edu_tutor_ui h2::after {
    width: 50px;
}.info_hub_ui .edu_tutor_ui > p {
    font-size: calc(12px - 1px);
    max-width: 100%;
}.info_hub_ui .edu_tutor_ui > p:last-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.info_hub_ui {
    padding: 40px 0;
}.info_hub_ui .edu_tutor_ui {
    padding: 30px 20px;
}.info_hub_ui .edu_tutor_ui h2 {
    font-size: calc(38px - 6px);
}.info_hub_ui .edu_tutor_ui h2::before,
    .info_hub_ui .edu_tutor_ui h2::after {
    margin: 0 10px;
    width: 30px;
}.info_hub_ui .edu_tutor_ui > p {
    font-size: calc(12px - 2px);
}.info_hub_ui .edu_tutor_ui > p:last-of-type {
    margin-bottom: 35px;
    font-size: calc(12px - 2px);
    padding: 12px 15px;
}.info_hub_ui .contact_form_ui {
    gap: 15px;
}.info_hub_ui .send_info_ui {
    height: 55px;
    width: 55px;
}.info_hub_ui .send_info_ui svg {
    height: 22px;
    width: 22px;
}}.target_audience_ui {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(127,136,182,0.5) 100%);
    padding: 5rem 0;
}.target_audience_ui::before {
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    left: 0;
    z-index: -1;
    background-size: 40px 40px;
    height: 100%;
}.target_audience_ui::after {
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(169,180,207,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(127,136,182,0.5), 0.2) 0%, transparent 50%);
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
}.target_audience_ui .learn_way_ui {
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1100px;
}.target_audience_ui h3 {
    font-weight: 600;
    align-self: flex-end;
    display: inline-block;
    background: rgba(rgb(169,180,207,0.5), 0.2);
    padding: 0.8rem 2rem;
    font-size: 30px;
    text-align: right;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    color: #ffffff;
    position: relative;
    margin-bottom: 3rem;
    padding: 1rem 0;
    border-radius: 10px 0 0 10px;
}.target_audience_ui h3::before {
    background: rgb(169,180,207);
    height: 100%;
    right: 0;
    width: 10px;
    content: "";
    top: 0;
    position: absolute;
}.target_audience_ui h3::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgb(169,180,207),
        transparent
    );
    content: "";
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 100%;
}.target_audience_ui ul {
    gap: 1.5rem;
    list-style: none;
    grid-template-rows: repeat(2, auto);
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.target_audience_ui li {
    position: relative;
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    transition: all 0.3s ease;
    padding: 1.5rem;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    border: 1px solid rgba(#ffffff, 0.1);
    overflow: hidden;
    align-items: flex-start;
    display: flex;
}.target_audience_ui li::before {
    height: 4px;
    opacity: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(169,180,207,0.5),
        rgb(127,136,182,0.5)
    );
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    width: 100%;
}.target_audience_ui li::after {
    right: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 30px;
    height: 30px;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(169,180,207,0.5), 0.2) 50%);
}.target_audience_ui li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(169,180,207,0.5), 0.3);
}.target_audience_ui li:hover::before,
.target_audience_ui li:hover::after {
    opacity: 1;
}.target_audience_ui li svg {
    position: relative;
    height: 32px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    fill: rgb(127,136,182);
    top: 2px;
    margin-right: 1.2rem;
    width: 32px;
}.target_audience_ui li svg path {
    fill: rgb(127,136,182);
    transition: fill 0.3s ease;
}.target_audience_ui li:hover svg {
    transform: scale(1.2);
}.target_audience_ui li:hover svg path {
    fill: rgb(169,180,207);
}.target_audience_ui li::before {
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(127,136,182),
        transparent
    );
    transition: opacity 0.3s ease;
    height: 2px;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
}.target_audience_ui li {
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {.target_audience_ui ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.target_audience_ui li:first-child {
    grid-column: 1;
    grid-row: 1;
}.target_audience_ui li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.target_audience_ui li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.target_audience_ui li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.target_audience_ui li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.target_audience_ui li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.target_audience_ui {
    padding: 4rem 0;
}.target_audience_ui h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.target_audience_ui ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.target_audience_ui {
    padding: 3.5rem 0;
}.target_audience_ui .learn_way_ui {
    padding: 0 1.5rem;
}.target_audience_ui h3 {
    width: auto;
    align-self: center;
    font-size: calc(30px * 0.8);
    border-radius: 10px;
    text-align: center;
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
}.target_audience_ui h3::before {
    bottom: 0;
    width: 100%;
    height: 4px;
    right: 0;
    top: auto;
    left: 0;
}.target_audience_ui h3::after {
    display: none;
}.target_audience_ui ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.target_audience_ui {
    padding: 3rem 0;
}.target_audience_ui .learn_way_ui {
    padding: 0 1rem;
}.target_audience_ui h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.target_audience_ui li {
    padding: 1.2rem;
}.target_audience_ui li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}}.course_program_details_ui {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(211,215,232) 0%, rgb(169,180,207,0.5) 25%, rgb(127,136,182,0.5) 75%, rgb(211,215,232) 100%);
    position: relative;
    padding: 120px 0;
}.course_program_details_ui::before {
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(169,180,207,0.5) 0,
        rgb(169,180,207,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
    animation: patternShift 20s linear infinite;
    content: "";
}.course_program_details_ui::after {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    filter: blur(50px);
    top: 0;
    content: "";
    background: radial-gradient(
        circle at 30% 70%,
        rgb(127,136,182,0.5) 0%,
        transparent 50%
    );
    position: absolute;
}.course_program_details_ui .container {
    z-index: 2;
    position: relative;
}.course_program_details_ui .learn_way_ui {
    min-height: 500px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
    justify-content: flex-end;
}.course_program_details_ui .img_hover_ui {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    position: absolute;
    left: 0;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
}.course_program_details_ui .img_hover_ui::before {
    height: 100%;
    z-index: 2;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(169,180,207,0.5) 100%
    );
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.course_program_details_ui .img_hover_ui::after {
    width: 100%;
    left: 0;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    content: "";
    top: 0;
    z-index: 3;
    height: 100%;
    opacity: 0.8;
    position: absolute;
}.course_program_details_ui .skill_master_ui {
    position: relative;
    transform: translateX(-30px);
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 26px 0 0 26px;
    backdrop-filter: blur(10px);
    padding: 50px;
    max-width: 55%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.85);
    z-index: 4;
}.course_program_details_ui .skill_master_ui::before {
    border-radius: 26px 0 0 26px;
    top: 0;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}.course_program_details_ui .skill_master_ui::after {
    border-radius: calc(26px - 10px) 0 0 calc(26px - 10px);
    left: 15px;
    border: 1px solid rgb(169,180,207,0.5);
    width: calc(100% - 30px);
    position: absolute;
    opacity: 0.5;
    top: 15px;
    content: "";
    z-index: -1;
    height: calc(100% - 30px);
}.course_program_details_ui .head_pagewrap_ui {
    display: inline-block;
    z-index: 5;
    position: relative;
    margin-bottom: 25px;
}.course_program_details_ui .head_pagewrap_ui svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 60px;
    transition: transform 0.3s ease;
}.course_program_details_ui .head_pagewrap_ui svg:hover {
    transform: scale(1.05) translateY(-5px);
}.course_program_details_ui .head_pagewrap_ui svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,180,207);
}.course_program_details_ui .head_pagewrap_ui::after {
    border-radius: 10px;
    content: "";
    bottom: -8px;
    width: 40px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(127,136,182);
    height: 3px;
}.course_program_details_ui .head_pagewrap_ui:hover::after {
    width: 100%;
}.course_program_details_ui h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-size: 34px;
    padding-bottom: 15px;
    line-height: 1.3;
    position: relative;
}.course_program_details_ui h3::after {
    width: 70px;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(169,180,207) 0%,
        rgb(127,136,182) 100%
    );
    height: 2px;
    content: "";
    border-radius: 10px;
    bottom: 0;
}.course_program_details_ui p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.course_program_details_ui .skill_master_ui {
    max-width: 65%;
}
}

@media (max-width: 992px) {.course_program_details_ui {
    padding: 80px 0;
}.course_program_details_ui .learn_way_ui {
    display: block;
    min-height: auto;
}.course_program_details_ui .img_hover_ui {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}.course_program_details_ui .skill_master_ui {
    transform: translateX(0);
    padding: 40px 30px;
    border-radius: 26px;
    max-width: 100%;
}.course_program_details_ui .skill_master_ui::before,
    .course_program_details_ui .skill_master_ui::after {
    border-radius: 26px;
}
}

@media (max-width: 768px) {.course_program_details_ui {
    padding: 60px 0;
}.course_program_details_ui .img_hover_ui {
    height: 250px;
}.course_program_details_ui .skill_master_ui {
    padding: 30px 25px;
}.course_program_details_ui h3 {
    font-size: calc(34px * 0.9);
}.course_program_details_ui p {
    font-size: calc(12px * 0.95);
}.course_program_details_ui .head_pagewrap_ui svg {
    height: 50px;
}}header {
    z-index: 1000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(169,180,207,0.5) 100%);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #000000;
    overflow: hidden;
}header::before {
    opacity: 0.03;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(127,136,182,0.5) 10px,
            rgb(127,136,182,0.5) 11px
        );
}header::after {
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    top: 0;
    background-size: 200% 100%;
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(169,180,207),
        rgb(127,136,182),
        rgb(169,180,207));
}header .container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}header .main_bar_ui {
    width: 100%;
    z-index: 2;
    padding-top: 1.5rem;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}header .head_sitewrap_ui {
    text-decoration: none;
    margin-bottom: 2rem;
    justify-content: center;
    padding: 0.5rem 2rem;
    position: relative;
    z-index: 3;
    display: flex;
}header .head_sitewrap_ui::before {
    width: 160%;
    content: "";
    left: -30%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(127,136,182,0.5) 20%,
        rgb(127,136,182) 50%,
        rgb(127,136,182,0.5) 80%,
        transparent 100%);
    height: 1px;
    bottom: -10px;
}header .head_sitewrap_ui::after {
    filter: blur(20px);
    width: 40px;
    border-radius: 50%;
    background: rgb(169,180,207,0.5);
    position: absolute;
    content: "";
    height: 40px;
    opacity: 0.5;
    z-index: -1;
    animation: orb-float 5s ease-in-out infinite alternate;
}header .head_sitewrap_ui svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    z-index: 2;
    filter: drop-shadow(0 0 8px rgb(169,180,207,0.5));
    position: relative;
}header .head_sitewrap_ui:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(169,180,207));
}header .nav_start_ui {
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    justify-content: center;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    width: 100vw;
    display: flex;
    overflow-x: auto;
    padding: 1rem 0;
    scrollbar-width: none;
    gap: 1rem;
    position: relative;
}header .nav_start_ui::-webkit-scrollbar {
    display: none;
}header .nav_start_ui::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    content: "";
    background: rgb(169,180,207,0.5);
}header .top_bar_ui {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid rgb(169,180,207,0.5);
    font-weight: 400;
    padding: 0.6rem 1.8rem;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    border-radius: 16px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}header .top_bar_ui::before {
    background: linear-gradient(90deg,
        transparent,
        rgb(127,136,182,0.5),
        transparent);
    width: 100%;
    left: -100%;
    height: 100%;
    opacity: 0.5;
    content: "";
    transition: left 0.5s ease;
    position: absolute;
    top: 0;
}header .top_bar_ui::after {
    position: absolute;
    height: 8px;
    background: rgb(127,136,182);
    border-radius: 50%;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    box-shadow: 0 0 10px rgb(127,136,182);
    content: "";
    width: 8px;
    top: 50%;
    right: 12px;
}header .top_bar_ui:hover {
    border-color: rgb(127,136,182);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(169,180,207,0.5),
                inset 0 0 10px rgb(169,180,207,0.5);
    color: rgb(127,136,182);
}header .top_bar_ui:hover::before {
    left: 100%;
}header .top_bar_ui:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head_sitewrap_ui {
    margin-bottom: 1.5rem;
}header .head_sitewrap_ui svg {
    height: 42px;
}header .top_bar_ui {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .main_bar_ui {
    padding-top: 1rem;
}header .head_sitewrap_ui {
    margin-bottom: 1rem;
}header .head_sitewrap_ui svg {
    height: 36px;
}header .nav_start_ui {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_bar_ui {
    font-size: calc(12px - 2px);
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
}header .top_bar_ui:first-child {
    margin-left: 1rem;
}header .top_bar_ui:last-child {
    margin-right: 1rem;
}header .top_bar_ui::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}.teaching_history_ui {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(211,215,232) 0%, #ffffff 100%);
}.teaching_history_ui::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(127,136,182,0.5) 0px,
        rgb(127,136,182,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}.teaching_history_ui::after {
    z-index: 1;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgb(169,180,207,0.5) 0%,
        transparent 70%
    );
    content: "";
    position: absolute;
    top: -50%;
    right: -25%;
    transform: rotate(-15deg);
    width: 80%;
    opacity: 0.1;
}.teaching_history_ui .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.teaching_history_ui .review_voices_ui {
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
}.teaching_history_ui .review_voices_ui:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.teaching_history_ui .review_voices_ui::before {
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(169,180,207), rgb(127,136,182));
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.teaching_history_ui .review_voices_ui:hover::before {
    transform: scaleY(1);
}.teaching_history_ui .img_hover_ui {
    position: relative;
    height: 180px;
    border: 6px solid #ffffff;
    overflow: hidden;
    width: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg) translateY(0);
}.teaching_history_ui .review_voices_ui:hover .img_hover_ui {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.teaching_history_ui .img_hover_ui::after {
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}.teaching_history_ui .name {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    width: 100%;
    font-size: calc(24px * 1.1);
    transform: translateY(0);
    margin: 0.5rem 0;
    color: rgb(169,180,207);
    position: relative;
    font-weight: 700;
    text-align: center;
}.teaching_history_ui .review_voices_ui:hover .name {
    transform: translateY(-5px);
}.teaching_history_ui .name::after {
    height: 2px;
    position: absolute;
    background: rgb(127,136,182);
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.5);
    width: 80px;
    bottom: -5px;
    left: 50%;
}.teaching_history_ui .review_voices_ui:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_history_ui .review_voices_ui div:nth-child(2) div {
    margin-top: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: translateY(0);
    text-align: center;
    font-size: calc(14px * 1.05);
    color: rgb(127,136,182);
    font-style: italic;
}.teaching_history_ui .review_voices_ui:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.teaching_history_ui .job_overview_ui {
    opacity: 0.95;
    color: #000000;
    margin: 1.5rem 0 0;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    padding: 1.5rem 0.5rem 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    transition: opacity 0.4s ease;
    text-align: justify;
}.teaching_history_ui .review_voices_ui:hover .job_overview_ui {
    opacity: 1;
}.teaching_history_ui .job_overview_ui::before {
    color: rgb(169,180,207,0.5);
    transform: translateX(-50%);
    font-size: 4rem;
    top: -0.5rem;
    font-family: serif;
    content: "";
    line-height: 1;
    left: 50%;
    text-shadow: 2px 2px 0 #ffffff;
    position: absolute;
}

@media (min-width: 768px) {.teaching_history_ui .review_voices_ui {
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.teaching_history_ui .img_hover_ui {
    width: 200px;
    height: 200px;
    margin: 0;
}.teaching_history_ui .name {
    text-align: left;
}.teaching_history_ui .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.teaching_history_ui .review_voices_ui:hover .name::after {
    transform: translateX(0) scaleX(1);
}.teaching_history_ui .review_voices_ui div:nth-child(2) div {
    text-align: left;
}.teaching_history_ui .review_voices_ui div:nth-child(3) {
    grid-column: span 2;
}.teaching_history_ui .job_overview_ui {
    padding: 2rem 1rem 0.5rem;
}.teaching_history_ui .job_overview_ui::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.teaching_history_ui {
    padding: 150px 0;
}.teaching_history_ui .review_voices_ui {
    padding: 4rem;
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
}.teaching_history_ui .review_voices_ui div:nth-child(1) {
    grid-row: span 2;
}.teaching_history_ui .review_voices_ui div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.teaching_history_ui .img_hover_ui {
    width: 220px;
    height: 280px;
}.teaching_history_ui .job_overview_ui {
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 0;
    padding: 0 0 0 3rem;
    border-top: none;
    height: 100%;
}.teaching_history_ui .job_overview_ui::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.teaching_history_ui .review_voices_ui {
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
    gap: 3.5rem;
}.teaching_history_ui .img_hover_ui {
    width: 250px;
    height: 320px;
}.teaching_history_ui .name {
    font-size: calc(24px * 1.2);
}.teaching_history_ui .review_voices_ui div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(14px * 1.1);
}.teaching_history_ui .job_overview_ui {
    padding: 0 0 0 4rem;
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}}.thanksUnit_ui {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(211,215,232) 0%, rgb(169,180,207,0.5) 100%);
}.thanksUnit_ui::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(127,136,182,0.5) 0%, transparent 60%);
    left: 0;
}.thanksUnit_ui::after {
    animation: rotate 24s linear infinite;
    border: 2px solid rgb(169,180,207,0.5);
    height: 200px;
    opacity: 0.4;
    width: 200px;
    content: "";
    position: absolute;
    right: -50px;
    border-radius: 50%;
    z-index: 1;
    top: -50px;
}.thanksUnit_ui .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.thanksUnit_ui h2 {
    transform: translateX(-20px);
    opacity: 0;
    max-width: 800px;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    font-size: 28px;
    position: relative;
    font-weight: 700;
}.thanksUnit_ui h2::after {
    width: 80px;
    animation: growLine 1.2s ease-out forwards 0.8s;
    transform: scaleX(0);
    bottom: -15px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(169,180,207) 0%, rgb(127,136,182) 100%);
    content: "";
    transform-origin: left;
    height: 3px;
}.thanksUnit_ui .learn_way_ui {
    max-width: 900px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: left center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
}.thanksUnit_ui .learn_way_ui:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanksUnit_ui ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksUnit_ui li {
    opacity: 0;
    padding-left: 25px;
    animation: fadeInUp 0.8s ease forwards 1s;
    position: relative;
    transform: translateY(20px);
}.thanksUnit_ui li::before {
    background: rgb(169,180,207);
    top: 8px;
    position: absolute;
    content: "";
    width: 8px;
    animation: pulse 2s infinite;
    left: 0;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(rgb(169,180,207), 0.4);
}.thanksUnit_ui li span {
    line-height: 1.7;
    font-size: 12px;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.thanksUnit_ui .container::before,
.thanksUnit_ui .container::after {
    width: 4px;
    height: 4px;
    position: absolute;
    background: rgb(169,180,207);
    content: "";
    border-radius: 50%;
    opacity: 0.7;
}.thanksUnit_ui .container::before {
    right: 15%;
    box-shadow: 
        30px 50px 0 -1px rgb(127,136,182),
        80px -20px 0 -1px rgb(169,180,207),
        120px 60px 0 -1px rgb(127,136,182),
        200px 40px 0 -1px rgb(169,180,207);
    top: 30px;
}.thanksUnit_ui .container::after {
    box-shadow: 
        40px -30px 0 -1px rgb(127,136,182),
        70px 20px 0 -1px rgb(169,180,207),
        120px -40px 0 -1px rgb(127,136,182),
        180px 10px 0 -1px rgb(169,180,207);
    left: 10%;
    bottom: 60px;
}

@media screen and (max-width: 992px) {.thanksUnit_ui {
    padding: 80px 0 60px;
}.thanksUnit_ui h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.thanksUnit_ui .learn_way_ui {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media screen and (max-width: 768px) {.thanksUnit_ui {
    padding: 60px 0 40px;
}.thanksUnit_ui h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.thanksUnit_ui .learn_way_ui {
    transform: none;
    padding: 25px;
    clip-path: none;
}.thanksUnit_ui li {
    padding-left: 20px;
}.thanksUnit_ui li::before {
    top: 7px;
    height: 6px;
    width: 6px;
}.thanksUnit_ui li span {
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.thanksUnit_ui {
    padding: 50px 0 30px;
}.thanksUnit_ui h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.thanksUnit_ui .learn_way_ui {
    padding: 20px;
}.thanksUnit_ui li span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.thanksUnit_ui h2::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}}.contact_ui {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(211,215,232) 50%);
}.contact_ui::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    content: "";
    width: 100%;
}.contact_ui .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.contact_ui h2 {
    position: relative;
    font-size: 29px;
    color: rgb(169,180,207);
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}.contact_ui h2::after {
    position: absolute;
    width: 60px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(169,180,207);
    content: "";
}.contact_ui .inquiry_section_ui {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_ui .inquiry_section_ui::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(169,180,207), rgb(127,136,182));
    left: 0;
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
}.contact_ui .img_hover_ui {
    transition: all 0.5s ease;
    flex: 0 0 50%;
    position: relative;
    min-height: 550px;
}.contact_ui .img_hover_ui::after {
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(169,180,207,0.5), transparent);
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.contact_ui .support_form_ui {
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
}.contact_ui .support_form_ui::before {
    content: "";
    width: 10px;
    background: rgb(211,215,232);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.contact_ui #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact_ui h3 {
    padding-bottom: 10px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}.contact_ui h3::after {
    height: 2px;
    position: absolute;
    background: rgb(169,180,207,0.5);
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
}.contact_ui input[type="text"] {
    border-radius: 10px;
    border: 2px solid rgb(211,215,232);
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    padding: 18px 20px;
    width: 100%;
    font-size: 13px;
}.contact_ui input[type="text"]:focus {
    border-color: rgb(169,180,207);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.contact_ui input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_ui .help_reach_ui {
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.contact_ui .help_reach_ui input[type="checkbox"] {
    height: 24px;
    width: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    border: 2px solid rgb(211,215,232);
    appearance: none;
    margin-top: 2px;
}.contact_ui .help_reach_ui input[type="checkbox"]:checked {
    border-color: rgb(169,180,207);
    background: rgb(169,180,207);
}.contact_ui .help_reach_ui input[type="checkbox"]:checked::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
    top: 5px;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    width: 6px;
}.contact_ui .help_reach_ui label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.contact_ui .help_reach_ui a {
    color: rgb(169,180,207);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact_ui .help_reach_ui a:hover {
    color: rgb(127,136,182);
}.contact_ui .contact_reach_ui {
    overflow: hidden;
    color: #ffffff;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(169,180,207,0.5);
    align-self: flex-start;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    background: rgb(169,180,207);
    font-size: 20px;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-weight: 600;
    border: none;
}.contact_ui .contact_reach_ui::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
    top: 0;
}.contact_ui .contact_reach_ui:hover {
    box-shadow: 0 10px 25px rgb(127,136,182,0.5);
    transform: translateY(-3px);
    background: rgb(127,136,182);
}.contact_ui .contact_reach_ui:hover::before {
    left: 100%;
}.contact_ui svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(169,180,207);
}.contact_ui svg path {
    transition: all 0.3s ease;
    fill: rgb(169,180,207);
}.contact_ui svg:hover {
    transform: translateY(-2px);
    fill: rgb(127,136,182);
}.contact_ui svg:hover path {
    fill: rgb(127,136,182);
}

@media (max-width: 1200px) {.contact_ui {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_ui {
    padding: 80px 0;
}.contact_ui .inquiry_section_ui {
    flex-direction: column-reverse;
}.contact_ui .img_hover_ui {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_ui .support_form_ui {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_ui .support_form_ui::before {
    left: 0;
    height: 10px;
    top: 0;
    width: 100%;
}
}

@media (max-width: 768px) {.contact_ui {
    padding: 60px 0;
}.contact_ui h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.contact_ui .support_form_ui {
    padding: 40px 30px;
}.contact_ui #contact {
    gap: 25px;
}.contact_ui .img_hover_ui {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_ui {
    padding: 50px 0;
}.contact_ui .container {
    padding: 0 15px;
}.contact_ui h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.contact_ui .support_form_ui {
    padding: 35px 25px;
}.contact_ui #contact {
    gap: 20px;
}.contact_ui input[type="text"] {
    padding: 15px;
}.contact_ui .contact_reach_ui {
    width: 100%;
    padding: 15px 25px;
}.contact_ui .img_hover_ui {
    min-height: 250px;
}}.offer_list_ui {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.offer_list_ui::before {
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
}.offer_list_ui .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.offer_list_ui .fee_struct_ui {
    position: relative;
}.offer_list_ui h2 {
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    font-size: 32px;
    color: #ffffff;
}.offer_list_ui .cost_matrix_ui {
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    font-size: 14px;
    transform: translateY(20px);
    opacity: 0;
    word-break: break-word;
}.offer_list_ui .lesson_fees_ui {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
}.offer_list_ui .lesson_fees_ui li {
    perspective: 1000px;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    transform-style: preserve-3d;
    opacity: 0;
    transform: translateY(30px);
}.offer_list_ui .lesson_fees_ui li:nth-child(1) {
    --i: 0;
}.offer_list_ui .lesson_fees_ui li:nth-child(2) {
    --i: 1;
}.offer_list_ui .lesson_fees_ui li:nth-child(3) {
    --i: 2;
}.offer_list_ui .lesson_fees_ui li:nth-child(4) {
    --i: 3;
}.offer_list_ui .plan_details_ui {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
    position: relative;
    will-change: transform;
}.offer_list_ui .plan_details_ui:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.offer_list_ui .learning_cost_ui {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}.offer_list_ui .plan_details_ui:hover .learning_cost_ui {
    border-color: rgba(rgb(169,180,207,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(169,180,207,0.5), 0.15);
}.offer_list_ui .learning_cost_ui::before {
    top: -50%;
    opacity: 0;
    position: absolute;
    content: "";
    transition: opacity 0.8s ease;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(127,136,182,0.5), 0.1) 100%);
    width: 200%;
    z-index: -1;
    height: 200%;
    left: -50%;
    transform: rotate(45deg);
}.offer_list_ui .plan_details_ui:hover .learning_cost_ui::before {
    opacity: 1;
}.offer_list_ui .basic_rates_ui {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}.offer_list_ui .basic_rates_ui h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(19px * 1.1);
    position: relative;
    margin-top: 0;
}.offer_list_ui .basic_rates_ui h4::after {
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(169,180,207), rgba(rgb(169,180,207,0.5), 0.5));
    margin-top: 10px;
    width: 50px;
    height: 3px;
    display: block;
    transform-origin: left;
    transform: scaleX(0.7);
    content: "";
}.offer_list_ui .plan_details_ui:hover .basic_rates_ui h4::after {
    transform: scaleX(1);
}.offer_list_ui .basic_rates_ui p {
    flex-grow: 1;
    scrollbar-color: rgba(rgb(169,180,207,0.5), 0.5) rgba(255, 255, 255, 0.05);
    font-size: calc(14px * 0.95);
    padding-right: 5px;
    scrollbar-width: thin;
    line-height: 1.6;
    max-height: 250px;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.75);
    overflow-wrap: break-word;
    overflow-y: auto;
    margin-bottom: 25px;
}.offer_list_ui .basic_rates_ui p::-webkit-scrollbar {
    width: 4px;
}.offer_list_ui .basic_rates_ui p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.offer_list_ui .basic_rates_ui p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(169,180,207,0.5), 0.5);
}.offer_list_ui .pricing_list_ui {
    position: relative;
    background: linear-gradient(135deg, rgb(169,180,207), rgb(127,136,182));
    display: inline-block;
    -webkit-text-fill-color: transparent;
    padding: 5px 0;
    color: #ffffff;
    -webkit-background-clip: text !important;
    font-size: calc(19px * 1.3);
    align-self: flex-start;
    background-clip: text !important;
    font-weight: 700;
}.offer_list_ui .pricing_list_ui::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(169,180,207), transparent);
    height: 1px;
    left: 0;
}

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

@media (max-width: 1200px) {.offer_list_ui {
    padding: 80px 0;
}.offer_list_ui .lesson_fees_ui {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.offer_list_ui h2 {
    font-size: calc(32px * 0.9);
}.offer_list_ui .cost_matrix_ui {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.offer_list_ui .learning_cost_ui {
    padding: 25px;
}.offer_list_ui .basic_rates_ui h4 {
    font-size: calc(19px * 1);
}.offer_list_ui .pricing_list_ui {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 768px) {.offer_list_ui {
    padding: 60px 0;
}.offer_list_ui .lesson_fees_ui {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer_list_ui .basic_rates_ui p {
    font-size: calc(14px * 0.9);
    max-height: 150px;
}
}

@media (max-width: 480px) {.offer_list_ui {
    padding: 50px 0;
}.offer_list_ui h2 {
    font-size: calc(32px * 0.8);
}.offer_list_ui .cost_matrix_ui {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.offer_list_ui .learning_cost_ui {
    padding: 20px;
}.offer_list_ui .basic_rates_ui h4 {
    font-size: calc(19px * 0.95);
    margin-bottom: 10px;
}.offer_list_ui .pricing_list_ui {
    font-size: calc(19px * 1.1);
}}.cookie_overlay_banner_ui {
    background: rgb(211,215,232);
    border-top: 2px solid rgb(169,180,207);
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 90;
}.privacy_switch_ui {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.cookie_overlay_banner_ui h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_overlay_banner_ui p {
    font-size: 18px;
}.consent_learn_ui {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_learn_ui svg, .consent_learn_ui svg path, .consent_learn_ui img {
    height: 100px;
    width: 100px;
    fill: rgb(169,180,207);
}.cookie_verify_ui {
    flex-shrink: 0;
    color: rgb(169,180,207);
    font-size: 24px;
    cursor: pointer;
    min-width: 120px;
    line-height: 35px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    border-bottom: 2px solid rgb(169,180,207);
    margin-left: 10px;
}.cookie_overlay_banner_ui p a {
    text-decoration: none;
    color: rgb(169,180,207);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner_ui {
    padding: 20px;
}}
#dataConsentBanner_ui {
    display: none;
}#dataConsentBanner_ui:checked ~ .cookie_overlay_banner_ui {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.consent_learn_ui {
    display: none;
}.privacy_switch_ui {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_overlay_banner_ui h5 {
    text-align: center;
}.cookie_overlay_banner_ui p {
    text-align: center;
}.cookie_tab_ui {
    margin-bottom: 20px;
}body .wrapper-segment_ui .cookie_verify_ui {
    margin-left: 0;
}
}