* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.site-map-8 {
    flex: 0 0 auto;
}.panel-container-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1120px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}.top-master-1 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-form-section-8 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
}.contact-form-section-8::before {
    top: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(182,186,203), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(141,145,171), 0.05) 0%, transparent 30%);
    right: 0;
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
}.contact-form-section-8::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(182,186,203), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(182,186,203), 0.03) 1px, transparent 1px);
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.6;
    background-size: 20px 20px;
    animation: gridMove 20s linear infinite;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact-form-section-8 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.contact-form-section-8 h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 50px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
}.contact-form-section-8 h2::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(182,186,203), transparent);
    width: 70%;
    bottom: -15px;
}.contact-form-section-8 .help-block-9 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(182,186,203), 0.05);
    transform: translateY(0);
    background: #ffffff;
    display: flex;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact-form-section-8 .help-block-9:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(182,186,203), 0.1);
}.contact-form-section-8 .help-block-9::before {
    position: absolute;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(182,186,203), rgb(141,145,171));
    left: 0;
    top: 0;
    height: 100%;
}.contact-form-section-8 .img-box-9 {
    overflow: hidden;
    position: relative;
    width: 45%;
}.contact-form-section-8 .img-box-9::after {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                rgba(rgb(182,186,203), 0.3) 0%, 
                rgba(rgb(141,145,171), 0.3) 100%);
    left: 0;
    mix-blend-mode: overlay;
    content: "";
}.contact-form-section-8 .img-box-9::before {
    left: -100px;
    position: absolute;
    height: 150px;
    width: 150%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    animation: shine 6s infinite;
    content: "";
    transform: rotate(45deg);
    top: -100px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact-form-section-8 .help-widget-9 {
    position: relative;
    width: 55%;
    padding: 50px 40px;
}.contact-form-section-8 .help-widget-9::before {
    right: -50px;
    content: "";
    width: 200px;
    background: radial-gradient(circle, rgba(rgb(182,186,203), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    height: 200px;
    position: absolute;
    z-index: 0;
    top: -50px;
}.contact-form-section-8 form {
    position: relative;
    z-index: 2;
}.contact-form-section-8 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    position: relative;
}.contact-form-section-8 form h3::after {
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 0;
    background: rgb(182,186,203);
    content: "";
    position: absolute;
}.contact-form-section-8 form input[type="text"] {
    font-size: 12px;
    background: rgba(#ffffff, 0.8);
    color: #000000;
    position: relative;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(#000000, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
}.contact-form-section-8 form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(182,186,203), 0.1);
    border-color: rgb(182,186,203);
    outline: none;
    background: #ffffff;
}.contact-form-section-8 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact-form-section-8 form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.contact-form-section-8 .help-request-5 {
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}.contact-form-section-8 .help-request-5 input[type="checkbox"] {
    opacity: 0;
    height: 0;
    cursor: pointer;
    width: 0;
    position: absolute;
}.contact-form-section-8 .help-request-5 label {
    color: #000000;
    user-select: none;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
    font-size: 12px;
}.contact-form-section-8 .help-request-5 label::before {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    top: 0;
    background: rgba(#ffffff, 0.8);
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
}.contact-form-section-8 .help-request-5 input[type="checkbox"]:checked + label::before {
    background: rgb(182,186,203);
    border-color: rgb(182,186,203);
}.contact-form-section-8 .help-request-5 input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    content: "";
    width: 6px;
    border: solid #ffffff;
}.contact-form-section-8 .help-request-5 label a {
    position: relative;
    color: rgb(182,186,203);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-form-section-8 .help-request-5 label a::after {
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    transform-origin: left;
    background: rgb(182,186,203);
    content: "";
    bottom: -2px;
}.contact-form-section-8 .help-request-5 label a:hover {
    color: rgb(141,145,171);
}.contact-form-section-8 .help-request-5 label a:hover::after {
    background: rgb(141,145,171);
    transform: scaleX(1);
}.contact-form-section-8 .connect-map-8 {
    border: none;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    padding: 15px 20px;
}.contact-form-section-8 .connect-map-8::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(141,145,171), rgb(182,186,203));
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
}.contact-form-section-8 .connect-map-8:hover::before {
    opacity: 1;
}.contact-form-section-8 .connect-map-8:active {
    transform: translateY(2px);
}.contact-form-section-8 svg {
    fill: rgb(182,186,203);
    margin-right: 10px;
    height: 20px;
    width: 20px;
    transition: fill 0.3s ease;
}.contact-form-section-8 svg path {
    fill: rgb(182,186,203);
    transition: fill 0.3s ease;
}.contact-form-section-8 svg:hover,
.contact-form-section-8 svg:hover path {
    fill: rgb(141,145,171);
}.contact-form-section-8 form input {
    background: rgb(228,214,214);
}
@media (max-width: 1024px) {.contact-form-section-8 {
    padding: 60px 0;
}.contact-form-section-8 .container {
    padding: 0 15px;
}.contact-form-section-8 h2 {
    margin-bottom: 40px;
}.contact-form-section-8 .help-widget-9 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-form-section-8 {
    padding: 50px 0;
}.contact-form-section-8 h2 {
    margin-bottom: 30px;
}.contact-form-section-8 .help-block-9 {
    flex-direction: column;
}.contact-form-section-8 .img-box-9 {
    width: 100%;
    height: 250px;
}.contact-form-section-8 .help-widget-9 {
    width: 100%;
    padding: 30px 25px;
}.contact-form-section-8 form h3 {
    margin-bottom: 25px;
}.contact-form-section-8 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-section-8 .help-request-5 {
    margin-bottom: 25px;
}.contact-form-section-8 .connect-map-8 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-form-section-8 {
    padding: 40px 0;
}.contact-form-section-8 h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 25px;
}.contact-form-section-8 .img-box-9 {
    height: 200px;
}.contact-form-section-8 .help-widget-9 {
    padding: 25px 20px;
}.contact-form-section-8 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.contact-form-section-8 form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact-form-section-8 .help-request-5 {
    margin-bottom: 20px;
}.contact-form-section-8 .help-request-5 label {
    padding-left: 30px;
    font-size: calc(12px * 0.9);
}.contact-form-section-8 .help-request-5 label::before {
    height: 18px;
    width: 18px;
}.contact-form-section-8 .help-request-5 input[type="checkbox"]:checked + label::after {
    top: 3px;
    left: 6px;
    height: 10px;
    width: 5px;
}.contact-form-section-8 .connect-map-8 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact-form-section-8::after,
    .contact-form-section-8 .img-box-9::before {
    animation: none;
}.contact-form-section-8 .help-block-9:hover {
    transform: none;
}}.welcome-board-3 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
}.welcome-board-3::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(182,186,203,0.5),
    rgb(141,145,171,0.5),
    rgba(0, 0, 0, 0.65)
  );
    bottom: 0;
}.welcome-board-3 > div {
    padding: 2rem;
    transform: translateY(calc(var(--scroll-y, 0) * -0.2px));
    grid-gap: 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    width: 90%;
}.welcome-board-3 .title_style_header {
    color: #ffffff;
    transform: translateX(calc(var(--scroll-y, 0) * 0.1px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding-bottom: 0.5em;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 41px);
    position: relative;
}.welcome-board-3 .title_style_header::after {
    background: linear-gradient(
    90deg,
    rgb(182,186,203),
    rgb(141,145,171)
  );
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60%;
    content: "";
}.welcome-board-3 .page-title-4 {
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(calc(var(--scroll-y, 0) * -0.15px));
    border-left: 4px solid rgb(182,186,203);
    background: rgba(255, 255, 255, 0.05);
}.welcome-board-3 .digital-education-1 {
    margin-bottom: 1.5rem;
    position: relative;
}.welcome-board-3 .digital-education-1::before {
    opacity: 0.8;
    top: -10px;
    position: absolute;
    right: -10px;
    border-right: 2px solid rgb(141,145,171);
    height: 40px;
    border-top: 2px solid rgb(141,145,171);
    width: 40px;
    content: "";
}.welcome-board-3 .digital-education-1 h3 {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    font-size: clamp(1.2rem, 3vw, 21px);
    letter-spacing: 0.02em;
}.welcome-board-3 span p {
    color: #ffffff;
    transform: translateY(20px);
    line-height: 1.7;
    animation: fadeUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    letter-spacing: 0.015em;
    margin-top: 1rem;
    opacity: 0;
    font-size: clamp(1rem, 2vw, 17px);
    border-left: 2px solid rgb(141,145,171);
    padding-left: 1rem;
    position: relative;
}@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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


.welcome-board-3 > div > div:first-child {
    opacity: 0;
    transform: translateY(30px);
    animation: revealTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}@keyframes revealTitle {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.welcome-board-3 {
    perspective: 1000px;
}.welcome-board-3 .page-title-4 {
    transition: transform 0.2s ease-out;
    transform-style: preserve-3d;
}.welcome-board-3:hover .page-title-4 {
    transform: translateZ(20px) rotateX(2deg);
}.welcome-board-3 .digital-education-1 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.welcome-board-3 .digital-education-1:hover {
    transform: translateX(10px);
}.welcome-board-3 .digital-education-1:hover::before {
    animation: borderPulse 2s infinite alternate;
}

@keyframes borderPulse {
  0% {
    border-color: rgb(141,145,171);
  }
  100% {
    border-color: rgb(182,186,203);
  }
}


@media (min-width: 768px) {.welcome-board-3 > div {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    align-items: center;
}.welcome-board-3 .title_style_header {
    font-size: calc(41px * 1.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 85%);
}.welcome-board-3 .page-title-4 {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 5% 100%);
    transform: translateY(-20px);
}
}

@media (min-width: 992px) {.welcome-board-3::after {
    position: absolute;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(rgb(182,186,203), 0.05)
    );
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    width: 40%;
}.welcome-board-3 .title_style_header {
    margin-right: -2rem;
}.welcome-board-3 .page-title-4 {
    margin-left: -2rem;
}
}

