* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.qna_board {
    flex: 0 0 auto;
}.core-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.header_lead {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1189px;
    max-width: 100%;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.offer_package {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.offer_package::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    right: 0;
}.offer_package .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.fee_plans {
    position: relative;
}.offer_package h2 {
    margin-bottom: 25px;
    transform: translateY(0);
    animation: titleFadeIn 0.8s ease-out forwards;
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}.offer_package .premium_cost {
    max-width: 700px;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px;
    opacity: 0;
    line-height: 1.6;
}.offer_package .group_rates {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
}.offer_package .group_rates li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.offer_package .package_deals {
    height: 100%;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
    text-decoration: none;
}.offer_package .package_deals:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_package .plan_details {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.offer_package .package_deals:hover .plan_details {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.offer_package .plan_details::before {
    position: absolute;
    transform: scaleX(0);
    height: 6px;
    width: 100%;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    left: 0;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}.offer_package .package_deals:hover .plan_details::before {
    transform: scaleX(1);
}.offer_package .pro_fees {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 35px 30px;
    height: 100%;
}.offer_package .pro_fees h4 {
    font-size: calc(21px * 1.1);
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    padding-bottom: 15px;
}.offer_package .package_deals:hover .pro_fees h4 {
    color: rgb(170,169,193);
}.offer_package .pro_fees h4::after {
    background: rgb(170,169,193);
    bottom: 0;
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    transition: width 0.4s ease;
    left: 0;
}.offer_package .package_deals:hover .pro_fees h4::after {
    width: 60px;
}.offer_package .pro_fees p {
    flex-grow: 1;
    word-break: break-word;
    color: #000000;
    font-size: calc(14px * 0.95);
    margin: 0 0 25px;
    overflow-wrap: break-word;
    line-height: 1.6;
}.offer_package .discount_plan {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    align-self: flex-start;
    padding: 12px 25px;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(21px * 1.4);
}.offer_package .package_deals:hover .discount_plan {
    background: linear-gradient(135deg, rgb(170,169,193,0.5), rgb(170,169,193));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    color: #ffffff;
}.offer_package .discount_plan::before {
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.offer_package .package_deals:hover .discount_plan::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.offer_package {
    padding: 100px 0;
}.offer_package .group_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.offer_package {
    padding: 80px 0;
}.offer_package h2 {
    font-size: calc(36px * 0.9);
}.offer_package .premium_cost {
    margin-bottom: 50px;
    font-size: calc(14px * 0.95);
}.offer_package .group_rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer_package .pro_fees {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.offer_package {
    padding: 70px 0;
}.offer_package h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 20px;
}.offer_package .premium_cost {
    margin-bottom: 40px;
    font-size: calc(14px * 0.9);
}.offer_package .group_rates {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.offer_package .pro_fees h4 {
    font-size: 21px;
}.offer_package .pro_fees p {
    font-size: calc(14px * 0.9);
    margin-bottom: 20px;
}.offer_package .discount_plan {
    padding: 10px 20px;
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 480px) {.offer_package {
    padding: 60px 0;
}.offer_package h2 {
    font-size: calc(36px * 0.8);
}.offer_package .premium_cost {
    font-size: calc(14px * 0.85);
    margin-bottom: 35px;
}.offer_package .pro_fees {
    padding: 25px 20px;
}.offer_package .pro_fees h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
}.offer_package .pro_fees p {
    line-height: 1.5;
    font-size: calc(14px * 0.85);
}.offer_package .discount_plan {
    font-size: calc(21px * 1.2);
    padding: 8px 18px;
}}.landing_page {
    overflow: hidden;
    background-color: rgb(212,211,217);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    align-items: center;
}.landing_page::before {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.05),
    rgba(var(--secondary-color-rgb), 0.1),
    rgba(var(--primary-color-rgb), 0.07));
    width: 100%;
}.landing_page::after {
    right: -5%;
    opacity: 0.4;
    content: '';
    transform: rotate(-15deg);
    top: -10%;
    filter: blur(50px);
    height: 75%;
    width: 35%;
    position: absolute;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(145deg, 
    rgb(170,169,193,0.5),
    rgb(124,124,171,0.5));
}.landing_page .class_online {
    position: relative;
    z-index: 5;
    transform: translateY(-2vh);
    width: 90%;
    max-width: 1200px;
}.landing_page .edu_hero {
    box-shadow: 0 20px 50px rgba(var(--dark-color-rgb), 0.1);
    overflow: hidden;
    padding: 4rem 3rem;
    background-blend-mode: soft-light !important;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
}.landing_page .edu_hero::before {
    background: linear-gradient(
    to right,
    rgba(var(--dark-color-rgb), 0.7) 0%,
    rgba(var(--dark-color-rgb), 0.85) 40%,
    rgba(var(--dark-color-rgb), 0.9) 100%
  );
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: '';
}.landing_page .edu_hero::after {
    background: radial-gradient(
    circle at center,
    rgba(var(--primary-color-rgb), 0.15) 0%,
    transparent 70%
  );
    top: -50%;
    width: 200%;
    opacity: 0.6;
    z-index: -1;
    height: 200%;
    animation: rotate 35s linear infinite;
    left: -50%;
    pointer-events: none;
    content: '';
    position: absolute;
}.landing_page .edu_hero span {
    animation: fadeInRight 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    position: relative;
    opacity: 0;
    display: inline-block;
    margin-bottom: 1.5rem;
    transform: translateX(-1rem);
}.landing_page .edu_hero h3 {
    position: relative;
    padding-left: 1rem;
    font-size: calc(24px * 0.9);
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: rgb(124,124,171);
    max-width: 80%;
    opacity: 0.95;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.02em;
}.landing_page .edu_hero h3::before {
    width: 3px;
    transform-origin: top;
    content: '';
    position: absolute;
    animation: scaleIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
    height: 85%;
    left: 0;
    transform: scaleY(0);
    top: 0.3em;
    background: rgb(124,124,171);
}.landing_page .edu_hero h1 {
    background: linear-gradient(
    to right, 
    #ffffff 0%, 
    rgb(255, 255, 255, 0.5) 100%
  );
    background-clip: text !important;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    -webkit-text-fill-color: transparent;
    transform: translateY(1rem);
    line-height: 1.15;
    animation: fadeInUp 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
    margin: 0 0 2rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 6vw, 38px);
}.landing_page .edu_hero div div {
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;
    max-width: 600px;
    transform: translateY(1rem);
    position: relative;
}.landing_page .edu_hero div div::before {
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    animation: scaleInX 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
    width: 1.5rem;
    top: 50%;
    opacity: 0.7;
    left: -2rem;
    transform-origin: left;
    background: rgb(124,124,171);
    content: '';
}.landing_page .edu_hero p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(var(--white-color-rgb), 0.9);
    font-size: calc(13px * 1.1);
    margin: 0;
}.landing_page .edu_hero:hover {
    box-shadow: 0 25px 60px rgba(var(--dark-color-rgb), 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

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

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

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

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

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

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media (max-width: 992px) {.landing_page {
    min-height: 90vh;
}.landing_page .edu_hero {
    padding: 3.5rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.landing_page .edu_hero h3 {
    max-width: 90%;
    font-size: calc(19px * 1.05);
}.landing_page .edu_hero h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(2.2rem, 5vw, calc(38px * 0.9));
}
}

@media (max-width: 768px) {.landing_page {
    min-height: 80vh;
    padding-top: 5rem;
    align-items: flex-start;
}.landing_page::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.landing_page .class_online {
    transform: translateY(0);
    width: 95%;
}.landing_page .edu_hero {
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.landing_page .edu_hero h3 {
    font-size: 19px;
    max-width: 100%;
    padding-left: 0.75rem;
}.landing_page .edu_hero h3::before {
    width: 2px;
}.landing_page .edu_hero h1 {
    font-size: clamp(2rem, 8vw, calc(38px * 1.1));
    margin-bottom: 1.25rem;
}.landing_page .edu_hero p {
    font-size: 13px;
}
}

@media (max-width: 576px) {.landing_page {
    min-height: 70vh;
    padding-top: 4rem;
}.landing_page::after {
    right: -20%;
    top: -5%;
    width: 60%;
    height: 50%;
}.landing_page .edu_hero {
    transform: none;
    padding: 2.5rem 1.5rem;
}.landing_page .edu_hero h3 {
    font-size: calc(19px * 0.95);
}.landing_page .edu_hero h1 {
    margin-bottom: 1rem;
}.landing_page .edu_hero div div::before {
    width: 1rem;
    left: -1.25rem;
}.landing_page .edu_hero:hover {
    transform: translateY(-3px);
}}.aspiring_learners {
    padding: 5rem 0;
    position: relative;
    background: rgb(212,211,217);
    z-index: 1;
    overflow: hidden;
}.aspiring_learners::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(124,124,171,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(170,169,193,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(124,124,171,0.5), 0.05) 75%,
        transparent 100%
    );
}.aspiring_learners::after {
    background-image: 
        radial-gradient(rgba(rgb(170,169,193,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(124,124,171,0.5), 0.1) 2px, transparent 2px);
    background-size: 50px 50px, 100px 100px;
    opacity: 0.5;
    background-position: 0 0, 25px 25px;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}.aspiring_learners .legacy_edu {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.aspiring_learners h3 {
    padding-left: 2rem;
    position: relative;
    text-align: left;
    margin-bottom: 3rem;
    font-size: 35px;
    font-weight: 700;
    color: rgb(124,124,171);
}.aspiring_learners h3::before {
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(124,124,171),
        rgb(170,169,193)
    );
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    width: 5px;
}.aspiring_learners ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    padding: 0;
    list-style: none;
    position: relative;
    gap: 2rem 1.5rem;
    margin: 0;
}.aspiring_learners ul::before {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    width: 1px;
    left: 50%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(170,169,193,0.5), 0.3),
        transparent
    );
    height: 100%;
}.aspiring_learners li {
    transition: all 0.3s ease;
    background: rgba(rgb(124,124,171,0.5), 0.03);
    position: relative;
    border-radius: 20px;
    align-items: flex-start;
    display: flex;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(124,124,171,0.5), 0.1);
    padding: 1.5rem;
}.aspiring_learners li::before {
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    content: "";
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(170,169,193,0.5), 0.5),
        transparent
    );
    top: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    left: 0;
}.aspiring_learners li::after {
    top: -10px;
    left: -10px;
    height: 40px;
    width: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(170,169,193,0.5), 0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    content: "";
}.aspiring_learners li:hover {
    transform: translateY(-5px);
    background: rgba(rgb(124,124,171,0.5), 0.05);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(170,169,193,0.5), 0.2);
}.aspiring_learners li:hover::before {
    opacity: 1;
}.aspiring_learners li:nth-child(odd)::after {
    left: auto;
    animation: pulseEven 3s infinite alternate ease-in-out;
    right: -10px;
}.aspiring_learners li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.aspiring_learners li svg {
    width: 32px;
    fill: rgb(170,169,193);
    position: relative;
    transition: all 0.3s ease;
    margin-right: 1rem;
    height: 32px;
    flex-shrink: 0;
}.aspiring_learners li svg::after {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    background: radial-gradient(
        circle,
        rgba(rgb(170,169,193,0.5), 0.3) 0%,
        transparent 70%
    );
    position: absolute;
}.aspiring_learners li svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,169,193);
}.aspiring_learners li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}.aspiring_learners li:hover svg path {
    fill: rgb(170,169,193);
}.aspiring_learners li {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(170,169,193,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(170,169,193,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(170,169,193,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.aspiring_learners {
    padding: 4rem 0;
}.aspiring_learners h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.aspiring_learners ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.aspiring_learners {
    padding: 3.5rem 0;
}.aspiring_learners .legacy_edu {
    padding: 0 1.5rem;
}.aspiring_learners h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
    text-align: center;
    padding-left: 0;
}.aspiring_learners h3::before {
    top: auto;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    bottom: -12px;
    height: 4px;
}.aspiring_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.aspiring_learners ul::before {
    display: none;
}
}

@media (max-width: 480px) {.aspiring_learners {
    padding: 3rem 0;
}.aspiring_learners .legacy_edu {
    padding: 0 1rem;
}.aspiring_learners h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.8rem;
}.aspiring_learners h3::before {
    height: 3px;
    width: 60px;
}.aspiring_learners li {
    padding: 1.2rem;
}.aspiring_learners li svg {
    margin-right: 0.8rem;
    width: 28px;
    height: 28px;
}.aspiring_learners li::after {
    width: 30px;
    top: -8px;
    left: -8px;
    height: 30px;
}}.qna_board {
    padding: 80px 0 40px;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.qna_board .container {
    justify-content: space-between;
    display: flex;
    position: relative;
}.qna_board .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.qna_board .company_holder::after {
    top: 10%;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(170,169,193), transparent);
    right: 0;
    width: 1px;
    height: 80%;
}.qna_board .company_holder h3 {
    margin-bottom: 20px;
    position: relative;
    font-size: calc(35px * 0.9);
    display: inline-block;
    text-shadow: 0 0 10px rgb(170,169,193,0.5);
    font-weight: 700;
    color: #ffffff;
}.qna_board .company_holder h3::after {
    bottom: -5px;
    transition: width 0.3s ease-in-out;
    background: rgb(170,169,193);
    position: absolute;
    height: 2px;
    left: 0;
    content: '';
    width: 40%;
}.qna_board .company_holder h3:hover::after {
    width: 100%;
}.qna_board .citation {
    font-size: 13px;
    transform: translateZ(0);
    color: #ffffff;
    padding: 15px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 15px;
}.qna_board .citation:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.qna_board .hackathon {
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
    display: flex;
}.qna_board .head_mainwrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}.qna_board .nav_info {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    border-radius: 11px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.qna_board .nav_info::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    inset: 0;
    z-index: -1;
    position: absolute;
}.qna_board .nav_info:hover::before {
    transform: translateX(100%);
}.qna_board .nav_info h5 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}.qna_board .nav_info h5::after {
    background: rgb(170,169,193);
    height: 2px;
    width: 40px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}.qna_board .nav_info:hover h5::after {
    box-shadow: 0 0 8px rgb(170,169,193), 0 0 16px rgb(170,169,193,0.5);
    width: 70px;
}.qna_board .nav_info .head_mainwrap {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.qna_board .nav_info .head_mainwrap a {
    padding-left: 0;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: calc(13px * 0.95);
    opacity: 0.85;
    position: relative;
    text-decoration: none;
}.qna_board .nav_info .head_mainwrap a::before {
    background: linear-gradient(90deg, rgb(170,169,193), transparent);
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    position: absolute;
    transform-origin: left;
    height: 1px;
    left: 0;
    width: 0;
    bottom: -2px;
}.qna_board .nav_info .head_mainwrap a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.qna_board .nav_info .head_mainwrap a:hover::before {
    box-shadow: 0 0 5px rgb(170,169,193,0.5);
    width: 100%;
}.transcript {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.transcript::before {
    right: 0;
    left: 0;
    position: absolute;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(170,169,193,0.5), transparent);
    content: '';
}.transcript .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.transcript .reg_remind {
    transition: opacity 0.3s ease;
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 0.5px;
}.transcript .reg_remind:hover {
    opacity: 1;
}

@media (max-width: 991px) {.qna_board {
    padding: 60px 0 30px;
}.qna_board .container {
    flex-direction: column;
}.qna_board .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.qna_board .company_holder::after {
    display: none;
}.qna_board .hackathon {
    flex: 0 0 100%;
}.qna_board .nav_info {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.qna_board {
    padding: 40px 0 20px;
}.qna_board .head_mainwrap {
    flex-direction: column;
}.qna_board .nav_info {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.qna_board .company_holder h3 {
    font-size: calc(35px * 0.8);
}.qna_board .nav_info h5 {
    font-size: calc(24px * 0.9);
}.transcript .reg_remind {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.qna_board {
    padding: 30px 0 15px;
}.qna_board .company_holder {
    margin-bottom: 30px;
}.qna_board .company_holder h3 {
    font-size: calc(35px * 0.7);
}.qna_board .nav_info h5 {
    font-size: calc(24px * 0.8);
}.transcript {
    padding: 10px 0;
}.transcript .reg_remind {
    font-size: calc(14px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    top: 0;
    opacity: 0.3;
    content: '';
    background-size: 50px 50px;
    left: 0;
    bottom: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    position: absolute;
    z-index: 0;
    right: 0;
}.qna_board .company_holder h3 {
    overflow: hidden;
    position: relative;
}.qna_board .company_holder h3::before {
    content: '';
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
}.qna_board .company_holder h3:hover::before {
    left: 100%;
}.our_team {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.our_team::before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(170,169,193,0.5), rgba(0, 0, 0, 0.5) 85%);
    content: "";
    right: 0;
}.our_team::after {
    content: "";
    opacity: 0.07;
    right: -50px;
    width: 300px;
    transform: rotate(35deg);
    z-index: 2;
    position: absolute;
    top: -50px;
    height: 300px;
    background: rgb(124,124,171);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}.our_team h4 {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
    z-index: 10;
}.our_team h4::after {
    bottom: -14px;
    background: rgb(124,124,171);
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 4px;
    left: 50%;
}.our_team .container {
    padding: 0 20px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
}.our_team .text_display_box {
    padding: 50px 60px;
    border-left: 5px solid rgb(124,124,171);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.our_team .text_display_box:hover {
    transform: translateY(-8px);
}.our_team .text_display_box::before {
    transform: rotate(25deg);
    background: rgb(124,124,171);
    width: 150px;
    border-radius: 10px;
    right: 30px;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    height: 150px;
    top: 30px;
}.our_team h6 {
    position: relative;
    font-size: calc(20px + 2px);
    display: inline-block;
    margin-bottom: 25px;
    color: rgb(170,169,193);
    font-weight: 700;
}.our_team h6::after {
    left: 0;
    position: absolute;
    width: 40%;
    content: "";
    height: 3px;
    bottom: -8px;
    background: rgb(124,124,171);
}.our_team .text_display_box div {
    position: relative;
}.our_team .text_display_box span {
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    display: block;
    text-align: justify;
    font-size: 17px;
    column-count: 2;
    hyphens: auto;
    column-gap: 40px;
}

@media (max-width: 992px) {.our_team {
    padding: 90px 0 60px;
}.our_team .text_display_box {
    padding: 40px 35px;
}.our_team .text_display_box span {
    column-count: 1;
    font-size: calc(17px - 1px);
}.our_team h6 {
    font-size: 20px;
}.our_team h4 {
    font-size: calc(32px - 4px);
}
}

@media (max-width: 768px) {.our_team {
    padding: 70px 0 50px;
}.our_team .text_display_box {
    border-left-width: 3px;
    padding: 30px 25px;
}.our_team .text_display_box::before {
    width: 100px;
    right: 20px;
    height: 100px;
    top: 20px;
}.our_team h6 {
    font-size: calc(20px + 2px);
}.our_team h4 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: calc(32px - 8px);
}.our_team h4::after {
    height: 3px;
    bottom: -10px;
    width: 40px;
}
}

@media (max-width: 576px) {.our_team {
    padding: 60px 0 40px;
}.our_team .text_display_box {
    padding: 25px 20px;
}.our_team .text_display_box span {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}.our_team h6 {
    margin-bottom: 20px;
}.our_team h6::after {
    height: 2px;
    bottom: -6px;
}.our_team .text_display_box::before {
    display: none;
}}.mentorship_experience {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(212,211,217) 100%);
}.mentorship_experience::before {
    top: 0;
    animation: pulse 20s infinite alternate;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(170,169,193,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(124,124,171,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
    width: 100%;
}.mentorship_experience .container {
    padding: 0 20px;
    z-index: 2;
    perspective: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.mentorship_experience .client_ratings {
    position: relative;
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    display: grid;
}.mentorship_experience .client_ratings:hover {
    transform: rotateY(0deg) translateZ(10px);
}.mentorship_experience .job_overview {
    line-height: 1.7;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(170,169,193,0.5);
    transform: translateZ(20px);
    color: #ffffff;
    margin: 0;
    backdrop-filter: blur(10px);
    z-index: 1;
    position: relative;
    padding: 50px 40px;
    grid-area: quote;
    border-radius: 20px;
    font-weight: 300;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    font-size: 18px;
}.mentorship_experience .job_overview::before {
    color: rgb(170,169,193);
    font-size: calc(46px * 2);
    top: 15px;
    position: absolute;
    content: "";
    line-height: 1;
    left: 20px;
}.mentorship_experience .img_holder {
    height: 280px;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(170,169,193,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-area: photo;
}.mentorship_experience .client_ratings:hover .img_holder {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(170,169,193,0.5);
}.mentorship_experience .name {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    margin: 0;
    z-index: 2;
    padding: 15px 20px;
    font-weight: 700;
    background: rgb(170,169,193);
    color: #ffffff;
    transform: translateZ(30px);
    transition: transform 0.3s ease;
    grid-area: name;
    border-radius: 10px;
    font-size: 23px;
}.mentorship_experience .client_ratings:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.mentorship_experience .client_ratings > span:not(.name) {
    transition: transform 0.3s ease;
    color: rgb(124,124,171);
    border-radius: 10px;
    font-size: 18px;
    transform: translateZ(25px);
    z-index: 2;
    grid-area: job;
    padding: 10px 15px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}.mentorship_experience .client_ratings:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.mentorship_experience {
    padding: 80px 0;
}.mentorship_experience .client_ratings {
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-areas:
      "img_holder"
      "name"
      "exp_list"
      "job_overview";
    transform: none;
    grid-template-rows: auto auto auto auto;
}.mentorship_experience .job_overview,
  .mentorship_experience .img_holder,
  .mentorship_experience .name,
  .mentorship_experience .client_ratings > span:not(.name) {
    transform: none;
}.mentorship_experience .client_ratings:hover .job_overview,
  .mentorship_experience .client_ratings:hover .img_holder,
  .mentorship_experience .client_ratings:hover .name,
  .mentorship_experience .client_ratings:hover > span:not(.name) {
    transform: none;
}.mentorship_experience .img_holder {
    margin: 0 auto;
    width: 90%;
    height: 240px;
}.mentorship_experience .job_overview {
    padding: 30px;
}.mentorship_experience .name,
  .mentorship_experience .client_ratings > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}

@media (max-width: 576px) {.mentorship_experience {
    padding: 60px 0;
}.mentorship_experience .img_holder {
    width: 100%;
    height: 200px;
}.mentorship_experience .job_overview {
    padding: 25px 20px;
    font-size: calc(18px * 0.95);
}.mentorship_experience .name {
    font-size: calc(23px * 0.9);
}.mentorship_experience .client_ratings > span:not(.name) {
    font-size: calc(18px * 0.9);
}}.learning_outcomes {
    overflow: hidden;
    background: rgb(170,169,193);
    position: relative;
    padding: 120px 0 160px;
}.learning_outcomes::before {
    width: 100%;
    animation: gridShift 25s linear infinite;
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    background-image: linear-gradient(0deg, transparent 24%, rgb(170,169,193,0.5) 25%, rgb(170,169,193,0.5) 26%, transparent 27%, transparent 74%, rgb(170,169,193,0.5) 75%, rgb(170,169,193,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(170,169,193,0.5) 25%, rgb(170,169,193,0.5) 26%, transparent 27%, transparent 74%, rgb(170,169,193,0.5) 75%, rgb(170,169,193,0.5) 76%, transparent 77%, transparent);
    content: '';
    height: 100%;
    opacity: 0.07;
}.learning_outcomes::after {
    bottom: 0;
    content: '';
    background: linear-gradient(to top, #000000, transparent);
    z-index: 1;
    position: absolute;
    height: 200px;
    left: 0;
    width: 100%;
}.learning_outcomes .legacy_edu {
    max-width: 1280px;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    z-index: 2;
}.learning_outcomes h2 {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    font-weight: 700;
}.learning_outcomes h2::after {
    content: '';
    height: 3px;
    position: absolute;
    width: 100px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(170,169,193), rgb(124,124,171));
}.learning_outcomes h2::before {
    content: '';
    opacity: 0.3;
    bottom: -5px;
    left: 50%;
    width: 80px;
    background: #ffffff;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
}.learning_outcomes .img_holder {
    transform: perspective(1000px) rotateX(5deg);
    margin-bottom: 80px;
    border-radius: 17px;
    height: 400px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    position: relative;
}.learning_outcomes .img_holder::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    background: linear-gradient(45deg, rgb(170,169,193,0.5) 0%, transparent 40%);
    z-index: 1;
    top: 0;
}.learning_outcomes .img_holder::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 40%;
}.learning_outcomes .text_main_holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    width: 100%;
}.learning_outcomes .text_main_holder::before {
    background: rgb(124,124,171);
    position: absolute;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    height: 40px;
    width: 2px;
    opacity: 0.8;
    top: -60px;
}.learning_outcomes .text_main_holder::after {
    top: -80px;
    border: 2px solid rgb(124,124,171);
    width: 20px;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.8;
    height: 20px;
}.learning_outcomes .text_main_holder > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    align-items: center;
    transform: translateY(50px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    opacity: 0;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(124,124,171,0.5);
    padding: 25px;
    animation: floatUp 0.6s forwards;
    text-align: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    animation-delay: calc(var(--i, 0) * 0.15s);
    position: relative;
    display: flex;
}.learning_outcomes .text_main_holder > div:nth-child(1) {
    --i: 1;
}.learning_outcomes .text_main_holder > div:nth-child(2) {
    --i: 2;
}.learning_outcomes .text_main_holder > div:nth-child(3) {
    --i: 3;
}.learning_outcomes .text_main_holder > div:nth-child(4) {
    --i: 4;
}.learning_outcomes .text_main_holder > div:nth-child(5) {
    --i: 5;
}.learning_outcomes .text_main_holder > div:nth-child(6) {
    --i: 6;
}.learning_outcomes .text_main_holder > div::before {
    z-index: -1;
    left: -2px;
    border-radius: calc(10px + 1px);
    background: linear-gradient(45deg, rgb(170,169,193,0.5) 0%, transparent 20%, transparent 80%, rgb(124,124,171,0.5) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    right: -2px;
    top: -2px;
    opacity: 0;
    bottom: -2px;
}.learning_outcomes .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}.learning_outcomes .text_main_holder > div:hover::before {
    opacity: 1;
}.learning_outcomes .text_main_holder svg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(170,169,193,0.5);
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    border: 1px solid rgb(170,169,193,0.5);
    background: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.learning_outcomes .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(170,169,193);
    transform: scale(1.1);
}.learning_outcomes .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(124,124,171);
}.learning_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(170,169,193);
}.learning_outcomes .text_main_holder p {
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.learning_outcomes .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.learning_outcomes .img_holder {
    height: 350px;
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.learning_outcomes {
    padding: 80px 0 120px;
}.learning_outcomes h2 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.8);
}.learning_outcomes .img_holder {
    height: 300px;
    margin-bottom: 50px;
}
}

@media (max-width: 576px) {.learning_outcomes {
    padding: 60px 0 100px;
}.learning_outcomes .text_main_holder {
    grid-template-columns: 1fr;
    gap: 25px;
}.learning_outcomes .img_holder {
    height: 250px;
    margin-bottom: 40px;
}.learning_outcomes h2 {
    padding-bottom: 20px;
    font-size: 37px;
}.learning_outcomes .text_main_holder svg {
    padding: 8px;
    width: 45px;
    height: 45px;
}}.follow {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(170,169,193,0.5), rgb(124,124,171), rgb(170,169,193));
    overflow: hidden;
    z-index: 1;
}.follow::before {
    animation: rotateBg 120s linear infinite;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 60% 20%, rgba(255,255,255,0.1) 1px, transparent 2px);
    top: -50%;
    content: "";
    background-size: 100px 100px;
    left: -50%;
    transform-origin: center;
    z-index: -1;
    width: 200%;
    height: 200%;
    position: absolute;
    opacity: 0.5;
}.follow::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: radial-gradient(ellipse at 30% 50%, rgb(170,169,193,0.5) 0%, transparent 70%);
    opacity: 0.7;
    left: 0;
}.follow .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
}.follow .legacy_edu {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    border-radius: 10px;
    justify-content: center;
    padding: 3rem 2rem;
}.follow .legacy_edu:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.follow .legacy_edu > div {
    margin-bottom: 2rem;
    width: 100%;
    transform: translateZ(20px);
}.follow h4 {
    transition: transform 0.3s ease;
    transform: translateZ(30px);
    font-size: calc(24px * 1.1);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.follow .input_holder {
    display: flex;
    gap: 1.25rem;
    width: 100%;
    transform: translateZ(10px);
    flex-direction: column;
}.follow .input_holder span {
    width: 100%;
    position: relative;
    display: block;
}.follow .input_holder input[type="email"] {
    color: #000000;
    width: 100%;
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.05);
    outline: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.2rem 1.5rem;
}.follow .input_holder input[type="email"]:focus {
    transform: scale(1.02);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(170,169,193);
}.follow .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
}.follow .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.follow .input_holder .contact_request {
    cursor: pointer;
    background: linear-gradient(135deg, rgb(124,124,171), rgb(170,169,193));
    font-weight: 600;
    border: none;
    letter-spacing: 0.05em;
    color: #ffffff;
    position: relative;
    width: 100%;
    padding: 1.2rem 1.5rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.follow .input_holder .contact_request::before {
    content: "";
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
}.follow .input_holder .contact_request:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(170,169,193), rgb(124,124,171));
}.follow .input_holder .contact_request:hover::before {
    left: 100%;
}.follow .input_holder .contact_request:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) scale(0.98);
}

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

