* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1247px;
    margin: auto;
}.footnote-ref {
    flex: 0 0 auto;
}.wrapper-holder {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.top-primary {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-overview {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course-overview::before {
    height: 100%;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 20% 50%, rgb(191,191,208,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.course-overview::after {
    height: 200px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(153,152,173,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate;
    right: -50px;
    top: -50px;
    content: "";
}.course-overview .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course-overview .success-metric {
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgb(191,191,208,0.5);
    display: flex;
    backdrop-filter: blur(5px);
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    gap: 40px;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 18px;
}.course-overview .success-metric::before {
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
    animation: shine 5s infinite;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
}.course-overview .grow-skills {
    position: relative;
    flex: 1;
    padding-right: 20px;
}.course-overview .grow-skills::before {
    animation: rotate 25s linear infinite;
    top: -30px;
    left: -30px;
    content: "";
    position: absolute;
    width: 60px;
    border-radius: 50%;
    border: 2px solid rgb(191,191,208,0.5);
    z-index: -1;
    height: 60px;
}.course-overview .grow-skills::after {
    bottom: -20px;
    z-index: -1;
    border: 1px solid rgb(153,152,173,0.5);
    right: 50px;
    border-radius: 10px;
    content: "";
    position: absolute;
    animation: float 8s ease-in-out infinite;
    width: 40px;
    height: 40px;
}.course-overview .head-mainbar {
    display: flex;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    width: 60px;
    border-radius: 10px;
    height: 60px;
    max-width: 180px;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, rgb(225,225,233) 100%);
    margin-bottom: 20px;
    padding: 10px 15px;
}.course-overview .head-mainbar:hover {
    transform: translateY(-5px) translateZ(0);
}.course-overview .head-mainbar svg {
    transition: fill 0.3s ease;
    width: 40px;
    height: 40px;
    max-height: 100%;
    max-width: 100%;
    fill: rgb(191,191,208);
}.course-overview .head-mainbar svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,191,208);
}.course-overview .head-mainbar:hover svg,
.course-overview .head-mainbar:hover svg path {
    fill: rgb(153,152,173);
}.course-overview h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: rgb(191,191,208);
    font-size: 29px;
}.course-overview h3::after {
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(191,191,208), rgb(153,152,173));
    left: 0;
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
}.course-overview p {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 14px;
}.course-overview .img-border-box {
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
    min-height: 400px;
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
}.course-overview .img-border-box::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
}.course-overview .img-border-box::after {
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    transform: rotate(25deg);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    animation: shine-effect 6s infinite;
    z-index: 3;
    top: -50%;
    height: 200%;
}.course-overview .success-metric:hover .img-border-box {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course-overview {
    padding: 60px 0;
}.course-overview .success-metric {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
}.course-overview .grow-skills {
    padding-right: 0;
    width: 100%;
}.course-overview .img-border-box {
    min-height: 350px;
    transform: perspective(1000px) rotateY(0);
    width: 100%;
}.course-overview h3 {
    font-size: calc(29px - 4px);
}
}