@media (max-width: 767px) {.welcome-board-3 {
    min-height: 80vh;
}.welcome-board-3 > div {
    padding: 1.5rem;
    grid-gap: 1rem;
}.welcome-board-3 .page-title-4 {
    padding: 1.5rem;
}.welcome-board-3 .title_style_header::after {
    width: 80%;
}.welcome-board-3 .digital-education-1::before {
    height: 25px;
    width: 25px;
    top: -5px;
    right: -5px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome-board-3 * {
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
}}footer {
    position: relative;
    width: 100%;
}footer .site-map-8 {
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(228,214,214);
    padding: 100px 0 30px;
    color: #000000;
}footer .site-map-8::before {
    height: 100%;
    left: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    z-index: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(182,186,203,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(141,145,171,0.5) 0%, transparent 20%);
    position: absolute;
}footer .blog-ref-9 {
    z-index: 1;
    position: relative;
}footer .assist-grid-0 {
    background-color: #ffffff;
    display: flex;
    padding: 25px;
    margin: auto;
    justify-content: space-between;
    gap: 15px;
    border-radius: 17px;
    flex-wrap: wrap;
    z-index: 3;
    width: 85%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 10px;
    flex: 1 1 200px;
    display: flex;
    background-color: rgb(228,214,214);
    padding: 15px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(182,186,203);
    width: 22px;
    margin-right: 12px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(182,186,203);
}footer .text_main_holder {
    position: relative;
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
    perspective: 2000px;
    display: flex;
}footer .main-learning-1, footer .header-mainbar-9, footer .subscribe_holder {
    transform-origin: center center;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transform-style: preserve-3d;
    border-radius: 17px;
}footer .main-learning-1 {
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
    z-index: 2;
}footer .main-learning-1:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header-mainbar-9 {
    background-color: rgb(141,145,171);
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    color: #ffffff;
    z-index: 1;
    margin-right: 20px;
    margin-left: 20px;
}footer .subscribe_holder {
    margin-top: -20px;
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    margin-right: 40px;
    background-color: rgb(182,186,203);
    margin-left: 40px;
    color: #ffffff;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .main-learning-1::after, footer .header-mainbar-9::after, footer .subscribe_holder::after {
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 17px;
}footer .main-learning-1:hover::after, footer .header-mainbar-9:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .main-learning-1 svg {
    margin-bottom: 20px;
    width: auto;
    display: block;
    height: 45px;
}footer .footer-disclaimer-4 {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}footer .header-mainbar-9 h5 {
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}footer .header-mainbar-9 h5::after {
    left: 0;
    position: absolute;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    background: linear-gradient(90deg, rgb(182,186,203), transparent);
    bottom: -8px;
}footer .header-mainbar-9 h5:hover::after {
    width: 100%;
}footer .nav-pro-0 {
    gap: 15px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .nav-pro-0 a {
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
}footer .nav-pro-0 a::before {
    background-color: rgb(182,186,203);
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
}footer .nav-pro-0 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .nav-pro-0 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 15px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .get-started-4 {
    text-align: center;
    background-color: #ffffff;
    color: rgb(182,186,203);
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
}footer .get-started-4:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(141,145,171);
}footer .teach-supp-0 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .academy-info-9 {
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .main-learning-1, footer .header-mainbar-9, footer .subscribe_holder {
    margin-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}footer .main-learning-1 {
    margin-right: -20px;
}footer .header-mainbar-9 {
    z-index: 1;
    margin-left: 0;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .assist-grid-0 {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .site-map-8 {
    padding: 80px 0 30px;
}footer .assist-grid-0 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .main-learning-1, footer .header-mainbar-9, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .header-mainbar-9, footer .subscribe_holder {
    margin-top: -10px;
}footer .teach-supp-0 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .site-map-8 {
    padding: 70px 0 20px;
}footer .assist-grid-0 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .main-learning-1, footer .header-mainbar-9, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header-mainbar-9 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .nav-pro-0 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .get-started-4 {
    padding: 12px;
}}.our-story-3 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: rgb(228,214,214);
}.our-story-3::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(182,186,203,0.5), rgb(141,145,171,0.5));
    z-index: 0;
    top: -50px;
    width: 300px;
    right: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    opacity: 0.3;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(15px);
    height: 300px;
    content: "";
}.our-story-3::after {
    content: "";
    height: 250px;
    background: linear-gradient(225deg, rgb(141,145,171,0.5), rgb(182,186,203,0.5));
    position: absolute;
    bottom: -100px;
    filter: blur(20px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    width: 250px;
    left: -50px;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.2;
}.our-story-3 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.our-story-3 h1 {
    text-align: left;
    position: relative;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 42px;
}.our-story-3 h1::after {
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    bottom: -10px;
    width: 80px;
    left: 0;
}.our-story-3 h1:hover::after {
    width: 120px;
}.our-story-3 .path-impact-9 {
    position: relative;
}.our-story-3 .path-impact-9 ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0;
}.our-story-3 .edu-values-5 {
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 2px;
    transform: translateZ(0);
    padding: 30px;
    position: relative;
    background: #ffffff;
}.our-story-3 .edu-values-5:hover {
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
    transform: translateY(-5px) scale(1.01);
}.our-story-3 .edu-values-5::before {
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(182,186,203), rgb(141,145,171));
}.our-story-3 .edu-values-5:hover::before {
    height: 100%;
}.our-story-3 .edu-values-5 h4 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 24px;
}.our-story-3 .edu-values-5:hover h4 {
    transform: translateX(5px);
    color: rgb(182,186,203);
}.our-story-3 .edu-values-5 div {
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding-right: 10px;
    max-height: 250px;
    font-family: Arial, sans-serif;
    padding-left: 10px;
    transition: color 0.3s ease;
    font-size: 16px;
    overflow-y: auto;
}.our-story-3 .edu-values-5 div::-webkit-scrollbar {
    width: 5px;
}.our-story-3 .edu-values-5 div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}.our-story-3 .edu-values-5 div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(182,186,203,0.5), rgb(141,145,171,0.5));
    border-radius: 1px;
}.our-story-3 .edu-values-5:hover div {
    color: #000000;
}

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