@media screen and (min-width: 768px) {.follow .legacy_edu {
    padding: 3.5rem 3rem;
}.follow h4 {
    font-size: calc(24px * 1.2);
}.follow .input_holder {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
}.follow .input_holder span:first-child {
    flex: 1;
}.follow .input_holder span:last-child {
    flex: 0 0 auto;
    width: auto;
}.follow .input_holder .contact_request {
    white-space: nowrap;
    width: auto;
    padding: 1.2rem 2rem;
}
}

@media screen and (min-width: 992px) {.follow {
    padding: 6rem 0;
}.follow .legacy_edu {
    flex-direction: row;
    gap: 3rem;
    padding: 4rem;
}.follow .legacy_edu > div {
    margin-bottom: 0;
    width: 40%;
}.follow h4 {
    font-size: calc(24px * 1.3);
    text-align: left;
}.follow .input_holder {
    width: 60%;
}
}

@media screen and (min-width: 1200px) {.follow .legacy_edu {
    gap: 4rem;
}.follow h4 {
    font-size: calc(24px * 1.4);
}.follow .legacy_edu > div {
    width: 45%;
}.follow .input_holder {
    width: 55%;
}
}

@media (prefers-reduced-motion: reduce) {.follow::before {
    animation: none;
}.follow .legacy_edu,
    .follow .legacy_edu:hover,
    .follow .input_holder input[type="email"]:focus,
    .follow .input_holder .contact_request,
    .follow .input_holder .contact_request:hover,
    .follow .input_holder .contact_request:active {
    transform: none;
    transition: none;
}}.privacy_vaulting {
    position: relative;
    padding: 60px;
    color: #000000;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}.privacy_vaulting h1 {
    color: rgb(170,169,193);
    font-weight: 700;
    z-index: 2;
    position: relative;
    grid-column: span 2;
    margin-bottom: 30px;
    font-size: 46px;
}.privacy_vaulting h2 {
    color: rgb(124,124,171);
    margin: 20px 0;
    padding-left: 10px;
    position: relative;
    font-weight: 600;
    font-size: 34px;
    z-index: 2;
    border-left: 5px solid rgb(170,169,193);
}.privacy_vaulting ul,
.privacy_vaulting ol {
    position: relative;
    padding: 0 0 0 20px;
    z-index: 2;
    margin: 20px 0;
}.privacy_vaulting ul {
    list-style-type: disc;
}.privacy_vaulting ol {
    list-style-type: decimal;
}.privacy_vaulting li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000000;
    border-bottom: 1px dashed rgb(124,124,171,0.5);
    font-size: 14px;
}.privacy_vaulting p {
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.privacy_vaulting > div {
    padding: 30px;
    position: relative;
    z-index: 2;
    border: 1px solid rgb(170,169,193,0.5);
    border-radius: 10px;
    background-color: rgb(212,211,217);
}.privacy_vaulting span {
    color: rgb(124,124,171);
    z-index: 2;
    font-weight: 600;
    background: rgb(170,169,193,0.5);
    padding: 5px;
    position: relative;
    border-radius: 10px;
}.privacy_vaulting::before,
.privacy_vaulting::after {
    display: block;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: rgb(170,169,193,0.5);
}.privacy_vaulting::before {
    width: 200px;
    left: -100px;
    height: 200px;
    top: -100px;
}.privacy_vaulting::after {
    bottom: -150px;
    width: 300px;
    height: 300px;
    right: -150px;
}

@media only screen and (max-width: 800px) {.privacy_vaulting {
    gap: 20px;
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_vaulting h1 {
    grid-column: span 1;
    font-size: calc(20px * 0.8);
}.privacy_vaulting h2 {
    font-size: calc(20px * 0.8);
}.privacy_vaulting ul,
    .privacy_vaulting ol {
    padding-left: 15px;
}.privacy_vaulting > div {
    padding: 20px;
}.privacy_vaulting::before {
    left: -50px;
    height: 100px;
    width: 100px;
    top: -50px;
}.privacy_vaulting::after {
    right: -75px;
    width: 150px;
    bottom: -75px;
    height: 150px;
}}.cookieSettingsWindow {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(170,169,193);
    padding: 20px 0;
    z-index: 90;
    position: fixed;
    background: rgb(124,124,171);
}.user_safety {
    padding: 20px 30px;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
}.cookieSettingsWindow h5 {
    margin-bottom: 6px;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
}.cookieSettingsWindow p {
    font-size: 13px;
    max-width: 500px;
    color: #ffffff;
}.cookies_overview {
    flex-shrink: 0;
    margin-right: 20px;
}.cookies_overview svg, .cookies_overview svg path {
    fill: rgb(170,169,193);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.cookies_overview:hover svg {
    transform: rotate(10deg);
}.manage_cookies {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 20px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 19px;
    background: rgb(170,169,193);
    font-size: 17px;
    box-shadow: rgb(170,169,193,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
    line-height: 35px;
}.cookie_button.user_dialog {
    background: rgb(170,169,193);
}.cookie_button.track_manage {
    background: rgb(124,124,171);
}.manage_cookies:hover {
    transform: scale(1.05);
    box-shadow: rgb(170,169,193,0.5) 0px 6px 15px 0px;
}.cookieSettingsWindow p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    color: rgb(170,169,193);
}.cookieSettingsWindow p a:hover {
    color: rgb(124,124,171);
}.core-container .cookieSettingsWindow {
    border: none;
    background: rgb(124,124,171);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}.core-container .manage_cookies {
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(170,169,193);
    border: none;
    margin-left: 30px;
    border-radius: 10px;
    color: #ffffff;
}.core-container .accept_cookies h5, .core-container .accept_cookies p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies_overview {
    display: none;
}.user_safety {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieSettingsWindow h5 {
    text-align: center;
}.cookieSettingsWindow p {
    text-align: center;
}.accept_cookies {
    text-align: center;
    margin-bottom: 20px;
}.manage_cookies {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
#panelPrivacyPolicy {
    display: none;
}#panelPrivacyPolicy:checked ~ .cookieSettingsWindow {
    visibility: hidden;
    opacity: 0;
}.help_center {
    position: relative;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgba(255,255,255,0.97) 100%);
    padding: 7rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.help_center::before {
    top: -10%;
    right: -5%;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    content: "";
    width: 40%;
    position: absolute;
    height: 40%;
    filter: blur(40px);
    opacity: 0.2;
    transform: rotate(-15deg) translateZ(0);
    background: linear-gradient(120deg, rgb(170,169,193,0.5) 0%, rgb(124,124,171,0.5) 100%);
}.help_center::after {
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.15;
    z-index: 0;
    content: "";
    background: linear-gradient(220deg, rgb(124,124,171,0.5) 0%, rgb(170,169,193,0.5) 100%);
    filter: blur(30px);
    transform: rotate(12deg) translateZ(0);
    height: 35%;
    bottom: -10%;
    left: -5%;
    width: 35%;
    position: absolute;
}.help_center h1 {
    text-align: center;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 3.5rem;
    color: #000000;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 39px;
}.help_center h1::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    left: 50%;
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
}.help_center .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.help_center .connect_experts {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04), 
                0 1px 5px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(170,169,193,0.5), 0.03);
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
}.help_center .connect_experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06), 
                0 1px 8px rgba(0,0,0,0.04),
                0 20px 40px rgba(rgb(170,169,193,0.5), 0.04);
}.help_center .connect_experts > div {
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
    padding: 1.5rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.help_center .connect_experts > div:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.help_center .connect_experts > div:first-child {
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 100%);
    border-left: 4px solid rgb(170,169,193);
    letter-spacing: -0.01em;
    color: #000000;
    line-height: 1.7;
    font-size: calc(12px + 0.1rem);
}.help_center h6 {
    display: flex;
    color: #000000;
    letter-spacing: 0.02em;
    font-size: 18px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.75rem;
}.help_center h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.help_center h6:hover svg {
    transform: translateY(-2px);
}.help_center span {
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
    margin-top: 0.5rem;
    display: block;
    border-left: 2px solid rgb(124,124,171,0.5);
    font-size: 12px;
}.help_center .edu_askus {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.help_center .edu_askus > div {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.help_center .edu_askus > div:hover {
    transform: scale(1.03) translateX(5px);
}.help_center .instant_help {
    border-left: 3px solid transparent;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    color: #000000;
    background: rgba(255,255,255,0.4);
    font-size: 12px;
    padding: 0.75rem 1rem;
}.help_center .instant_help:hover {
    border-left-color: rgb(170,169,193);
    background: rgba(255,255,255,0.8);
    color: rgb(170,169,193);
}.help_center .instant_help svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.help_center .instant_help:hover svg {
    transform: translateX(3px);
}.help_center svg {
    height: 20px;
    width: 20px;
    opacity: 0.85;
}.help_center svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.help_center .instant_help:hover svg path {
    fill: rgb(170,169,193);
}

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

@media (min-width: 768px) {.help_center {
    padding: 8rem 3rem;
}.help_center h1 {
    margin-bottom: 4rem;
}.help_center .connect_experts {
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.help_center .connect_experts > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.help_center {
    padding: 10rem 4rem;
}.help_center h1 {
    margin-bottom: 5rem;
}.help_center .connect_experts {
    grid-template-columns: 2fr 1fr 1fr;
}.help_center .connect_experts > div:first-child {
    grid-row: span 2;
    grid-column: 1;
    display: flex;
    align-items: center;
}.help_center .edu_askus {
    gap: 1.5rem;
}
}

@media (hover: hover) {.help_center .connect_experts > div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.help_center .instant_help {
    position: relative;
    overflow: hidden;
}.help_center .instant_help::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    transition: transform 0.6s ease;
}.help_center .instant_help:hover::before {
    transform: translateX(100%);
}
}

@media (max-width: 767px) {.help_center {
    padding: 5rem 1.5rem;
}.help_center h1 {
    font-size: calc(39px - 0.2rem);
    margin-bottom: 3rem;
}.help_center .connect_experts {
    padding: 1.5rem;
    gap: 1.5rem;
}.help_center .connect_experts > div {
    padding: 1.25rem;
}.help_center .connect_experts > div:first-child {
    padding: 1.5rem;
}.help_center h6 {
    font-size: calc(18px - 0.1rem);
}.help_center span {
    padding-left: 1rem;
    font-size: calc(12px - 0.1rem);
}.help_center .edu_askus {
    gap: 1rem;
}.help_center .instant_help {
    padding: 0.6rem 0.75rem;
    font-size: calc(12px - 0.1rem);
}}.study_process {
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgb(170,169,193,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    perspective: 1000px;
}.study_process::before {
    filter: blur(20px);
    width: 50%;
    z-index: 0;
    right: -5%;
    background: linear-gradient(45deg, rgb(170,169,193,0.5) 0%, rgb(124,124,171) 100%);
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    top: -5%;
    height: 50%;
    opacity: 0.2;
    transform: rotate(-15deg) translateZ(-50px);
}.study_process::after {
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(124,124,171) 0%, rgb(170,169,193,0.5) 100%);
    left: -5%;
    animation: float 12s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    content: "";
    filter: blur(15px);
    transform: rotate(15deg) translateZ(-30px);
    width: 40%;
    position: absolute;
    z-index: 0;
    height: 40%;
}.study_process .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.study_process .legacy_edu {
    transform: translateZ(20px);
    justify-content: center;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-items: center;
}.study_process .legacy_edu:hover {
    transform: translateZ(40px) scale(1.02);
}.study_process .legacy_edu > div {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 800px;
    position: relative;
    padding: 3.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    overflow: hidden;
    transform: translateX(0) rotateY(0);
    border-left: 4px solid rgb(170,169,193);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.study_process .legacy_edu > div::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    animation: shine 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    height: 200%;
    position: absolute;
    content: "";
    top: -100%;
    width: 200%;
    left: -100%;
    transform: rotate(45deg);
}.study_process .legacy_edu > div:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateX(10px) rotateY(2deg);
}.study_process h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateZ(10px);
    font-size: calc(34px * 0.9);
}.study_process h3::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease-out;
    content: "";
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    height: 3px;
    left: 0;
    bottom: -8px;
}.study_process .legacy_edu:hover h3::after {
    transform: scaleX(1.5);
}.study_process p {
    transition: opacity 0.3s ease;
    opacity: 0.9;
    position: relative;
    transform: translateZ(5px);
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}.study_process p span {
    transition: all 0.4s ease;
    position: relative;
    padding-left: 0;
    transform: translateY(0);
    display: block;
}.study_process .legacy_edu:hover p span {
    transform: translateY(-5px);
}.study_process p span::first-letter {
    color: rgb(170,169,193);
    font-weight: 600;
    font-size: 1.2em;
}

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