@media screen and (max-width: 767px) {.course-overview {
    padding: 50px 0;
}.course-overview .success-metric {
    padding: 25px;
}.course-overview .head-mainbar {
    height: 50px;
    max-width: 150px;
}.course-overview h3 {
    font-size: calc(29px - 6px);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.course-overview h3::after {
    height: 2px;
    width: 60px;
}.course-overview p {
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.course-overview .img-border-box {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course-overview {
    padding: 40px 0;
}.course-overview .success-metric {
    gap: 20px;
    padding: 20px;
}.course-overview .head-mainbar {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
}.course-overview h3 {
    font-size: calc(29px - 8px);
}.course-overview .img-border-box {
    min-height: 250px;
}}.target-audience {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(225,225,233);
    position: relative;
}.target-audience::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,191,208,0.5) 0,
        rgb(191,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
}.target-audience .success-metric {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.target-audience h3 {
    padding-bottom: 20px;
    font-size: 32px;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.target-audience h3::after {
    height: 5px;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background: linear-gradient(90deg, rgb(191,191,208), rgb(153,152,173));
    content: "";
    left: 50%;
    width: 80px;
}.target-audience ul {
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 60px 30px;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
}.target-audience ul li {
    padding: 25px 25px 25px 80px;
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(5deg);
    min-height: 100px;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: #ffffff;
    flex: 0 0 calc(33.333% - 20px);
    font-size: 12px;
    max-width: 350px;
    color: #000000;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
}.target-audience ul li::before,
.target-audience ul li::after {
    background: #ffffff;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
}.target-audience ul li::before {
    left: 5px;
    z-index: -1;
    right: 5px;
    transform: translateZ(-10px);
    border: 1px solid rgb(153,152,173,0.5);
    top: 5px;
    bottom: 5px;
}.target-audience ul li::after {
    z-index: -2;
    right: 15px;
    top: 15px;
    background: rgb(191,191,208,0.5);
    left: 15px;
    opacity: 0.3;
    transform: translateZ(-20px);
    bottom: 0;
}.target-audience ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target-audience ul li:hover::before {
    transform: translateZ(-15px);
}.target-audience ul li:hover::after {
    transform: translateZ(-30px);
}.target-audience ul li svg {
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.4s ease;
    width: 40px;
    z-index: 2;
    height: 40px;
    top: 50%;
    left: 25px;
}.target-audience ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.target-audience ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(191,191,208);
}.target-audience ul li:hover svg path {
    fill: rgb(153,152,173);
}.target-audience ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.target-audience ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.target-audience ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.target-audience ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.target-audience ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target-audience ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.target-audience {
    padding: 100px 0;
}.target-audience h3 {
    margin-bottom: 60px;
    font-size: calc(32px * 0.9);
}.target-audience ul {
    gap: 40px 25px;
}.target-audience ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.target-audience ul li svg {
    height: 35px;
    left: 20px;
    width: 35px;
}
}

@media (max-width: 768px) {.target-audience {
    padding: 80px 0;
}.target-audience h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 50px;
}.target-audience ul {
    gap: 30px;
}.target-audience ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.target-audience ul li,
    .target-audience ul li:nth-child(3n+1),
    .target-audience ul li:nth-child(3n+2),
    .target-audience ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.target-audience ul li:hover,
    .target-audience ul li:nth-child(3n+1):hover,
    .target-audience ul li:nth-child(3n+2):hover,
    .target-audience ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.target-audience {
    padding: 60px 0;
}.target-audience .success-metric {
    padding: 0 20px;
}.target-audience h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 40px;
}.target-audience ul {
    gap: 25px;
}.target-audience ul li {
    padding: 18px 15px 18px 65px;
}.target-audience ul li svg {
    width: 30px;
    left: 18px;
    height: 30px;
}.target-audience ul li,
    .target-audience ul li:nth-child(3n+1),
    .target-audience ul li:nth-child(3n+2),
    .target-audience ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.target-audience ul li:hover,
    .target-audience ul li:nth-child(3n+1):hover,
    .target-audience ul li:nth-child(3n+2):hover,
    .target-audience ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.cookie-alert-message {
    width: 100%;
    background: rgb(225,225,233);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(191,191,208);
    z-index: 90;
    bottom: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
}.privacy-switch {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
}.cookie-edu {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-edu svg {
    fill: rgb(191,191,208);
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
}.cookie-edu svg:hover {
    fill: rgb(153,152,173);
}.edu-accept {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.cookie-alert-message h5 {
    font-size: 20px;
    color: rgb(191,191,208);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.cookie-alert-message p {
    line-height: 1.5;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
}.cookie-option {
    background: rgb(191,191,208);
    margin-left: 10px;
    text-decoration: none;
    font-size: 18px;
    line-height: 35px;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
}.cookie-option:hover {
    box-shadow: 0 0 10px rgb(153,152,173,0.5);
    background: rgb(153,152,173);
}#cookiesConsentApprovalBtn {
    background: rgb(191,191,208);
}#refuse-cookie-collection {
    background: rgba(0, 0, 0, 0.5);
}.cookie-alert-message p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(191,191,208);
}.cookie-alert-message p a:hover {
    color: rgb(153,152,173);
}
@media only screen and (max-width: 1200px) {.privacy-switch {
    align-items: center;
    flex-direction: column;
}.cookie-edu {
    margin-bottom: 15px;
}.edu-accept {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.cookie-option {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.privacy-switch {
    padding: 15px;
}.cookie-edu {
    display: none;
}.cookie-alert-message h5 {
    font-size: 21px;
}.cookie-alert-message p {
    font-size: 16px;
}}
#panelPrivacyPolicy {
    display: none;
}#panelPrivacyPolicy:checked ~ .cookie-alert-message {
    visibility: hidden;
    opacity: 0;
}.educational-rewards {
    background: linear-gradient(120deg, rgb(225,225,233) 0%, rgb(191,191,208,0.5) 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.educational-rewards::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: repeating-radial-gradient(
        circle at 90% 20%,
        rgb(153,152,173,0.5) 0,
        transparent 100px
    );
    width: 100%;
    opacity: 0.4;
}.educational-rewards .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.educational-rewards .success-metric {
    gap: 50px;
    align-items: center;
    display: flex;
}.educational-rewards .img-border-box {
    border-radius: 20px;
    max-width: 40%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    transform: rotate(-2deg);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(225,225,233),
        0 0 0 8px rgb(191,191,208,0.5);
    flex: 0 0 40%;
}.educational-rewards .img-border-box:hover {
    transform: rotate(0deg) scale(1.02);
}.educational-rewards .text-body-wrap {
    z-index: 2;
    position: relative;
    flex: 0 0 52%;
}.educational-rewards .text-body-wrap::before {
    content: "";
    background: #ffffff;
    border-radius: 20px;
    inset: -20px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
}.educational-rewards .text-body-wrap::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(191,191,208,0.5), rgb(153,152,173,0.5));
    width: 70px;
    opacity: 0.7;
    left: 30px;
    height: 70px;
    top: -35px;
    z-index: -2;
    border-radius: 50%;
    animation: float 10s infinite alternate ease-in-out;
    content: "";
}.educational-rewards h3 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin-bottom: 35px;
    position: relative;
}.educational-rewards h3::after {
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 10px;
    content: "";
    bottom: -12px;
    left: 0;
    background: rgb(191,191,208);
}.educational-rewards ul {
    padding: 0;
    list-style: none;
    margin: 0;
    flex-direction: column;
    gap: 16px;
    display: flex;
}.educational-rewards li {
    padding-left: 10px;
    transition: all 0.3s ease;
    position: relative;
}.educational-rewards li::before {
    background: rgb(191,191,208,0.5);
    transform: translateY(-50%);
    top: 50%;
    content: "";
    width: 10px;
    position: absolute;
    left: -5px;
    height: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
}.educational-rewards li:hover {
    transform: translateX(10px);
}.educational-rewards li:hover::before {
    left: -10px;
    opacity: 1;
}.educational-rewards li p {
    color: #000000;
    transition: all 0.3s ease;
    margin: 0;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 13px;
    background: rgb(225,225,233);
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    align-items: center;
}.educational-rewards li:hover p {
    background: linear-gradient(to right, rgb(191,191,208,0.5), rgb(225,225,233));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.educational-rewards svg {
    display: flex;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    background: #ffffff;
    width: 24px;
    height: 24px;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    justify-content: center;
}.educational-rewards svg path {
    fill: rgb(191,191,208);
    transition: fill 0.3s ease;
}.educational-rewards li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.educational-rewards li:hover svg path {
    fill: rgb(153,152,173);
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -10px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

@media (max-width: 992px) {.educational-rewards {
    padding: 70px 0;
}.educational-rewards .success-metric {
    gap: 70px;
    flex-direction: column;
}.educational-rewards .img-border-box {
    flex: none;
    margin: 0 auto;
    max-width: 60%;
}.educational-rewards .text-body-wrap {
    width: 80%;
    margin: 0 auto;
    flex: none;
}.educational-rewards .text-body-wrap::after {
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
}
}

@media (max-width: 576px) {.educational-rewards {
    padding: 50px 0;
}.educational-rewards .img-border-box {
    max-width: 80%;
}.educational-rewards .text-body-wrap {
    width: 100%;
}.educational-rewards .text-body-wrap::before {
    inset: -15px;
}.educational-rewards h3 {
    margin-bottom: 30px;
    font-size: 24px;
}.educational-rewards ul {
    gap: 12px;
}.educational-rewards li p {
    padding: 12px 15px;
}.educational-rewards svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}.operation-process {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(225,225,233) 40%, #ffffff 100%);
    padding: 120px 0;
}.operation-process::before {
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,191,208,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(153,152,173,0.5) 0%, transparent 30%);
    left: 0;
    will-change: transform;
    animation: ambientGlow 20s infinite alternate ease-in-out;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    transform: translateZ(0);
}.operation-process::after {
    top: -50px;
    position: absolute;
    will-change: transform;
    content: "";
    animation: floatElement 15s infinite alternate ease-in-out;
    opacity: 0.1;
    border-radius: 50%;
    right: -50px;
    filter: blur(50px);
    width: 300px;
    transform: translateZ(0);
    z-index: 0;
    height: 300px;
    background: linear-gradient(135deg, rgb(191,191,208,0.5) 0%, rgb(153,152,173) 100%);
}.operation-process .container {
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}.operation-process .success-metric {
    display: flex;
    perspective: 1000px;
    position: relative;
    align-items: center;
    justify-content: center;
}.operation-process .success-metric > div {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 900px;
    border-radius: 10px;
    padding: 50px 60px;
    border-left: 4px solid rgb(191,191,208);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}.operation-process .success-metric > div:hover {
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 
        0 25px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.operation-process h3 {
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(31px * 0.9);
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateZ(0);
    color: #000000;
}.operation-process h3::after {
    width: 80px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    content: "";
    transform: scaleX(1);
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(191,191,208), rgb(153,152,173));
    transform-origin: left;
}.operation-process .success-metric > div:hover h3::after {
    transform: scaleX(1.5);
}.operation-process p {
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    position: relative;
    font-size: 12px;
    color: #000000;
    animation: fadeInText 0.8s forwards 0.3s ease-out;
    opacity: 0;
    margin: 0;
    line-height: 1.8;
}.operation-process p span {
    position: relative;
    display: block;
}.operation-process p span::before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 80px;
    z-index: -1;
    color: rgb(191,191,208);
    top: -30px;
    opacity: 0.15;
    content: "";
    left: -10px;
}.operation-process .success-metric > div::before {
    height: 40px;
    background: linear-gradient(135deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    border-radius: 50%;
    z-index: 0;
    top: 15px;
    width: 40px;
    transform: translateZ(0);
    right: 15px;
    position: absolute;
    content: "";
    opacity: 0.15;
}

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

@keyframes ambientGlow {
    0% {
        opacity: 0.15;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0.25;
        transform: scale(1.1) rotate(5deg);
    }
}

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


@media (max-width: 992px) {.operation-process {
    padding: 90px 0;
}.operation-process .success-metric > div {
    padding: 40px 45px;
}.operation-process h3 {
    font-size: calc(31px * 0.8);
}
}

@media (max-width: 768px) {.operation-process {
    padding: 70px 0;
}.operation-process .success-metric > div {
    padding: 35px 30px;
}.operation-process h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.operation-process h3::after {
    width: 60px;
}.operation-process::before,
    .operation-process::after {
    opacity: 0.1;
}
}

@media (max-width: 576px) {.operation-process {
    padding: 60px 0;
}.operation-process .success-metric > div {
    padding: 30px 25px;
}.operation-process h3 {
    font-size: calc(31px * 0.6);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.operation-process p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.operation-process h3::after {
    width: 50px;
    height: 2px;
}.operation-process .success-metric > div::before {
    height: 30px;
    top: 10px;
    width: 30px;
    right: 10px;
}}.user-testimonials {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(225,225,233) 0%, rgb(191,191,208,0.5) 100%);
    padding: 4rem 0;
}.user-testimonials::before {
    content: "";
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(153,152,173,0.5) 0%, transparent 40%);
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.user-testimonials::after {
    top: -50px;
    filter: blur(80px);
    content: "";
    width: 200px;
    background: rgb(191,191,208,0.5);
    height: 200px;
    z-index: 0;
    right: -50px;
    position: absolute;
}.user-testimonials .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.user-testimonials h2 {
    line-height: 1.4;
    font-size: 30px;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
}.user-testimonials h2::after {
    bottom: -15px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    left: 50%;
    content: "";
    transform: translateX(-50%);
    width: 80px;
}.user-testimonials .success-metric {
    position: relative;
    padding: 1rem 0;
}.user-testimonials .client-views {
    transform-style: preserve-3d;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}.user-testimonials .review-quotes {
    min-height: 220px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02), 
                0 20px 25px -5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateZ(0);
    padding: 2rem;
    position: relative;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
    border-left: 4px solid rgb(191,191,208);
}.user-testimonials .review-quotes::before {
    color: rgb(153,152,173,0.5);
    line-height: 1;
    opacity: 0.15;
    content: "";
    position: absolute;
    z-index: 0;
    font-family: Georgia, serif;
    top: -15px;
    font-size: 120px;
    right: 15px;
}.user-testimonials .review-quotes:hover {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.user-testimonials .review-quotes h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    transition: transform 0.3s ease;
    z-index: 2;
    font-size: 21px;
}.user-testimonials .review-quotes:hover h3 {
    color: rgb(191,191,208);
    transform: translateX(5px);
}.user-testimonials .review-quotes .description {
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 1.5rem;
    z-index: 2;
    position: relative;
    color: #000000;
    flex-grow: 1;
}.user-testimonials .review-quotes div {
    width: 60px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    height: 60px;
    border: 3px solid rgb(225,225,233);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: auto;
}.user-testimonials .review-quotes:hover div {
    border-color: rgb(191,191,208,0.5);
    transform: scale(1.1);
}.user-testimonials .review-quotes img {
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
    width: 100%;
}.user-testimonials .review-quotes:hover img {
    transform: scale(1.1);
}.user-testimonials .review-quotes:nth-child(3n+1) {
    border-left-color: rgb(191,191,208);
}.user-testimonials .review-quotes:nth-child(3n+2) {
    border-left-color: rgb(153,152,173);
}.user-testimonials .review-quotes:nth-child(3n+3) {
    border-left-color: rgba(0, 0, 0, 0.5);
}.user-testimonials .review-quotes:nth-child(odd)::after {
    height: 30%;
    content: "";
    width: 30%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(191,191,208,0.5), 0.1) 50%);
    right: 0;
}