@media (max-width: 992px) {.our-story-3 {
    padding: 60px 0;
}.our-story-3 h1 {
    text-align: center;
}.our-story-3 h1::after {
    left: 50%;
    transform: translateX(-50%);
}.our-story-3 .path-impact-9 ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.our-story-3 {
    padding: 40px 0;
}.our-story-3 .edu-values-5 {
    padding: 25px 20px;
}.our-story-3 .edu-values-5 div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.our-story-3 h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 30px;
}.our-story-3 .edu-values-5 {
    padding: 20px 15px;
}.our-story-3 .edu-values-5 h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our-story-3 .edu-values-5 div {
    font-size: calc(16px * 0.95);
    max-height: 180px;
}}.pricing-matrix-9 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.pricing-matrix-9::before {
    backdrop-filter: blur(4px);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
}.pricing-matrix-9 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}.pricing-matrix-9 .class-cost-9 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
}.pricing-matrix-9 h2 {
    position: relative;
    text-align: center;
    transform: translateY(20px);
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    animation: fadeSlideUp 0.7s ease forwards;
    opacity: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}.pricing-matrix-9 .price-grid-5 {
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    line-height: 1.6;
    opacity: 0;
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    transform: translateY(20px);
    max-width: 700px;
}.pricing-matrix-9 .pricing-rates-4 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    perspective: 1000px;
    gap: 30px;
    width: 100%;
}.pricing-matrix-9 .pricing-rates-4 li {
    opacity: 0;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
}.pricing-matrix-9 .pricing-rates-4 li:nth-child(1) {
    --li-index: 1;
}.pricing-matrix-9 .pricing-rates-4 li:nth-child(2) {
    --li-index: 2;
}.pricing-matrix-9 .pricing-rates-4 li:nth-child(3) {
    --li-index: 3;
}.pricing-matrix-9 .pricing-rates-4 li:nth-child(4) {
    --li-index: 4;
}.pricing-matrix-9 .study-costs-6 {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}.pricing-matrix-9 .study-costs-6::before {
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    top: 0;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    height: 4px;
    left: 0;
}.pricing-matrix-9 .study-costs-6:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.pricing-matrix-9 .study-costs-6:hover::before {
    transform: scaleX(1);
}.pricing-matrix-9 .value-rates-1 {
    height: 100%;
    display: flex;
    padding: 30px;
    flex-direction: column;
}.pricing-matrix-9 .price-opts-5 {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing-matrix-9 .price-opts-5 h4 {
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}.pricing-matrix-9 .price-opts-5 h4::after {
    height: 2px;
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(141,145,171);
    bottom: 0;
}.pricing-matrix-9 .price-opts-5 p {
    flex-grow: 1;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    word-break: break-word;
    font-size: calc(12px - 2px);
    overflow-wrap: break-word;
    line-height: 1.6;
}.pricing-matrix-9 .price-deals-6 {
    background: linear-gradient(135deg, rgb(182,186,203,0.5), rgb(141,145,171,0.5));
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(23px + 4px);
    align-self: flex-start;
    position: relative;
    margin-top: auto;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    color: #ffffff;
}.pricing-matrix-9 .study-costs-6:hover .price-deals-6 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

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

@media (max-width: 992px) {.pricing-matrix-9 {
    padding: 80px 0;
}.pricing-matrix-9 h2 {
    font-size: calc(36px - 4px);
}.pricing-matrix-9 .pricing-rates-4 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing-matrix-9 .value-rates-1 {
    padding: 25px;
}.pricing-matrix-9 .price-deals-6 {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 768px) {.pricing-matrix-9 {
    padding: 60px 0;
}.pricing-matrix-9 h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 15px;
}.pricing-matrix-9 .price-grid-5 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.pricing-matrix-9 .pricing-rates-4 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing-matrix-9 .price-opts-5 p {
    font-size: calc(12px - 3px);
}
}

@media (max-width: 480px) {.pricing-matrix-9 {
    padding: 50px 0;
}.pricing-matrix-9 .value-rates-1 {
    padding: 20px;
}.pricing-matrix-9 .price-opts-5 h4 {
    font-size: calc(23px - 2px);
}.pricing-matrix-9 .price-deals-6 {
    padding: 8px 15px;
    font-size: 23px;
}}.program-structure-0 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(228,214,214);
}.program-structure-0::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 50%, rgb(141,145,171,0.5) 100%);
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}.program-structure-0::after {
    content: "";
    border-radius: 50%;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(80px);
    right: -50px;
    top: -50px;
    height: 200px;
    position: absolute;
    z-index: 0;
    width: 200px;
    background-color: rgb(182,186,203,0.5);
}.program-structure-0 .knowledge-path-5 {
    flex-direction: column;
    z-index: 2;
    display: flex;
}.program-structure-0 .text-unit-1 {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}.program-structure-0 .text-unit-1::before {
    border-radius: 10px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    content: "";
    left: 0;
    width: 80px;
    top: -20px;
}.program-structure-0 .text-unit-1 h2 {
    transition: transform 0.5s ease;
    background-image: repeating-linear-gradient(45deg, rgb(182,186,203,0.5) 0px, rgb(182,186,203,0.5) 2px, transparent 2px, transparent 8px);
    position: relative;
    font-weight: 700;
    transform: translateX(0);
    color: #000000;
    padding: 15px;
    font-size: 31px;
    margin-bottom: 30px;
    border-radius: 10px;
}.program-structure-0 .text-unit-1 h2:hover {
    transform: translateX(10px);
}.program-structure-0 .text-unit-1 .description {
    margin-bottom: 20px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    border-left: 2px solid rgb(182,186,203);
    font-size: 12px;
    padding-left: 20px;
}.program-structure-0 .text-unit-1 .description:last-child {
    backdrop-filter: blur(5px);
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    color: #ffffff;
    border-left: none;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
    font-weight: 600;
    border-radius: 19px;
}.program-structure-0 .img-box-9 {
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 0;
}.program-structure-0 .knowledge-path-5:hover .img-box-9 {
    opacity: 0.3;
    transform: scale(1.05);
}.program-structure-0 .img-box-9::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 80%);
}.program-structure-0 .img-box-9::after {
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(141,145,171,0.5) 0%, transparent 100%);
    width: 80%;
    height: 40%;
    right: 0;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.program-structure-0 .knowledge-path-5::before {
    position: absolute;
    animation: pulseAnimation 10s infinite ease-in-out;
    filter: blur(100px);
    width: 200px;
    border-radius: 50%;
    content: "";
    bottom: -100px;
    background-color: rgb(141,145,171,0.5);
    height: 200px;
    z-index: -1;
    left: -50px;
}.program-structure-0 .knowledge-path-5::after {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 10px;
    animation: rotateAnimation 20s infinite linear;
    right: -20px;
    z-index: -1;
    content: "";
    top: 40px;
    border: 4px solid rgb(182,186,203,0.5);
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-structure-0 .text-unit-1::after {
    height: 100px;
    z-index: -1;
    top: -40px;
    animation: rotateAnimation 30s infinite linear reverse;
    right: -60px;
    border-radius: 50%;
    width: 100px;
    border: 2px dashed rgb(182,186,203,0.5);
    content: "";
    position: absolute;
}.program-structure-0 .text-unit-1 .description:first-of-type {
    position: relative;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    border-left: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(228,214,214) 10px,
        rgb(228,214,214) 12px
    );
}.program-structure-0 .text-unit-1 .description:first-of-type::after {
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(182,186,203), transparent);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}.program-structure-0 .text-unit-1 .description:last-child::before {
    top: 0;
    background-position: center;
    background-size: cover;
    filter: brightness(0.5) contrast(1.2);
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    border-radius: 19px;
    width: 100%;
}