@keyframes shine {
    0% {
        top: -100%;
        left: -100%;
    }
    20%, 100% {
        top: 100%;
        left: 100%;
    }
}

@media (max-width: 991px) {.study_process {
    padding: 80px 0;
}.study_process .legacy_edu > div {
    padding: 2.5rem;
}.study_process h3 {
    font-size: calc(34px * 0.8);
}
}

@media (max-width: 767px) {.study_process {
    padding: 60px 0;
    perspective: 600px;
}.study_process .legacy_edu > div {
    border-left-width: 3px;
    padding: 2rem;
}.study_process h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.2rem;
}.study_process h3::after {
    height: 2px;
    width: 50px;
}.study_process p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.study_process {
    padding: 50px 0;
}.study_process .legacy_edu > div {
    padding: 1.5rem;
    border-left-width: 2px;
}.study_process h3 {
    margin-bottom: 1rem;
    font-size: calc(34px * 0.6);
}.study_process h3::after {
    width: 40px;
}.study_process p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.study_process .legacy_edu:hover {
    transform: translateZ(20px) scale(1.01);
}.study_process .legacy_edu > div:hover {
    transform: translateX(5px) rotateY(1deg);
}}header {
    margin-top: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
    padding: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    z-index: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
    height: 100%;
}header::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(170,169,193) 0%,
        rgb(124,124,171) 50%,
        rgb(170,169,193) 100%
    );
    animation: gradientSlide 5s linear infinite;
    position: absolute;
    content: '';
    background-size: 200% auto;
    width: 100%;
    height: 4px;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .nav_prime {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 2rem;
    position: relative;
    z-index: 5;
    align-items: center;
}header .site_prime {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
}header .head_pagebar {
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem;
    text-decoration: none;
    z-index: 2;
    display: flex;
}header .head_pagebar:hover {
    transform: translateY(-3px) scale(1.02);
}header .head_pagebar img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .site_prime::before {
    bottom: -8px;
    opacity: 0.3;
    position: absolute;
    transform: skew(-3deg);
    left: -8px;
    border-radius: 10px;
    border: 1px solid rgb(170,169,193);
    content: '';
    top: -8px;
    right: -8px;
    transition: all 0.3s ease;
}header .site_prime:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(170,169,193,0.5);
}header .nav_info {
    position: relative;
    padding: 0;
    z-index: 5;
    list-style: none;
    display: flex;
    margin: 0;
}header .head_lesson {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}header .head_lesson a {
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 600;
}header .head_lesson a::before {
    content: '';
    left: 10%;
    height: 1px;
    bottom: 5px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 80%;
    background: rgb(170,169,193);
    position: absolute;
    opacity: 0.7;
}header .head_lesson a:hover {
    transform: translateZ(10px);
    color: rgb(170,169,193);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}header .head_lesson a:hover::before {
    transform: scaleX(1);
}header .head_lesson::after {
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(170,169,193,0.5) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    height: 100%;
}header .head_lesson:hover::after {
    opacity: 0.4;
}header .nav_prime::before {
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(170,169,193), transparent);
    height: 1px;
    left: 35%;
    width: 30%;
}header .nav_prime::after {
    left: 20%;
    opacity: 0.1;
    height: 1px;
    content: '';
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
}.header_lead {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(212,211,217);
    margin-top: 0;
}

