* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1214px;
}.head_prime9 {
    flex: 1 0 auto;
}.wrapper-sectionQ {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.site_mapQ {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_outcomesH {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(221,208,219) 40%, #ffffff 140%);
}.learning_outcomesH::before {
    opacity: 0.15;
    position: absolute;
    left: 0;
    width: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(205,172,198,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(189,127,189,0.5) 0.5%, transparent 8%);
    content: "";
    background-size: 120px 120px;
    z-index: 0;
    height: 100%;
    top: 0;
}.learning_outcomesH .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.learning_outcomesH .who_weareP {
    gap: 3rem;
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
}.learning_outcomesH .text_displaye {
    width: 100%;
}.learning_outcomesH h4 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #000000;
    font-size: calc(23px * 1.1);
    transform: translateX(-5px);
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
}.learning_outcomesH h4::after {
    width: 60px;
    height: 3px;
    content: "";
    bottom: -0.8rem;
    position: absolute;
    transition: width 0.5s ease-out;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(205,172,198,0.5) 100%);
    left: 0;
    transform-origin: left;
}.learning_outcomesH .text_displaye:hover h4::after {
    width: 90px;
}.learning_outcomesH .text_displaye > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.learning_outcomesH ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}.learning_outcomesH li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}.learning_outcomesH li:hover {
    transform: translateX(5px);
}.learning_outcomesH li p {
    color: #000000;
    display: flex;
    gap: 0.8rem;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    align-items: flex-start;
}.learning_outcomesH li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.15rem;
}.learning_outcomesH li p span:last-child {
    position: relative;
}.learning_outcomesH li p span:last-child::before {
    bottom: -3px;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    background-color: rgb(205,172,198);
    transition: width 0.4s ease;
    height: 1px;
    opacity: 0.7;
}.learning_outcomesH li:hover p span:last-child::before {
    width: 100%;
}.learning_outcomesH svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 20px;
    height: 20px;
}.learning_outcomesH li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning_outcomesH svg path {
    fill: rgb(205,172,198);
    transition: fill 0.3s ease;
}.learning_outcomesH li:hover svg path {
    fill: rgb(189,127,189);
}.learning_outcomesH .frameH {
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 420px;
    height: auto;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
}.learning_outcomesH .frameH:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.08);
}.learning_outcomesH .frameH::after {
    opacity: 0.4;
    content: "";
    height: 100%;
    pointer-events: none;
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(205,172,198,0.5) 0%, transparent 80%);
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}.learning_outcomesH .frameH:hover::after {
    opacity: 0.2;
}

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

@media (min-width: 768px) {.learning_outcomesH .who_weareP {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.learning_outcomesH .text_displaye {
    width: 55%;
}.learning_outcomesH .text_displaye > div {
    flex-direction: row;
    gap: 2rem;
}.learning_outcomesH h4 {
    margin-bottom: 3rem;
    font-size: calc(23px * 1.2);
    transform: translateX(-8px);
}.learning_outcomesH .frameH {
    width: 45%;
    max-width: 480px;
}
}

@media (min-width: 992px) {.learning_outcomesH {
    padding: 8rem 0;
}.learning_outcomesH .who_weareP {
    gap: 5rem;
}.learning_outcomesH h4 {
    font-size: calc(23px * 1.3);
}.learning_outcomesH li p {
    font-size: calc(14px * 1.05);
}.learning_outcomesH svg {
    width: 22px;
    height: 22px;
}.learning_outcomesH .frameH {
    max-width: 520px;
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
}

@media (min-width: 1200px) {.learning_outcomesH {
    padding: 9rem 0;
}.learning_outcomesH .who_weareP {
    gap: 6rem;
}.learning_outcomesH h4 {
    font-size: calc(23px * 1.4);
}.learning_outcomesH .frameH {
    max-width: 550px;
}
}

@media (max-width: 767px) {.learning_outcomesH {
    padding: 4rem 0;
}.learning_outcomesH h4 {
    margin-bottom: 2rem;
    font-size: 23px;
}.learning_outcomesH li {
    margin-bottom: 1rem;
}.learning_outcomesH li p {
    font-size: calc(14px * 0.95);
}.learning_outcomesH svg {
    width: 18px;
    height: 18px;
}}.cookieWarningContainerW {
    background-color: rgb(221,208,219);
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    border-top: 1px solid rgb(205,172,198);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
}.cookieWarningContainerW .cookie_showY {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    transform-origin: center;
}.cookieWarningContainerW .cookie_showY svg {
    fill: rgb(205,172,198);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieWarningContainerW .privacy_switche {
    flex-grow: 1;
}.cookieWarningContainerW .privacy_switche h5 {
    margin-bottom: 6px;
    color: rgb(205,172,198);
    font-size: 18px;
}.cookieWarningContainerW .privacy_switche p {
    color: #000000;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}.cookieWarningContainerW .data_controll {
    transition: transform 0.3s, box-shadow 0.3s;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(205,172,198);
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}.cookieWarningContainerW .data_controll:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookieWarningContainerW .data_controll:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookieWarningContainerW .cookie_showY {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieWarningContainerW .data_controll {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#cookie_popup_boardq {
    display: none;
}#cookie_popup_boardq:checked ~ .cookieWarningContainerW {
    visibility: hidden;
    opacity: 0;
}.contact_section4 {
    background: rgb(221,208,219);
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}.contact_section4::before {
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}.contact_section4 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.contact_section4 h2 {
    font-size: 37px;
    margin-bottom: 40px;
    color: rgb(189,127,189);
    font-weight: 700;
    position: relative;
    text-align: center;
}.contact_section4 h2::after {
    transform: translateX(-50%);
    background: rgb(205,172,198);
    width: 60px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
}.contact_section4 .message_mapO {
    display: grid;
    background: #ffffff;
    border-radius: 27px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
}.contact_section4 .frameH {
    transition: transform 0.6s ease;
    border-top-right-radius: 27px;
    grid-row: 1;
    height: 100%;
    grid-column: 2;
    min-height: 500px;
    border-bottom-right-radius: 27px;
}.contact_section4 .help_infoD {
    padding: 50px 40px;
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
}.contact_section4 #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_section4 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(205,172,198);
}.contact_section4 input[type="text"] {
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgb(221,208,219);
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    font-size: 13px;
}.contact_section4 input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(205,172,198);
}.contact_section4 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_section4 .support_listM {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}.contact_section4 .support_listM input[type="checkbox"] {
    cursor: pointer;
    margin-top: 2px;
    border-radius: 10px;
    border: 2px solid rgb(221,208,219);
    width: 24px;
    position: relative;
    appearance: none;
    flex-shrink: 0;
    height: 24px;
}.contact_section4 .support_listM input[type="checkbox"]:checked {
    border-color: rgb(205,172,198);
    background: rgb(205,172,198);
}.contact_section4 .support_listM input[type="checkbox"]:checked::after {
    content: "✓";
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 16px;
    left: 50%;
    color: #ffffff;
}.contact_section4 .support_listM label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.contact_section4 .support_listM a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(205,172,198);
}.contact_section4 .support_listM a:hover {
    color: rgb(189,127,189);
}.contact_section4 .inquiry_queryz {
    overflow: hidden;
    background: rgb(205,172,198);
    align-self: flex-start;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 15px 35px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
}.contact_section4 .inquiry_queryz::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    left: -100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}.contact_section4 .inquiry_queryz:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(189,127,189);
}.contact_section4 .inquiry_queryz:hover::before {
    left: 100%;
}.contact_section4 svg {
    fill: rgb(205,172,198);
    height: 22px;
    width: 22px;
    margin-right: 10px;
    vertical-align: middle;
}.contact_section4 svg path {
    fill: rgb(205,172,198);
}