@media (max-width: 1024px) {.program-structure-0 {
    padding: 80px 0;
}.program-structure-0 .text-unit-1 {
    width: 90%;
}
}

@media (max-width: 768px) {.program-structure-0 {
    padding: 60px 0;
}.program-structure-0 .text-unit-1 {
    margin-bottom: 40px;
    width: 100%;
}.program-structure-0 .text-unit-1 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}.program-structure-0 .text-unit-1 .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.program-structure-0 {
    padding: 40px 0;
}.program-structure-0 .text-unit-1 h2 {
    font-size: calc(31px * 0.8);
}.program-structure-0 .text-unit-1 .description {
    font-size: calc(12px * 0.95);
}.program-structure-0 .text-unit-1 .description:last-child {
    padding: 20px;
}.program-structure-0::after,
    .program-structure-0 .knowledge-path-5::before,
    .program-structure-0 .text-unit-1::after {
    display: none;
}.program-structure-0 .text-unit-1::before {
    width: 60px;
}}

.program-structure-0 .knowledge-path-5 .text-unit-1 .description strong {
    font-weight: 600;
    color: rgb(141,145,171);
}.program-structure-0 .container::before {
    left: -25%;
    bottom: -40px;
    width: 150%;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(182,186,203,0.5), transparent);
}.program-structure-0 .text-unit-1 h2::after {
    width: 30px;
    z-index: -1;
    left: -15px;
    filter: blur(15px);
    border-radius: 50%;
    position: absolute;
    content: "";
    top: -15px;
    background-color: rgb(182,186,203,0.5);
    height: 30px;
}.privacy-wrapper-5 {
    position: relative;
    background: linear-gradient(120deg, rgb(228,214,214), #ffffff);
    overflow: hidden;
    padding: 5rem 2rem;
}.privacy-wrapper-5::before {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(141,145,171,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(182,186,203,0.5) 0%, transparent 60%);
    left: 0;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    opacity: 0.15;
    top: 0;
    height: 100%;
}.privacy-wrapper-5 .container {
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    position: relative;
    padding: 3rem;
    max-width: 1140px;
    background: #ffffff;
}.privacy-wrapper-5 .container::before {
    width: 4px;
    content: "";
    position: absolute;
    height: 100%;
    transform: translateX(-2px);
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(182,186,203), rgb(141,145,171));
}.privacy-wrapper-5 h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateX(1.5rem);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-size: 41px;
}.privacy-wrapper-5 h1::after {
    bottom: 0;
    position: absolute;
    background: rgb(182,186,203);
    left: 0;
    transform-origin: left center;
    content: "";
    width: 80px;
    transition: width 0.4s ease;
    height: 3px;
}.privacy-wrapper-5:hover h1::after {
    width: 120px;
}.privacy-wrapper-5 h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    margin: 3rem 0 1.5rem;
    padding-left: 1.5rem;
    color: rgb(141,145,171);
    display: inline-block;
    font-size: 30px;
}.privacy-wrapper-5 h2::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background: rgb(182,186,203);
    position: absolute;
    top: 50%;
    height: 8px;
    width: 8px;
}.privacy-wrapper-5 h3 {
    font-family: Arial, sans-serif;
    font-size: calc(30px * 0.85);
    padding-left: 1.25rem;
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
}.privacy-wrapper-5 h3::before {
    top: 50%;
    content: "";
    position: absolute;
    height: 6px;
    left: 0;
    background: rgb(141,145,171);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
}.privacy-wrapper-5 h4 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.7);
    padding-left: 1rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
}.privacy-wrapper-5 h4::before {
    left: 0;
    background: rgb(182,186,203);
    content: "";
    height: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 4px;
}.privacy-wrapper-5 p {
    font-size: 16px;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    max-width: 90%;
    position: relative;
}.privacy-wrapper-5 p strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy-wrapper-5 p strong::after {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(182,186,203,0.5);
    bottom: -2px;
}.privacy-wrapper-5 ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy-wrapper-5 li {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 16px;
}.privacy-wrapper-5 li::before {
    top: 0.7em;
    transition: all 0.3s ease;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    height: 6px;
    left: 0;
    content: "";
    border: 1px solid rgb(182,186,203);
}.privacy-wrapper-5 li:hover::before {
    background: rgb(182,186,203);
    transform: rotate(135deg);
}.privacy-wrapper-5 span {
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    border-left: 2px solid rgb(141,145,171,0.5);
    font-size: 16px;
    padding: 0.5rem 0 0.5rem 1rem;
}