@media (min-width: 1400px) {header .nav_prime {
    max-width: 1300px;
    margin: 0 auto;
}header .head_lesson {
    margin: 0 0.5rem;
}header .head_lesson a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .nav_prime {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
}header .site_prime {
    margin-bottom: 0;
}header .nav_info {
    margin-top: 1rem;
    flex: 1 0 100%;
    justify-content: center;
}header .head_lesson {
    margin: 0 0.2rem;
}header .head_lesson a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .site_prime::before {
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_prime {
    padding: 0.8rem 1.2rem;
}header .site_prime {
    max-width: 130px;
}header .site_prime::before {
    display: none;
}header .nav_info {
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .nav_info::-webkit-scrollbar {
    height: 2px;
}header .nav_info::-webkit-scrollbar-thumb {
    background: rgb(170,169,193);
    border-radius: 10px;
}header .head_lesson {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .head_lesson a {
    letter-spacing: 0;
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
}header .head_lesson a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .nav_prime {
    padding: 0.7rem 1rem;
}header .site_prime {
    max-width: 110px;
}header .head_lesson a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}.contact_box {
    background: rgb(212,211,217);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.contact_box::before {
    content: "";
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(170,169,193), 0.05) 49%, rgba(rgb(170,169,193), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(124,124,171), 0.05) 49%, rgba(rgb(124,124,171), 0.05) 51%, transparent 52%);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}.contact_box .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.contact_box h2 {
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    border-bottom: 3px solid rgb(170,169,193);
    font-weight: 700;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 29px;
}.contact_box .inquiry_reach {
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    display: flex;
}.contact_box .img_holder {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}.contact_box .request_info {
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
    padding: 60px;
}.contact_box .request_info::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    top: 0;
    background-position: 0 0, 15px 15px;
    left: 0;
    content: "";
}.contact_box #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_box h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 21px;
    color: rgb(170,169,193);
}.contact_box input[type="text"] {
    background: rgb(212,211,217);
    color: #000000;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
    border-left: 3px solid rgb(170,169,193);
    transition: all 0.3s ease;
    width: 100%;
    border: none;
}.contact_box input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left-color: rgb(124,124,171);
}.contact_box input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_box .request_panel {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.contact_box .request_panel input[type="checkbox"] {
    background: rgb(212,211,217);
    position: relative;
    border-radius: 4px;
    margin-top: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 22px;
    border: 2px solid rgb(212,211,217);
    width: 22px;
    appearance: none;
}.contact_box .request_panel input[type="checkbox"]:checked {
    border-color: rgb(170,169,193);
    background: rgb(170,169,193);
}.contact_box .request_panel input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 40%;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 10px;
    content: "";
}.contact_box .request_panel label {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.contact_box .request_panel a {
    text-decoration: none;
    position: relative;
    color: rgb(170,169,193);
    transition: all 0.3s ease;
}.contact_box .request_panel a:hover {
    color: rgb(124,124,171);
}.contact_box .request_panel a::after {
    height: 1px;
    content: "";
    background: rgb(170,169,193);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease;
}.contact_box .request_panel a:hover::after {
    background: rgb(124,124,171);
    height: 2px;
}.contact_box .contact_request {
    padding: 15px 35px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    margin-top: 15px;
    font-weight: 600;
    background: rgb(170,169,193);
    transition: all 0.3s ease;
    align-self: flex-start;
}.contact_box .contact_request::after {
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.1);
    height: 0;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    width: 0;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
}.contact_box .contact_request:hover {
    background: rgb(124,124,171);
}.contact_box .contact_request:hover::after {
    height: 300%;
    width: 300%;
}.contact_box svg {
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(170,169,193);
}.contact_box svg path {
    transition: all 0.3s ease;
    fill: rgb(170,169,193);
}.contact_box svg:hover {
    fill: rgb(124,124,171);
}.contact_box svg:hover path {
    fill: rgb(124,124,171);
}

