* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1190px;
    max-width: 100%;
}.wrapping-container-w {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}::-webkit-scrollbar {
    background: repeating-linear-gradient(45deg, rgb(189,177,195), rgb(189,177,195) 7px, #ffffff 7px, #ffffff 10px);
    width: 19px;
}::-webkit-scrollbar-button {
    border-radius: 3px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    margin: 1px 0;
    background: linear-gradient(81deg, rgb(255, 255, 255, 0.5) 8%, rgb(116,72,157) 16%, rgb(151,130,171) 96%, rgb(151,130,171,0.5) 70%, rgb(189,177,195) 80%);
    border: 1px groove rgb(151,130,171,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: background, border-radius 3s ease-in-out;
    background: rgb(116,72,157);
    min-height: 73px;
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(116,72,157);
}.workshop-cta-G {
    flex: 0 0 auto;
}.nav-block-T {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-greeting-t {
    color: #ffffff;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    display: flex;
    position: relative;
}.title-greeting-t::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    top: 0;
}.title-greeting-t::after {
    opacity: 0.4;
    content: "";
    background: radial-gradient(
    ellipse at center,
    rgb(151,130,171,0.5) 0%,
    transparent 60%
  );
    top: -10%;
    height: 120%;
    left: -10%;
    pointer-events: none;
    width: 120%;
    position: absolute;
    z-index: 2;
    animation: pulse 8s infinite alternate ease-in-out;
}.title-greeting-t > div {
    gap: 3rem;
    transform: translateY(-2vh);
    display: flex;
    z-index: 5;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    width: 90%;
}.title-greeting-t > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding-left: 2rem;
    margin-left: 2rem;
}.title-greeting-t > div > div:first-child::before {
    transform-origin: top;
    top: 0;
    left: 0;
    transform: scaleY(0);
    animation: scaleIn 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    height: 100%;
    background: linear-gradient(
    to bottom,
    rgb(116,72,157) 0%,
    rgb(151,130,171) 100%
  );
    position: absolute;
    content: "";
}.title-greeting-t .title_style_header {
    font-weight: 700;
    opacity: 0;
    color: transparent;
    position: relative;
    animation: fadeSlideIn 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(116,72,157) 100%
  );
    font-size: clamp(2.5rem, 5vw, 44px);
    background-clip: text !important;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.1;
    transform: translateX(-20px);
    -webkit-background-clip: text !important;
}.title-greeting-t .learning-intro-d {
    transform: translateY(30px);
    opacity: 0;
    animation: riseUp 1s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    gap: 1.5rem;
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.7) 0%,
    rgba(40, 40, 40, 0.3) 100%
  );
    backdrop-filter: blur(10px);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 2px 5px rgba(255, 255, 255, 0.05) inset;
    flex-direction: column;
}.title-greeting-t .learn-learn-T {
    position: relative;
}.title-greeting-t .learn-learn-T::after {
    transform: scaleX(0);
    height: 2px;
    position: absolute;
    background: linear-gradient(
    to right,
    rgb(116,72,157) 0%,
    transparent 100%
  );
    left: 0;
    width: 60%;
    transform-origin: left;
    animation: expandWidth 1.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    content: "";
}.title-greeting-t .learn-learn-T h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    opacity: 0;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    transform: translateY(10px);
}.title-greeting-t .learning-intro-d > div:last-child {
    margin-top: 1rem;
    animation: fadeIn 0.8s 1.6s forwards ease-out;
    position: relative;
    opacity: 0;
}.title-greeting-t .learning-intro-d > div:last-child::before {
    height: 30px;
    left: -15px;
    content: "";
    transform: translateY(-50%);
    border-left: 2px solid rgb(151,130,171);
    width: 30px;
    border-bottom: 2px solid rgb(151,130,171);
    opacity: 0;
    animation: fadeIn 0.5s 1.8s forwards ease-out;
    top: 50%;
    position: absolute;
}.title-greeting-t .learning-intro-d span {
    display: block;
}.title-greeting-t .learning-intro-d p {
    transform: translateX(10px);
    line-height: 1.5;
    opacity: 0;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 300;
    animation: fadeSlideIn 0.8s 1.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

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

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

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

@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

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

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

@media (max-width: 992px) {.title-greeting-t > div {
    gap: 2rem;
    width: 95%;
}.title-greeting-t > div > div:first-child {
    padding-left: 1.5rem;
    margin-left: 1rem;
}.title-greeting-t .learning-intro-d {
    padding: 2rem;
}
}

@media (max-width: 768px) {.title-greeting-t {
    min-height: 85vh;
}.title-greeting-t > div {
    transform: translateY(0);
    gap: 1.5rem;
}.title-greeting-t > div > div:first-child {
    margin-left: 0.5rem;
    padding-left: 1rem;
}.title-greeting-t .learning-intro-d {
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
    padding: 1.5rem;
}.title-greeting-t .learn-learn-T::after {
    width: 40%;
}
}

@media (max-width: 480px) {.title-greeting-t {
    min-height: 80vh;
}.title-greeting-t > div {
    width: 92%;
    gap: 1rem;
}.title-greeting-t .learning-intro-d {
    padding: 1.25rem;
    gap: 1rem;
}.title-greeting-t .title_style_header {
    font-size: 2rem;
}.title-greeting-t .learn-learn-T h3 {
    font-size: 1.1rem;
}.title-greeting-t .learning-intro-d p {
    font-size: 0.95rem;
}.title-greeting-t .learning-intro-d > div:last-child::before {
    height: 20px;
    left: -10px;
    width: 20px;
}}.mentorship-experience-X {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(189,177,195);
}.mentorship-experience-X::before {
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.3;
    animation: gradientSlide 30s linear infinite;
    width: 100%;
    top: 0;
    background-size: 150px 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(151,130,171,0.5) 10%, 
        transparent 11%);
}.mentorship-experience-X .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}.mentorship-experience-X .client-story-c {
    display: flex;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    padding: 60px 40px 40px;
    border-radius: 2px;
    flex-direction: column;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.mentorship-experience-X .client-story-c:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.mentorship-experience-X .image-list-x {
    top: -60px;
    position: absolute;
    left: 40px;
    width: 120px;
    transition: all 0.5s ease;
    height: 120px;
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(151,130,171);
}.mentorship-experience-X .client-story-c:hover .image-list-x {
    transform: rotate(-5deg);
}.mentorship-experience-X .name {
    font-size: calc(18px * 1.2);
    letter-spacing: -0.5px;
    transform: translateX(0);
    color: #000000;
    margin-left: 0;
    margin-top: 40px;
    font-weight: 700;
    transition: transform 0.5s ease;
}.mentorship-experience-X .client-story-c:hover .name {
    transform: translateX(10px);
}.mentorship-experience-X .client-story-c span:not(.name) {
    font-weight: 300;
    color: #000000;
    transition: transform 0.5s ease;
    margin-top: 5px;
    transform: translateX(0);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}.mentorship-experience-X .client-story-c:hover span:not(.name) {
    color: rgb(151,130,171);
    transform: translateX(10px);
}.mentorship-experience-X .career-content-o {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    transition: padding 0.5s ease;
    margin-top: 40px;
    position: relative;
    font-weight: 400;
    padding-left: 0;
}.mentorship-experience-X .career-content-o::before {
    transition: transform 0.5s ease;
    transform: scaleX(0);
    height: 2px;
    width: 30px;
    transform-origin: right;
    position: absolute;
    left: -40px;
    background: rgb(151,130,171);
    top: 15px;
    content: "";
}.mentorship-experience-X .client-story-c:hover .career-content-o {
    padding-left: 20px;
}.mentorship-experience-X .client-story-c:hover .career-content-o::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.mentorship-experience-X {
    padding: 80px 0;
}.mentorship-experience-X .client-story-c {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.mentorship-experience-X .image-list-x {
    width: 100px;
    left: 25px;
    height: 100px;
}.mentorship-experience-X .name {
    font-size: 18px;
}.mentorship-experience-X .career-content-o {
    font-size: calc(14px * 0.95);
}.mentorship-experience-X .career-content-o::before {
    width: 20px;
    left: -25px;
}}.modalDataProtection-q {
    position: fixed;
    z-index: 90;
    width: 100%;
    background: rgb(189,177,195);
    border-top: 2px solid rgb(151,130,171);
    bottom: 0;
}.cookie-guide-A {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}#privacyBannerPopup-l {
    display: none;
}#privacyBannerPopup-l:checked ~ .modalDataProtection-q {
    opacity: 0;
    visibility: hidden;
}.modalDataProtection-q h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.modalDataProtection-q p {
    font-size: 18px;
}.cookie-option-U {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-option-U svg, .cookie-option-U svg path, .cookie-option-U img {
    height: 100px;
    fill: rgb(151,130,171);
    width: 100px;
}.privacy-gate-t {
    line-height: 35px;
    cursor: pointer;
    color: rgb(151,130,171);
    border-bottom: 2px solid rgb(151,130,171);
    font-size: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
}.modalDataProtection-q p a {
    color: rgb(151,130,171);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalDataProtection-q {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-option-U {
    display: none;
}.cookie-guide-A {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.modalDataProtection-q h5 {
    text-align: center;
}.modalDataProtection-q p {
    text-align: center;
}.cookie-alerts-V {
    margin-bottom: 20px;
}body .wrapping-container-w .privacy-gate-t {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapping-container-w .modalDataProtection-q {
    background: #ffffff;
    border: none;
    box-shadow: rgb(151,130,171,0.5) 0px 0px 40px 39px;
}.wrapping-container-w .privacy-gate-t {
    padding: 10px;
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(151,130,171);
    border: none;
    font-weight: 400;
}.wrapping-container-w .cookie-option-U {
    background:rgb(151,130,171);
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    width: 80px;
    display: flex;
    height: 80px;
}.wrapping-container-w .cookie-option-U svg, .wrapping-container-w .cookie-option-U svg path, .wrapping-container-w .cookie-option-U img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.wrapping-container-w .cookie-alerts-V h5, .wrapping-container-w .cookie-alerts-V p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapping-container-w .cookie-option-U {
    margin-bottom: 14px;
    margin: 0;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(45deg, rgb(116,72,157,0.5) 0%, rgb(151,130,171,0.5) 100%);
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
}.workshop-cta-G {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
    color: #ffffff;
    z-index: 2;
}.workshop-cta-G .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}.workshop-cta-G .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}.workshop-cta-G .company_holder h3 {
    display: inline-block;
    font-size: 35px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}.workshop-cta-G .company_holder h3::after {
    left: 0;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    width: 40px;
    background: rgb(151,130,171);
    content: '';
    bottom: 0;
}.workshop-cta-G .mobile-cta-P {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    transform: translateZ(0);
    border-left: 4px solid rgb(151,130,171);
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.6;
}.workshop-cta-G .study-group-f {
    position: relative;
    grid-column: 5 / 13;
}.workshop-cta-G .top-lesson-V {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 40px;
}.workshop-cta-G .first-class-K {
    position: relative;
}.workshop-cta-G .first-class-K h5 {
    font-size: 19px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}.workshop-cta-G .first-class-K h5::before {
    position: absolute;
    top: 50%;
    background: rgb(151,130,171);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    content: '';
    left: -15px;
    border-radius: 50%;
}.workshop-cta-G .first-class-K .top-lesson-V {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.workshop-cta-G .first-class-K .top-lesson-V a {
    padding: 8px 15px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    transition: all 0.3s ease;
}.workshop-cta-G .first-class-K .top-lesson-V a::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    z-index: -1;
    background: rgb(151,130,171);
    transition: all 0.3s ease;
}.workshop-cta-G .first-class-K .top-lesson-V a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.workshop-cta-G .first-class-K .top-lesson-V a:hover::before {
    width: 100%;
    background: rgb(151,130,171,0.5);
}.media-kit-S {
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    z-index: 2;
    position: relative;
}.media-kit-S::before {
    left: 15%;
    opacity: 0.2;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    top: 0;
    position: absolute;
    right: 15%;
}.media-kit-S .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.media-kit-S .discord-cta-T {
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 12px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

@media (max-width: 992px) {.workshop-cta-G .container {
    grid-template-columns: repeat(1, 1fr);
}.workshop-cta-G .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.workshop-cta-G .study-group-f {
    grid-column: 1 / -1;
}.workshop-cta-G .top-lesson-V {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.workshop-cta-G {
    padding: 60px 0 30px;
}.workshop-cta-G .top-lesson-V {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.workshop-cta-G .first-class-K {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.workshop-cta-G::before {
    animation: gradientShift 5s infinite;
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157), rgb(151,130,171));
    background-size: 200% 200%;
    height: 5px;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.workshop-cta-G .company_holder::after {
    background: rgb(151,130,171,0.5);
    position: absolute;
    right: -50px;
    width: 150px;
    top: 40px;
    filter: blur(60px);
    opacity: 0.4;
    border-radius: 50%;
    z-index: -1;
    height: 150px;
    content: '';
}.workshop-cta-G .company_holder::before {
    bottom: 0;
    background: rgb(116,72,157,0.5);
    left: -30px;
    filter: blur(40px);
    content: '';
    height: 100px;
    width: 100px;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.workshop-cta-G .study-group-f::after {
    filter: blur(50px);
    background: rgb(151,130,171,0.5);
    position: absolute;
    top: -20px;
    opacity: 0.2;
    content: '';
    width: 120px;
    right: 100px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
}.workshop-cta-G .study-group-f::before {
    width: 180px;
    filter: blur(70px);
    height: 180px;
    z-index: -1;
    bottom: -50px;
    content: '';
    border-radius: 50%;
    background: rgb(116,72,157,0.5);
    opacity: 0.25;
    left: 80px;
    position: absolute;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.workshop-cta-G .first-class-K {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}.workshop-cta-G .first-class-K h5 {
    letter-spacing: 0.5px;
}.workshop-cta-G .first-class-K h5::after {
    background: rgb(116,72,157);
    content: '';
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0;
    width: 30px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.media-kit-S {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.prospective-members-F {
    position: relative;
    background: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.prospective-members-F::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(151,130,171,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(116,72,157,0.5) 0, transparent 80px);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.3;
    left: 0;
    top: 0;
}.prospective-members-F .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}.prospective-members-F .how-started-m {
    position: relative;
}.prospective-members-F h4 {
    font-size: 38px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}.prospective-members-F h4::after {
    left: 50%;
    position: absolute;
    width: 50px;
    background: rgb(151,130,171);
    transform: translateX(-50%);
    content: "";
    height: 2px;
    bottom: -20px;
}.prospective-members-F div > div {
    gap: 40px 20px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 900px;
}.prospective-members-F p {
    flex-direction: column;
    font-size: 13px;
    transition: all 0.5s ease;
    color: #000000;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex: 0 0 calc(33.333% - 20px);
}.prospective-members-F p::before {
    border-radius: 50%;
    height: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 50%;
    background: rgb(189,177,195);
    left: 50%;
    content: "";
}.prospective-members-F p:hover::before {
    height: 200%;
    width: 170%;
}.prospective-members-F p svg {
    height: 50px;
    transition: all 0.4s ease;
    border: 1px solid rgb(151,130,171,0.5);
    padding: 10px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}.prospective-members-F p svg path {
    fill: rgb(151,130,171);
    transition: fill 0.3s ease;
}.prospective-members-F p:hover svg {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}.prospective-members-F p:hover svg path {
    fill: rgb(116,72,157);
}.prospective-members-F p span {
    position: relative;
    padding-top: 10px;
}.prospective-members-F p span::before {
    position: absolute;
    left: 50%;
    content: "";
    background: rgb(151,130,171);
    transition: width 0.3s ease;
    top: 0;
    width: 0;
    transform: translateX(-50%);
    height: 1px;
}.prospective-members-F p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.prospective-members-F p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.prospective-members-F p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.prospective-members-F .how-started-m > div p {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}.prospective-members-F .how-started-m > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective-members-F .how-started-m > div p:nth-child(2) {
    animation-delay: 0.2s;
}.prospective-members-F .how-started-m > div p:nth-child(3) {
    animation-delay: 0.3s;
}.prospective-members-F .how-started-m > div p:nth-child(4) {
    animation-delay: 0.4s;
}.prospective-members-F .how-started-m > div p:nth-child(5) {
    animation-delay: 0.5s;
}.prospective-members-F .how-started-m > div p:nth-child(6) {
    animation-delay: 0.6s;
}.prospective-members-F::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(151,130,171,0.5), 
        rgb(116,72,157,0.5), 
        transparent);
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
}

@media (max-width: 991px) {.prospective-members-F {
    padding: 100px 0;
}.prospective-members-F h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.prospective-members-F div > div {
    gap: 30px 20px;
}.prospective-members-F p {
    flex: 0 0 calc(50% - 20px);
}.prospective-members-F p svg {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
}
}

@media (max-width: 768px) {.prospective-members-F {
    padding: 80px 0;
}.prospective-members-F h4 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.prospective-members-F h4::after {
    bottom: -15px;
    width: 40px;
}.prospective-members-F div > div {
    gap: 40px 0;
}.prospective-members-F p {
    flex: 0 0 100%;
}.prospective-members-F p:nth-child(odd),
    .prospective-members-F p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.prospective-members-F {
    padding: 60px 0;
}.prospective-members-F h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
}.prospective-members-F h4::after {
    bottom: -12px;
    width: 30px;
}.prospective-members-F div > div {
    gap: 30px 0;
}.prospective-members-F p svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding: 8px;
}.prospective-members-F p {
    font-size: calc(13px * 0.9);
}}header {
    margin-top: 0;
    background: linear-gradient(90deg, rgb(116,72,157) 0%, rgb(151,130,171) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    overflow: visible;
    padding: 0;
    z-index: 100;
    position: relative;
}header::before {
    top: 0;
    width: 100%;
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}header .main-learn-D {
    align-items: center;
    z-index: 5;
    justify-content: space-between;
    position: relative;
    display: flex;
    padding: 1.2rem 2.5rem;
}header .nav-pro-n {
    overflow: visible;
    position: relative;
    padding: 0.5rem;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .nav-pro-n::before {
    border: 2px solid #ffffff;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    left: -5px;
    z-index: -1;
    bottom: -5px;
    transform: skew(-5deg);
    opacity: 0.1;
    top: -5px;
    right: -5px;
}header .nav-pro-n::after {
    transition: all 0.3s ease;
    bottom: -5px;
    content: '';
    right: -5px;
    transform: skew(-5deg);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    left: -5px;
    z-index: -1;
    top: -5px;
    position: absolute;
    opacity: 0;
    border: 2px solid #ffffff;
}header .nav-pro-n:hover::before {
    opacity: 0;
}header .nav-pro-n:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .main-info-s {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .main-info-s:hover {
    transform: scale(1.05);
}header .main-info-s img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .first-class-K {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}header .main-train-M {
    margin: 0 0.4rem;
    position: relative;
}header .main-train-M a {
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    overflow: hidden;
    font-weight: 600;
    display: flex;
    height: 40px;
    font-size: 14px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
}header .main-train-M a::before {
    left: -2px;
    content: '';
    opacity: 0;
    z-index: -1;
    background: #ffffff;
    transition: opacity 0.3s ease;
    top: -2px;
    right: -2px;
    bottom: -2px;
    position: absolute;
    transform: scale(0.9);
}header .main-train-M a:hover {
    color: rgb(151,130,171);
    border-color: #ffffff;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}header .main-train-M a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main-train-M::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    opacity: 0;
    content: '';
    left: 10%;
    position: absolute;
    bottom: -10px;
    height: 5px;
    transition: all 0.3s ease;
    filter: blur(3px);
}header .main-train-M:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .main-learn-D::before {
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    top: 0;
    position: absolute;
}header .main-learn-D::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
}header .nav-block-T {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(189,177,195);
}

@media (min-width: 1400px) {header .main-learn-D {
    margin: 0 auto;
    max-width: 1320px;
}header .main-train-M {
    margin: 0 0.6rem;
}header .main-train-M a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main-learn-D {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-pro-n {
    margin-right: 0;
    margin-bottom: 0;
}header .first-class-K {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main-train-M a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main-learn-D {
    padding: 0.8rem 1.5rem;
}header .nav-pro-n {
    max-width: 140px;
}header .nav-pro-n::before, 
    header .nav-pro-n::after {
    right: -3px;
    bottom: -3px;
    top: -3px;
    left: -3px;
}header .main-info-s img {
    max-height: 35px;
}header .first-class-K {
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .first-class-K::-webkit-scrollbar {
    height: 3px;
}header .first-class-K::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main-train-M {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main-train-M a {
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
    font-size: calc(14px - 2px);
}header .main-train-M::after {
    display: none;
}
}

@media (max-width: 479px) {header .main-learn-D {
    padding: 0.7rem 1.2rem;
}header .nav-pro-n {
    max-width: 120px;
}header .main-train-M a {
    height: 30px;
    font-size: calc(14px - 3px);
    padding: 0 0.6rem;
}}.privacy-niche-H {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(189,177,195) 0%, #ffffff 100%);
    color: #000000;
}.privacy-niche-H::before {
    content: "";
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(151,130,171,0.5) 0,
        rgb(151,130,171,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.privacy-niche-H .container {
    z-index: 1;
    transform: translateZ(0);
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 3.5rem 2.5rem;
    position: relative;
    max-width: 1140px;
}.privacy-niche-H h1 {
    color: rgb(151,130,171);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: 48px;
    transform: translateY(0);
    line-height: 1.2;
    margin: 0 0 2rem;
    padding-bottom: 1rem;
}.privacy-niche-H h1::after {
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    transition: width 0.4s ease-out;
    position: absolute;
    height: 3px;
    content: "";
    bottom: 0;
    width: 80px;
    left: 0;
}.privacy-niche-H:hover h1::after {
    width: 120px;
}.privacy-niche-H h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-size: 28px;
    position: relative;
    color: rgb(116,72,157);
}.privacy-niche-H h2::before {
    transform: scaleY(0.8);
    content: "";
    position: absolute;
    background: rgb(151,130,171);
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
    top: 0;
    width: 4px;
    border-radius: 2px;
}.privacy-niche-H h2:hover::before {
    transform: scaleY(1);
}.privacy-niche-H h3 {
    padding-left: 1.5rem;
    position: relative;
    font-size: calc(28px * 0.85);
    margin: 2.2rem 0 1rem;
    font-weight: 600;
    color: #000000;
}.privacy-niche-H h3::before {
    content: "";
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    width: 12px;
    left: 0;
    top: 50%;
    background: rgb(116,72,157);
}.privacy-niche-H h4 {
    font-weight: 400;
    position: relative;
    margin: 2rem 0 0.8rem;
    color: #000000;
    font-size: calc(28px * 0.7);
    padding-left: 1.5rem;
}.privacy-niche-H h4::before {
    color: rgb(151,130,171);
    font-size: 0.9em;
    content: "→";
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}.privacy-niche-H p {
    opacity: 0.9;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    transition: opacity 0.3s ease;
    line-height: 1.7;
    max-width: 92%;
}.privacy-niche-H p:hover {
    opacity: 1;
}.privacy-niche-H p strong {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: 600;
}.privacy-niche-H p strong::after {
    z-index: -1;
    transform: scaleX(0.95);
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    background-color: rgb(151,130,171,0.5);
    bottom: 0;
    transform-origin: left;
    height: 30%;
    content: "";
}.privacy-niche-H p strong:hover::after {
    transform: scaleX(1);
}.privacy-niche-H ul {
    padding: 0.5rem 0 1rem 1.5rem;
    list-style: none;
    margin: 1.5rem 0;
    position: relative;
}.privacy-niche-H ul::before {
    border-radius: 1.5px;
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 3px;
    background: linear-gradient(180deg, rgb(151,130,171) 0%, rgb(151,130,171,0.5) 100%);
}.privacy-niche-H li {
    font-size: 18px;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
}.privacy-niche-H li::before {
    position: absolute;
    height: 8px;
    border-radius: 50%;
    top: 0.75em;
    transition: background 0.3s ease;
    content: "";
    left: 0;
    background: rgb(116,72,157);
    transform: translateY(-50%);
    width: 8px;
}.privacy-niche-H li:hover {
    transform: translateX(3px);
}.privacy-niche-H li:hover::before {
    background: rgb(151,130,171);
}.privacy-niche-H span {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
    transition: all 0.3s ease;
    color: #000000;
    display: block;
    line-height: 1.65;
    border-left: 3px solid rgb(116,72,157);
    padding: 1rem 1.5rem;
    opacity: 0.85;
    background-color: rgba(rgb(116,72,157,0.5), 0.07);
}.privacy-niche-H span:hover {
    opacity: 1;
    background-color: rgba(rgb(116,72,157,0.5), 0.1);
}

@media screen and (max-width: 992px) {.privacy-niche-H {
    padding: 3rem 1rem;
}.privacy-niche-H .container {
    padding: 2.5rem 2rem;
}.privacy-niche-H h1 {
    font-size: calc(48px * 0.9);
}.privacy-niche-H h2 {
    font-size: calc(28px * 0.9);
}.privacy-niche-H p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.privacy-niche-H {
    padding: 2.5rem 0.75rem;
}.privacy-niche-H .container {
    padding: 2rem 1.5rem;
}.privacy-niche-H h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-niche-H h2 {
    font-size: calc(28px * 0.8);
    margin: 2rem 0 1rem;
}.privacy-niche-H h3 {
    font-size: calc(28px * 0.7);
}.privacy-niche-H h4 {
    font-size: calc(28px * 0.6);
}.privacy-niche-H p, 
    .privacy-niche-H li {
    font-size: calc(18px * 0.95);
}.privacy-niche-H span {
    padding: 0.75rem 1rem;
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.privacy-niche-H {
    padding: 2rem 0.5rem;
}.privacy-niche-H .container {
    padding: 1.5rem 1.25rem;
}.privacy-niche-H h1 {
    padding-bottom: 0.75rem;
    font-size: calc(48px * 0.7);
}.privacy-niche-H h1::after {
    height: 2px;
    width: 60px;
}.privacy-niche-H:hover h1::after {
    width: 90px;
}.privacy-niche-H h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.privacy-niche-H h2::before {
    width: 3px;
}.privacy-niche-H h3, 
    .privacy-niche-H h4 {
    padding-left: 1.25rem;
}.privacy-niche-H ul {
    padding-left: 1rem;
}.privacy-niche-H li {
    padding-left: 1.25rem;
}.privacy-niche-H li::before {
    width: 6px;
    height: 6px;
}.privacy-niche-H span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(116,72,157);
}}.start-now-t {
    position: relative;
    background: linear-gradient(210deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}.start-now-t::before {
    height: 100%;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}.start-now-t::after {
    z-index: -1;
    animation: horizonLine 5s ease-in-out infinite;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    content: '';
}.start-now-t .how-started-m {
    z-index: 2;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
    max-width: 900px;
    display: flex;
    align-items: center;
    height: 350px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    overflow: hidden;
}.start-now-t .how-started-m::before {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    z-index: 1;
    animation: topLineGlow 3s ease-in-out infinite;
    background: linear-gradient(
        to right,
        rgb(151,130,171),
        rgb(116,72,157),
        rgb(151,130,171)
    );
    content: '';
    box-shadow: 0 0 20px rgb(151,130,171,0.5);
    left: 0;
}.start-now-t .how-started-m::after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    position: absolute;
    height: 1px;
    top: 5px;
    right: 0;
    z-index: 1;
    left: 0;
}.start-now-t h3 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 35px;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(151,130,171,0.5);
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    animation: textGlow 3s ease-in-out infinite alternate;
}.start-now-t h3::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    left: -100%;
    animation: textScan 3s linear infinite;
}.start-now-t h3::after {
    content: '';
    left: 50%;
    background: rgb(116,72,157);
    position: absolute;
    width: 40px;
    height: 2px;
    box-shadow: 
        0 0 10px rgb(116,72,157),
        0 0 20px rgb(116,72,157,0.5);
    bottom: -15px;
    transform: translateX(-50%);
    opacity: 0.7;
    animation: underlineGlow 3s ease-in-out infinite alternate;
}.start-now-t .edu-talk-z {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
    position: relative;
    background: transparent;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid rgb(116,72,157);
    z-index: 1;
    font-weight: 600;
    box-shadow: 
        0 0 15px rgb(116,72,157,0.5),
        inset 0 0 5px rgb(116,72,157,0.5);
    letter-spacing: 2px;
    border-radius: 3px;
    overflow: hidden;
}.start-now-t .edu-talk-z::before {
    top: 0;
    content: '';
    height: 100%;
    transition: all 0.4s ease;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(116,72,157);
    left: -100%;
}.start-now-t .edu-talk-z::after {
    right: -2px;
    top: -2px;
    bottom: -2px;
    z-index: -2;
    opacity: 0;
    position: absolute;
    content: '';
    left: -2px;
    border: 2px solid rgb(116,72,157);
    transition: all 0.4s ease;
}.start-now-t .edu-talk-z:hover {
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 
        0 0 25px rgb(116,72,157),
        inset 0 0 10px rgb(116,72,157,0.5);
}.start-now-t .edu-talk-z:hover::before {
    left: 0;
}.start-now-t .edu-talk-z:hover::after {
    opacity: 0.5;
    animation: pulseBorder 2s infinite;
}

@media screen and (max-width: 992px) {.start-now-t {
    padding: 100px 0;
}.start-now-t .how-started-m {
    max-width: 85%;
    height: 320px;
}.start-now-t h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 4px;
}.start-now-t h3::after {
    width: 35px;
}.start-now-t .edu-talk-z {
    padding: 14px 35px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.start-now-t {
    padding: 80px 0;
}.start-now-t .how-started-m {
    height: 300px;
}.start-now-t h3 {
    font-size: calc(35px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 45px;
}.start-now-t h3::after {
    width: 30px;
    bottom: -12px;
}.start-now-t .edu-talk-z {
    font-size: calc(17px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.start-now-t {
    padding: 60px 0;
}.start-now-t .how-started-m {
    height: 260px;
}.start-now-t h3 {
    font-size: calc(35px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.start-now-t h3::after {
    width: 25px;
    bottom: -10px;
}.start-now-t .edu-talk-z {
    padding: 10px 25px;
    font-size: calc(17px * 0.85);
    letter-spacing: 1px;
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(151,130,171,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(151,130,171),
            0 0 40px rgb(151,130,171,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(151,130,171,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(151,130,171),
            0 0 30px rgb(151,130,171,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(116,72,157),
            0 0 10px rgb(116,72,157,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(116,72,157),
            0 0 20px rgb(116,72,157),
            0 0 30px rgb(116,72,157,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.connect-with-us-W {
    background: linear-gradient(
        -45deg, 
        rgb(189,177,195) 0%, 
        rgb(116,72,157,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.connect-with-us-W .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}.connect-with-us-W .feedback-card-n {
    border-radius: 17px;
    background: rgb(116,72,157,0.5);
    align-items: stretch;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 25px 50px rgb(151,130,171,0.5);
}.connect-with-us-W .image-list-x {
    transform: skew(-10deg);
    position: relative;
    margin-left: -5%;
    flex: 0 0 45%;
    z-index: 2;
    min-height: 600px;
}.connect-with-us-W .image-list-x::before {
    transform: skew(10deg);
    left: 0;
    content: '';
    opacity: 0.7;
    z-index: 1;
    width: 120%;
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(151,130,171,0.5) 0%, 
        rgb(116,72,157,0.5) 100%
    );
    position: absolute;
}.connect-with-us-W .inquiry-links-W {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
}.connect-with-us-W h2 {
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: 41px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
}.connect-with-us-W h2::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(151,130,171);
    height: 1rem;
    content: '';
    box-shadow: 0 0 15px rgb(151,130,171,0.5);
    width: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}.connect-with-us-W .inquiry-links-W h3 {
    padding-bottom: 1rem;
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
}.connect-with-us-W .inquiry-links-W h3::after {
    content: '';
    bottom: 0;
    position: absolute;
    width: 50px;
    height: 3px;
    background: rgb(151,130,171);
    left: 0;
}.connect-with-us-W .inquiry-links-W form {
    display: grid;
    gap: 1.5rem;
}.connect-with-us-W .inquiry-links-W input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    outline: none;
    background: rgb(116,72,157,0.5);
    padding: 1rem 1.5rem;
    color: #ffffff;
    border: 1px solid rgb(151,130,171,0.5);
    border-radius: 10px;
}.connect-with-us-W .inquiry-links-W input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    content: '';
    background: rgb(151,130,171);
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    position: absolute;
}.connect-with-us-W .inquiry-links-W input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(151,130,171);
    box-shadow: 0 0 15px rgb(151,130,171,0.5);
}.connect-with-us-W .inquiry-links-W input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.connect-with-us-W .inquiry-links-W .help-map-F {
    display: flex;
    align-items: center;
    gap: 1rem;
}.connect-with-us-W .inquiry-links-W .help-map-F input[type="checkbox"] {
    appearance: none;
    background: rgb(116,72,157,0.5);
    width: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgb(151,130,171,0.5);
    height: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}.connect-with-us-W .inquiry-links-W .help-map-F input[type="checkbox"]:checked {
    border-color: rgb(151,130,171);
    background: rgb(151,130,171);
}.connect-with-us-W .inquiry-links-W .help-map-F input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 0.8rem;
    position: absolute;
    content: '✔';
}.connect-with-us-W .inquiry-links-W .help-map-F label {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 16px;
}.connect-with-us-W .inquiry-links-W .help-map-F a {
    text-decoration: none;
    color: rgb(151,130,171);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.connect-with-us-W .inquiry-links-W .help-map-F a:hover {
    text-decoration: underline;
}.connect-with-us-W .inquiry-links-W .feedback-section-H {
    color: #ffffff;
    background: rgb(151,130,171);
    border-radius: 10px;
    padding: 1rem;
    border: none;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: 600;
}.connect-with-us-W .inquiry-links-W .feedback-section-H::before {
    position: absolute;
    left: -50%;
    width: 200%;
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(151,130,171,0.5), 
        transparent
    );
    top: -50%;
    transition: all 0.5s ease;
    opacity: 0;
    height: 200%;
    transform: rotate(-45deg);
}.connect-with-us-W .inquiry-links-W .feedback-section-H:hover::before {
    opacity: 1;
}.connect-with-us-W .inquiry-links-W .feedback-section-H:hover {
    box-shadow: 0 10px 20px rgb(151,130,171,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.connect-with-us-W .image-list-x {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.connect-with-us-W .feedback-card-n {
    flex-direction: column;
}.connect-with-us-W .image-list-x {
    margin-left: 0;
    transform: none;
    flex: 0 0 100%;
    min-height: 300px;
}.connect-with-us-W .image-list-x::before {
    transform: none;
    width: 100%;
}.connect-with-us-W .inquiry-links-W {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect-with-us-W {
    padding: 3rem 0;
}.connect-with-us-W h2 {
    font-size: calc(41px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.connect-with-us-W h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.connect-with-us-W .inquiry-links-W h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.connect-with-us-W .inquiry-links-W input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.connect-with-us-W .feedback-card-n {
    border-radius: 0;
}.connect-with-us-W .inquiry-links-W {
    padding: 2rem 1.5rem;
}}.tyContainer-F {
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgb(151,130,171,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.tyContainer-F::before {
    height: 100%;
    pointer-events: none;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(116,72,157,0.5) 49.5%, rgb(116,72,157,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(116,72,157,0.5) 49.5%, rgb(116,72,157,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    background-size: 60px 60px;
    content: "";
    top: 0;
}.tyContainer-F::after {
    background: rgb(151,130,171);
    content: "";
    opacity: 0.03;
    top: 20%;
    width: 50%;
    right: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 0;
    height: 70%;
    position: absolute;
}.tyContainer-F .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0 auto;
}.tyContainer-F h2 {
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 40px;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    opacity: 0;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}.tyContainer-F h2::after {
    left: 0;
    transform: scaleX(0);
    bottom: -15px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 80px;
    position: absolute;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(to right, rgb(151,130,171), rgb(116,72,157));
}.tyContainer-F .how-started-m {
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    position: relative;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    padding: 50px 40px;
    background: #ffffff;
    opacity: 0;
    overflow: hidden;
}.tyContainer-F .how-started-m::before {
    left: 0;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 80%);
    opacity: 0.07;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
}.tyContainer-F .how-started-m::after {
    height: 300%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    background: radial-gradient(circle, rgb(151,130,171,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: scale(0.8);
    content: "";
    width: 300%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: -100%;
    left: -100%;
}.tyContainer-F .how-started-m:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.tyContainer-F ul {
    z-index: 2;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}.tyContainer-F li {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}.tyContainer-F li::before {
    background: linear-gradient(135deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    left: 0;
    top: 12px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    height: 10px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0);
    content: "";
}.tyContainer-F li span {
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    font-size: 17px;
    transform: translateY(20px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
}.tyContainer-F .how-started-m:hover {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


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

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.tyContainer-F {
    padding: 100px 0 80px;
}.tyContainer-F h2 {
    font-size: calc(37px - 2px);
}
}

@media screen and (max-width: 992px) {.tyContainer-F {
    padding: 80px 0 60px;
}.tyContainer-F h2 {
    font-size: calc(37px - 4px);
}.tyContainer-F .how-started-m {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.tyContainer-F {
    padding: 60px 0 50px;
}.tyContainer-F h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.tyContainer-F .how-started-m {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.tyContainer-F h2::after {
    height: 3px;
    width: 60px;
}.tyContainer-F li {
    padding-left: 25px;
}.tyContainer-F li::before {
    width: 8px;
    height: 8px;
}
}

@media screen and (max-width: 576px) {.tyContainer-F {
    padding: 50px 0 40px;
}.tyContainer-F h2 {
    margin-bottom: 25px;
    font-size: calc(37px - 8px);
}.tyContainer-F .how-started-m {
    padding: 25px 20px;
}.tyContainer-F li {
    padding-left: 22px;
}.tyContainer-F li span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}.tyContainer-F li::before {
    width: 7px;
    height: 7px;
    top: 10px;
}
}

@media (hover: none) {.tyContainer-F .how-started-m:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.tyContainer-F .how-started-m:hover::after {
    opacity: 0;
}}header .top_plank {
    background: rgb(151,130,171);
    color:  #ffffff;
}header .top_plank .top-container-t div svg, header .top_plank .top-container-t div svg path {
    fill: #ffffff;
}header .top_plank .top-container-t div span {
    color: #ffffff;
}header .top_plank .top-container-t {
    padding: 15px 0 10px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
    justify-content: flex-start;
    font-size: 13px;
    align-items: center;
}header .top_plank .top-container-t div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .top-container-t div img, header .top_plank .top-container-t div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.course-program-info-j {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(151,130,171,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.course-program-info-j::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(151,130,171,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(116,72,157,0.5) 0%, transparent 40%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    z-index: 1;
}.course-program-info-j::after {
    top: 0;
    animation: backgroundShift 30s linear infinite;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(151,130,171,0.5) 49%, rgb(151,130,171,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(116,72,157,0.5) 49%, rgb(116,72,157,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    opacity: 0.1;
    height: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course-program-info-j .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
}.course-program-info-j .how-started-m {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(151,130,171,0.5),
                inset 0 0 20px rgb(151,130,171,0.5);
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    gap: 40px;
    border-radius: 21px;
    transition: all 0.5s ease;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(5px);
}.course-program-info-j .how-started-m::before {
    top: -100px;
    filter: blur(20px);
    position: absolute;
    height: 200px;
    background: radial-gradient(circle, rgb(151,130,171) 0%, transparent 70%);
    width: 200px;
    right: -100px;
    content: '';
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite;
    opacity: 0.2;
}.course-program-info-j .how-started-m::after {
    background: radial-gradient(circle, rgb(116,72,157) 0%, transparent 70%);
    animation: pulseLight 8s ease-in-out infinite 4s;
    width: 200px;
    height: 200px;
    opacity: 0.2;
    bottom: -100px;
    border-radius: 50%;
    left: -100px;
    content: '';
    filter: blur(20px);
    position: absolute;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course-program-info-j .tech-learn-f {
    justify-content: center;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}.course-program-info-j .nav-pro-n {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
}.course-program-info-j .nav-pro-n:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-program-info-j .nav-pro-n svg {
    transition: all 0.3s ease;
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(151,130,171,0.5));
    height: 50px;
}.course-program-info-j .nav-pro-n svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,130,171);
}.course-program-info-j .nav-pro-n:hover svg path {
    fill: rgb(116,72,157);
}.course-program-info-j h3 {
    letter-spacing: 0.5px;
    backface-visibility: hidden;
    position: relative;
    color: #ffffff;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.course-program-info-j h3::after {
    animation: lineExpand 4s ease-in-out infinite;
    bottom: 0;
    width: 60px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    position: absolute;
    height: 3px;
    left: 0;
    content: '';
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course-program-info-j p {
    position: relative;
    font-size: 12px;
    z-index: 2;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    margin-bottom: 0;
    color: #ffffff;
}.course-program-info-j .image-list-x {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(151,130,171,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
    position: relative;
    border-radius: calc(21px * 1.5);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    height: 350px;
}.course-program-info-j .image-list-x:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(151,130,171),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course-program-info-j .image-list-x::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    content: '';
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}.course-program-info-j .image-list-x::after {
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    animation: scanlines 10s linear infinite;
    z-index: 2;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course-program-info-j {
    padding: 60px 0;
}.course-program-info-j .how-started-m {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
}.course-program-info-j .tech-learn-f {
    padding-right: 0;
    text-align: center;
}.course-program-info-j h3::after {
    transform: translateX(-50%);
    left: 50%;
}.course-program-info-j .image-list-x {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course-program-info-j {
    padding: 40px 0;
}.course-program-info-j .how-started-m {
    gap: 25px;
    padding: 25px;
}.course-program-info-j h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}.course-program-info-j p {
    font-size: calc(12px * 0.95);
}.course-program-info-j .image-list-x {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.course-program-info-j {
    padding: 30px 0;
}.course-program-info-j .how-started-m {
    padding: 20px;
    gap: 20px;
}.course-program-info-j .nav-pro-n {
    margin-bottom: 15px;
}.course-program-info-j h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
}.course-program-info-j p {
    font-size: calc(12px * 0.9);
}.course-program-info-j .image-list-x {
    min-height: 200px;
}}
.user-comments-I {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(189,177,195) 0%, rgba(rgb(151,130,171,0.5), 0.05) 100%);
    padding: 5rem 0;
    position: relative;
}.user-comments-I::before {
    pointer-events: none;
    background: linear-gradient(210deg, rgb(151,130,171) 0%, transparent 100%);
    position: absolute;
    transform: translateX(20%);
    right: 0;
    width: 30%;
    top: 0;
    opacity: 0.03;
    content: "";
    height: 100%;
}.user-comments-I::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(151,130,171), transparent);
    bottom: 0;
    opacity: 0.2;
    content: "";
    left: 0;
    width: 100%;
}.user-comments-I .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}.user-comments-I h2 {
    color: #000000;
    transform: translateX(-5px);
    font-weight: 700;
    text-align: left;
    font-size: 34px;
    position: relative;
    margin-bottom: 3rem;
}.user-comments-I h2::after {
    animation: lineGrow 3s ease-out infinite alternate;
    content: "";
    width: 80px;
    background: rgb(151,130,171);
    height: 3px;
    transform-origin: left;
    bottom: -10px;
    left: 0;
    position: absolute;
}.user-comments-I .alumni-ratings-v {
    margin: 0;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0;
    list-style: none;
}.user-comments-I .client-story-c {
    flex-direction: column;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.user-comments-I .client-story-c::before {
    left: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: height 0.5s ease;
    background: rgb(151,130,171);
    width: 4px;
    top: 0;
}.user-comments-I .client-story-c:hover {
    box-shadow: 0 20px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px) rotateX(2deg);
}.user-comments-I .client-story-c:hover::before {
    height: 100%;
}.user-comments-I .client-story-c div {
    display: flex;
    margin-bottom: 1.25rem;
    align-items: center;
}.user-comments-I .client-story-c img {
    width: 50px;
    object-fit: cover;
    height: 50px;
    transition: all 0.3s ease;
    filter: grayscale(30%);
    border: 2px solid transparent;
    border-radius: 50%;
    margin-right: 1rem;
}.user-comments-I .client-story-c:hover img {
    transform: scale(1.05);
    border-color: rgb(151,130,171);
    filter: grayscale(0%);
}.user-comments-I .client-story-c h4 {
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: calc(20px * 0.9);
    position: relative;
}.user-comments-I .client-story-c h4::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(116,72,157);
    transition: width 0.3s ease;
    bottom: -5px;
    width: 0;
}.user-comments-I .client-story-c:hover h4::after {
    width: 100%;
}.user-comments-I .description {
    border-left: 1px solid rgba(rgb(151,130,171,0.5), 0.2);
    line-height: 1.6;
    padding-left: 0.75rem;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
}.user-comments-I .client-story-c:hover .description {
    border-left-color: rgb(151,130,171);
    padding-left: 1rem;
}.user-comments-I .description::before {
    transform: translateX(-50%);
    color: rgb(151,130,171);
    left: 0.75rem;
    font-size: 3rem;
    opacity: 0.15;
    content: "";
    top: -10px;
    position: absolute;
    line-height: 1;
}.user-comments-I a {
    margin-top: 3rem;
    border: none;
    display: inline-block;
    color: #ffffff;
    transform: translateZ(0);
    z-index: 1;
    background: linear-gradient(45deg, rgb(151,130,171), rgb(116,72,157));
    letter-spacing: 0.5px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.75rem 2rem;
    position: relative;
    text-decoration: none;
}.user-comments-I a::before {
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(45deg, rgb(116,72,157), rgb(151,130,171));
    top: 0;
    height: 100%;
    z-index: -1;
    left: -100%;
    width: 100%;
}.user-comments-I a:hover::before {
    transform: translateX(100%);
}.user-comments-I a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(151,130,171,0.5), 0.3);
}

@keyframes lineGrow {
    0%, 20% {
        transform: scaleX(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.user-comments-I {
    padding: 4rem 0;
}.user-comments-I .alumni-ratings-v {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 992px) {.user-comments-I h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.user-comments-I .alumni-ratings-v {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-comments-I .client-story-c {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.user-comments-I {
    padding: 3.5rem 0;
}.user-comments-I h2 {
    text-align: center;
    margin-bottom: 2rem;
    transform: none;
    font-size: calc(34px * 0.85);
}.user-comments-I h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user-comments-I .alumni-ratings-v {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user-comments-I a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 200px;
}
}

@media (max-width: 576px) {.user-comments-I {
    padding: 3rem 0;
}.user-comments-I .alumni-ratings-v {
    grid-template-columns: 1fr;
    gap: 1rem;
}.user-comments-I .client-story-c {
    padding: 1.25rem;
}.user-comments-I .client-story-c:hover {
    transform: translateY(-5px) rotateX(0deg);
}.user-comments-I a {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.user-comments-I .client-story-c,
    .user-comments-I .client-story-c img,
    .user-comments-I a,
    .user-comments-I h2::after {
    transition: none;
    animation: none;
}.user-comments-I .client-story-c:hover {
    transform: none;
}}.operation-process-l {
    padding: 8rem 2rem;
    background: rgb(189,177,195);
    overflow: hidden;
    position: relative;
}.operation-process-l::before {
    left: -30%;
    z-index: 0;
    opacity: 0.25;
    top: -30%;
    border-radius: 50%;
    content: "";
    height: 100%;
    filter: blur(120px);
    position: absolute;
    width: 100%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    background: rgb(151,130,171,0.5);
}.operation-process-l::after {
    right: -30%;
    background: rgb(116,72,157,0.5);
    content: "";
    opacity: 0.25;
    filter: blur(120px);
    width: 100%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    bottom: -30%;
}.operation-process-l .how-started-m {
    margin: 0 auto;
    gap: 3rem;
    max-width: 1200px;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr 1fr;
}.operation-process-l h3 {
    animation: slideInLeft 0.8s ease-out forwards;
    padding: 0;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 35px;
    position: relative;
}.operation-process-l h3::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    left: 0;
    top: -1rem;
    content: "";
    transform-origin: left;
    height: 4px;
    animation: expandLine 1s 0.4s forwards ease-out;
    position: absolute;
    width: 4rem;
    border-radius: 10px;
}.operation-process-l h3::after {
    transform: scaleX(0);
    left: 0;
    animation: expandLine 1s 0.6s forwards ease-out;
    height: 4px;
    position: absolute;
    width: 2rem;
    transform-origin: left;
    content: "";
    bottom: -1rem;
    border-radius: 10px;
    background: rgb(151,130,171,0.5);
}.operation-process-l span {
    color: #000000;
    animation: slideInRight 0.8s ease-out forwards;
    line-height: 1.8;
    font-size: 12px;
    border-left: 2px solid rgb(116,72,157,0.5);
    padding: 2rem;
    position: relative;
}.operation-process-l span::before {
    animation: pulse 3s infinite;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 8px;
    left: -5px;
    background: rgb(116,72,157);
    width: 8px;
    top: 0;
}.operation-process-l span::after {
    background: rgb(151,130,171);
    animation: pulse 3s 1.5s infinite;
    width: 8px;
    left: -5px;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    bottom: 0;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.operation-process-l {
    padding: 6rem 2rem;
}.operation-process-l .how-started-m {
    gap: 2rem;
}.operation-process-l h3 {
    font-size: calc(35px * 0.9);
}.operation-process-l span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.operation-process-l {
    padding: 5rem 1.5rem;
}.operation-process-l .how-started-m {
    grid-template-columns: 1fr;
    gap: 2rem;
}.operation-process-l h3 {
    font-size: calc(35px * 0.8);
    text-align: center;
}.operation-process-l h3::before,
    .operation-process-l h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.operation-process-l span {
    border-left: none;
    padding: 1.5rem;
    border-top: 2px solid rgb(116,72,157,0.5);
    font-size: calc(12px * 0.95);
}.operation-process-l span::before,
    .operation-process-l span::after {
    left: 50%;
    transform: translateX(-50%);
}.operation-process-l span::before {
    left: 50%;
    top: -5px;
}.operation-process-l span::after {
    left: calc(50% + 15px);
    bottom: auto;
    top: -5px;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.meet-us-z {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.meet-us-z::before {
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    position: absolute;
}.meet-us-z::after {
    content: "";
    transform: rotate(-15deg);
    filter: blur(50px);
    position: absolute;
    top: -10%;
    animation: glow 12s infinite alternate ease-in-out;
    right: -10%;
    width: 60%;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 70%);
    z-index: 2;
    height: 60%;
    opacity: 0.7;
}.meet-us-z .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.meet-us-z .text-placeholder-P {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 900px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    border-left: 4px solid rgb(116,72,157);
}.meet-us-z .text-placeholder-P:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet-us-z h1 {
    margin-bottom: 2.5rem;
    position: relative;
    letter-spacing: 1px;
    opacity: 0;
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-10px);
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}.meet-us-z h1::after {
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(116,72,157), transparent);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -12px;
    height: 4px;
}.meet-us-z ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.meet-us-z ul li {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(20px);
}.meet-us-z ul li:last-child {
    animation-delay: 0.8s;
}.meet-us-z h4 {
    color: rgb(116,72,157);
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(24px * 1.2);
    display: inline-block;
    font-weight: 600;
}.meet-us-z h4::before {
    opacity: 0;
    animation: fadeIn 1s 1.2s forwards ease-out;
    border-top: 2px solid rgb(116,72,157,0.5);
    content: "";
    left: -20px;
    height: 30px;
    position: absolute;
    width: 30px;
    border-left: 2px solid rgb(116,72,157,0.5);
    top: -10px;
}.meet-us-z span {
    font-weight: 300;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    column-count: 1;
    display: block;
    line-height: 1.8;
    position: relative;
    color: #ffffff;
}

@media (min-width: 768px) {.meet-us-z span {
    column-count: 2;
    column-gap: 2.5rem;
}.meet-us-z .text-placeholder-P {
    padding: 4rem;
    margin-left: 2rem;
}
}

@media (min-width: 992px) {.meet-us-z {
    padding: 10rem 0;
}.meet-us-z .text-placeholder-P {
    padding: 5rem;
    margin-left: 4rem;
}.meet-us-z h1 {
    font-size: calc(45px * 1.2);
}.meet-us-z span {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.meet-us-z {
    padding: 6rem 0;
}.meet-us-z .text-placeholder-P {
    border-left-width: 3px;
    transform: none;
    clip-path: none;
    padding: 2rem;
}.meet-us-z h1 {
    font-size: calc(45px * 0.9);
}.meet-us-z h4 {
    font-size: 24px;
}.meet-us-z span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.meet-us-z::after {
    width: 100%;
    height: 40%;
}}

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

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

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 0.8;
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}.reach-out-info-p {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(189,177,195);
    position: relative;
}.reach-out-info-p::before {
    left: 0;
    position: absolute;
    background-size: 100px 100px;
    animation: backgroundMove 60s linear infinite;
    z-index: 1;
    height: 100%;
    opacity: 0.03;
    background: 
    linear-gradient(45deg, rgb(151,130,171,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(116,72,157,0.5) 25%, rgb(116,72,157,0.5) 50%, transparent 50%, transparent 75%, rgb(116,72,157,0.5) 75%, rgb(116,72,157,0.5)) -50px 0;
    width: 100%;
    content: "";
    top: 0;
}.reach-out-info-p::after {
    position: absolute;
    content: "";
    height: 1px;
    animation: scanline 4s linear infinite;
    background: linear-gradient(90deg, transparent, rgb(151,130,171), rgb(116,72,157), transparent);
    left: 0;
    width: 100%;
    bottom: 0;
}.reach-out-info-p .container {
    position: relative;
    z-index: 2;
}.reach-out-info-p .ask-for-help-B {
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    background: #ffffff;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    perspective: 1000px;
    padding: 60px 50px;
}.reach-out-info-p .ask-for-help-B::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 20% 20%, rgb(151,130,171,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(116,72,157,0.5) 0%, transparent 50%);
    z-index: -1;
    left: 0;
}.reach-out-info-p .ask-for-help-B::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    left: 0;
    height: 5px;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
}.reach-out-info-p h2 {
    padding-left: 20px;
    position: relative;
    font-size: 38px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    font-weight: 700;
}.reach-out-info-p h2::before {
    top: 50%;
    background: rgb(151,130,171);
    box-shadow: 0 0 15px rgb(151,130,171);
    content: "";
    height: 10px;
    border-radius: 2px;
    animation: pulse 3s infinite;
    left: 0;
    position: absolute;
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
}.reach-out-info-p h2::after {
    height: 2px;
    background: linear-gradient(to right, rgb(151,130,171), transparent);
    left: 0;
    position: absolute;
    width: 100px;
    bottom: -10px;
    content: "";
}.reach-out-info-p p {
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
}.reach-out-info-p p:last-of-type {
    background: rgba(0, 0, 0, 0.02);
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    border-left: 3px solid rgb(151,130,171);
    align-items: center;
    margin-bottom: 50px;
}.reach-out-info-p p:last-of-type:hover {
    transform: translateX(5px);
    background: rgba(0, 0, 0, 0.04);
}.reach-out-info-p p svg {
    width: 24px;
    transition: all 0.3s ease;
    fill: rgb(151,130,171);
    filter: drop-shadow(0 0 2px rgb(151,130,171,0.5));
    margin-right: 15px;
    height: 24px;
}.reach-out-info-p p:hover svg {
    transform: scale(1.1);
}.reach-out-info-p p svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,130,171);
}.reach-out-info-p .help-question-c {
    padding-top: 20px;
    display: flex;
    position: relative;
    gap: 30px;
    flex-wrap: wrap;
}.reach-out-info-p .help-question-c::before {
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(116,72,157,0.5), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.reach-out-info-p .edu-talk-z {
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
    width: 70px;
    display: flex;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: #ffffff;
    height: 70px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.reach-out-info-p .edu-talk-z::before {
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: 
    linear-gradient(45deg, rgb(151,130,171,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(116,72,157,0.5));
    transition: opacity 0.4s ease;
    content: "";
}.reach-out-info-p .edu-talk-z::after {
    background: linear-gradient(45deg, rgb(151,130,171), rgb(116,72,157), rgb(151,130,171));
    transition: opacity 0.4s ease;
    left: -2px;
    content: "";
    border-radius: 17px;
    right: -2px;
    z-index: -2;
    bottom: -2px;
    background-size: 200% 200%;
    top: -2px;
    animation: gradient-animation 6s linear infinite;
    opacity: 0;
    position: absolute;
}.reach-out-info-p .edu-talk-z svg {
    transition: all 0.4s ease;
    height: 30px;
    fill: rgb(151,130,171);
    width: 30px;
}.reach-out-info-p .edu-talk-z svg path {
    transition: fill 0.4s ease;
    fill: rgb(151,130,171);
}.reach-out-info-p .edu-talk-z:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
    border-radius: 20px;
}.reach-out-info-p .edu-talk-z:hover::before {
    opacity: 0.2;
}.reach-out-info-p .edu-talk-z:hover::after {
    opacity: 1;
}.reach-out-info-p .edu-talk-z:hover svg {
    fill: rgb(151,130,171);
    transform: scale(1.1);
}.reach-out-info-p .edu-talk-z:hover svg path {
    fill: rgb(151,130,171);
}.reach-out-info-p .edu-talk-z span {
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: ripple 1s linear infinite;
    position: absolute;
    background: rgb(151,130,171);
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(151,130,171);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(151,130,171);
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (max-width: 992px) {.reach-out-info-p {
    padding: 70px 0;
}.reach-out-info-p .ask-for-help-B {
    padding: 45px 35px;
}.reach-out-info-p h2 {
    font-size: calc(38px * 0.9);
}.reach-out-info-p .help-question-c {
    gap: 20px;
}.reach-out-info-p .edu-talk-z {
    width: 65px;
    height: 65px;
}.reach-out-info-p .edu-talk-z svg {
    height: 26px;
    width: 26px;
}
}

@media (max-width: 768px) {.reach-out-info-p {
    padding: 60px 0;
}.reach-out-info-p .ask-for-help-B {
    padding: 40px 30px;
}.reach-out-info-p h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.reach-out-info-p p {
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
}.reach-out-info-p p:last-of-type {
    padding: 12px 15px;
}.reach-out-info-p p svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.reach-out-info-p .help-question-c {
    justify-content: center;
    gap: 15px;
}.reach-out-info-p .edu-talk-z {
    height: 60px;
    width: 60px;
    border-radius: 12px;
}.reach-out-info-p .edu-talk-z svg {
    height: 24px;
    width: 24px;
}.reach-out-info-p .edu-talk-z:hover {
    border-radius: 15px;
}
}

@media (max-width: 576px) {.reach-out-info-p {
    padding: 50px 0;
}.reach-out-info-p .ask-for-help-B {
    padding: 35px 25px;
}.reach-out-info-p h2 {
    font-size: calc(38px * 0.8);
    padding-left: 15px;
}.reach-out-info-p h2::before {
    width: 8px;
    height: 8px;
}.reach-out-info-p p {
    font-size: calc(13px * 0.9);
}.reach-out-info-p p:last-of-type {
    padding: 10px 12px;
}.reach-out-info-p p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.reach-out-info-p .help-question-c {
    justify-content: space-around;
    gap: 12px;
}.reach-out-info-p .edu-talk-z {
    height: 55px;
    border-radius: 10px;
    width: 55px;
}.reach-out-info-p .edu-talk-z svg {
    width: 22px;
    height: 22px;
}.reach-out-info-p .edu-talk-z:hover {
    border-radius: 12px;
}}.price-pick-z {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.price-pick-z::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
}.price-pick-z .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}.rate-options-A {
    position: relative;
}.price-pick-z h2 {
    transform: translateY(0);
    font-size: 30px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    text-align: center;
}.price-pick-z h2::after {
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(151,130,171);
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
}.price-pick-z .cost-plan-C {
    opacity: 0.9;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    max-width: 760px;
    line-height: 1.6;
    margin: 0 auto 50px;
}.price-pick-z .discount-tier-A {
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.price-pick-z .pricing-rates-y {
    text-decoration: none;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    display: block;
}.price-pick-z .rate-panel-o {
    height: 100%;
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transition: all 0.4s ease;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    min-height: 380px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}.price-pick-z .rate-panel-o::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom right, 
        rgb(151,130,171,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
}.price-pick-z .fee-deals-e {
    flex-direction: column;
    z-index: 2;
    position: relative;
    height: 100%;
    display: flex;
}.price-pick-z .pricing-rates-y h4 {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    color: #ffffff;
}.price-pick-z .pricing-rates-y h4::after {
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    bottom: 0;
    background: rgb(151,130,171);
    width: 40px;
    left: 0;
    position: absolute;
}.price-pick-z .pricing-rates-y p {
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 25px;
    white-space: normal;
    word-break: break-word;
    opacity: 0.85;
}.price-pick-z .promo-rates-X {
    color: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-weight: 700;
    position: relative;
    font-size: 28px;
    background: linear-gradient(135deg, rgb(151,130,171), rgb(116,72,157));
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: inline-block;
    align-self: flex-start;
    padding: 10px 20px;
    margin-top: auto;
}.price-pick-z .promo-rates-X::before {
    position: absolute;
    content: "";
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    width: 100%;
    transition: transform 0.6s ease;
    height: 100%;
}.price-pick-z .pricing-rates-y:hover {
    transform: translateY(-10px);
}.price-pick-z .pricing-rates-y:hover .rate-panel-o {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.price-pick-z .pricing-rates-y:hover .rate-panel-o::before {
    opacity: 1;
}.price-pick-z .pricing-rates-y:hover h4 {
    transform: translateX(5px);
}.price-pick-z .pricing-rates-y:hover h4::after {
    width: 60px;
}.price-pick-z .pricing-rates-y:hover .promo-rates-X {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.price-pick-z .pricing-rates-y:hover .promo-rates-X::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.price-pick-z {
    padding: 100px 0;
}.price-pick-z .discount-tier-A {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.price-pick-z .rate-panel-o {
    min-height: 360px;
    padding: 25px;
}.price-pick-z h2 {
    font-size: calc(30px - 2px);
}
}

@media (max-width: 992px) {.price-pick-z {
    padding: 80px 0;
}.price-pick-z .discount-tier-A {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price-pick-z .rate-panel-o {
    min-height: 340px;
    padding: 22px;
}.price-pick-z .pricing-rates-y h4 {
    font-size: 20px;
}.price-pick-z .pricing-rates-y p {
    font-size: 14px;
    line-height: 1.6;
}.price-pick-z .promo-rates-X {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.price-pick-z {
    padding: 60px 0;
}.price-pick-z .discount-tier-A {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.price-pick-z .rate-panel-o {
    padding: 25px;
    min-height: auto;
}.price-pick-z h2 {
    font-size: calc(30px - 4px);
}.price-pick-z .cost-plan-C {
    margin-bottom: 40px;
    font-size: 16px;
}
}

@media (max-width: 576px) {.price-pick-z {
    padding: 50px 0;
}.price-pick-z h2 {
    font-size: calc(30px - 6px);
}.price-pick-z .cost-plan-C {
    margin-bottom: 30px;
    font-size: 15px;
}.price-pick-z .rate-panel-o {
    padding: 20px;
}.price-pick-z .pricing-rates-y h4 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 12px;
}.price-pick-z .pricing-rates-y p {
    font-size: 14px;
    margin-bottom: 20px;
}.price-pick-z .promo-rates-X {
    font-size: 22px;
    padding: 8px 14px;
}
}