@media (min-width: 992px) {.privacy-wrapper-5 {
    padding: 7rem 3rem;
}.privacy-wrapper-5 .container {
    padding: 4rem 5rem;
    transform: perspective(1200px) rotateX(1deg);
}.privacy-wrapper-5 h1 {
    transform: translateX(2rem);
    font-size: calc(41px * 1.15);
}.privacy-wrapper-5 p {
    max-width: 80%;
}.privacy-wrapper-5 ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy-wrapper-5 {
    padding: 4rem 1.5rem;
}.privacy-wrapper-5 .container {
    padding: 2.5rem;
}.privacy-wrapper-5 h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy-wrapper-5 {
    padding: 3rem 1rem;
}.privacy-wrapper-5 .container {
    padding: 2rem 1.5rem;
    transform: perspective(800px) rotateX(0.5deg);
}.privacy-wrapper-5 h1 {
    font-size: calc(41px * 0.85);
    transform: translateX(0);
}.privacy-wrapper-5 h2 {
    font-size: calc(30px * 0.9);
}.privacy-wrapper-5 p, .privacy-wrapper-5 li, .privacy-wrapper-5 span {
    font-size: calc(16px * 0.95);
}.privacy-wrapper-5 p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy-wrapper-5 {
    padding: 2rem 0.75rem;
}.privacy-wrapper-5 .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.privacy-wrapper-5 .container::before {
    width: 3px;
}.privacy-wrapper-5 h1 {
    font-size: calc(41px * 0.75);
    margin-bottom: 1.5rem;
}.privacy-wrapper-5 h2 {
    font-size: calc(30px * 0.8);
    padding-left: 1.25rem;
}.privacy-wrapper-5 h3, .privacy-wrapper-5 h4 {
    padding-left: 1rem;
}.privacy-wrapper-5 p, .privacy-wrapper-5 li, .privacy-wrapper-5 span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.privacy-wrapper-5 ul {
    padding-left: 0.75rem;
}.privacy-wrapper-5 li {
    padding-left: 1.25rem;
}}.gratitudeDiv-2 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(rgb(182,186,203,0.5), 0.05) 100%);
}.gratitudeDiv-2::before {
    width: 40%;
    opacity: 0.2;
    transform: rotate(-15deg) skew(5deg);
    z-index: 0;
    background: linear-gradient(225deg, rgb(141,145,171) 0%, rgba(rgb(141,145,171,0.5), 0.2) 100%);
    top: -15%;
    height: 80%;
    position: absolute;
    right: -5%;
    content: "";
    filter: blur(60px);
    animation: float 18s ease-in-out infinite alternate;
}.gratitudeDiv-2::after {
    position: absolute;
    z-index: 0;
    transform: rotate(15deg) skew(-5deg);
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(182,186,203) 0%, rgba(rgb(182,186,203,0.5), 0.1) 100%);
    width: 35%;
    bottom: -10%;
    left: -5%;
    height: 70%;
    content: "";
    animation: float 15s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
}.gratitudeDiv-2 .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
}.gratitudeDiv-2 .expert-program-8 {
    padding: clamp(2rem, 5vw, 3.5rem);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    grid-template-rows: auto auto;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(20px);
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    gap: calc(13px * 1.5);
    position: relative;
    display: grid;
}.gratitudeDiv-2 .expert-program-8::before {
    content: "";
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    left: 0;
    background: linear-gradient(180deg, rgb(182,186,203) 0%, rgb(141,145,171) 100%);
    top: 0;
    width: 5px;
    height: 100%;
}.gratitudeDiv-2 h5 {
    position: relative;
    margin: 0;
    padding-bottom: 0.75rem;
    color: #000000;
    line-height: 1.3;
    overflow: hidden;
    letter-spacing: -0.01em;
    font-size: 20px;
    font-weight: 700;
}.gratitudeDiv-2 h5::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: rgb(141,145,171);
    content: "";
    left: 0;
    transform: translateX(-100%);
    width: 80px;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.gratitudeDiv-2 a {
    display: block;
    position: relative;
    transition: transform 0.4s ease-out;
    text-decoration: none;
    overflow: hidden;
}.gratitudeDiv-2 a:hover {
    transform: translateY(-5px);
}.gratitudeDiv-2 a::before {
    transform: scale(0);
    bottom: -20px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(141,145,171,0.5), 0.1) 50%);
    right: -20px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 80px;
    content: "";
    border-radius: 50% 0 50% 0;
    height: 80px;
    opacity: 0;
}.gratitudeDiv-2 a:hover::before {
    opacity: 1;
    transform: scale(1);
}.gratitudeDiv-2 p {
    color: #000000;
    margin: 0;
    font-size: 13px;
    transform: translateY(10px);
    line-height: 1.7;
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    font-family: Arial, sans-serif;
}

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

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