@media (min-width: 768px) {.user-testimonials {
    padding: 6rem 0;
}.user-testimonials h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 4rem;
}.user-testimonials .client-views {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}.user-testimonials .review-quotes {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.user-testimonials {
    padding: 3rem 0;
}.user-testimonials h2 {
    font-size: calc(30px * 0.9);
    transform: none;
}.user-testimonials .client-views {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user-testimonials .review-quotes::before {
    font-size: 80px;
}.user-testimonials .review-quotes:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1200px) {.user-testimonials .client-views {
    grid-template-columns: repeat(4, 1fr);
}.user-testimonials .review-quotes {
    min-height: 250px;
}
}

@media (prefers-reduced-motion: reduce) {.user-testimonials .review-quotes,
    .user-testimonials .review-quotes h3,
    .user-testimonials .review-quotes div,
    .user-testimonials .review-quotes img {
    transition: none;
}.user-testimonials .review-quotes:hover {
    transform: none;
}.user-testimonials .review-quotes:hover h3 {
    transform: none;
}.user-testimonials .review-quotes:hover div {
    transform: none;
}.user-testimonials .review-quotes:hover img {
    transform: none;
}}.pricing-group {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(225,225,233);
    font-family: Arial, sans-serif;
}.pricing-group::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(153,152,173,0.5), 0.05) 0%, rgba(rgb(191,191,208,0.5), 0.08) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
}.pricing-group .container {
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.pricing-group .member-fees {
    flex-direction: column;
    display: flex;
}.pricing-group .learning-fee {
    opacity: 0;
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}.pricing-group .learning-fee h2 {
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    color: #000000;
}.pricing-group .learning-fee h2::after {
    bottom: -10px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(153,152,173), rgb(191,191,208));
    border-radius: 2px;
    left: 0;
    content: "";
    width: 80px;
}.pricing-group .cost-fee {
    line-height: 1.6;
    margin-top: 25px;
    font-size: 16px;
    color: #000000;
    max-width: 800px;
}.pricing-group .learn-price {
    gap: 30px;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.pricing-group .payment-scheme {
    display: block;
    perspective: 1000px;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    animation-delay: calc(0.15s * var(--i, 1));
}.pricing-group .payment-scheme:nth-child(1) {
    --i: 1;
}.pricing-group .payment-scheme:nth-child(2) {
    --i: 2;
}.pricing-group .payment-scheme:nth-child(3) {
    --i: 3;
}.pricing-group .payment-scheme:nth-child(4) {
    --i: 4;
}.pricing-group .study-packages {
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}.pricing-group .payment-scheme:hover .study-packages {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(191,191,208,0.5), 0.1);
}.pricing-group .pricing-levels {
    padding: 35px 30px;
    position: relative;
    box-sizing: border-box;
    min-height: 250px;
    z-index: 2;
}.pricing-group .pricing-levels h3 {
    font-size: calc(22px + 2px);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
    color: #000000;
    display: inline-block;
}.pricing-group .payment-scheme:hover .pricing-levels h3 {
    color: rgb(191,191,208);
    transform: translateX(5px);
}.pricing-group .study-cost {
    position: relative;
    font-weight: 700;
    margin: 20px 0;
    font-size: calc(22px + 4px);
    color: rgb(153,152,173);
    transition: all 0.3s ease;
    display: block;
}.pricing-group .study-cost::before {
    background: linear-gradient(90deg, rgb(153,152,173), transparent);
    top: -10px;
    width: 40px;
    left: 0;
    content: "";
    border-radius: 2px;
    height: 3px;
    position: absolute;
}.pricing-group .payment-scheme:hover .study-cost {
    color: rgb(191,191,208);
    transform: scale(1.05);
}.pricing-group .pricing-levels p {
    margin-top: 15px;
    white-space: normal;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 16px;
    color: #000000;
    word-wrap: break-word;
    transition: color 0.3s ease;
}.pricing-group .img-border-box {
    height: 200px;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}.pricing-group .img-border-box::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    opacity: 0.6;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    height: 100%;
}.pricing-group .payment-scheme:hover .img-border-box {
    transform: scale(1.05);
}.pricing-group .payment-scheme:hover .img-border-box::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.pricing-group .member-fees {
    flex-direction: row-reverse;
}.pricing-group .learning-fee {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.pricing-group .learn-price {
    width: 70%;
}.pricing-group .learning-fee h2 {
    font-size: calc(29px + 4px);
}
}