@media (max-width: 992px) {.contact_box {
    padding: 70px 0;
}.contact_box .inquiry_reach {
    flex-direction: column;
}.contact_box .img_holder {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_box .request_info {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h2 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.contact_box .request_info {
    padding: 35px 25px 45px;
}.contact_box #contact {
    gap: 20px;
}.contact_box .img_holder {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.contact_box .request_info {
    padding: 30px 20px 40px;
}.contact_box .contact_request {
    width: 100%;
}.contact_box .img_holder {
    min-height: 200px;
}}.course_program_info {
    padding: 100px 0;
    overflow: hidden;
    align-items: center;
    background: rgb(170,169,193);
    perspective: 1500px;
    display: flex;
    position: relative;
    min-height: 100vh;
}.course_program_info::before {
    left: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(170,169,193,0.5) 50%, rgb(170,169,193,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(170,169,193,0.5) 50%, rgb(170,169,193,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    opacity: 0.08;
    position: absolute;
    width: 100%;
    top: 0;
    animation: gridPulse 8s linear infinite;
    content: "";
    z-index: 1;
}.course_program_info::after {
    background: 
        radial-gradient(circle at 30% 20%, rgb(170,169,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(124,124,171,0.5) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    mix-blend-mode: screen;
    z-index: 2;
    top: 0;
}.course_program_info .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1600px;
    width: 100%;
}.course_program_info .learn_more {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
    transform-style: preserve-3d;
    position: relative;
}.course_program_info .text_display_box {
    padding: 60px;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(170,169,193,0.5);
    border-radius: 0;
    border-left: 3px solid rgb(170,169,193);
    position: relative;
    z-index: 15;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translateZ(50px);
}.course_program_info .text_display_box::before {
    opacity: 0.05;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(170,169,193,0.5) 50%, rgb(170,169,193,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    position: absolute;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    height: 100%;
    top: 0;
    left: 0;
}.course_program_info .text_display_box::after {
    animation: rotateConic 10s linear infinite;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    width: 150px;
    height: 150px;
    background: 
        conic-gradient(from 0deg, rgb(170,169,193,0.5) 0deg, transparent 120deg);
    transform: translate(50%, 50%);
    content: "";
}.course_program_info .text_display_box h2 {
    padding-bottom: 20px;
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(170,169,193,0.5);
    margin-bottom: 40px;
    color: #ffffff;
}.course_program_info .text_display_box h2::after {
    content: "";
    bottom: 0;
    left: 0;
    background: rgb(170,169,193);
    position: absolute;
    box-shadow: 0 0 15px rgb(170,169,193);
    width: 100px;
    height: 3px;
}.course_program_info .text_display_box .description {
    opacity: 0.9;
    padding-left: 20px;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 15px;
    position: relative;
    line-height: 1.9;
}.course_program_info .text_display_box .description::before {
    opacity: 0.7;
    left: 0;
    color: rgb(124,124,171);
    content: ">";
    position: absolute;
}.course_program_info .text_display_box .description:last-child {
    margin-bottom: 0;
}.course_program_info .hud-element {
    opacity: 0.2;
    position: absolute;
    border: 1px solid rgb(170,169,193,0.5);
    z-index: 5;
}.course_program_info .img_holder {
    height: 650px;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    z-index: 10;
    position: relative;
    transform: translateZ(0) rotateY(-10deg);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
}.course_program_info .img_holder::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    content: "";
    left: 0;
    width: 100%;
}.course_program_info .img_holder::after {
    height: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(170,169,193), 0.1) 2px, rgba(rgb(170,169,193), 0.1) 4px);
    left: 0;
    z-index: 2;
    animation: scanlines 8s linear infinite;
    content: "";
    mix-blend-mode: overlay;
    width: 100%;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_program_info {
    padding: 80px 0;
}.course_program_info .text_display_box {
    padding: 40px;
}.course_program_info .img_holder {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_program_info {
    min-height: auto;
    padding: 60px 0;
}.course_program_info .learn_more {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course_program_info .text_display_box {
    padding: 30px;
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course_program_info .img_holder {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.course_program_info {
    padding: 50px 0;
}.course_program_info .container {
    padding: 0 20px;
}.course_program_info .text_display_box {
    padding: 25px;
}.course_program_info .text_display_box h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
    padding-bottom: 15px;
}.course_program_info .text_display_box .description {
    font-size: calc(15px * 0.95);
    margin-bottom: 20px;
    padding-left: 15px;
}.course_program_info .img_holder {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_program_info {
    padding: 40px 0;
}.course_program_info .container {
    padding: 0 15px;
}.course_program_info .text_display_box {
    padding: 20px;
}.course_program_info .text_display_box h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.course_program_info .text_display_box h2::before {
    top: -20px;
    font-size: 14px;
}.course_program_info .img_holder {
    height: 280px;
}}.ty_div {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgb(170,169,193,0.5) 100%);
}.ty_div::before {
    top: 0;
    width: 40%;
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    height: 100%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(230deg, rgb(124,124,171,0.5) 10%, transparent 80%);
}.ty_div::after {
    position: absolute;
    z-index: 0;
    left: -5rem;
    background: linear-gradient(45deg, rgb(170,169,193,0.5) 0%, transparent 70%);
    height: 20rem;
    filter: blur(30px);
    animation: pulse 8s infinite ease-in-out;
    border-radius: 50%;
    width: 20rem;
    content: "";
    bottom: -5rem;
}.ty_div .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.ty_div h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    transform-origin: left center;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    max-width: 90%;
    color: #000000;
    position: relative;
}.ty_div h2::after {
    transform: scaleX(0);
    bottom: -1rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    content: "";
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 0.3rem;
}.ty_div .legacy_edu {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    background: #ffffff;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    padding: 3rem;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.ty_div .legacy_edu::before {
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(124,124,171,0.5) 150%);
    height: 100%;
    position: absolute;
}.ty_div ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ty_div li {
    position: relative;
    padding-left: 2rem;
}.ty_div li::before {
    content: "";
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: rotate(45deg) scale(0);
    background: rgb(170,169,193);
    top: 0.5rem;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 0.6rem;
    width: 0.6rem;
}.ty_div span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    display: block;
    position: relative;
    font-size: 13px;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.ty_div {
    padding: 4rem 0;
}.ty_div h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.ty_div .legacy_edu {
    padding: 2.5rem;
}.ty_div::before {
    width: 30%;
}
}

@media (max-width: 768px) {.ty_div {
    padding: 3.5rem 0;
}.ty_div h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.4;
}.ty_div .legacy_edu {
    padding: 2rem;
}.ty_div .container {
    transform: perspective(1000px) rotateX(1deg);
}.ty_div::before {
    width: 25%;
}.ty_div li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.ty_div {
    padding: 3rem 0;
}.ty_div h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.7);
}.ty_div h2::after {
    height: 0.25rem;
    width: 5rem;
    bottom: -0.75rem;
}.ty_div .legacy_edu {
    padding: 1.5rem;
}.ty_div .container {
    transform: none;
    padding: 0 1.5rem;
}.ty_div::before {
    display: none;
}.ty_div li {
    padding-left: 1.5rem;
}.ty_div li::before {
    top: 0.4rem;
    height: 0.5rem;
    width: 0.5rem;
}.ty_div span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}