@media screen and (min-width: 768px) {.gratitudeDiv-2 {
    padding: 8rem 0;
}.gratitudeDiv-2 .expert-program-8 {
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(13px * 2);
    border-radius: 10px;
}.gratitudeDiv-2 h5 {
    font-size: calc(20px * 1.1);
    padding-bottom: 1rem;
}.gratitudeDiv-2 h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.gratitudeDiv-2 {
    padding: 10rem 0;
}.gratitudeDiv-2 .expert-program-8 {
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(13px * 3);
    grid-template-columns: 1fr 1fr;
}.gratitudeDiv-2 h5 {
    font-size: calc(20px * 1.2);
    padding-bottom: 0;
}.gratitudeDiv-2 h5::after {
    bottom: -0.75rem;
}.gratitudeDiv-2 p {
    font-size: calc(13px * 1.05);
}
}

@media screen and (max-width: 767px) {.gratitudeDiv-2 {
    padding: 4rem 0;
}.gratitudeDiv-2 .expert-program-8 {
    padding: 1.75rem;
}.gratitudeDiv-2 h5 {
    font-size: calc(20px * 0.9);
}.gratitudeDiv-2 p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.gratitudeDiv-2::before,
    .gratitudeDiv-2::after {
    animation: none;
}.gratitudeDiv-2 .expert-program-8,
    .gratitudeDiv-2 h5::after,
    .gratitudeDiv-2 p {
    animation-duration: 0.1s;
}.gratitudeDiv-2 a:hover {
    transform: none;
}}.cookieNotificationBar-9 {
    bottom: 0;
    width: 100%;
    background: rgb(228,214,214);
    border-top: 2px solid rgb(182,186,203);
    z-index: 90;
    position: fixed;
}.cookie-updates-2 {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.cookieNotificationBar-9 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieNotificationBar-9 p {
    font-size: 18px;
}.edu-cookies-5 {
    margin-right: 10px;
    flex-shrink: 0;
}.edu-cookies-5 svg, .edu-cookies-5 svg path, .edu-cookies-5 img {
    fill: rgb(182,186,203);
    height: 100px;
    width: 100px;
}.cookie-view-8 {
    text-align: center;
    border-bottom: 2px solid rgb(182,186,203);
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    font-size: 24px;
    white-space: nowrap;
    color: rgb(182,186,203);
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
}.cookieNotificationBar-9 p a {
    text-decoration: none;
    color: rgb(182,186,203);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBar-9 {
    padding: 20px;
}}
#cookie-box-window-5 {
    display: none;
}#cookie-box-window-5:checked ~ .cookieNotificationBar-9 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.edu-cookies-5 {
    display: none;
}.cookie-updates-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBar-9 h5 {
    text-align: center;
}.cookieNotificationBar-9 p {
    text-align: center;
}.user-default-0 {
    margin-bottom: 20px;
}body .panel-container-1 .cookie-view-8 {
    margin-left: 0;
}}.teaching-experience-5 {
    overflow: hidden;
    position: relative;
    background: rgb(228,214,214);
    padding: 120px 0;
}.teaching-experience-5::before {
    width: 100%;
    opacity: 0.05;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(182,186,203,0.5) 0,
        rgb(182,186,203,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
}.teaching-experience-5 .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.teaching-experience-5 .review-praise-6 {
    background: #ffffff;
    max-width: 1000px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    margin: 0 auto;
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    gap: 50px;
    grid-template-columns: 350px 1fr;
}.teaching-experience-5 .img-box-9 {
    min-height: 400px;
    width: 100%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}.teaching-experience-5 .img-box-9::before {
    bottom: 0;
    z-index: 1;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    height: 50%;
}.teaching-experience-5 .img-box-9::after {
    left: 0;
    opacity: 0.15;
    background: rgb(182,186,203);
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.teaching-experience-5 .img-box-9:hover::after {
    opacity: 0;
}.teaching-experience-5 .name {
    font-family: Arial, sans-serif;
    left: 30px;
    font-size: 23px;
    padding-bottom: 0;
    bottom: 60px;
    margin: 0;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease;
    color: #ffffff;
}.teaching-experience-5 .review-praise-6 span:not(.name) {
    z-index: 2;
    font-size: 18px;
    margin: 0;
    left: 30px;
    position: absolute;
    opacity: 0.85;
    font-weight: 400;
    bottom: 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: transform 0.3s ease;
}.teaching-experience-5 .img-box-9:hover ~ .name,
.teaching-experience-5 .img-box-9:hover ~ span:not(.name) {
    transform: translateX(5px);
}.teaching-experience-5 .job-skills-3 {
    color: #000000;
    display: flex;
    font-weight: 400;
    flex-direction: column;
    margin: 0;
    font-size: 18px;
    padding: 50px 40px;
    position: relative;
    font-family: Arial, sans-serif;
    justify-content: center;
    line-height: 1.8;
}.teaching-experience-5 .job-skills-3::before {
    content: "";
    opacity: 0.2;
    width: 40px;
    background: linear-gradient(to right bottom, 
        rgb(182,186,203) 0%, 
        rgb(182,186,203) 50%, 
        transparent 50%, 
        transparent 100%);
    left: 40px;
    height: 30px;
    top: 40px;
    position: absolute;
}.teaching-experience-5 .job-skills-3::after {
    bottom: 40px;
    content: "";
    position: absolute;
    height: 30px;
    width: 40px;
    right: 40px;
    opacity: 0.2;
    background: linear-gradient(to left top, 
        rgb(141,145,171) 0%, 
        rgb(141,145,171) 50%, 
        transparent 50%, 
        transparent 100%);
}

@media (max-width: 992px) {.teaching-experience-5 {
    padding: 100px 0;
}.teaching-experience-5 .review-praise-6 {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.teaching-experience-5 .img-box-9 {
    min-height: 350px;
}.teaching-experience-5 .job-skills-3 {
    padding: 40px 30px;
}.teaching-experience-5 .job-skills-3::before {
    width: 30px;
    left: 30px;
    height: 24px;
    top: 30px;
}.teaching-experience-5 .job-skills-3::after {
    right: 30px;
    height: 24px;
    bottom: 30px;
    width: 30px;
}
}

@media (max-width: 768px) {.teaching-experience-5 {
    padding: 80px 0;
}.teaching-experience-5 .container {
    padding: 0 20px;
}.teaching-experience-5 .review-praise-6 {
    grid-template-columns: 1fr;
    gap: 0;
}.teaching-experience-5 .img-box-9 {
    height: 300px;
    min-height: 300px;
}.teaching-experience-5 .job-skills-3 {
    padding: 35px 25px;
}.teaching-experience-5 .name {
    left: 25px;
    bottom: 50px;
    font-size: calc(23px * 0.9);
}.teaching-experience-5 .review-praise-6 span:not(.name) {
    bottom: 25px;
    font-size: calc(18px * 0.95);
    left: 25px;
}.teaching-experience-5 .job-skills-3::before {
    top: 25px;
    left: 25px;
    width: 24px;
    height: 20px;
}.teaching-experience-5 .job-skills-3::after {
    height: 20px;
    bottom: 25px;
    right: 25px;
    width: 24px;
}
}

@media (max-width: 480px) {.teaching-experience-5 {
    padding: 60px 0;
}.teaching-experience-5 .img-box-9 {
    min-height: 250px;
    height: 250px;
}.teaching-experience-5 .job-skills-3 {
    font-size: calc(18px * 0.9);
    padding: 30px 20px;
}.teaching-experience-5 .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(23px * 0.85);
}.teaching-experience-5 .review-praise-6 span:not(.name) {
    left: 20px;
    font-size: calc(18px * 0.9);
    bottom: 20px;
}.teaching-experience-5 .job-skills-3::before,
    .teaching-experience-5 .job-skills-3::after {
    height: 16px;
    width: 20px;
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    left: 0;
    position: fixed;
    background: rgb(228,214,214);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
}header:before {
    content: '';
    left: 0;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(182,186,203) 0%, 
        rgb(141,145,171) 50%, 
        rgb(182,186,203) 100%
    );
    width: 100%;
    position: absolute;
}header:after {
    height: 100%;
    opacity: 0.4;
    bottom: 0;
    position: absolute;
    background-size: 20px 20px;
    pointer-events: none;
    content: '';
    background-color: rgba(0, 0, 0, 0.01);
    background: 
        linear-gradient(135deg, rgb(228,214,214) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(228,214,214) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(228,214,214) 25%, transparent 25%),
        linear-gradient(45deg, rgb(228,214,214) 25%, transparent 25%);
    left: 0;
    width: 100%;
}header .top-bar-8 {
    overflow: hidden;
    position: relative;
}header .top-bar-8:before {
    bottom: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(182,186,203,0.5),
        transparent
    );
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 8px;
    top: 50%;
    background: rgb(182,186,203);
    left: 10px;
    opacity: 0.7;
    height: 8px;
}header .container:after {
    right: 10px;
    position: absolute;
    background: rgb(141,145,171);
    top: 50%;
    opacity: 0.7;
    content: '';
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}header .main-mainwrap-4 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .main-mainwrap-4:before {
    content: '';
    bottom: -10px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}header .header-mainbar-9 {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}header .header-mainbar-9:before {
    transform-origin: center;
    transform: scaleX(0.9);
    content: '';
    height: 2px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    position: absolute;
    background: rgb(182,186,203);
    opacity: 0;
    bottom: -8px;
}header .header-mainbar-9:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .site-info-9 {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 2px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
}header .site-info-9:before {
    bottom: 0;
    left: 0;
    transform: translateX(-101%);
    background: rgb(182,186,203);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
}header .site-info-9:after {
    transition: all 0.3s ease;
    opacity: 0;
    background: rgb(182,186,203);
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    width: 8px;
    position: absolute;
    height: 8px;
    content: '';
    top: 100%;
}header .site-info-9:hover {
    color: rgb(182,186,203);
}header .site-info-9:hover:before {
    transform: translateX(0);
}header .site-info-9:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .main-bar-6 {
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px 12px;
    text-decoration: none;
    display: flex;
}header .main-bar-6:before {
    position: absolute;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    top: 0;
    opacity: 0;
    content: '';
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(rgb(228,214,214), rgb(228,214,214)) padding-box,
                linear-gradient(135deg, rgb(182,186,203), rgb(141,145,171)) border-box;
    left: 0;
}header .main-bar-6:after {
    transition: all 0.4s ease;
    position: absolute;
    content: '';
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, rgb(182,186,203), rgb(141,145,171));
    top: -5px;
    left: -5px;
}header .main-bar-6:hover:before {
    opacity: 1;
}header .main-bar-6:hover:after {
    transform: scale(1);
    opacity: 1;
}header .main-bar-6 svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    height: 42px;
}header .main-bar-6:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header-mainbar-9 {
    gap: 20px;
}header .main-bar-6 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header-mainbar-9 {
    width: 80%;
    height: 100vh;
    gap: 5px;
    right: -100%;
    position: fixed;
    padding: 75px 30px 30px;
    top: 0;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    background: rgb(228,214,214);
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    flex-direction: column;
}header .header-mainbar-9:before {
    bottom: auto;
    top: 60px;
    height: 1px;
    width: 80%;
    left: 10%;
}header .menu.active {
    right: 0;
}header .site-info-9 {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .site-info-9:last-child {
    border-bottom: none;
}header .site-info-9:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .site-info-9:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .main-bar-6 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .main-bar-6 svg {
    height: 35px;
}}.program-assets-2 {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
}.program-assets-2::before {
    background: linear-gradient(225deg, rgb(182,186,203,0.5) 0%, transparent 70%);
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    top: -5%;
    height: 25%;
    right: -5%;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    width: 25%;
}.program-assets-2::after {
    filter: blur(40px);
    content: "";
    left: -5%;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    width: 20%;
    bottom: -5%;
    height: 20%;
    background: linear-gradient(45deg, rgb(141,145,171,0.5) 0%, transparent 70%);
    animation: float 18s infinite alternate-reverse ease-in-out;
}.program-assets-2 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.program-assets-2 .expert-program-8 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
    display: grid;
}.program-assets-2 .text-unit-1 {
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 4px solid rgb(182,186,203);
}.program-assets-2 .text-unit-1:hover {
    transform: translateY(-5px);
}.program-assets-2 h4 {
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    position: relative;
}.program-assets-2 h4::after {
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(182,186,203) 0%, rgb(141,145,171) 100%);
}.program-assets-2 .text-unit-1 > div {
    margin-bottom: 1.5rem;
}.program-assets-2 .text-unit-1 > div:last-child {
    margin-bottom: 0;
}.program-assets-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.program-assets-2 li {
    transform: translateX(0);
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.program-assets-2 li:hover {
    transform: translateX(8px);
}.program-assets-2 li:last-child {
    margin-bottom: 0;
}.program-assets-2 li p {
    font-size: calc(17px - 0.05rem);
    line-height: 1.6;
    margin: 0;
    display: flex;
    align-items: flex-start;
    color: #000000;
    gap: 1rem;
}.program-assets-2 li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.program-assets-2 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 22px;
    transition: transform 0.3s ease;
    display: block;
    height: 22px;
}.program-assets-2 li:hover svg {
    transform: rotate(15deg) scale(1.1);
}.program-assets-2 svg path {
    fill: rgb(182,186,203);
    transition: fill 0.3s ease;
}.program-assets-2 li:hover svg path {
    fill: rgb(141,145,171);
}.program-assets-2 .img-box-9 {
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    filter: saturate(1.05);
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
}.program-assets-2 .img-box-9:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@media (min-width: 768px) {.program-assets-2 {
    padding: 8rem 0;
}.program-assets-2 .expert-program-8 {
    gap: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
}.program-assets-2 .text-unit-1 {
    padding: 3rem;
}.program-assets-2 h4 {
    font-size: calc(21px + 0.2rem);
}.program-assets-2 .text-unit-1 > div {
    display: flex;
    gap: 2rem;
}.program-assets-2 .text-unit-1 > div ul {
    flex: 1;
}.program-assets-2 .img-box-9 {
    max-height: 500px;
    height: 100%;
}
}

@media (min-width: 992px) {.program-assets-2 {
    padding: 10rem 0;
}.program-assets-2 .expert-program-8 {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
}.program-assets-2 .img-box-9 {
    max-height: 600px;
}
}

@media (max-width: 767px) {.program-assets-2 .text-unit-1 {
    padding: 1.5rem;
}.program-assets-2 h4 {
    font-size: calc(21px - 0.1rem);
}.program-assets-2 li p {
    font-size: calc(17px - 0.1rem);
}.program-assets-2 svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.program-assets-2 {
    padding: 4rem 0;
}.program-assets-2 .text-unit-1 {
    padding: 1.25rem;
}.program-assets-2 h4 {
    font-size: calc(21px - 0.2rem);
}.program-assets-2 li p {
    gap: 0.75rem;
}
}