@media (max-width: 1199px) {.pricing-group {
    padding: 80px 0;
}.pricing-group .learning-fee {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.pricing-group .learning-fee h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.pricing-group {
    padding: 60px 0;
}.pricing-group .learn-price {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-group .pricing-levels {
    padding: 25px 20px;
}.pricing-group .img-border-box {
    height: 180px;
}.pricing-group .learning-fee h2 {
    font-size: calc(29px - 2px);
}.pricing-group .cost-fee {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.pricing-group .payment-scheme:hover .study-packages {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.pricing-group .payment-scheme:hover .pricing-levels h3 {
    transform: none;
}.pricing-group .payment-scheme:hover .study-cost {
    transform: none;
}.pricing-group .payment-scheme:hover .img-border-box {
    transform: none;
}}header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
    left: 0;
    position: fixed;
}header::before {
    z-index: -1;
    content: "";
    opacity: 0.3;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,191,208,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(153,152,173,0.5) 0%, transparent 20%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    animation: pulse 15s infinite alternate;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .nav-wrap {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .nav-info {
    gap: 2rem;
    align-items: center;
    position: relative;
    display: flex;
}header .nav-info::before {
    content: "";
    border-radius: 21px;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    z-index: -1;
    top: -15px;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(191,191,208,0.5) 50%, transparent 100%);
    opacity: 0.1;
    transform: skewX(-15deg);
    left: -30px;
}header .nav-base {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
}header .nav-base::before {
    background: linear-gradient(to right, rgb(191,191,208), rgb(153,152,173));
    bottom: 0;
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}header .nav-base:hover {
    transform: translateY(-2px);
    color: rgb(191,191,208);
}header .nav-base:hover::before {
    width: 100%;
}header .nav-know {
    align-items: center;
    text-decoration: none;
    z-index: 2;
    display: flex;
    position: relative;
}header .nav-know svg {
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    height: 40px;
    transition: all 0.3s ease;
}header .nav-know:hover svg {
    filter: drop-shadow(0 0 12px rgb(191,191,208,0.5));
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .nav-info {
    gap: 1.5rem;
}header .nav-base {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .nav-wrap {
    padding: 1rem 0;
    flex-direction: column-reverse;
    gap: 1rem;
}header .nav-know {
    margin-bottom: 0.5rem;
}header .nav-info {
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    width: 100%;
    padding: 0.5rem 0;
    justify-content: flex-start;
}header .nav-info::before {
    display: none;
}header .nav-base {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}header .nav-base::before {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}footer .footnote-ref {
    position: relative;
    color: #ffffff;
    padding: 250px 0 30px;
    background:rgb(153,152,173);
    font-family: Arial, sans-serif;
}footer .footnote-ref::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, rgb(191,191,208) 25%, rgb(153,152,173) 25%, rgb(153,152,173) 50%, rgb(191,191,208) 50%, rgb(191,191,208) 75%, rgb(153,152,173) 75%);
}footer .site-map {
    z-index: 1;
    position: relative;
}footer .info-request {
    background-color: #ffffff;
    position: absolute;
    top: -120px;
    right: 0;
    overflow: hidden;
    border-radius: 27px;
    padding: 0;
    left: 0;
    justify-content: space-between;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}footer .info_item {
    padding: 25px;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 250px;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    content: "";
    background-color: rgb(191,191,208);
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    fill: rgb(191,191,208);
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(191,191,208);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
    margin-top: 100px;
}footer .head-mainbar {
    position: relative;
    padding: 0 25px;
}footer .head-mainbar svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .footer-edu {
    max-width: 350px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .nav-info {
    position: relative;
    padding: 0 25px;
}footer .nav-info h5 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}footer .nav-info h5::after {
    bottom: -2px;
    background-color: rgb(191,191,208);
    position: absolute;
    content: "";
    left: 0;
    width: 60px;
    height: 2px;
}footer .main-sitewrap {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}footer .main-sitewrap a {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px 16px;
    transition: all 0.3s ease;
    margin: 5px 8px 5px 0;
}footer .main-sitewrap a:hover {
    transform: translateY(-3px);
    background-color: rgb(191,191,208);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(153,152,173,0.5);
    position: relative;
    padding: 30px 25px;
    border-radius: 27px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 16px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder::before {
    background-color: rgb(191,191,208);
    right: -10px;
    position: absolute;
    top: -10px;
    opacity: 0.1;
    width: 50px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    height: 50px;
}footer .input_holder::after {
    width: 70px;
    bottom: -20px;
    content: "";
    height: 70px;
    border-radius: 50%;
    background-color: rgb(153,152,173);
    z-index: -1;
    left: -10px;
    opacity: 0.1;
    position: absolute;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 16px;
    color: rgb(153,152,173);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .online-training {
    padding: 15px;
    background-color: rgb(191,191,208);
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    position: relative;
}footer .online-training::before {
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    top: 0;
}footer .online-training:hover {
    background-color: rgb(153,152,173);
}footer .online-training:hover::before {
    left: 100%;
}footer .collab-net {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    margin-top: 50px;
}footer .honor-cta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .footnote-ref {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .online-training {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info-request {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .footnote-ref {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav-info, footer .subscribe_holder, footer .head-mainbar {
    padding: 20px;
}footer .collab-net {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .nav-info h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}footer .main-sitewrap a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .online-training {
    padding: 12px;
}}.mentorship-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(225,225,233), #ffffff);
    padding: 100px 0;
}.mentorship-experience::before {
    right: -200px;
    border-radius: 50%;
    height: 500px;
    top: -200px;
    content: "";
    background-color: rgb(191,191,208,0.5);
    width: 500px;
    position: absolute;
    opacity: 0.1;
}.mentorship-experience .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.mentorship-experience .review-quotes {
    padding: 50px;
    position: relative;
    flex-direction: column;
    border-radius: 26px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    background-color: #ffffff;
}.mentorship-experience .review-quotes:hover {
    transform: translateY(-10px);
}.mentorship-experience .review-quotes::before {
    top: -15px;
    transform: rotate(45deg);
    content: "";
    background-color: rgb(153,152,173);
    height: 30px;
    position: absolute;
    z-index: -1;
    left: 50px;
    width: 30px;
}.mentorship-experience .review-quotes::after {
    position: absolute;
    content: "";
    background-color: rgb(191,191,208);
    height: 30px;
    z-index: -1;
    bottom: -15px;
    right: 50px;
    width: 30px;
    transform: rotate(45deg);
}.mentorship-experience .img-border-box {
    margin-bottom: 30px;
    align-self: center;
    border-radius: 50%;
    width: 120px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 4px solid #ffffff;
    height: 120px;
    position: relative;
}.mentorship-experience .review-quotes:hover .img-border-box {
    transform: scale(1.05);
}.mentorship-experience .img-border-box::before {
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(191,191,208,0.5));
    transition: opacity 0.3s ease;
    opacity: 0;
}.mentorship-experience .review-quotes:hover .img-border-box::before {
    opacity: 1;
}.mentorship-experience .work-wrap {
    color: #000000;
    margin: 25px 0 0;
    position: relative;
    order: 3;
    border-radius: 26px;
    background-color: rgb(225,225,233);
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 30px;
}.mentorship-experience .work-wrap::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    border-bottom: 10px solid rgb(225,225,233);
    top: -10px;
    content: "";
    left: 30px;
}.mentorship-experience .name {
    text-align: center;
    margin: 5px 0;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    order: 1;
    position: relative;
}.mentorship-experience .name::after {
    background-color: rgb(191,191,208);
    bottom: 0;
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}.mentorship-experience .review-quotes:hover .name::after {
    width: 80px;
}.mentorship-experience span:not(.name) {
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(153,152,173);
    order: 2;
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
}

@media (min-width: 768px) {.mentorship-experience .review-quotes {
    align-items: center;
    display: grid;
    gap: 10px 30px;
    grid-template-columns: auto 1fr;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.mentorship-experience .img-border-box {
    width: 180px;
    align-self: start;
    grid-area: photo;
    margin-bottom: 0;
    height: 180px;
}.mentorship-experience .name {
    font-size: 36px;
    grid-area: name;
    text-align: left;
}.mentorship-experience .name::after {
    transform: none;
    left: 0;
}.mentorship-experience span:not(.name) {
    text-align: left;
    margin-bottom: 0;
    grid-area: job;
}.mentorship-experience .work-wrap {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.mentorship-experience {
    padding: 70px 0;
}.mentorship-experience .review-quotes {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.mentorship-experience {
    padding: 50px 0;
}.mentorship-experience .review-quotes {
    padding: 30px 20px;
}.mentorship-experience .work-wrap {
    margin-top: 20px;
    padding: 15px 20px;
}}.privacy-guard {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,152,173,0.5) 0%, rgb(225,225,233) 100%);
    position: relative;
}.privacy-guard::before {
    left: 0;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(153,152,173,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    opacity: 0.4;
    width: 100%;
    position: absolute;
    top: 0;
}.privacy-guard::after {
    z-index: 0;
    right: -50px;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.2;
    bottom: -50px;
    height: 200px;
    width: 200px;
    background: linear-gradient(225deg, rgb(191,191,208,0.5) 0%, transparent 70%);
}.privacy-guard .container {
    max-width: 1140px;
    z-index: 1;
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    padding: 3.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
}.privacy-guard h1 {
    line-height: 1.2;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-left: 20px;
    color: rgb(191,191,208);
    transform: translateX(-10px);
}.privacy-guard h1::before {
    width: 5px;
    transform: skewY(-15deg);
    position: absolute;
    height: 70%;
    background: rgb(153,152,173);
    top: 15%;
    content: "";
    left: 0;
}.privacy-guard h2 {
    font-size: 37px;
    margin-bottom: 1.5rem;
    color: rgb(153,152,173);
    padding-bottom: 12px;
    letter-spacing: -0.01em;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 3rem;
}.privacy-guard h2::after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(153,152,173) 0%, rgb(153,152,173,0.5) 100%);
    left: 0;
}.privacy-guard h3 {
    font-size: calc(37px * 0.8);
    color: #000000;
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    margin-top: 2.5rem;
    font-weight: 600;
}.privacy-guard h3::before {
    left: 0;
    top: 0;
    content: "";
    background: rgb(153,152,173,0.5);
    position: absolute;
    height: 100%;
    width: 3px;
}.privacy-guard h4 {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #000000;
    font-weight: 600;
    padding-left: 10px;
    font-size: calc(37px * 0.7);
    font-family: Arial, sans-serif;
}.privacy-guard h4::before {
    width: 2px;
    left: 0;
    height: 50%;
    background: rgb(153,152,173,0.5);
    content: "";
    top: 25%;
    position: absolute;
}.privacy-guard p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    max-width: 95%;
}.privacy-guard strong {
    color: rgb(153,152,173);
    position: relative;
    display: inline-block;
    font-weight: 600;
}.privacy-guard ul {
    border-left: 3px solid rgb(153,152,173);
    position: relative;
    list-style: none;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    margin: 2rem 0;
    padding-left: 1.5rem;
    background: linear-gradient(90deg, rgb(153,152,173,0.5) 0%, transparent 3%);
}.privacy-guard li {
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
}.privacy-guard li::before {
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(153,152,173);
    position: absolute;
    top: 0.6rem;
    content: "";
    left: -1.5rem;
}.privacy-guard span {
    font-family: Arial, sans-serif;
    line-height: 1.75;
    padding-left: 1rem;
    border-left: 1px dashed rgb(153,152,173,0.5);
    display: block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
}.privacy-guard *:last-child {
    margin-bottom: 0;
}.privacy-guard .container > *:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {.privacy-guard {
    padding: 4rem 1.5rem;
}.privacy-guard .container {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.privacy-guard h1 {
    font-size: calc(38px * 0.9);
}.privacy-guard h2 {
    font-size: calc(37px * 0.9);
}.privacy-guard ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}

@media (max-width: 767px) {.privacy-guard {
    padding: 3rem 1rem;
}.privacy-guard .container {
    padding: 2rem 1.5rem;
    transform: none;
}.privacy-guard h1 {
    padding-left: 15px;
    font-size: calc(38px * 0.8);
}.privacy-guard h1::before {
    width: 4px;
}.privacy-guard h2 {
    font-size: calc(37px * 0.8);
}.privacy-guard h3 {
    font-size: calc(37px * 0.7);
}.privacy-guard h4 {
    font-size: calc(37px * 0.6);
}.privacy-guard p, 
    .privacy-guard li,
    .privacy-guard span {
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.privacy-guard ul {
    margin: 1.5rem 0;
    padding: 1rem 1rem 1rem 2rem;
}
}

@media (max-width: 480px) {.privacy-guard {
    padding: 2rem 0.75rem;
}.privacy-guard .container {
    padding: 1.5rem 1.25rem;
}.privacy-guard h1 {
    font-size: calc(38px * 0.7);
}.privacy-guard h2 {
    font-size: calc(37px * 0.7);
}.privacy-guard h2::after {
    width: 60px;
}.privacy-guard h3 {
    font-size: calc(37px * 0.6);
}.privacy-guard h4 {
    font-size: calc(37px * 0.5);
}.privacy-guard p, 
    .privacy-guard li,
    .privacy-guard span {
    font-size: calc(14px * 0.9);
}}.sign-up-now {
    z-index: 1;
    background-color: rgb(225,225,233);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.sign-up-now::before {
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.04;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
}.sign-up-now::after {
    animation: bgPulse 10s ease-in-out infinite alternate;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.06;
    background-image: 
        radial-gradient(rgb(191,191,208,0.5) 1px, transparent 2px),
        radial-gradient(rgb(153,152,173,0.5) 1px, transparent 2px);
    background-size: 30px 30px, 50px 50px;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-position: 0 0, 25px 25px;
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.sign-up-now .success-metric {
    position: relative;
    padding: 60px;
    background-color: rgb(225,225,233);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    transition: all 0.5s ease;
}.sign-up-now .success-metric:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
}.sign-up-now h3 {
    color: #000000;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.sign-up-now h3::before {
    transform: translateY(-50%);
    background: rgb(191,191,208);
    top: 50%;
    left: -20px;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    content: '';
    width: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
}.sign-up-now h3::after {
    transform: translateY(-50%);
    border-radius: 50%;
    right: -20px;
    background: rgb(153,152,173);
    width: 10px;
    height: 10px;
    top: 50%;
    position: absolute;
    content: '';
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
}.sign-up-now .reach-section {
    background: rgb(225,225,233);
    color: #000000;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 16px 40px;
    z-index: 1;
    margin-top: 20px;
    border-radius: 11px;
    letter-spacing: 1.5px;
}.sign-up-now .reach-section::before {
    background: linear-gradient(90deg, 
        rgb(191,191,208,0.5), 
        rgb(153,152,173,0.5),
        rgb(191,191,208,0.5)
    );
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    z-index: -1;
}.sign-up-now .reach-section:hover {
    transform: translateY(-2px);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    color: rgb(191,191,208);
}.sign-up-now .reach-section:hover::before {
    opacity: 0.2;
}.sign-up-now .reach-section:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}.sign-up-now .success-metric::before,
.sign-up-now .success-metric::after {
    border-radius: 50%;
    opacity: 0.15;
    position: absolute;
    content: '';
    z-index: -1;
}.sign-up-now .success-metric::before {
    left: -40px;
    background: linear-gradient(135deg, rgb(191,191,208), rgb(153,152,173));
    width: 200px;
    top: -40px;
    height: 200px;
    animation: pulse 8s ease-in-out infinite alternate;
}.sign-up-now .success-metric::after {
    width: 150px;
    background: linear-gradient(135deg, rgb(153,152,173), rgb(191,191,208));
    height: 150px;
    bottom: -30px;
    right: -30px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.sign-up-now .success-metric {
    position: relative;
}.sign-up-now .success-metric::before {
    position: absolute;
    background: linear-gradient(90deg, transparent 49.5%, rgb(191,191,208,0.5) 50%, transparent 50.5%);
    width: 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    z-index: -1;
    left: 0;
    opacity: 0;
    height: 100%;
    content: '';
    background-size: 80px 100%;
    top: 0;
}.sign-up-now:hover .success-metric::before {
    background-size: 40px 100%;
    opacity: 0.05;
}.sign-up-now .success-metric::after {
    content: '';
    bottom: 20px;
    width: calc(100% - 40px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(191,191,208,0.5), 
        rgb(153,152,173,0.5), 
        rgb(191,191,208,0.5), 
        transparent
    );
    height: 1px;
    left: 20px;
    opacity: 0.3;
    position: absolute;
}

@media screen and (max-width: 992px) {.sign-up-now {
    padding: 80px 0;
}.sign-up-now .success-metric {
    padding: 40px;
    max-width: 90%;
}.sign-up-now h3 {
    font-size: calc(34px * 0.9);
}.sign-up-now .success-metric::before {
    width: 150px;
    height: 150px;
}.sign-up-now .success-metric::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.sign-up-now {
    padding: 60px 0;
}.sign-up-now .success-metric {
    padding: 30px 20px;
    max-width: 95%;
}.sign-up-now h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.sign-up-now h3::before,
    .sign-up-now h3::after {
    display: none;
}.sign-up-now .reach-section {
    font-size: calc(16px * 0.9);
    padding: 14px 30px;
}.sign-up-now .success-metric::before,
    .sign-up-now .success-metric::after {
    width: 100px;
    height: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.sign-up-now::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.sign-up-for-updates {
    margin: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,152,173,0.5), rgb(191,191,208,0.5) 80%);
    position: relative;
    padding: 4rem 2rem;
    isolation: isolate;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.sign-up-for-updates::before {
    opacity: 0.07;
    top: -50%;
    z-index: -1;
    transform: rotate(15deg);
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    content: "";
    pointer-events: none;
    left: -20%;
    width: 80%;
    height: 200%;
    position: absolute;
}.sign-up-for-updates::after {
    animation: rotateSlow 18s infinite linear;
    width: 120px;
    opacity: 0.15;
    position: absolute;
    background: rgb(153,152,173);
    height: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -30px;
    right: -30px;
    content: "";
    z-index: -1;
}.sign-up-for-updates .container {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}.sign-up-for-updates .success-metric {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
}.sign-up-for-updates .success-metric > div {
    padding: 1rem 0 2.5rem;
    position: relative;
}.sign-up-for-updates h4 {
    position: relative;
    transform: translateX(1rem);
    color: #000000;
    padding: 0;
    max-width: 90%;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}.sign-up-for-updates h4::before {
    content: "";
    height: 85%;
    width: 4px;
    top: 0.5rem;
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    left: -1rem;
    transform: scaleY(0);
    background: rgb(191,191,208);
    transform-origin: top;
}.sign-up-for-updates .input_holder {
    max-width: 650px;
    width: 100%;
    flex-direction: column;
    position: relative;
    gap: 1rem;
    display: flex;
}.sign-up-for-updates .input_holder::before {
    z-index: -1;
    transform: translateX(-100%);
    inset: -10px;
    content: "";
    opacity: 0.15;
    transition: transform 0.5s ease-out;
    background: linear-gradient(120deg, #ffffff, transparent);
    border-radius: 10px;
    position: absolute;
}.sign-up-for-updates .input_holder:focus-within::before {
    transform: translateX(0);
}.sign-up-for-updates .input_holder span {
    position: relative;
}.sign-up-for-updates .input_holder span:first-child {
    flex: 1;
}.sign-up-for-updates input[type="email"] {
    color: #000000;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    width: 100%;
    padding: 1rem 1.5rem;
    background: #ffffff;
    outline: none;
    border-radius: 10px;
}.sign-up-for-updates input[type="email"]::placeholder {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.5);
}.sign-up-for-updates input[type="email"]:focus {
    border-color: rgb(153,152,173);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}.sign-up-for-updates .online-training {
    overflow: hidden;
    border: none;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    background: rgb(153,152,173);
    padding: 1rem 2rem;
    color: #ffffff;
    cursor: pointer;
}.sign-up-for-updates .online-training::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
    transition: left 0.8s ease;
    width: 100%;
}.sign-up-for-updates .online-training:hover {
    background: rgb(191,191,208);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.sign-up-for-updates .online-training:hover::before {
    left: 100%;
}.sign-up-for-updates .online-training:active {
    transform: translateY(-1px);
}

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

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

@media (min-width: 768px) {.sign-up-for-updates {
    margin: 7rem 0;
    padding: 5rem 4rem;
}.sign-up-for-updates::before {
    width: 60%;
}.sign-up-for-updates .success-metric {
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row;
}.sign-up-for-updates .success-metric > div {
    padding: 0;
    flex: 1;
}.sign-up-for-updates h4 {
    transform: translateX(2rem);
    max-width: 100%;
}.sign-up-for-updates h4::before {
    left: -2rem;
}.sign-up-for-updates .input_holder {
    flex: 1;
    gap: 1.5rem;
    flex-direction: row;
}.sign-up-for-updates input[type="email"] {
    height: 100%;
}.sign-up-for-updates .online-training {
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 1024px) {.sign-up-for-updates {
    padding: 5rem;
}.sign-up-for-updates::before {
    left: -10%;
    transform: rotate(10deg);
    width: 50%;
    top: -30%;
}.sign-up-for-updates::after {
    height: 150px;
    width: 150px;
}.sign-up-for-updates .success-metric {
    gap: 4rem;
}.sign-up-for-updates h4 {
    font-size: calc(24px * 1.1);
}.sign-up-for-updates .input_holder {
    gap: 2rem;
}.sign-up-for-updates input[type="email"] {
    padding: 1.25rem 2rem;
}.sign-up-for-updates .online-training {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.sign-up-for-updates {
    padding: 6rem;
}.sign-up-for-updates .success-metric {
    gap: 6rem;
}.sign-up-for-updates h4 {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 480px) {.sign-up-for-updates {
    padding: 3rem 1.5rem;
    margin: 3rem 0;
}.sign-up-for-updates h4 {
    transform: translateX(0.75rem);
    font-size: calc(24px * 0.9);
}.sign-up-for-updates h4::before {
    left: -0.75rem;
}.sign-up-for-updates input[type="email"] {
    padding: 0.9rem 1.25rem;
}.sign-up-for-updates .online-training {
    font-size: calc(16px * 0.9);
    padding: 0.9rem 1.5rem;
}}.thxCard {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgb(153,152,173,0.5) 100%);
    overflow: hidden;
}.thxCard::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,191,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(153,152,173,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
}.thxCard::after {
    transform: rotate(25deg);
    right: -50%;
    content: "";
    z-index: 0;
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0.05;
    height: 100%;
    top: -50%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
}.thxCard .container {
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    margin: 0 auto;
}.thxCard h2 {
    font-weight: 700;
    transform: translateY(30px);
    position: relative;
    margin-bottom: 3rem;
    animation: slide-up 0.8s ease-out forwards;
    border-left: 5px solid rgb(191,191,208);
    opacity: 0;
    font-family: Arial, sans-serif;
    text-align: left;
    line-height: 1.3;
    padding-left: 1.5rem;
    font-size: 36px;
    max-width: 90%;
    color: #000000;
}.thxCard .success-metric {
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    padding: 3rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    background: #ffffff;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}.thxCard .success-metric::before {
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    width: 100%;
    position: absolute;
}.thxCard ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.thxCard li {
    position: relative;
    padding: 0.5rem 0;
}.thxCard li::before {
    content: "";
    opacity: 0;
    top: 0;
    width: 3px;
    height: 100%;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    background: rgb(191,191,208,0.5);
    transform: scaleY(0);
    left: -1.5rem;
    position: absolute;
    transform-origin: top;
}.thxCard li span {
    color: #000000;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    font-size: 17px;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    padding-left: 0.5rem;
    line-height: 1.8;
    display: block;
    text-align: left;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

.thxCard .success-metric:hover {
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

@media (max-width: 991px) {.thxCard {
    padding: 4rem 1.5rem;
}.thxCard h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.thxCard .success-metric {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thxCard {
    padding: 3rem 1rem;
}.thxCard h2 {
    border-left: 3px solid rgb(191,191,208);
    padding-left: 1rem;
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
}.thxCard .success-metric {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.thxCard li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.thxCard {
    padding: 2rem 0.8rem;
}.thxCard h2 {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.7);
}.thxCard .success-metric {
    padding: 1.2rem;
}.thxCard li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 1200px) {.thxCard .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.thxCard h2 {
    max-width: 80%;
    margin-left: 3rem;
}.thxCard .success-metric {
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
    margin-left: auto;
}.thxCard .success-metric:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.thxCard .success-metric {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.contact-box {
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.contact-box::before {
    right: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(191,191,208), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(153,152,173), 0.05) 0%, transparent 30%);
}.contact-box::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(191,191,208), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(191,191,208), 0.03) 1px, transparent 1px);
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact-box .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact-box h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}.contact-box h2::after {
    bottom: -15px;
    height: 3px;
    content: "";
    position: absolute;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(191,191,208), transparent);
    left: 15%;
}.contact-box .inquiry-card {
    border-radius: 29px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(191,191,208), 0.05);
    overflow: hidden;
    display: flex;
    background: #ffffff;
    position: relative;
}.contact-box .inquiry-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(191,191,208), 0.1);
    transform: translateY(-5px);
}.contact-box .inquiry-card::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(191,191,208), rgb(153,152,173));
    position: absolute;
    content: "";
    width: 5px;
    left: 0;
    height: 100%;
}.contact-box .img-border-box {
    position: relative;
    width: 45%;
    overflow: hidden;
}.contact-box .img-border-box::after {
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, 
                rgba(rgb(191,191,208), 0.3) 0%, 
                rgba(rgb(153,152,173), 0.3) 100%);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.contact-box .img-border-box::before {
    left: -100px;
    height: 150px;
    position: absolute;
    z-index: 2;
    animation: shine 6s infinite;
    transform: rotate(45deg);
    content: "";
    top: -100px;
    width: 150%;
    background: rgba(255, 255, 255, 0.2);
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact-box .query-help {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.contact-box .query-help::before {
    top: -50px;
    background: radial-gradient(circle, rgba(rgb(191,191,208), 0.05) 0%, transparent 70%);
    width: 200px;
    right: -50px;
    border-radius: 50%;
    content: "";
    z-index: 0;
    position: absolute;
    height: 200px;
}.contact-box form {
    position: relative;
    z-index: 2;
}.contact-box form h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.contact-box form h3::after {
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(191,191,208);
    content: "";
    bottom: -10px;
}.contact-box form input[type="text"] {
    border: 1px solid rgba(#000000, 0.1);
    margin-bottom: 20px;
    background: rgba(#ffffff, 0.8);
    width: 100%;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact-box form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    border-color: rgb(191,191,208);
    box-shadow: 0 0 0 3px rgba(rgb(191,191,208), 0.1);
}.contact-box form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-box form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact-box .inquiry-request {
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}.contact-box .inquiry-request input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 0;
    height: 0;
}.contact-box .inquiry-request label {
    position: relative;
    line-height: 1.4;
    user-select: none;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
}.contact-box .inquiry-request label::before {
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 22px;
    border: 1px solid rgba(#000000, 0.2);
    position: absolute;
    height: 22px;
    background: rgba(#ffffff, 0.8);
    content: "";
    border-radius: 10px;
}.contact-box .inquiry-request input[type="checkbox"]:checked + label::before {
    background: rgb(191,191,208);
    border-color: rgb(191,191,208);
}.contact-box .inquiry-request input[type="checkbox"]:checked + label::after {
    top: 4px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
}.contact-box .inquiry-request label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(191,191,208);
}.contact-box .inquiry-request label a::after {
    left: 0;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    bottom: -2px;
    content: "";
    transform-origin: left;
    background: rgb(191,191,208);
    transition: transform 0.3s ease;
    width: 100%;
}.contact-box .inquiry-request label a:hover {
    color: rgb(153,152,173);
}.contact-box .inquiry-request label a:hover::after {
    transform: scaleX(1);
    background: rgb(153,152,173);
}.contact-box .support-support {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgb(191,191,208), rgb(153,152,173));
    z-index: 1;
    padding: 15px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    color: #ffffff;
}.contact-box .support-support::before {
    background: linear-gradient(90deg, rgb(153,152,173), rgb(191,191,208));
    top: 0;
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    content: "";
    height: 100%;
    position: absolute;
}.contact-box .support-support:hover::before {
    opacity: 1;
}.contact-box .support-support:active {
    transform: translateY(2px);
}.contact-box svg {
    margin-right: 10px;
    transition: fill 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(191,191,208);
}.contact-box svg path {
    fill: rgb(191,191,208);
    transition: fill 0.3s ease;
}.contact-box svg:hover,
.contact-box svg:hover path {
    fill: rgb(153,152,173);
}.contact-box form input {
    background: rgb(225,225,233);
}
@media (max-width: 1024px) {.contact-box {
    padding: 60px 0;
}.contact-box .container {
    padding: 0 15px;
}.contact-box h2 {
    margin-bottom: 40px;
}.contact-box .query-help {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-box {
    padding: 50px 0;
}.contact-box h2 {
    margin-bottom: 30px;
}.contact-box .inquiry-card {
    flex-direction: column;
}.contact-box .img-border-box {
    width: 100%;
    height: 250px;
}.contact-box .query-help {
    padding: 30px 25px;
    width: 100%;
}.contact-box form h3 {
    margin-bottom: 25px;
}.contact-box form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-box .inquiry-request {
    margin-bottom: 25px;
}.contact-box .support-support {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-box {
    padding: 40px 0;
}.contact-box h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.85);
}.contact-box .img-border-box {
    height: 200px;
}.contact-box .query-help {
    padding: 25px 20px;
}.contact-box form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.contact-box form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.contact-box .inquiry-request {
    margin-bottom: 20px;
}.contact-box .inquiry-request label {
    padding-left: 30px;
    font-size: calc(13px * 0.9);
}.contact-box .inquiry-request label::before {
    height: 18px;
    width: 18px;
}.contact-box .inquiry-request input[type="checkbox"]:checked + label::after {
    height: 10px;
    top: 3px;
    left: 6px;
    width: 5px;
}.contact-box .support-support {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact-box::after,
    .contact-box .img-border-box::before {
    animation: none;
}.contact-box .inquiry-card:hover {
    transform: none;
}}.our-team {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.our-team::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
}.our-team::after {
    content: "";
    right: -50%;
    transform: rotate(45deg);
    z-index: 2;
    width: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    background: radial-gradient(circle at center, rgb(191,191,208,0.5) 0%, transparent 70%);
    top: -50%;
}.our-team .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
}.our-team .text-body-wrap {
    border-left: 4px solid rgb(191,191,208);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    position: relative;
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    padding: 40px;
    transform: translateZ(0);
}.our-team .text-body-wrap::before {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(191,191,208) 49.5%, 
        rgb(191,191,208) 50.5%, 
        transparent 50.5%);
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.05;
}.our-team h5 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 18px;
    display: inline-block;
    color: rgb(191,191,208);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}.our-team h5::after {
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    background: rgb(191,191,208);
    content: "";
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 8px;
    width: 0;
    height: 2px;
}.our-team p {
    font-size: calc(12px * 1.25);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #ffffff;
}.our-team p b {
    color: rgb(153,152,173);
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: calc(12px * 1.5);
    font-weight: 700;
    position: relative;
}.our-team p b::after {
    position: absolute;
    background: rgb(191,191,208);
    height: 3px;
    bottom: 0;
    left: 0;
    content: "";
    width: 40px;
}.our-team ol {
    counter-reset: item;
    padding-left: 0;
    list-style-type: none;
}.our-team ol li {
    font-size: 12px;
    text-align: justify;
    color: #ffffff;
    transform: translateY(20px);
    padding-left: 0;
    animation: fadeInUp 1s forwards 0.8s;
    margin-bottom: 15px;
    opacity: 0;
    line-height: 1.8;
    position: relative;
    column-count: 1;
    column-gap: 30px;
}

@keyframes expandLine {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our-team .text-body-wrap {
    margin-left: 5%;
    padding: 60px;
    width: 90%;
}.our-team ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-team {
    padding: 150px 0;
}.our-team .text-body-wrap {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
    padding: 70px;
    width: 80%;
    margin-left: 10%;
}.our-team .text-body-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team h5 {
    font-size: calc(18px * 1.2);
}.our-team ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-team {
    padding: 80px 0;
}.our-team .text-body-wrap {
    padding: 30px 20px;
}.our-team h5 {
    font-size: 18px;
}.our-team p b {
    font-size: calc(12px * 1.2);
}.our-team ol li {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 480px) {.our-team {
    padding: 60px 0;
}.our-team .text-body-wrap {
    padding: 25px 15px;
}.our-team h5 {
    font-size: calc(18px * 0.9);
}.our-team p b {
    font-size: 12px;
}.our-team p {
    font-size: 12px;
}.our-team ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.85);
}}.title-opener {
    overflow: hidden;
    justify-content: center;
    padding: 2rem;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000 0%, rgb(191,191,208) 75%, rgb(153,152,173) 100%);
}.title-opener::before {
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}.title-opener::after {
    left: -50%;
    opacity: 0.4;
    animation: rotate 120s linear infinite;
    top: -50%;
    content: "";
    height: 200%;
    width: 200%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at center, rgb(191,191,208,0.5) 0%, transparent 60%);
}.title-opener .learn-techfast {
    transform: translateY(0);
    max-width: 1200px;
    animation: fadeIn 1.2s ease-out forwards;
    width: 100%;
    z-index: 2;
    position: relative;
}.title-opener .learn-techfast > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
}.title-opener .learn-techfast > div > div:first-child {
    border-left: 4px solid rgb(153,152,173);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(12px);
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    position: relative;
}.title-opener h3 {
    color: #ffffff;
    margin: 0;
    animation: slideUp 0.8s ease-out 0.2s both;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    letter-spacing: 0.02em;
}.title-opener .learning-experts {
    height: 380px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(-2deg);
}.title-opener .learning-experts::before {
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}.title-opener .learning-experts > div {
    justify-content: flex-end;
    height: 100%;
    padding: 2.5rem;
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
}.title-opener .learning-experts p {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: calc(12px * 1.2);
    color: #ffffff;
    border-left: 3px solid rgb(153,152,173);
    line-height: 1.6;
    letter-spacing: 0.01em;
    padding-left: 1rem;
    max-width: 90%;
    animation: slideRight 0.7s ease-out 0.5s both;
}.title-opener .title_style_header {
    line-height: 1.1;
    margin: 0.5rem 0 0;
    font-weight: 700;
    padding-bottom: 0.5rem;
    letter-spacing: 0.03em;
    font-size: 40px;
    max-width: 95%;
    animation: slideUp 0.8s ease-out 0.7s both;
    position: relative;
    color: #ffffff;
}.title-opener .title_style_header::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(153,152,173), transparent);
    left: 0;
    height: 4px;
    width: 80px;
    bottom: 0;
    animation: expandWidth 1.2s ease-out 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

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

@media (min-width: 768px) {.title-opener .learn-techfast > div {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title-opener h3 {
    font-size: 18px;
}.title-opener .learning-experts {
    height: 420px;
}.title-opener .title_style_header {
    font-size: calc(40px * 1.1);
}
}

@media (min-width: 992px) {.title-opener {
    padding: 3rem;
}.title-opener .learn-techfast > div {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}.title-opener .learn-techfast > div > div:first-child {
    padding: 2.5rem;
}.title-opener h3 {
    font-size: calc(18px * 1.1);
}.title-opener .learning-experts {
    height: 450px;
}.title-opener .learning-experts > div {
    padding: 3rem;
}.title-opener .learning-experts p {
    max-width: 80%;
    font-size: calc(12px * 1.3);
}.title-opener .title_style_header {
    font-size: calc(40px * 1.2);
    max-width: 90%;
}.title-opener .title_style_header::after {
    width: 100px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 100px;
    }
  }
}

@media (max-width: 767px) {.title-opener {
    padding: 1.5rem;
}.title-opener .learn-techfast > div {
    gap: 2rem;
}.title-opener .learn-techfast > div > div:first-child {
    padding: 1.5rem;
}.title-opener h3 {
    font-size: calc(18px * 0.9);
}.title-opener .learning-experts {
    height: 320px;
}.title-opener .learning-experts > div {
    padding: 1.5rem;
}.title-opener .learning-experts p {
    max-width: 100%;
    font-size: 12px;
}.title-opener .title_style_header {
    font-size: calc(40px * 0.9);
    max-width: 100%;
}
}