@media (max-width: 992px) {.contact_section4 .message_mapO {
    grid-template-columns: 1fr;
}.contact_section4 .frameH {
    grid-row: 1;
    border-radius: 0;
    border-top-left-radius: 27px;
    min-height: 300px;
    border-top-right-radius: 27px;
    grid-column: 1;
}.contact_section4 .help_infoD {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact_section4 {
    padding: 50px 0;
}.contact_section4 h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.contact_section4 .help_infoD {
    padding: 30px 25px;
}.contact_section4 .frameH {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section4 {
    padding: 40px 0;
}.contact_section4 .container {
    padding: 0 15px;
}.contact_section4 h2::after {
    width: 40px;
}.contact_section4 .help_infoD {
    padding: 25px 20px;
}.contact_section4 #contact {
    gap: 20px;
}.contact_section4 .inquiry_queryz {
    width: 100%;
    padding: 14px 20px;
}.contact_section4 .frameH {
    min-height: 200px;
}}.find_supportH {
    position: relative;
    background: rgb(221,208,219);
    padding: 5rem 0;
    overflow: hidden;
}.find_supportH::before {
    position: absolute;
    z-index: 1;
    top: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    width: 100%;
    content: "";
    background: 
    radial-gradient(circle at 15% 15%, rgb(205,172,198,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(189,127,189,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(205,172,198,0.5) 0,
      rgb(205,172,198,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    opacity: 0.07;
    height: 100%;
    left: 0;
}.find_supportH::after {
    left: -50%;
    z-index: 0;
    content: "";
    opacity: 0.05;
    animation: rotateBg 40s infinite linear;
    background: 
    radial-gradient(circle at 70% 30%, rgb(205,172,198,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(189,127,189,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    width: 200%;
    transform-origin: center;
    top: -50%;
    position: absolute;
    height: 200%;
}@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.find_supportH .container {
    position: relative;
    z-index: 10;
}.find_supportH .connect_sectionJ {
    border-radius: 28px;
    background-color: #ffffff;
    padding: 3.5rem;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.find_supportH .connect_sectionJ h2 {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}.find_supportH .connect_sectionJ p {
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 16px;
    color: #000000;
    text-align: center;
}.find_supportH .connect_sectionJ p:last-of-type {
    font-weight: 600;
    margin-bottom: 2.5rem;
    align-items: center;
    justify-content: center;
    color: #000000;
    display: flex;
}.find_supportH .connect_sectionJ p:last-of-type svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
    fill: rgb(205,172,198);
}.find_supportH .connect_sectionJ p:last-of-type svg path {
    fill: rgb(205,172,198);
}.find_supportH .learn_chatP {
    gap: 3rem;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}.find_supportH .learn_formR {
    background-color: #ffffff;
    border-radius: 50%;
    width: 80px;
    font-size: 0;
    height: 80px;
    color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    border: 2px solid rgb(221,208,219);
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
}.find_supportH .learn_formR::after {
    content: attr(title);
    color: #000000;
    font-weight: 600;
    left: 50%;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: -30px;
    opacity: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 15px;
}.find_supportH .learn_formR:hover::after {
    opacity: 1;
}.find_supportH .learn_formR:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(rgb(205,172,198), 0.2);
    border-color: rgb(205,172,198);
    background-color: rgb(205,172,198);
}.find_supportH .learn_formR svg {
    width: 28px;
    transition: fill 0.3s ease;
    fill: rgb(205,172,198);
    height: 28px;
}.find_supportH .learn_formR:hover svg {
    fill: #ffffff;
}.find_supportH .learn_formR svg path {
    fill: rgb(205,172,198);
    transition: fill 0.3s ease;
}.find_supportH .learn_formR:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.find_supportH {
    padding: 4rem 0;
}.find_supportH .connect_sectionJ {
    padding: 2.5rem;
}.find_supportH .connect_sectionJ h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.find_supportH {
    padding: 3rem 0;
}.find_supportH .connect_sectionJ {
    padding: 2rem;
}.find_supportH .learn_chatP {
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}.find_supportH .learn_formR {
    height: 70px;
    width: 70px;
}.find_supportH .learn_formR::after {
    font-size: calc(15px * 0.9);
    bottom: -25px;
}.find_supportH .learn_formR svg {
    height: 24px;
    width: 24px;
}}.secure_zoneG {
    color: #000000;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.secure_zoneG::before {
    right: 0;
    content: "";
    opacity: 0.2;
    top: 0;
    height: 30vh;
    width: 30vw;
    transform: translateY(-15%) translateX(15%);
    background: linear-gradient(225deg, rgb(189,127,189,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
}.secure_zoneG::after {
    height: 40vh;
    content: "";
    left: 0;
    z-index: 0;
    background: linear-gradient(45deg, rgb(205,172,198,0.5) 0%, transparent 70%);
    transform: translateY(15%) translateX(-15%);
    bottom: 0;
    position: absolute;
    width: 40vw;
    opacity: 0.15;
}.secure_zoneG .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.secure_zoneG h1 {
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: calc(42px * 1.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
}.secure_zoneG h1::after {
    transform-origin: left center;
    position: absolute;
    content: "";
    background: rgb(205,172,198);
    transition: transform 0.5s ease-out;
    transform: scaleX(1);
    width: 4rem;
    left: 0;
    bottom: -0.6rem;
    height: 3px;
}.secure_zoneG h1:hover {
    transform: translateX(5px);
}.secure_zoneG h1:hover::after {
    transform: scaleX(1.5);
}.secure_zoneG h2 {
    padding-bottom: 0.5rem;
    transition: transform 0.3s ease;
    transform: translateX(0);
    border-left: 3px solid rgb(189,127,189);
    margin: 2.5rem 0 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    font-size: 30px;
}.secure_zoneG h2:hover {
    transform: translateX(5px);
}.secure_zoneG h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    padding-bottom: 0.3rem;
    font-size: calc(30px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
}.secure_zoneG h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(30px * 0.7);
    margin: 1.5rem 0 1rem;
}.secure_zoneG h4::before {
    top: 50%;
    left: 0;
    background: rgb(189,127,189);
    width: 5px;
    position: absolute;
    height: 5px;
    content: "";
    transform: translateY(-50%);
}.secure_zoneG p {
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    transform: translateY(0);
}.secure_zoneG p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.secure_zoneG strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.secure_zoneG strong::after {
    content: "";
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    height: 1px;
    background: rgb(205,172,198,0.5);
    bottom: -2px;
    left: 0;
    position: absolute;
    transform: scaleX(0.3);
}.secure_zoneG strong:hover::after {
    transform: scaleX(1);
}.secure_zoneG ul {
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.secure_zoneG ul::before {
    width: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(189,127,189,0.5) 0%, transparent 100%);
    content: "";
    bottom: 0;
}.secure_zoneG li {
    position: relative;
    font-size: 14px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #000000;
}.secure_zoneG li::before {
    top: 1rem;
    width: 6px;
    transition: transform 0.3s ease, background 0.3s ease;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: rgb(189,127,189);
    left: 0;
    height: 6px;
}.secure_zoneG li:hover {
    transform: translateX(5px);
}.secure_zoneG li:hover::before {
    background: rgb(205,172,198);
    transform: scale(1.3);
}.secure_zoneG span {
    border-left: 2px solid rgb(205,172,198,0.5);
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    padding: 1rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: perspective(1000px) rotateX(0);
    background: rgba(#ffffff, 0.5);
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    display: block;
}.secure_zoneG span:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}

@media (min-width: 768px) {.secure_zoneG {
    padding: 6rem 3rem;
}.secure_zoneG .container {
    padding: 0 2rem;
}.secure_zoneG h1 {
    margin-bottom: 3rem;
    font-size: calc(42px * 1.3);
}.secure_zoneG h1::after {
    width: 6rem;
    height: 4px;
}.secure_zoneG h2 {
    font-size: calc(30px * 1.1);
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.secure_zoneG h3 {
    font-size: calc(30px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.secure_zoneG h4 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.75);
    padding-left: 1.2rem;
}.secure_zoneG ul {
    padding-left: 2rem;
}.secure_zoneG li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.secure_zoneG span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.secure_zoneG {
    padding: 8rem 4rem;
}.secure_zoneG::before {
    height: 40vh;
    width: 40vw;
}.secure_zoneG::after {
    height: 50vh;
    width: 50vw;
}.secure_zoneG h1 {
    font-size: calc(42px * 1.5);
    margin-bottom: 4rem;
    transform: translateZ(0);
}.secure_zoneG h1::after {
    width: 8rem;
}.secure_zoneG h2 {
    font-size: calc(30px * 1.2);
    border-left-width: 4px;
    margin: 4rem 0 2rem;
    padding-left: 1.5rem;
}.secure_zoneG p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.secure_zoneG ul {
    margin: 2rem 0 2.5rem;
}.secure_zoneG li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.secure_zoneG span {
    margin-left: 2rem;
    padding: 2rem;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.secure_zoneG {
    padding: 3rem 1.5rem;
}.secure_zoneG h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 1);
}.secure_zoneG h1::after {
    width: 3rem;
    height: 2px;
}.secure_zoneG h2 {
    padding-left: 0.8rem;
    font-size: 30px;
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.secure_zoneG h3, 
    .secure_zoneG h4 {
    font-size: calc(30px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.secure_zoneG p {
    margin-bottom: 1.2rem;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.secure_zoneG ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.secure_zoneG li {
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
    font-size: calc(14px * 0.95);
}.secure_zoneG span {
    font-size: calc(14px * 0.95);
    margin-bottom: 1.2rem;
    line-height: 1.6;
    padding: 0.8rem;
    margin-left: 0;
}}.our_backgroundC {
    color: #ffffff;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.our_backgroundC::before {
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
}.our_backgroundC::after {
    z-index: 1;
    height: 200px;
    border: 2px solid rgb(205,172,198,0.5);
    content: "";
    border-radius: 50%;
    right: -50px;
    opacity: 0.6;
    animation: rotate 20s linear infinite;
    top: -50px;
    position: absolute;
    width: 200px;
}.our_backgroundC .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.our_backgroundC .text_displaye {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(30, 30, 40, 0.75) 100%);
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgb(205,172,198,0.5);
    position: relative;
    padding: 3rem;
    transform: perspective(1000px) rotateY(2deg);
    max-width: 900px;
}.our_backgroundC .text_displaye:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(205,172,198);
    transform: perspective(1000px) rotateY(0deg);
}.our_backgroundC .text_displaye::before {
    top: 0;
    background: radial-gradient(circle at top right, 
        rgb(205,172,198,0.5) 0%, 
        transparent 70%);
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0.15;
    height: 100%;
}.our_backgroundC .text_displaye::after {
    content: "";
    background: linear-gradient(to right, 
        transparent, 
        rgb(189,127,189,0.5), 
        transparent);
    right: 20px;
    bottom: -10px;
    position: absolute;
    height: 1px;
    width: 40%;
    z-index: 3;
}.our_backgroundC h1 {
    display: inline-block;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 46px;
    position: relative;
    color: rgb(205,172,198);
}.our_backgroundC h1::after {
    animation: expandWidth 1.5s ease-out forwards;
    background: linear-gradient(to right, 
        rgb(205,172,198), 
        rgb(189,127,189,0.5));
    height: 3px;
    transform-origin: left center;
    left: 0;
    width: 60%;
    position: absolute;
    content: "";
    bottom: -10px;
}.our_backgroundC ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.our_backgroundC li {
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 0.3s;
    position: relative;
}.our_backgroundC li:last-child {
    animation-delay: 0.6s;
}.our_backgroundC h4 {
    margin-bottom: 1rem;
    opacity: 0;
    animation: slideRight 0.8s ease-out 0.4s forwards;
    transform: translateX(-10px);
    color: rgb(189,127,189);
    font-weight: 600;
    position: relative;
    font-size: 24px;
}.our_backgroundC h4::before {
    transform-origin: right center;
    transform: scaleX(0);
    left: -25px;
    height: 1px;
    width: 15px;
    background-color: rgb(189,127,189);
    content: "";
    top: 50%;
    position: absolute;
    animation: expandWidth 1s ease-out 0.8s forwards;
}.our_backgroundC span {
    color: #ffffff;
    text-align: justify;
    border-left: 1px solid rgb(205,172,198,0.5);
    display: block;
    line-height: 1.8;
    font-size: 12px;
    padding-left: 0.5rem;
    position: relative;
}.our_backgroundC span::before {
    border-radius: 50%;
    opacity: 0.8;
    top: 0;
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    content: "";
    background: rgb(205,172,198);
}.our_backgroundC span::after {
    background: rgb(189,127,189);
    bottom: 0;
    width: 10px;
    height: 10px;
    left: -5px;
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: 0.8;
}

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

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

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

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

@media (max-width: 991px) {.our_backgroundC {
    padding: 4rem 0;
}.our_backgroundC .text_displaye {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.our_backgroundC {
    padding: 3rem 0;
}.our_backgroundC .text_displaye {
    transform: none;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                    0 0 0 1px rgb(205,172,198,0.5);
}.our_backgroundC h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 2rem;
}.our_backgroundC span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.our_backgroundC {
    padding: 2.5rem 0;
}.our_backgroundC .container {
    padding: 0 1rem;
}.our_backgroundC .text_displaye {
    padding: 1.5rem;
}.our_backgroundC h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.our_backgroundC h4 {
    font-size: calc(24px * 0.9);
}.our_backgroundC span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.our_backgroundC .text_displaye::after {
    width: 30%;
}}.teacher_profileV {
    min-height: 400px;
    padding: 60px 30px;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    position: relative;
    overflow: hidden;
}.teacher_profileV::before {
    top: -50px;
    border-radius: 50%;
    height: 200px;
    content: "";
    position: absolute;
    right: -50px;
    animation: float 8s ease-in-out infinite;
    z-index: 0;
    background: rgb(189,127,189,0.5);
    filter: blur(40px);
    width: 200px;
}.teacher_profileV::after {
    bottom: -30px;
    content: "";
    height: 150px;
    filter: blur(30px);
    position: absolute;
    z-index: 0;
    animation: float 6s ease-in-out infinite reverse;
    left: -30px;
    border-radius: 50%;
    background: rgb(205,172,198,0.5);
    width: 150px;
}.teacher_profileV .testimonial_spaceo {
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    transform: rotate(-3deg);
    gap: 30px;
    z-index: 1;
}.teacher_profileV .testimonial_spaceo:hover {
    transform: rotate(0deg) scale(1.02);
}.teacher_profileV .frameH {
    box-shadow: 15px 15px 0 rgb(189,127,189,0.5);
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(20px);
    height: 350px;
    border-radius: 22px;
    width: 280px;
}.teacher_profileV .testimonial_spaceo:hover .frameH {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(189,127,189);
}.teacher_profileV .exp_summary3 {
    background: #ffffff;
    border-radius: 22px;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    transform: translateX(-30px) rotate(3deg);
    transition: all 0.4s ease;
    display: flex;
    flex: 1;
    position: relative;
    padding: 30px;
}.teacher_profileV .testimonial_spaceo:hover .exp_summary3 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.teacher_profileV .name {
    font-size: 35px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    color: rgb(205,172,198);
    padding-bottom: 15px;
}.teacher_profileV .name::after {
    background: linear-gradient(90deg, rgb(189,127,189) 0%, transparent 100%);
    height: 4px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 2px;
}.teacher_profileV .exp_summary3 > div:nth-child(2) {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.8;
    font-weight: 600;
}.teacher_profileV .job_tasks0 {
    padding-left: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    border-left: 3px solid rgb(189,127,189,0.5);
    position: relative;
    font-size: calc(16px + 2px);
}.teacher_profileV .job_tasks0::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    font-family: Arial, sans-serif;
    top: -20px;
    color: rgb(205,172,198);
    font-size: 80px;
    left: -15px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.teacher_profileV {
    padding: 40px 20px;
}.teacher_profileV .testimonial_spaceo {
    flex-direction: column;
    gap: 20px;
}.teacher_profileV .frameH {
    transform: translateY(0) rotate(-3deg);
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.teacher_profileV .exp_summary3 {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.teacher_profileV .testimonial_spaceo:hover .frameH {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.teacher_profileV {
    padding: 30px 15px;
}.teacher_profileV .frameH {
    width: 180px;
    height: 220px;
}.teacher_profileV .exp_summary3 {
    padding: 20px;
}.teacher_profileV .name {
    font-size: calc(35px - 4px);
}.teacher_profileV .job_tasks0 {
    font-size: 16px;
}}header {
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 99;
    background: rgb(221,208,219);
}header::before {
    content: "";
    background: linear-gradient(90deg, rgb(205,172,198,0.5) 0%, transparent 50%, rgb(205,172,198,0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    width: 100%;
    z-index: -1;
    height: 100%;
}header .head_wrapg {
    padding: 20px;
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
    grid-template-columns: 1fr;
    gap: 15px;
}header .head_wrapg::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(205,172,198,0.5), transparent);
    height: 1px;
    content: "";
    width: 100%;
    top: 50%;
    position: absolute;
}header .head_wrapg .main_pagewrap9 {
    position: relative;
    z-index: 10;
    justify-self: center;
    padding: 5px 20px 15px;
}header .head_wrapg .main_pagewrap9::before,
header .head_wrapg .main_pagewrap9::after {
    height: 90%;
    position: absolute;
    border-radius: 16px;
    width: 90%;
    content: "";
}header .head_wrapg .main_pagewrap9::before {
    border-top: 2px solid rgb(205,172,198);
    left: -5px;
    border-left: 2px solid rgb(205,172,198);
    transform-origin: top left;
    top: -5px;
    transform: scale(0);
    transition: transform 0.3s ease;
}header .head_wrapg .main_pagewrap9::after {
    transform: scale(0);
    border-right: 2px solid rgb(189,127,189);
    transform-origin: bottom right;
    right: -5px;
    bottom: -5px;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(189,127,189);
}header .head_wrapg .main_pagewrap9:hover::before,
header .head_wrapg .main_pagewrap9:hover::after {
    transform: scale(1);
}header .head_wrapg .main_pagewrap9 .nav_masterX {
    transition: transform 0.3s ease;
    display: block;
}header .head_wrapg .main_pagewrap9 .nav_masterX svg {
    height: 60px;
    width: auto;
}header .head_wrapg .head_trainm {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: 0;
    background: linear-gradient(180deg, transparent, rgb(189,127,189) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    justify-content: center;
    padding: 20px 0 10px;
}header .head_wrapg .head_trainm::before,
header .head_wrapg .head_trainm::after {
    background: rgb(205,172,198,0.5);
    content: "";
    position: absolute;
    top: 15%;
    width: 2px;
    height: 70%;
}header .head_wrapg .head_trainm::before {
    left: 0;
}header .head_wrapg .head_trainm::after {
    right: 0;
}header .head_wrapg .head_trainm .head_knowg {
    margin: 0;
    padding: 0 15px;
    transition: transform 0.3s ease;
    position: relative;
}header .head_wrapg .head_trainm .head_knowg:not(:last-child)::after {
    height: 60%;
    right: 0;
    position: absolute;
    content: "";
    background: rgb(189,127,189,0.5);
    top: 20%;
    width: 1px;
}header .head_wrapg .head_trainm .head_knowg:hover {
    transform: translateY(-3px);
}header .head_wrapg .head_trainm .head_knowg a {
    display: block;
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    padding: 10px 5px;
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}header .head_wrapg .head_trainm .head_knowg a:hover {
    color: rgb(205,172,198);
}header .head_wrapg .head_trainm .head_knowg a::before {
    left: 0;
    bottom: 5px;
    background: rgb(189,127,189);
    position: absolute;
    content: "";
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    height: 2px;
}header .head_wrapg .head_trainm .head_knowg a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .head_wrapg {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .head_wrapg .head_trainm {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .head_wrapg {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .head_wrapg .main_pagewrap9 {
    padding: 5px 10px;
}header .head_wrapg .main_pagewrap9 .nav_masterX svg {
    height: 45px;
}header .head_wrapg .head_trainm {
    padding: 15px 0 10px;
}header .head_wrapg .head_trainm .head_knowg {
    padding: 0 10px;
}header .head_wrapg .head_trainm .head_knowg a {
    font-size: calc(15px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .head_wrapg .head_trainm {
    flex-wrap: wrap;
    justify-content: center;
}header .head_wrapg .head_trainm .head_knowg {
    margin: 3px 0;
}header .head_wrapg .head_trainm .head_knowg:not(:last-child)::after {
    display: none;
}}.title_board3 {
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    justify-content: center;
    padding: 2rem 1rem;
    display: flex;
    min-height: 100vh;
    position: relative;
}.title_board3::before {
    position: absolute;
    bottom: 0;
    mix-blend-mode: overlay;
    right: 0;
    content: "";
    top: 0;
    z-index: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(189,127,189,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(205,172,198,0.5) 0%, transparent 40%);
    left: 0;
}.title_board3::after {
    opacity: 0.05;
    background-position: center;
    background-image: 
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    z-index: 1;
    height: 100%;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
}.title_board3 .edu_openu {
    display: grid;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateY(-2%);
    position: relative;
}.title_board3 .edu_openu > div:first-child {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-10px) rotate(-1deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background-color: #ffffff;
}.title_board3 .edu_openu > div:first-child:hover {
    transform: translateX(0) rotate(0);
}.title_board3 .edu_openu > div:first-child::before {
    border-left: 5px solid rgb(205,172,198);
    content: "";
    transition: transform 0.3s ease;
    z-index: -1;
    transform: translate(-5px, 5px);
    inset: 0;
    position: absolute;
}.title_board3 .edu_openu > div:first-child h3 {
    margin: 0;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
    font-size: 22px;
}.title_board3 .edu_openu > div:last-child {
    position: relative;
}.title_board3 .edu_openu > div:last-child > div {
    position: relative;
}.title_board3 .smart_guideo {
    background: #ffffff;
    padding: 2.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    transform: perspective(1000px) rotateY(3deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.title_board3 .smart_guideo:hover {
    transform: perspective(1000px) rotateY(0);
}.title_board3 .smart_guideo::before {
    filter: blur(10px);
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    inset: 0;
    opacity: 0.6;
    z-index: -1;
    transform: translate(8px, 8px);
}.title_board3 .smart_guideo:hover::before {
    transform: translate(12px, 12px);
    opacity: 0.8;
}.title_board3 .smart_guideo h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    color: #000000;
    margin: 0 0 1.5rem;
}.title_board3 .smart_guideo h1::after {
    height: 5px;
    content: "";
    position: absolute;
    transform-origin: left;
    width: 60%;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -10px;
}.title_board3 .smart_guideo:hover h1::after {
    transform: scaleX(1);
}.title_board3 .smart_guideo > div {
    padding: 2rem;
    overflow: hidden;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    position: relative;
}.title_board3 .smart_guideo > div::before {
    content: "";
    inset: 0;
    mix-blend-mode: color-burn;
    background: rgb(205,172,198,0.5);
    position: absolute;
}.title_board3 .smart_guideo > div p {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: calc(13px * 1.1);
    position: relative;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 768px) {.title_board3 {
    padding: 3rem;
}.title_board3 .edu_openu {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.title_board3 .edu_openu > div:first-child {
    display: flex;
    align-items: center;
}.title_board3 .edu_openu > div:first-child h3 {
    font-size: 28px;
}.title_board3 .smart_guideo {
    padding: 3.5rem;
}.title_board3 .smart_guideo h1 {
    font-size: calc(46px * 1.2);
    margin-bottom: 2rem;
}.title_board3 .smart_guideo > div {
    margin-top: 3rem;
    padding: 3rem;
}.title_board3 .smart_guideo > div p {
    font-size: calc(13px * 1.3);
}
}

@media (min-width: 1024px) {.title_board3 .edu_openu {
    grid-template-columns: 1fr 1.8fr;
}.title_board3 .edu_openu > div:first-child {
    transform: translateX(-30px) rotate(-2deg);
}.title_board3 .smart_guideo {
    padding: 4rem;
    transform: perspective(1500px) rotateY(5deg);
}.title_board3 .smart_guideo h1 {
    font-size: calc(46px * 1.4);
}.title_board3 .smart_guideo > div {
    padding: 4rem;
}.title_board3 .smart_guideo > div p {
    font-size: calc(13px * 1.4);
}
}

@media (max-width: 767px) {.title_board3 {
    padding: 2rem 1rem;
}.title_board3 .edu_openu > div:first-child {
    padding: 1.5rem;
    margin-bottom: 0;
}.title_board3 .edu_openu > div:first-child h3 {
    font-size: calc(22px * 0.9);
}.title_board3 .smart_guideo {
    padding: 1.8rem;
}.title_board3 .smart_guideo h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1rem;
}.title_board3 .smart_guideo > div {
    margin-top: 1.5rem;
    padding: 1.5rem;
}.title_board3 .smart_guideo > div p {
    font-size: 13px;
}
}

@media (prefers-reduced-motion: reduce) {.title_board3 .edu_openu > div:first-child,
  .title_board3 .smart_guideo,
  .title_board3 .smart_guideo::before,
  .title_board3 .smart_guideo h1::after {
    transform: none;
    transition: none;
}}.program_overviewu {
    overflow: hidden;
    position: relative;
    background-color: rgb(221,208,219);
    min-height: 100vh;
    flex-direction: column;
    display: flex;
}.program_overviewu .learn_tracke {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}.program_overviewu .learn_tracke::before {
    content: "";
    width: 100%;
    z-index: 2;
    background: #000000;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
}.program_overviewu .education_guide7 {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.program_overviewu .training_mapS {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    transform: scale(1.1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    height: 100%;
}.program_overviewu .learn_tracke:hover .training_mapS {
    animation-play-state: paused;
}.program_overviewu .training_mapS:nth-child(1) {
    animation-delay: 0s;
}.program_overviewu .training_mapS:nth-child(2) {
    animation-delay: -5s;
}.program_overviewu .training_mapS:nth-child(3) {
    animation-delay: -10s;
}.program_overviewu .training_mapS:nth-child(4) {
    animation-delay: -15s;
}.program_overviewu .training_mapS:nth-child(5) {
    animation-delay: -20s;
}.program_overviewu .training_mapS img {
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
    width: 100%;
    height: 100%;
}.program_overviewu .container {
    position: relative;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    z-index: 10;
}.program_overviewu .who_weareP {
    grid-template-rows: repeat(12, 1fr);
    height: 80vh;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    width: 85%;
}.program_overviewu .grow_skillsH {
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 3;
    justify-content: center;
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    grid-column: 6 / 13;
    backdrop-filter: blur(20px);
    grid-row: 2 / 12;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    position: relative;
    flex-direction: column;
}.program_overviewu .grow_skillsH::before {
    left: -30px;
    height: 60%;
    filter: blur(60px);
    width: 60%;
    background: rgb(205,172,198,0.5);
    border-radius: 50%;
    z-index: -1;
    content: "";
    opacity: 0.3;
    top: -30px;
    position: absolute;
}.program_overviewu .grow_skillsH::after {
    content: "";
    position: absolute;
    opacity: 0.3;
    filter: blur(70px);
    background: rgb(189,127,189,0.5);
    border-radius: 50%;
    bottom: -30px;
    width: 70%;
    z-index: -1;
    right: -30px;
    height: 70%;
}.program_overviewu .grow_skillsH h3 {
    font-size: 29px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.program_overviewu .grow_skillsH h3::before {
    z-index: -1;
    top: -15px;
    opacity: 0.5;
    height: 50px;
    width: 50px;
    position: absolute;
    border: 2px solid rgb(205,172,198,0.5);
    border-radius: 10px;
    left: -15px;
    content: "";
}.program_overviewu .grow_skillsH p {
    word-wrap: break-word;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 15px;
    max-width: 100%;
    line-height: 1.8;
    overflow-wrap: break-word;
}.program_overviewu .inquiry_queryz {
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
    align-self: flex-start;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid rgb(205,172,198);
    font-size: 20px;
    text-decoration: none;
    display: inline-flex;
    padding: 1rem 2rem;
    z-index: 1;
    max-width: calc(100% - 2rem);
    position: relative;
}.program_overviewu .inquiry_queryz::before {
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: rgb(205,172,198);
    transition: left 0.3s ease;
    z-index: -1;
    content: "";
    position: absolute;
}.program_overviewu .inquiry_queryz:hover {
    color: #ffffff;
}.program_overviewu .inquiry_queryz:hover::before {
    left: 0;
}.program_overviewu .who_weareP::after {
    height: 100%;
    grid-column: 3 / 9;
    border: 1px solid rgb(189,127,189,0.5);
    content: "";
    z-index: 2;
    width: 100%;
    grid-row: 4 / 10;
    position: absolute;
    border-radius: 10px;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.program_overviewu .who_weareP {
    width: 90%;
    height: 85vh;
}.program_overviewu .grow_skillsH {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.program_overviewu .who_weareP {
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(8, 1fr);
    height: auto;
    gap: 2rem;
}.program_overviewu .who_weareP::before {
    display: none;
}.program_overviewu .who_weareP::after {
    display: none;
}.program_overviewu .grow_skillsH {
    padding: 2.5rem;
    grid-column: 1 / 9;
    grid-row: 2;
}.program_overviewu .container {
    height: auto;
    padding: 5rem 0;
}
}

@media screen and (max-width: 768px) {.program_overviewu .who_weareP {
    gap: 1.5rem;
    width: 90%;
}.program_overviewu .grow_skillsH {
    padding: 2rem;
}.program_overviewu .grow_skillsH h3 {
    font-size: calc(29px * 0.9);
}.program_overviewu .grow_skillsH h3::before {
    top: -15px;
    width: 40px;
    left: -20px;
    height: 40px;
}.program_overviewu .grow_skillsH p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.program_overviewu .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.program_overviewu .who_weareP {
    width: 92%;
    gap: 1rem;
}.program_overviewu .grow_skillsH {
    padding: 1.5rem;
}.program_overviewu .grow_skillsH h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.8);
}.program_overviewu .grow_skillsH h3::before {
    display: none;
}.program_overviewu .grow_skillsH p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.program_overviewu .inquiry_queryz {
    padding: 0.8rem 1.8rem;
    font-size: calc(20px * 0.9);
}.program_overviewu .container {
    padding: 3rem 0;
}}


.program_overviewu .education_guide7:has(.training_mapS:nth-child(2):last-child) .training_mapS:nth-child(1) {
    animation-delay: 0s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(2):last-child) .training_mapS:nth-child(2) {
    animation-delay: -12.5s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(3):last-child) .training_mapS:nth-child(1) {
    animation-delay: 0s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(3):last-child) .training_mapS:nth-child(2) {
    animation-delay: -8.33s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(3):last-child) .training_mapS:nth-child(3) {
    animation-delay: -16.67s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(4):last-child) .training_mapS:nth-child(1) {
    animation-delay: 0s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(4):last-child) .training_mapS:nth-child(2) {
    animation-delay: -6.25s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(4):last-child) .training_mapS:nth-child(3) {
    animation-delay: -12.5s;
}.program_overviewu .education_guide7:has(.training_mapS:nth-child(4):last-child) .training_mapS:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.program_overviewu .learn_tracke {
    z-index: 0;
}footer {
    position: relative;
}footer::before {
    top: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(45deg, rgb(189,127,189,0.5) 0%, rgb(205,172,198,0.5) 100%);
    left: 0;
    content: '';
    right: 0;
    position: absolute;
}.site_mapQ {
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
}.site_mapQ .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.site_mapQ .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}.site_mapQ .company_holder h3 {
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 1px;
}.site_mapQ .company_holder h3::after {
    height: 4px;
    position: absolute;
    left: 0;
    background: rgb(205,172,198);
    content: '';
    border-radius: 10px;
    width: 40px;
    bottom: 0;
}.site_mapQ .music_eduh {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    margin-top: 25px;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(205,172,198);
    line-height: 1.6;
}.site_mapQ .zoom_meetp {
    grid-column: 5 / 13;
    position: relative;
}.site_mapQ .main_baseM {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 40px;
}.site_mapQ .head_trainm {
    position: relative;
}.site_mapQ .head_trainm h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
}.site_mapQ .head_trainm h5::before {
    background: rgb(205,172,198);
    width: 8px;
    top: 50%;
    height: 8px;
    left: -15px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}.site_mapQ .head_trainm .main_baseM {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.site_mapQ .head_trainm .main_baseM a {
    padding: 8px 15px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.site_mapQ .head_trainm .main_baseM a::before {
    background: rgb(205,172,198);
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: -1;
}.site_mapQ .head_trainm .main_baseM a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.site_mapQ .head_trainm .main_baseM a:hover::before {
    background: rgb(205,172,198,0.5);
    width: 100%;
}.footer_accountp {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
    position: relative;
}.footer_accountp::before {
    top: 0;
    left: 15%;
    opacity: 0.2;
    height: 1px;
    right: 15%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
}.footer_accountp .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.footer_accountp .linkedin_refI {
    letter-spacing: 0.5px;
    font-size: 14px;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
}

@media (max-width: 992px) {.site_mapQ .container {
    grid-template-columns: repeat(1, 1fr);
}.site_mapQ .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.site_mapQ .zoom_meetp {
    grid-column: 1 / -1;
}.site_mapQ .main_baseM {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.site_mapQ {
    padding: 60px 0 30px;
}.site_mapQ .main_baseM {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.site_mapQ .head_trainm {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.site_mapQ::before {
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189), rgb(205,172,198));
    position: absolute;
    left: 0;
    background-size: 200% 200%;
    width: 100%;
    top: 0;
    content: '';
    animation: gradientShift 5s infinite;
    height: 5px;
}.site_mapQ .company_holder::after {
    position: absolute;
    content: '';
    height: 150px;
    right: -50px;
    background: rgb(205,172,198,0.5);
    width: 150px;
    top: 40px;
    opacity: 0.4;
    border-radius: 50%;
    z-index: -1;
    filter: blur(60px);
}.site_mapQ .company_holder::before {
    content: '';
    bottom: 0;
    filter: blur(40px);
    left: -30px;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    background: rgb(189,127,189,0.5);
}.site_mapQ .zoom_meetp::after {
    filter: blur(50px);
    opacity: 0.2;
    border-radius: 50%;
    background: rgb(205,172,198,0.5);
    position: absolute;
    width: 120px;
    right: 100px;
    content: '';
    height: 120px;
    top: -20px;
    z-index: -1;
}.site_mapQ .zoom_meetp::before {
    width: 180px;
    left: 80px;
    background: rgb(189,127,189,0.5);
    border-radius: 50%;
    bottom: -50px;
    z-index: -1;
    opacity: 0.25;
    position: absolute;
    height: 180px;
    filter: blur(70px);
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.site_mapQ .head_trainm {
    animation: borderPulse 4s infinite;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.site_mapQ .head_trainm h5 {
    letter-spacing: 0.5px;
}.site_mapQ .head_trainm h5::after {
    width: 30px;
    left: 0;
    height: 2px;
    content: '';
    bottom: -5px;
    background: rgb(189,127,189);
    position: absolute;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.footer_accountp {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    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%);
}.price_offerQ {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(221,208,219);
}.price_offerQ::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(205,172,198,0.5) 0%, transparent 70%);
    height: 100%;
    pointer-events: none;
    content: "";
    top: 0;
    z-index: 1;
}.price_offerQ::after {
    z-index: 1;
    pointer-events: none;
    right: -5rem;
    content: "";
    bottom: -5rem;
    transform: rotate(-15deg);
    opacity: 0.15;
    position: absolute;
    height: 20rem;
    width: 20rem;
    background: linear-gradient(225deg, rgb(189,127,189) 0%, transparent 80%);
}.price_offerQ .container {
    max-width: 1400px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.price_offerQ .tuition_plansm {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.price_offerQ .plan_optionsn {
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-left: 4px solid rgb(205,172,198);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 2rem;
}.price_offerQ .plan_optionsn::before {
    content: "";
    position: absolute;
    background-color: rgb(205,172,198);
    left: -20px;
    top: 20px;
    transform: rotate(45deg);
    height: 40px;
    z-index: -1;
    width: 40px;
}.price_offerQ .plan_optionsn h2 {
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 1.5rem;
    position: relative;
}.price_offerQ .plan_optionsn h2::after {
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    width: 80px;
    bottom: -10px;
    left: 0;
}.price_offerQ .plan_optionsn .pay_optionsc {
    max-width: 80%;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.price_offerQ .learning_cost2 {
    gap: 2rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_offerQ .discount_price3 {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: all 0.4s ease;
    color: inherit;
    position: relative;
}.price_offerQ .discount_price3:hover {
    transform: translateY(-10px);
}.price_offerQ .package_dealZ {
    position: relative;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    transform: translateZ(0);
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}.price_offerQ .discount_price3:hover .package_dealZ {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(205,172,198,0.5);
}.price_offerQ .discount_price3:nth-child(odd) .package_dealZ {
    transform: rotate(-1deg);
}.price_offerQ .discount_price3:nth-child(even) .package_dealZ {
    transform: rotate(1deg);
}.price_offerQ .discount_price3:hover .package_dealZ {
    transform: rotate(0) translateZ(20px);
}.price_offerQ .tuition_tabled {
    z-index: 2;
    flex-direction: column;
    word-break: break-word;
    padding: 2rem;
    display: flex;
    overflow-wrap: break-word;
    position: relative;
    flex: 1;
}.price_offerQ .tuition_tabled::before {
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
}.price_offerQ .tuition_tabled h3 {
    font-size: calc(24px * 1.2);
    transform: translateZ(10px);
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}.price_offerQ .discount_price3:hover .tuition_tabled h3 {
    transform: translateZ(25px);
}.price_offerQ .tuition_tabled h3::after {
    left: 0;
    background: rgb(205,172,198);
    transition: width 0.3s ease;
    bottom: -8px;
    width: 40px;
    height: 3px;
    position: absolute;
    content: "";
}.price_offerQ .discount_price3:hover .tuition_tabled h3::after {
    width: 60px;
}.price_offerQ .payment_planr {
    font-size: calc(24px * 1.8);
    position: relative;
    font-weight: 700;
    color: rgb(205,172,198);
    margin: 0.5rem 0 1.5rem;
    display: block;
    transform: translateZ(15px);
}.price_offerQ .payment_planr::before {
    background: linear-gradient(90deg, rgb(205,172,198,0.5), transparent);
    width: 80px;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    bottom: -8px;
}.price_offerQ .tuition_tabled p {
    overflow-wrap: break-word;
    margin-top: 1rem;
    word-break: break-word;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    flex: 1;
}.price_offerQ .frameH {
    width: 100%;
    transition: transform 0.5s ease;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    height: 200px;
}.price_offerQ .discount_price3:hover .frameH {
    transform: scale(1.05) translateZ(0);
}.price_offerQ .frameH::after {
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.price_offerQ .frameH::before {
    opacity: 0.15;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    background: rgb(205,172,198);
    top: 0;
    z-index: 1;
}.price_offerQ .discount_price3:hover .frameH::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_offerQ .tuition_plansm {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price_offerQ .plan_optionsn {
    padding: 3rem;
}.price_offerQ .learning_cost2 {
    grid-row: 1;
    grid-column: 1;
}.price_offerQ .plan_optionsn {
    position: sticky;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-row: 1;
    grid-column: 2;
    align-self: start;
}.price_offerQ .plan_optionsn:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_offerQ .learning_cost2 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_offerQ .tuition_tabled {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_offerQ {
    padding: 4rem 0;
}.price_offerQ .plan_optionsn {
    order: -1;
}.price_offerQ .plan_optionsn h2 {
    font-size: calc(29px * 0.9);
}.price_offerQ .plan_optionsn .pay_optionsc {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_offerQ {
    padding: 3rem 0;
}.price_offerQ .container {
    padding: 0 1.5rem;
}.price_offerQ .learning_cost2 {
    grid-template-columns: 1fr;
}.price_offerQ .plan_optionsn h2 {
    font-size: calc(29px * 0.8);
}.price_offerQ .tuition_tabled {
    padding: 1.5rem;
}.price_offerQ .payment_planr {
    font-size: calc(24px * 1.5);
}.price_offerQ .frameH {
    height: 180px;
}
}

@media (max-width: 480px) {.price_offerQ .tuition_tabled p {
    font-size: calc(17px * 0.9);
}.price_offerQ .tuition_tabled h3 {
    font-size: 24px;
}.price_offerQ .payment_planr {
    font-size: calc(24px * 1.3);
}.price_offerQ .frameH {
    height: 160px;
}}.tySpacee {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
}.tySpacee::before {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
    top: 0;
    z-index: 1;
}.tySpacee::after {
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(205,172,198,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}.tySpacee .container {
    padding: 0 2rem;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(1deg);
}.tySpacee h2 {
    color: rgb(205,172,198);
    font-size: 35px;
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform-origin: left center;
    max-width: 90%;
    margin-bottom: 2.5rem;
    animation: slideInTitle 0.8s ease-out forwards;
    line-height: 1.3;
    font-weight: 700;
}.tySpacee h2::after {
    left: 0;
    position: absolute;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    bottom: -12px;
    width: 100px;
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
}.tySpacee .who_weareP {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 0.6s 0.4s both;
    border-radius: 10px;
    padding: 2.5rem;
    border-left: 4px solid rgb(189,127,189);
    overflow: hidden;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}.tySpacee .who_weareP::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(189,127,189) 0%, rgb(205,172,198) 100%);
    left: 0;
    height: 5px;
    content: "";
    top: 0;
    position: absolute;
}.tySpacee .who_weareP:hover {
    transform: translateY(-5px);
}.tySpacee ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tySpacee li {
    position: relative;
    padding-left: 1.5rem;
}.tySpacee li::before {
    top: 0.7rem;
    width: 8px;
    height: 8px;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    background: rgb(189,127,189);
    content: "";
}.tySpacee span {
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    display: block;
    animation: fadeText 0.8s 0.6s both;
}

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

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

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

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

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

@media (max-width: 991px) {.tySpacee {
    padding: 5rem 0;
}.tySpacee h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.tySpacee .who_weareP {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tySpacee {
    padding: 4rem 0;
}.tySpacee h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.tySpacee h2::after {
    height: 3px;
    width: 80px;
}.tySpacee .who_weareP {
    padding: 1.75rem;
}.tySpacee span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tySpacee {
    padding: 3rem 0;
}.tySpacee .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.tySpacee h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.75rem;
}.tySpacee .who_weareP {
    padding: 1.5rem;
}.tySpacee li {
    padding-left: 1.25rem;
}.tySpacee li::before {
    height: 6px;
    width: 6px;
    top: 0.65rem;
}.tySpacee span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}header .top_plank {
    background: rgb(205,172,198);
    color:  #ffffff;
}header .top_plank .top_learnbar9 div svg, header .top_plank .top_learnbar9 div svg path {
    fill: #ffffff;
}header .top_plank .top_learnbar9 div span {
    color: #ffffff;
}header .top_plank .top_learnbar9 {
    font-size: 13px;
    justify-content: flex-start;
    align-items: center;
    line-height: 21px;
    display: flex;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    width: 100%;
}header .top_plank .top_learnbar9 div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .top_learnbar9 div img, header .top_plank .top_learnbar9 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}