* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 1.2vw;
}::-webkit-scrollbar-button {
    height: 5px;
    background: rgb(137,128,167,0.5);
}::-webkit-scrollbar-track {
    background: linear-gradient(355deg, #ffffff 82%, rgb(255, 255, 255, 0.5) 79%, rgb(137,128,167) 25%, rgb(137,128,167,0.5) 62%, rgb(177,173,191,0.5) 67%, rgb(228,227,232) 76%);
    border-radius: 14px;
    margin: 4px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(177,173,191,0.5);
}::-webkit-scrollbar-thumb {
    transition: all, transform 1.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 9.6em;
    background: rgb(137,128,167);
    box-shadow: -3px -5px 8px 1px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px -5px 2px 0px rgba(0, 0, 0, 0.7);
    border-color: rgb(137,128,167,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(137,128,167,0.5);
    box-shadow: inset 0px 3px 10px 8px rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
}::-webkit-scrollbar-corner {
    background: rgb(177,173,191);
    border-radius: 3px;
    border: 1px solid rgb(177,173,191,0.5);
}* {
    scrollbar-color: rgb(228,227,232) rgb(137,128,167,0.5);
    scrollbar-width: none;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1266px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
}.code-labs-360 {
    flex: 0 0 auto;
}.main-nav-103 {
    flex: 1 0 auto;
}.framework-wrap-219 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.greeting-page-678 {
    align-items: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.greeting-page-678::before {
    backdrop-filter: blur(5px);
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(145deg, rgb(177,173,191,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}.greeting-page-678::after {
    z-index: -1;
    right: -10%;
    width: 60%;
    transform: rotate(-15deg);
    background: rgb(137,128,167,0.5);
    content: '';
    position: absolute;
    opacity: 0.7;
    top: -10%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 80%;
}.greeting-page-678 > div {
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
    display: flex;
    position: relative;
    padding: 2rem;
    flex-direction: column;
}.greeting-page-678 > div > div:first-child {
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: slide-in 1s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
}.greeting-page-678 .title_style_header {
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 46px);
    color: #ffffff;
    padding-bottom: 1rem;
}.greeting-page-678 .title_style_header::after {
    position: absolute;
    content: '';
    bottom: 0;
    background: rgb(137,128,167);
    width: 0;
    animation: line-grow 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.5s forwards;
    left: 0;
    height: 4px;
}.greeting-page-678 .start-intro-095 {
    margin-left: auto;
    transform: perspective(1000px) rotateY(-5deg);
    opacity: 0;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(177,173,191);
    width: 90%;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    animation: fade-in 1s ease-out 0.8s forwards;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
}.greeting-page-678 .corp-values-341 {
    margin-bottom: 1.5rem;
}.greeting-page-678 .corp-values-341 h3 {
    position: relative;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 24px);
    line-height: 1.4;
    padding-left: 1.5rem;
    color: #ffffff;
    margin: 0 0 1rem 0;
}.greeting-page-678 .corp-values-341 h3::before {
    left: 0;
    content: '';
    top: 0.5rem;
    opacity: 0;
    animation: pop 0.3s ease-out 1.2s forwards;
    transform: rotate(45deg);
    background: rgb(137,128,167);
    position: absolute;
    height: 8px;
    width: 8px;
}.greeting-page-678 p {
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
    animation: fade-up 0.8s ease-out 1.5s forwards;
    font-size: clamp(1rem, 2vw, 18px);
    border-left: 2px solid rgb(137,128,167,0.5);
    transform: translateY(20px);
    margin: 0;
}

@keyframes line-grow {
  0% { width: 0; }
  100% { width: 100px; }
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slide-in {
  0% { 
    transform: translateX(-50px);
    opacity: 0;
  }
  100% { 
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pop {
  0% { 
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% { 
    transform: scale(1.2) rotate(45deg);
    opacity: 1;
  }
  100% { 
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

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

@media (max-width: 768px) {.greeting-page-678 {
    padding: 2rem 1rem;
}.greeting-page-678 > div {
    gap: 1.5rem;
}.greeting-page-678::after {
    width: 80%;
    top: -5%;
    height: 50%;
    right: -20%;
}.greeting-page-678 .start-intro-095 {
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    padding: 1.5rem;
}.greeting-page-678 .corp-values-341 h3 {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.greeting-page-678 {
    min-height: 90vh;
}.greeting-page-678 > div {
    gap: 1rem;
}.greeting-page-678 .title_style_header {
    padding-bottom: 0.5rem;
}.greeting-page-678 .start-intro-095 {
    padding: 1.2rem;
    transform: none;
}.greeting-page-678 .corp-values-341 h3 {
    font-size: 1.1rem;
}.greeting-page-678::after {
    width: 100%;
    right: -40%;
    top: -10%;
    height: 40%;
}
}

@media (min-width: 1400px) {.greeting-page-678 .start-intro-095 {
    padding: 3rem;
    transform: perspective(1200px) rotateY(-8deg);
}.greeting-page-678 .corp-values-341 h3 {
    font-size: 24px;
}.greeting-page-678 p {
    font-size: 18px;
}}.course-instructor-471 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(228,227,232) 0%, rgb(177,173,191,0.5) 70%, rgb(137,128,167,0.5) 100%);
    position: relative;
    overflow: hidden;
}.course-instructor-471::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(177,173,191,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(177,173,191,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(177,173,191,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(177,173,191,0.5) 2px, transparent 2px);
    position: absolute;
    width: 100%;
    background-size: 120px 120px;
    opacity: 0.3;
    content: "";
    z-index: 0;
    left: 0;
    height: 100%;
}.course-instructor-471::after {
    top: -50%;
    width: 90%;
    transform: rotate(-15deg);
    position: absolute;
    right: -50%;
    content: "";
    opacity: 0.2;
    border-radius: 50%;
    z-index: 0;
    height: 90%;
    background: radial-gradient(ellipse at center, rgb(137,128,167,0.5) 0%, transparent 70%);
}.course-instructor-471 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.course-instructor-471 .review-space-934 {
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    gap: 2rem;
    border-left: 4px solid rgb(177,173,191);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    display: grid;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    transform: perspective(1200px) rotateX(2deg);
}.course-instructor-471 .review-space-934:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transform: perspective(1200px) rotateX(0);
}.course-instructor-471 .review-space-934 > div:first-child {
    display: flex;
    justify-content: center;
}.course-instructor-471 .img-gallery-item-152 {
    width: 150px;
    transition: all 0.4s ease-out;
    z-index: 2;
    height: 150px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(177,173,191,0.5);
}.course-instructor-471 .review-space-934:hover .img-gallery-item-152 {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(177,173,191);
}.course-instructor-471 .review-space-934 > div:nth-child(2) {
    position: relative;
    text-align: center;
}.course-instructor-471 .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 21px;
    transform: translateZ(0);
    padding-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
}.course-instructor-471 .name::after {
    background: linear-gradient(90deg, transparent, rgb(177,173,191), transparent);
    content: "";
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    width: 40%;
    position: absolute;
    height: 2px;
    bottom: 0;
}.course-instructor-471 .review-space-934:hover .name::after {
    width: 70%;
}.course-instructor-471 .review-space-934 > div:nth-child(2) > div {
    font-style: italic;
    position: relative;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    background: linear-gradient(to right, rgba(rgb(177,173,191,0.5), 0.1), rgba(rgb(177,173,191,0.5), 0), rgba(rgb(177,173,191,0.5), 0.1));
    font-size: calc(13px - 0.1rem);
    display: inline-block;
    color: rgb(137,128,167);
}.course-instructor-471 .experience-tasks-219 {
    border-radius: 10px;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    padding: 1.5rem;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0.5);
}.course-instructor-471 .experience-tasks-219::before,
.course-instructor-471 .experience-tasks-219::after {
    font-family: serif;
    color: rgb(177,173,191,0.5);
    position: absolute;
    font-size: 3.5rem;
    content: "";
    line-height: 1;
}.course-instructor-471 .experience-tasks-219::before {
    left: 0;
    top: -0.5rem;
}.course-instructor-471 .experience-tasks-219::after {
    right: 0;
    bottom: -1.5rem;
    content: "";
}

@media (min-width: 768px) {.course-instructor-471 .review-space-934 {
    grid-template-rows: auto 1fr;
    gap: 1.5rem 2.5rem;
    grid-template-columns: 180px 1fr;
}.course-instructor-471 .review-space-934 > div:first-child {
    align-self: center;
    grid-row: 1 / 3;
}.course-instructor-471 .review-space-934 > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.course-instructor-471 .name::after {
    transform: none;
    left: 0;
}.course-instructor-471 .review-space-934 > div:nth-child(2) > div {
    background: linear-gradient(to right, rgba(rgb(177,173,191,0.5), 0.1), rgba(rgb(177,173,191,0.5), 0));
    padding-left: 0;
}.course-instructor-471 .review-space-934 > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.course-instructor-471 {
    padding: 8rem 0;
}.course-instructor-471 .review-space-934 {
    max-width: 90%;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    margin: 0 auto;
}.course-instructor-471 .review-space-934:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.course-instructor-471 .img-gallery-item-152 {
    width: 180px;
    height: 180px;
}.course-instructor-471 .experience-tasks-219 {
    font-size: calc(13px + 0.1rem);
    line-height: 1.8;
    padding: 2rem;
}
}

@media (min-width: 1200px) {.course-instructor-471 .review-space-934 {
    grid-template-columns: 220px 1fr;
    max-width: 80%;
    gap: 2rem 3rem;
}.course-instructor-471 .img-gallery-item-152 {
    width: 200px;
    height: 200px;
}.course-instructor-471 .name {
    font-size: calc(21px + 0.2rem);
}.course-instructor-471 .review-space-934 > div:nth-child(2) > div {
    font-size: 13px;
}
}

@media (max-width: 767px) {.course-instructor-471 {
    padding: 4rem 0;
}.course-instructor-471 .review-space-934 {
    padding: 2rem 1.5rem;
}.course-instructor-471 .experience-tasks-219 {
    padding: 1rem 0.5rem;
}.course-instructor-471 .experience-tasks-219::before,
    .course-instructor-471 .experience-tasks-219::after {
    font-size: 2.5rem;
}}.panelTrackingNotice-960 {
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(177,173,191);
    background: rgb(228,227,232);
    position: fixed;
    bottom: 0;
}.digital-cookies-806 {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.panelTrackingNotice-960 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.panelTrackingNotice-960 p {
    font-size: 18px;
}.user-safety-267 {
    flex-shrink: 0;
    margin-right: 10px;
}.user-safety-267 svg, .user-safety-267 svg path, .user-safety-267 img {
    height: 100px;
    width: 100px;
    fill: rgb(177,173,191);
}.user-alert-476 {
    text-align: center;
    white-space: nowrap;
    font-size: 24px;
    min-width: 120px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(177,173,191);
    cursor: pointer;
    text-decoration: none;
    color: rgb(177,173,191);
    line-height: 35px;
    margin-left: 10px;
}.panelTrackingNotice-960 p a {
    color: rgb(177,173,191);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.panelTrackingNotice-960 {
    padding: 20px;
}}
#windowConsentAlert-705 {
    display: none;
}#windowConsentAlert-705:checked ~ .panelTrackingNotice-960 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.user-safety-267 {
    display: none;
}.digital-cookies-806 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.panelTrackingNotice-960 h5 {
    text-align: center;
}.panelTrackingNotice-960 p {
    text-align: center;
}.track-manage-280 {
    margin-bottom: 20px;
}body .framework-wrap-219 .user-alert-476 {
    margin-left: 0;
}}footer {
    width: 100%;
    position: relative;
}.code-labs-360 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}footer .access-help-853 {
    position: relative;
    z-index: 1;
}footer .submit-request-874 {
    background-color: rgb(137,128,167);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 70px;
    display: flex;
    gap: 20px;
    padding: 40px 20px;
    color: #ffffff;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}footer .submit-request-874::after {
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
}footer .info_item {
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 10px 20px;
    max-width: 300px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #ffffff;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: -30px;
    display: grid;
    position: relative;
    gap: 40px;
}footer .text_main_holder::before {
    z-index: -1;
    top: 0;
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    content: "";
}footer .site-main-869 {
    text-align: center;
    padding-top: 60px;
}footer .site-main-869 svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .intern-opp-840 {
    line-height: 1.6;
    text-align: center;
    max-width: 350px;
    color: #000000;
    font-size: 13px;
    margin: 0 auto;
}footer .head-nav-056 {
    background-color: rgb(228,227,232);
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    margin: 0 20px;
}footer .head-nav-056 h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
    display: inline-block;
}footer .head-nav-056 h5::after {
    height: 2px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(177,173,191), transparent);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}footer .head-prime-102 {
    flex-wrap: wrap;
    gap: 10px 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}footer .head-prime-102 a {
    transition: all 0.3s ease;
    color: #000000;
    padding: 8px 0;
    position: relative;
    flex: 1 0 calc(50% - 30px);
    font-size: 18px;
    text-decoration: none;
}footer .head-prime-102 a::after {
    position: absolute;
    height: 1px;
    left: 0;
    background-color: rgb(177,173,191);
    transition: width 0.3s ease;
    content: "";
    width: 0;
    bottom: 0;
}footer .head-prime-102 a:hover {
    padding-left: 5px;
    color: rgb(177,173,191);
}footer .head-prime-102 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    color: #ffffff;
    position: relative;
    padding: 30px;
    background-color: rgb(177,173,191);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    margin: 0 20px;
}footer .subscribe_holder::before {
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 18px;
    border-radius: 10px;
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .mail-section-391 {
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px;
    background-color: #000000;
    cursor: pointer;
    border: none;
    font-size: 15px;
}footer .mail-section-391:hover {
    background-color: rgb(137,128,167);
}footer .play-market-836 {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .cookie-ctrl-841 {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail-section-391 {
    white-space: nowrap;
}footer .site-main-869 {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .submit-request-874 {
    padding: 30px 15px 50px;
}footer .head-nav-056, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .play-market-836 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .submit-request-874 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head-nav-056 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .head-prime-102 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .mail-section-391 {
    padding: 12px;
}}.privacy-hold-097 {
    padding: 30px;
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(137,128,167);
    color: #000000;
    overflow: hidden;
}.privacy-hold-097 h1 {
    font-size: 39px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: rgb(177,173,191);
}.privacy-hold-097 h2 {
    color: rgb(177,173,191);
    font-size: 37px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy-hold-097 h3, .privacy-hold-097 h4, .privacy-hold-097 h5, .privacy-hold-097 h6 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 19px;
    color: rgb(177,173,191);
}.privacy-hold-097 li {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 13px;
}.privacy-hold-097 section {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
}.privacy-hold-097 p, .privacy-hold-097 span, .privacy-hold-097 div {
    line-height: 20px;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.privacy-hold-097 {
    padding: 20px;
}.privacy-hold-097 h1 {
    margin-top: 25px;
    font-size: calc(19px - 5px);
    margin-bottom: 15px;
}.privacy-hold-097 h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(19px - 3px);
}.privacy-hold-097 h3, .privacy-hold-097 h4, .privacy-hold-097 h5, .privacy-hold-097 h6 {
    margin-top: 15px;
    font-size: calc(19px - 2px);
    margin-bottom: 5px;
}.privacy-hold-097 ul, .privacy-hold-097 ol {
    padding: 5px 0;
    margin: 10px 0;
}.privacy-hold-097 li {
    margin-bottom: 5px;
    font-size: calc(13px - 1px);
}.privacy-hold-097 p, .privacy-hold-097 span, .privacy-hold-097 div {
    font-size: calc(13px - 1px);
    margin-bottom: 4px;
}}.pricing-block-879 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(228,227,232);
}.pricing-block-879::before {
    content: "";
    width: 600px;
    filter: blur(80px);
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(135deg, rgb(177,173,191,0.5), rgb(137,128,167,0.5));
    height: 600px;
    top: -15%;
    z-index: 0;
    right: -10%;
}.pricing-block-879::after {
    background: linear-gradient(225deg, rgb(137,128,167,0.5), rgb(177,173,191,0.5));
    height: 500px;
    opacity: 0.1;
    position: absolute;
    filter: blur(100px);
    width: 500px;
    left: -10%;
    content: "";
    bottom: -15%;
    z-index: 0;
}.pricing-block-879 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.pricing-block-879 .trial-offers-721 {
    flex-direction: column;
    display: flex;
    gap: 60px;
}.pricing-block-879 .bundle-rate-983 {
    transform: translateX(5%);
    position: relative;
    margin-bottom: 20px;
    order: -1;
    z-index: 2;
}.pricing-block-879 .bundle-rate-983 h2 {
    font-weight: 700;
    -webkit-background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 15px;
    transition: transform 0.5s ease;
    font-size: 28px;
    color: transparent;
    color: #000000;
    background-clip: text !important;
    background: linear-gradient(90deg, #000000, rgb(177,173,191));
}.pricing-block-879 .bundle-rate-983 .study-price-839 {
    margin-left: 5px;
    font-size: 17px;
    transition: transform 0.4s ease;
    max-width: 700px;
    transform: translateY(0);
    line-height: 1.6;
    color: #000000;
}.pricing-block-879 .bundle-rate-983:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.pricing-block-879 .bundle-rate-983:hover .study-price-839 {
    transform: translateY(3px);
}.pricing-block-879 .rate-choices-409 {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.pricing-block-879 .fee-plans-271 {
    position: relative;
    display: block;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0) scale(1);
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
}.pricing-block-879 .fee-plans-271:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.pricing-block-879 .tuition-table-236 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.5s ease;
    flex-direction: column;
}.pricing-block-879 .fee-plans-271:hover .tuition-table-236 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(177,173,191,0.5);
}.pricing-block-879 .tuition-table-236::before {
    height: 5px;
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    top: 0;
    left: 0;
    transform-origin: left;
    right: 0;
    background: linear-gradient(90deg, rgb(177,173,191), rgb(137,128,167));
}.pricing-block-879 .fee-plans-271:hover .tuition-table-236::before {
    transform: scaleX(1);
}.pricing-block-879 .learning-plan-964 {
    z-index: 2;
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}.pricing-block-879 .learning-plan-964 h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(18px + 2px);
    word-break: break-word;
    position: relative;
    transition: transform 0.4s ease, color 0.3s ease;
    transform: translateY(0);
    overflow-wrap: break-word;
}.pricing-block-879 .fee-plans-271:hover .learning-plan-964 h3 {
    color: rgb(177,173,191);
    transform: translateY(-2px);
}.pricing-block-879 .learning-plan-964 .package-pricing-651 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
    overflow-wrap: break-word;
    color: rgb(177,173,191);
    font-weight: 700;
    margin: 5px 0 20px;
    font-size: calc(18px + 6px);
    word-break: break-word;
}.pricing-block-879 .fee-plans-271:hover .learning-plan-964 .package-pricing-651 {
    transform: scale(1.05);
}.pricing-block-879 .learning-plan-964 .package-pricing-651::after {
    background: rgb(137,128,167,0.5);
    bottom: -10px;
    width: 50px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
}.pricing-block-879 .fee-plans-271:hover .learning-plan-964 .package-pricing-651::after {
    width: 80px;
}.pricing-block-879 .learning-plan-964 p {
    line-height: 1.7;
    overflow-wrap: break-word;
    margin-top: 10px;
    font-size: 17px;
    opacity: 0.85;
    word-break: break-word;
    flex-grow: 1;
    transition: opacity 0.3s ease;
    color: #000000;
    white-space: normal;
}.pricing-block-879 .fee-plans-271:hover .learning-plan-964 p {
    opacity: 1;
}.pricing-block-879 .fee-plans-271 .img-gallery-item-152 {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 220px;
    width: 100%;
    overflow: hidden;
    position: relative;
}.pricing-block-879 .fee-plans-271:hover .img-gallery-item-152 {
    height: 240px;
}.pricing-block-879 .fee-plans-271 .img-gallery-item-152::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    position: absolute;
}.pricing-block-879 .fee-plans-271:hover .img-gallery-item-152::after {
    opacity: 1;
}.pricing-block-879 .fee-plans-271:nth-child(odd) .tuition-table-236 {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.pricing-block-879 {
    padding: 140px 0;
}.pricing-block-879 .trial-offers-721 {
    align-items: flex-start;
    flex-direction: row;
}.pricing-block-879 .bundle-rate-983 {
    align-self: flex-start;
    position: sticky;
    margin-right: 70px;
    transform: translateX(0);
    order: 0;
    top: 100px;
    width: 30%;
}.pricing-block-879 .rate-choices-409 {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.pricing-block-879 .rate-choices-409 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-block-879 .bundle-rate-983 h2 {
    font-size: calc(28px + 5px);
}
}

@media (max-width: 991px) {.pricing-block-879 {
    padding: 80px 0;
}.pricing-block-879 .bundle-rate-983 {
    text-align: center;
    transform: translateX(0);
}.pricing-block-879 .bundle-rate-983 .study-price-839 {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.pricing-block-879 {
    padding: 60px 0;
}.pricing-block-879 .rate-choices-409 {
    grid-template-columns: 1fr;
}.pricing-block-879 .learning-plan-964 {
    padding: 25px 20px;
}.pricing-block-879 .fee-plans-271 .img-gallery-item-152 {
    height: 180px;
}.pricing-block-879 .bundle-rate-983 h2 {
    font-size: calc(28px - 2px);
}
}

@media (max-width: 480px) {.pricing-block-879 {
    padding: 50px 0;
}.pricing-block-879 .learning-plan-964 h3 {
    font-size: 18px;
}.pricing-block-879 .learning-plan-964 .package-pricing-651 {
    font-size: calc(18px + 2px);
}.pricing-block-879 .learning-plan-964 p {
    font-size: calc(17px - 1px);
}}.course-program-details-425 {
    background: rgb(228,227,232);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.course-program-details-425 .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    max-width: 1400px;
}.course-program-details-425 .skill-map-076 {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.course-program-details-425 .text-article-345 {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    max-width: 850px;
    width: 100%;
    position: relative;
    z-index: 4;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.course-program-details-425 .text-article-345 h2 {
    border-bottom: 2px solid rgb(177,173,191);
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    padding-bottom: 15px;
}.course-program-details-425 .text-article-345 .description {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}.course-program-details-425 .text-article-345 .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.course-program-details-425 .img-gallery-item-152 {
    top: 0;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    left: 0;
    width: 100%;
    position: absolute;
}.course-program-details-425 .img-gallery-item-152::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}
@media (min-width: 992px) {.course-program-details-425 .text-article-345 {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.course-program-details-425 {
    padding: 80px 0;
}.course-program-details-425 .text-article-345 {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.course-program-details-425 {
    padding: 60px 0;
}.course-program-details-425 .text-article-345 {
    padding: 25px;
    max-width: 100%;
}.course-program-details-425 .text-article-345 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.course-program-details-425 .text-article-345 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.course-program-details-425 {
    padding: 50px 0;
}.course-program-details-425 .text-article-345 {
    padding: 20px;
}.course-program-details-425 .text-article-345 h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(35px * 0.8);
}.course-program-details-425 .text-article-345 .description {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}header {
    padding: 1.2rem 0;
    background: rgb(228,227,232);
    position: relative;
    z-index: 100;
}header::before {
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(177,173,191,0.5) 0%, 
        transparent 50%, 
        rgb(137,128,167,0.5) 100%);
    left: 0;
    height: 100%;
    opacity: 0.5;
    top: 0;
}header .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .site-study-074 {
    border-radius: 12px;
    align-items: center;
    padding: 1rem;
    background: #ffffff;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    gap: 1rem;
}header .top-primary-765 {
    display: flex;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    justify-content: center;
    text-decoration: none;
    position: relative;
}header .top-primary-765::before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(177,173,191,0.5), 
        rgb(137,128,167,0.5), 
        rgb(177,173,191,0.5), 
        transparent);
    left: 0;
    height: 1px;
}header .top-primary-765 svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .top-primary-765:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(177,173,191,0.5));
}header .head-nav-056 {
    flex-wrap: wrap;
    background: rgb(228,227,232);
    display: flex;
    border-radius: 10px;
    padding: 0.6rem;
    gap: 0.4rem;
    justify-content: center;
    width: 100%;
}header .main-head-864 {
    font-size: 16px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    color: #000000;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}header .main-head-864::before {
    height: 100%;
    opacity: 0;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(177,173,191), rgb(137,128,167));
    width: 100%;
}header .main-head-864:hover {
    color: #ffffff;
}header .main-head-864:hover::before {
    opacity: 1;
}header .main-head-864::after {
    height: 2px;
    background: linear-gradient(to right, rgb(177,173,191), rgb(137,128,167));
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
    content: '';
    transform-origin: left;
    left: 0;
    position: absolute;
}header .main-head-864:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .site-study-074 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .top-primary-765 svg {
    width: 140px;
}header .head-nav-056 {
    padding: 0.5rem;
}header .main-head-864 {
    font-size: calc(16px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .site-study-074 {
    padding: 0.7rem;
    gap: 0.7rem;
}header .top-primary-765 svg {
    width: 120px;
}header .head-nav-056 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .main-head-864 {
    padding: 0.3rem 0.7rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .site-study-074 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top-primary-765 svg {
    width: 110px;
}header .head-nav-056 {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head-nav-056::-webkit-scrollbar {
    height: 2px;
}header .head-nav-056::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,173,191);
}header .main-head-864 {
    flex-shrink: 0;
    white-space: nowrap;
}}.aspiring-learners-493 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background-color: rgb(228,227,232);
}.aspiring-learners-493::before {
    background-size: 200px 200px;
    height: 100%;
    position: absolute;
    animation: moveRays 30s linear infinite;
    width: 100%;
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(177,173,191,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(137,128,167,0.5) 75%, transparent 76%);
    opacity: 0.3;
    left: 0;
    content: '';
}.aspiring-learners-493::after {
    content: '';
    z-index: 1;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(177,173,191,0.5) 90%, rgb(177,173,191,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(137,128,167,0.5) 95%, rgb(137,128,167,0.5) 96%, transparent 96%);
    left: 0;
    height: 100%;
    animation: moveRaysVertical 20s linear infinite;
    position: absolute;
    top: 0;
    background-size: 120px 120px;
    width: 100%;
    opacity: 0.2;
}.aspiring-learners-493 .growth-path-705 {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
    z-index: 2;
}.aspiring-learners-493 h3 {
    text-align: center;
    position: relative;
    font-size: 28px;
    margin-bottom: 3.5rem;
    font-weight: 600;
    color: rgb(177,173,191);
}.aspiring-learners-493 h3::after {
    content: '';
    animation: pulseLight 3s infinite alternate;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(177,173,191), transparent);
    height: 2px;
    width: 150px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}.aspiring-learners-493 ul {
    flex-direction: column;
    margin: 0;
    display: flex;
    padding: 0;
    gap: 1.5rem;
    list-style-type: none;
}.aspiring-learners-493 li {
    border-left: 3px solid rgb(177,173,191,0.5);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    align-items: center;
    position: relative;
    padding: 1.5rem 2rem;
    overflow: hidden;
}.aspiring-learners-493 li::before {
    width: 0;
    height: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(177,173,191,0.5) 0%, transparent 100%);
    top: 0;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.aspiring-learners-493 li::after {
    left: 0;
    box-shadow: 0 0 10px rgb(177,173,191,0.5);
    opacity: 0.5;
    bottom: 0;
    background: linear-gradient(90deg, rgb(177,173,191) 0%, transparent 100%);
    position: absolute;
    height: 1px;
    width: 100%;
    content: '';
}.aspiring-learners-493 li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    border-left-color: rgb(177,173,191);
}.aspiring-learners-493 li:hover::before {
    width: 100%;
}.aspiring-learners-493 li svg {
    flex-shrink: 0;
    fill: rgb(177,173,191);
    filter: drop-shadow(0 0 8px rgb(177,173,191,0.5));
    height: 40px;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    width: 40px;
}.aspiring-learners-493 li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}.aspiring-learners-493 li svg path {
    transition: all 0.4s ease;
    fill: rgb(177,173,191);
}.aspiring-learners-493 li:hover svg path {
    fill: rgb(137,128,167);
}.aspiring-learners-493 li {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}.aspiring-learners-493 li:nth-child(1) {
    animation-delay: 0s;
}.aspiring-learners-493 li:nth-child(2) {
    animation-delay: 0.1s;
}.aspiring-learners-493 li:nth-child(3) {
    animation-delay: 0.2s;
}.aspiring-learners-493 li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(177,173,191,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(177,173,191);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(177,173,191,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(177,173,191));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(177,173,191,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.aspiring-learners-493 li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}

@media (max-width: 991px) {.aspiring-learners-493 {
    padding: 4rem 0;
}.aspiring-learners-493 h3 {
    font-size: calc(28px * 0.9);
}.aspiring-learners-493 li {
    padding: 1.2rem 1.8rem;
}.aspiring-learners-493 li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.aspiring-learners-493 {
    padding: 3rem 0;
}.aspiring-learners-493 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2.5rem;
}.aspiring-learners-493 h3::after {
    width: 120px;
}.aspiring-learners-493 li {
    padding: 1rem 1.5rem;
}.aspiring-learners-493 li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}.tySpace-489 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,227,232) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}.tySpace-489::before {
    height: 100%;
    background-size: 20px 20px;
    animation: patternShift 60s linear infinite;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(177,173,191,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(177,173,191,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(177,173,191,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(177,173,191,0.5), 0.05) 75%);
    content: "";
}.tySpace-489::after {
    content: "";
    right: -5%;
    width: 30%;
    top: -10%;
    position: absolute;
    opacity: 0.25;
    filter: blur(70px);
    height: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(177,173,191,0.5), rgb(137,128,167,0.5));
    z-index: 0;
}.tySpace-489 .container {
    max-width: 1200px;
    transform: translateZ(0);
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.tySpace-489 h2 {
    letter-spacing: -0.01em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 36px;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    line-height: 1.3;
    text-align: center;
}.tySpace-489 h2::after {
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(177,173,191), rgb(137,128,167));
    box-shadow: 0 2px 10px rgba(rgb(177,173,191,0.5), 0.2);
    bottom: -1rem;
    width: 6rem;
    height: 3px;
}.tySpace-489:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.tySpace-489 .growth-path-705 {
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem 2.5rem;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    border-radius: 8px;
    transform: translateY(0);
    overflow: hidden;
}.tySpace-489 .growth-path-705::before {
    left: -2px;
    top: -2px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(177,173,191), rgb(137,128,167), rgb(177,173,191));
    background-size: 200% 100%;
    right: -2px;
    content: "";
    height: 5px;
    animation: gradientMove 6s linear infinite;
    position: absolute;
}.tySpace-489 .growth-path-705::after {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(rgb(228,227,232), 0.05));
    left: 0;
}.tySpace-489:hover .growth-path-705 {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.tySpace-489 ul {
    margin: 0;
    z-index: 2;
    list-style: none;
    padding: 0;
    position: relative;
}.tySpace-489 li {
    z-index: 2;
    position: relative;
}.tySpace-489 li::before {
    position: absolute;
    background-image: radial-gradient(circle, rgb(137,128,167,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.3;
    top: -0.5rem;
    width: 2rem;
    z-index: -1;
    left: -1rem;
    height: 2rem;
    transform: scale(0.8);
    transition: transform 0.6s ease, opacity 0.6s ease;
}.tySpace-489:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.tySpace-489 span {
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: 16px;
    display: block;
    color: #000000;
    transition: color 0.3s ease;
}.tySpace-489 span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(177,173,191);
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.tySpace-489 {
    padding: 4rem 0;
}.tySpace-489 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.tySpace-489 .growth-path-705 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.tySpace-489 {
    padding: 3.5rem 0;
}.tySpace-489 h2 {
    font-size: calc(36px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.tySpace-489 h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.tySpace-489 .growth-path-705 {
    padding: 2rem 1.5rem;
}.tySpace-489 span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.tySpace-489 {
    padding: 3rem 0;
}.tySpace-489 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.7);
}.tySpace-489 h2::after {
    width: 4rem;
}.tySpace-489 .growth-path-705 {
    padding: 1.5rem 1.25rem;
}.tySpace-489 span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.tySpace-489 li::before {
    left: -0.5rem;
    top: -0.3rem;
    height: 1.5rem;
    width: 1.5rem;
}}.who-we-are-328 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.who-we-are-328::before {
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgb(177,173,191,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.who-we-are-328::after {
    content: "";
    height: 200px;
    border-radius: 50%;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
    right: -50px;
    opacity: 0.1;
    position: absolute;
    background: rgb(137,128,167);
    width: 200px;
    bottom: -50px;
}.who-we-are-328 h4 {
    color: #ffffff;
    letter-spacing: 2px;
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: calc(28px * 1.2);
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}.who-we-are-328 h4::after {
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80px;
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, rgb(137,128,167), rgb(177,173,191));
}.who-we-are-328 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.who-we-are-328 .text-article-345 {
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    opacity: 1;
    background: rgba(255, 255, 255, 0.92);
    border-left: 5px solid rgb(177,173,191);
    padding: 40px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}.who-we-are-328 .text-article-345::before {
    position: absolute;
    height: 5px;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(137,128,167));
    content: "";
    top: 0;
    right: 0;
}.who-we-are-328 .text-article-345::after {
    height: 2px;
    right: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(177,173,191,0.5));
}.who-we-are-328 .text-article-345 h6 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    color: rgb(177,173,191);
    margin-bottom: 25px;
}.who-we-are-328 .text-article-345 h6::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(0.3);
    height: 2px;
    bottom: -10px;
    background: rgb(137,128,167,0.5);
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.5s ease;
}.who-we-are-328 .text-article-345:hover h6::after {
    transform: scaleX(1);
}.who-we-are-328 .text-article-345 div {
    position: relative;
}.who-we-are-328 .text-article-345 span {
    column-gap: 30px;
    font-size: 15px;
    hyphens: auto;
    display: block;
    column-count: 2;
    text-align: justify;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.who-we-are-328 {
    padding: 100px 0;
}.who-we-are-328 .text-article-345 {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.who-we-are-328 {
    padding: 80px 0;
}.who-we-are-328 h4 {
    font-size: calc(28px * 1.1);
    margin-bottom: 50px;
}.who-we-are-328 .text-article-345 {
    padding: 30px 35px;
}.who-we-are-328 .text-article-345 h6 {
    font-size: 23px;
}
}

@media screen and (max-width: 768px) {.who-we-are-328 {
    padding: 70px 0;
}.who-we-are-328 h4 {
    font-size: 28px;
    margin-bottom: 40px;
}.who-we-are-328 h4::after {
    width: 60px;
    height: 3px;
}.who-we-are-328 .text-article-345 {
    padding: 25px 30px;
}.who-we-are-328 .text-article-345 span {
    line-height: 1.7;
    font-size: calc(15px - 1px);
    column-count: 1;
}
}

@media screen and (max-width: 576px) {.who-we-are-328 {
    padding: 60px 0;
}.who-we-are-328 h4 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.who-we-are-328 h4::after {
    width: 50px;
}.who-we-are-328 .text-article-345 {
    border-left-width: 3px;
    padding: 20px 25px;
}.who-we-are-328 .text-article-345 h6 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.who-we-are-328 .text-article-345 span {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}
}

@media (hover: hover) and (pointer: fine) {.who-we-are-328 .text-article-345:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}}.get-in-touch-412 {
    padding: 100px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: rgb(228,227,232);
}.get-in-touch-412::before {
    background: linear-gradient(45deg, transparent 48%, rgb(177,173,191,0.5) 49%, rgb(177,173,191,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(137,128,167,0.5) 49%, rgb(137,128,167,0.5) 51%, transparent 52%);
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    background-size: 60px 60px;
    z-index: 0;
    content: '';
    width: 100%;
}.get-in-touch-412::after {
    background-size: 100px 100px;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: 0.2;
    left: 0;
    background: 
        linear-gradient(90deg, rgb(228,227,232) 6px, transparent 6px),
        linear-gradient(0deg, rgb(228,227,232) 6px, transparent 6px);
    position: absolute;
    width: 100%;
    top: 0;
}.get-in-touch-412 .img-gallery-item-152 {
    top: 0;
    opacity: 0.15;
    height: 100%;
    left: 0;
    filter: grayscale(0.7) hue-rotate(25deg);
    width: 100%;
    z-index: 0;
    position: absolute;
}.get-in-touch-412 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.get-in-touch-412 h3 {
    margin-bottom: 60px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 4px;
    transform: skew(-5deg);
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}.get-in-touch-412 h3::before {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    height: 5px;
    width: 100px;
    content: '';
    background: linear-gradient(90deg, rgb(177,173,191), rgb(137,128,167));
}.get-in-touch-412 .reach-map-293 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}.get-in-touch-412 .request-box-870 {
    z-index: 2;
    background: #ffffff;
    position: relative;
    flex: 1 1 60%;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: skew(-3deg);
    padding: 60px;
}.get-in-touch-412 .request-box-870::before {
    top: 20px;
    position: absolute;
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    pointer-events: none;
    left: 20px;
    content: '';
    bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
}.get-in-touch-412 .request-box-870 #contact {
    transform: skew(3deg);
}.get-in-touch-412 .request-box-870 h3 {
    font-size: 24px;
    margin-bottom: 40px;
    transform: skew(0);
    color: #000000;
    font-weight: 700;
    text-align: left;
}.get-in-touch-412 .request-box-870 h3::before {
    left: 0;
    transform: none;
    clip-path: none;
    width: 60px;
    height: 3px;
}.get-in-touch-412 .request-box-870 input[type="text"],
.get-in-touch-412 .request-box-870 textarea {
    border: 2px solid rgb(177,173,191);
    color: #000000;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.get-in-touch-412 .request-box-870 input[type="text"]:focus,
.get-in-touch-412 .request-box-870 textarea:focus {
    box-shadow: 8px 8px 0 rgb(177,173,191,0.5);
    transform: translate(-3px, -3px);
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
}.get-in-touch-412 .request-box-870 textarea {
    height: 140px;
    resize: vertical;
}.get-in-touch-412 .request-box-870 .request-support-596 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.get-in-touch-412 .request-box-870 .request-support-596 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch-412 .request-box-870 .request-support-596 label {
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(16px - 2px);
    position: relative;
    padding-left: 35px;
}.get-in-touch-412 .request-box-870 .request-support-596 label::before {
    transition: all 0.3s ease;
    width: 24px;
    background-color: #ffffff;
    border: 2px solid rgb(177,173,191);
    top: 0;
    content: '';
    position: absolute;
    height: 24px;
    left: 0;
}.get-in-touch-412 .request-box-870 .request-support-596 input[type="checkbox"]:checked + label::before {
    background-color: rgb(177,173,191);
}.get-in-touch-412 .request-box-870 .request-support-596 input[type="checkbox"]:checked + label::after {
    left: 9px;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    width: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    height: 12px;
    position: absolute;
    content: '';
}.get-in-touch-412 .request-box-870 .request-support-596 a {
    transition: color 0.3s ease;
    color: rgb(177,173,191);
    position: relative;
    text-decoration: none;
    font-weight: 600;
}.get-in-touch-412 .request-box-870 .request-support-596 a::after {
    bottom: -2px;
    position: absolute;
    left: 0;
    background-color: rgb(177,173,191);
    height: 2px;
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
}.get-in-touch-412 .request-box-870 .request-support-596 a:hover {
    color: rgb(137,128,167);
}.get-in-touch-412 .request-box-870 .request-support-596 a:hover::after {
    transform: scaleX(1);
    background-color: rgb(137,128,167);
}.get-in-touch-412 .request-box-870 .connect-query-481 {
    position: relative;
    cursor: pointer;
    letter-spacing: 2px;
    background: rgb(177,173,191);
    display: inline-block;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: 700;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 18px 40px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.get-in-touch-412 .request-box-870 .connect-query-481:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgb(137,128,167);
    transform: translate(-3px, -3px);
}.get-in-touch-412 .request-links-860 {
    background: rgb(228,227,232);
    position: relative;
    padding: 60px 60px 60px 80px;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex: 1 1 40%;
    z-index: 1;
    color: #ffffff;
}.get-in-touch-412 .request-links-860::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
}.get-in-touch-412 .request-links-860::after {
    right: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    bottom: 20px;
    left: 20px;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 20px;
}.get-in-touch-412 .request-links-860 h4 {
    font-weight: 700;
    color: #000000;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
}.get-in-touch-412 .request-links-860 h4::after {
    bottom: -15px;
    content: '';
    left: 0;
    background: rgb(177,173,191);
    position: absolute;
    height: 3px;
    width: 60px;
}.get-in-touch-412 .request-links-860 .contact-query-870 {
    list-style: none;
    padding: 0;
    margin: 0;
}.get-in-touch-412 .request-links-860 .contact-query-870 li {
    align-items: flex-start;
    display: flex;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}.get-in-touch-412 .request-links-860 .contact-query-870 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.get-in-touch-412 .request-links-860 .contact-query-870 li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.get-in-touch-412 .request-links-860 .contact-query-870 li svg path {
    fill: rgb(177,173,191);
}.get-in-touch-412 .request-links-860 .contact-query-870 li:hover svg path {
    fill: rgb(137,128,167);
    transition: fill 0.3s ease;
}.get-in-touch-412 .request-links-860 .contact-query-870 li span {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.get-in-touch-412 .request-links-860 .contact-query-870 li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.get-in-touch-412 .request-links-860 .contact-query-870 li a:hover {
    color: rgb(177,173,191);
}

@media (max-width: 992px) {.get-in-touch-412 {
    padding: 70px 0;
}.get-in-touch-412 .reach-map-293 {
    flex-direction: column;
}.get-in-touch-412 .request-box-870 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
    flex: 1 1 100%;
}.get-in-touch-412 .request-links-860 {
    margin-top: -20px;
    margin-left: 0;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.get-in-touch-412 {
    padding: 50px 0;
}.get-in-touch-412 h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px);
}.get-in-touch-412 .request-box-870 h3,
    .get-in-touch-412 .request-links-860 h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.get-in-touch-412 .request-box-870 input[type="text"],
    .get-in-touch-412 .request-box-870 textarea {
    padding: 15px;
    margin-bottom: 20px;
}.get-in-touch-412 .request-box-870 textarea {
    height: 120px;
}.get-in-touch-412 .request-box-870 .connect-query-481 {
    padding: 15px 30px;
}.get-in-touch-412 .request-links-860 .contact-query-870 li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.get-in-touch-412 .request-links-860 .contact-query-870 li svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.get-in-touch-412 {
    padding: 40px 0;
}.get-in-touch-412 .request-box-870,
    .get-in-touch-412 .request-links-860 {
    box-shadow: none;
    clip-path: none;
    padding: 30px 20px;
    transform: skew(0);
}.get-in-touch-412 .request-box-870 #contact {
    transform: skew(0);
}.get-in-touch-412 .request-box-870::before,
    .get-in-touch-412 .request-links-860::after {
    clip-path: none;
}.get-in-touch-412 .request-links-860 {
    margin-top: 0;
}.get-in-touch-412 h3 {
    font-size: calc(32px - 6px);
    transform: skew(0);
}.get-in-touch-412 .request-box-870 .request-support-596 label {
    font-size: calc(16px - 3px);
}.get-in-touch-412 .request-box-870 .connect-query-481 {
    clip-path: none;
}
}