* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrap-structure_1SZlG {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-track {
    background: rgb(148,138,164,0.5);
}::-webkit-scrollbar-thumb {
    transition: all, background 4.6s ease-out;
    background: rgb(148,138,164,0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(2px);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(148,138,164,0.5) rgb(219,214,225);
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.top_site_FD31Q {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.citation_AVlzn {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1225px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.prospective_members_qRxjf {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 90px 0;
}.prospective_members_qRxjf::before {
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,178,195,0.5) 0,
        rgb(183,178,195,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: '';
    left: 0;
    opacity: 0.03;
    top: 0;
    position: absolute;
    height: 100%;
}.prospective_members_qRxjf .skill_experts_4EdKi {
    z-index: 10;
    max-width: 1100px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.prospective_members_qRxjf h3 {
    padding: 0 30px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 33px;
}.prospective_members_qRxjf h3::before,
.prospective_members_qRxjf h3::after {
    content: '';
    top: 50%;
    width: 15px;
    transform: translateY(-50%);
    background-color: rgb(183,178,195,0.5);
    position: absolute;
    height: 15px;
    border-radius: 50%;
}.prospective_members_qRxjf h3::before {
    left: 0;
}.prospective_members_qRxjf h3::after {
    right: 0;
}.prospective_members_qRxjf ul {
    padding: 0;
    gap: 25px;
    list-style: none;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
}.prospective_members_qRxjf ul li {
    background-color: #ffffff;
    text-align: left;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    gap: 20px;
    width: calc(33.333% - 17px);
    min-width: 280px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    align-items: center;
    display: flex;
    position: relative;
    padding: 35px 25px;
}.prospective_members_qRxjf ul li::before {
    position: absolute;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(219,214,225) 100%);
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    border-radius: 16px;
    transition: opacity 0.4s ease;
    height: 100%;
    content: '';
    top: 0;
}.prospective_members_qRxjf ul li:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
}.prospective_members_qRxjf ul li:hover::before {
    opacity: 1;
}.prospective_members_qRxjf ul li svg {
    transition: all 0.4s ease;
    width: 45px;
    height: 45px;
    position: relative;
    flex-shrink: 0;
}.prospective_members_qRxjf ul li:hover svg {
    transform: scale(1.1);
}.prospective_members_qRxjf ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(183,178,195);
}.prospective_members_qRxjf ul li:hover svg path {
    fill: rgb(148,138,164);
}.prospective_members_qRxjf ul li::after {
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0.5;
    background-color: rgb(183,178,195,0.5);
    width: 10px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    height: 10px;
}.prospective_members_qRxjf ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(148,138,164,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members_qRxjf ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.prospective_members_qRxjf ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_qRxjf ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members_qRxjf ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members_qRxjf ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members_qRxjf ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members_qRxjf ul li:nth-child(6) {
    animation-delay: 0.6s;
}.prospective_members_qRxjf ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(183,178,195,0.5), 0.1);
}.prospective_members_qRxjf ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(148,138,164,0.5), 0.1);
}

@media (max-width: 992px) {.prospective_members_qRxjf {
    padding: 70px 0;
}.prospective_members_qRxjf h3 {
    margin-bottom: 40px;
}.prospective_members_qRxjf ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.prospective_members_qRxjf ul {
    gap: 20px;
}.prospective_members_qRxjf ul li {
    padding: 25px 20px;
    width: 100%;
}
}

@media (max-width: 576px) {.prospective_members_qRxjf {
    padding: 50px 0;
}.prospective_members_qRxjf h3 {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: calc(33px * 0.85);
}.prospective_members_qRxjf h3::before,
    .prospective_members_qRxjf h3::after {
    width: 10px;
    height: 10px;
}.prospective_members_qRxjf ul li {
    padding: 20px 15px;
    gap: 15px;
}.prospective_members_qRxjf ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members_qRxjf ul li {
    animation: none;
    opacity: 1;
}.prospective_members_qRxjf ul li:hover {
    transform: none;
}.prospective_members_qRxjf ul li:hover svg {
    transform: none;
}}.tyCard_iaLYe {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgb(148,138,164,0.5) 100%);
}.tyCard_iaLYe::before {
    background: radial-gradient(circle, rgb(183,178,195,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    width: 300px;
    opacity: 0.6;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate ease-in-out;
    right: -50px;
    content: "";
    top: -50px;
    height: 300px;
}.tyCard_iaLYe::after {
    left: -100px;
    width: 400px;
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(ellipse, rgb(148,138,164,0.5) 0%, transparent 70%);
    bottom: -100px;
    z-index: 1;
    animation: float 12s infinite alternate ease-in-out;
    content: "";
    height: 400px;
}.tyCard_iaLYe .container {
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.tyCard_iaLYe h2 {
    font-weight: 700;
    margin-bottom: 40px;
    animation: slideInTitle 1.2s ease-out;
    transform: translateY(0);
    color: #000000;
    position: relative;
    font-size: 34px;
    opacity: 1;
}.tyCard_iaLYe h2::after {
    left: 0;
    content: "";
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    height: 4px;
    bottom: -15px;
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    position: absolute;
}.tyCard_iaLYe .skill_experts_4EdKi {
    padding: 40px;
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: slideInContent 1.5s ease-out 0.3s both;
}.tyCard_iaLYe .skill_experts_4EdKi::before {
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
}.tyCard_iaLYe ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyCard_iaLYe li {
    margin-bottom: 15px;
    padding-left: 25px;
    animation: fadeIn 1.8s ease-out 0.6s both;
    position: relative;
}.tyCard_iaLYe li::before {
    animation: rotateMark 6s infinite alternate ease-in-out;
    height: 8px;
    position: absolute;
    content: "";
    top: 10px;
    transform: rotate(45deg);
    background: rgb(183,178,195);
    left: 0;
    width: 8px;
}.tyCard_iaLYe li span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}

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

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.tyCard_iaLYe {
    padding: 80px 0;
}.tyCard_iaLYe h2 {
    font-size: calc(34px * 0.9);
}.tyCard_iaLYe .skill_experts_4EdKi {
    padding: 30px;
}
}

@media (max-width: 768px) {.tyCard_iaLYe {
    padding: 60px 0;
}.tyCard_iaLYe h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.tyCard_iaLYe h2::after {
    width: 60px;
}.tyCard_iaLYe .skill_experts_4EdKi {
    padding: 25px;
}.tyCard_iaLYe::before {
    height: 200px;
    width: 200px;
}.tyCard_iaLYe::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 576px) {.tyCard_iaLYe {
    padding: 40px 0;
}.tyCard_iaLYe h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.7);
}.tyCard_iaLYe h2::after {
    width: 50px;
    height: 3px;
}.tyCard_iaLYe .skill_experts_4EdKi {
    padding: 20px;
}.tyCard_iaLYe li {
    padding-left: 20px;
}.tyCard_iaLYe li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.tyCard_iaLYe, .tyCard_iaLYe::before, .tyCard_iaLYe::after, 
  .tyCard_iaLYe h2, .tyCard_iaLYe h2::after, 
  .tyCard_iaLYe .skill_experts_4EdKi, .tyCard_iaLYe li, .tyCard_iaLYe li::before {
    animation: none;
    transition: none;
}
}

@supports (container-type: inline-size) {.tyCard_iaLYe .container {
    container-name: thanks-container;
    container-type: inline-size;
}
  
  @container thanks-container (max-width: 768px) {.tyCard_iaLYe .skill_experts_4EdKi {
    padding: 20px;
}.tyCard_iaLYe h2 {
    margin-bottom: 25px;
}}
}.privacy_shell_Xom6c {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    line-height: 1.7;
    background-color: rgb(219,214,225);
    padding: 60px 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.privacy_shell_Xom6c::before {
    height: 200px;
    width: 200px;
    background-color: rgb(183,178,195,0.5);
    border-radius: 50%;
    top: -50px;
    position: absolute;
    content: '';
    left: -50px;
    z-index: 0;
}.privacy_shell_Xom6c::after {
    height: 200px;
    background-color: rgb(148,138,164,0.5);
    right: -50px;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    content: '';
    bottom: -50px;
    width: 200px;
}.privacy_shell_Xom6c h1, .privacy_shell_Xom6c h2, .privacy_shell_Xom6c h3, .privacy_shell_Xom6c h4, .privacy_shell_Xom6c h5, .privacy_shell_Xom6c h6 {
    margin-bottom: 20px;
    color: rgb(183,178,195);
    position: relative;
    z-index: 1;
}.privacy_shell_Xom6c h1 {
    text-transform: uppercase;
    font-size: 44px;
    border-bottom: 3px solid rgb(148,138,164);
    padding-bottom: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}.privacy_shell_Xom6c h2 {
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 33px;
    border-bottom: 2px solid rgb(148,138,164);
}.privacy_shell_Xom6c h3 {
    font-size: 33px;
    padding-bottom: 8px;
    font-weight: 600;
}.privacy_shell_Xom6c ul, .privacy_shell_Xom6c ol {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}.privacy_shell_Xom6c li {
    margin-bottom: 12px;
    color: #000000;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 13px;
}.privacy_shell_Xom6c ul li:before, .privacy_shell_Xom6c ol li:before {
    left: 0;
    border-radius: 50%;
    background-color: rgb(148,138,164);
    content: '';
    height: 12px;
    position: absolute;
    box-shadow: 0 0 5px rgb(148,138,164,0.5);
    width: 12px;
    top: 0.6em;
}.privacy_shell_Xom6c ol {
    counter-reset: item;
}.privacy_shell_Xom6c ol li {
    list-style-type: none;
}.privacy_shell_Xom6c ol li:before {
    line-height: 20px;
    color: #ffffff;
    border-radius: 50%;
    top: 0;
    background-color: rgb(183,178,195);
    box-shadow: 0 0 5px rgb(183,178,195,0.5);
    text-align: center;
    height: 20px;
    position: absolute;
    counter-increment: item;
    content: counter(item);
    left: 0;
    width: 20px;
    font-size: 20px;
}.privacy_shell_Xom6c p, .privacy_shell_Xom6c span {
    text-align: justify;
    font-size: 13px;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}.privacy_shell_Xom6c p {
    padding-left: 10px;
    border-left: 3px solid rgb(183,178,195);
}.privacy_shell_Xom6c div {
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}.privacy_shell_Xom6c div::before {
    top: 50%;
    content: '';
    background-color: rgb(148,138,164);
    left: -20px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
}
@media only screen and (max-width: 800px) {.privacy_shell_Xom6c {
    padding: 40px 20px;
}.privacy_shell_Xom6c h1 {
    font-size: calc(22px - 10px);
}.privacy_shell_Xom6c h2 {
    font-size: calc(22px - 8px);
}.privacy_shell_Xom6c p, .privacy_shell_Xom6c li {
    font-size: calc(13px - 2px);
}.privacy_shell_Xom6c::before, .privacy_shell_Xom6c::after {
    width: 150px;
    height: 150px;
}}header .top_learning_iCcvz {
    z-index: 100;
    background: linear-gradient(120deg, rgb(219,214,225) 0%, rgb(183,178,195,0.5) 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}header .top_learning_iCcvz::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    animation: slidePattern 25s linear infinite;
    opacity: 0.1;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(148,138,164,0.5) 10px,
        rgb(148,138,164,0.5) 11px
    );
}header .top_learning_iCcvz::after {
    height: 100px;
    left: -25%;
    background: rgb(183,178,195);
    transform: rotate(-2deg);
    top: -50px;
    z-index: -2;
    content: "";
    width: 150%;
    position: absolute;
    opacity: 0.1;
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .head_site_ixfvV {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto 1fr;
    align-items: center;
}header .head_core_0FbcS {
    z-index: 2;
    position: relative;
}header .top_base_Vf9Ms {
    border-radius: 10px;
    background: #ffffff;
    display: block;
    position: relative;
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(183,178,195,0.5);
    padding: 15px;
}header .top_base_Vf9Ms::before {
    border: 2px dashed rgb(183,178,195,0.5);
    transition: all 0.3s ease;
    bottom: -5px;
    border-radius: 10px;
    left: -5px;
    position: absolute;
    content: "";
    opacity: 0;
    top: -5px;
    right: -5px;
}header .top_base_Vf9Ms:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(183,178,195);
}header .top_base_Vf9Ms:hover::before {
    right: -8px;
    left: -8px;
    opacity: 1;
    top: -8px;
    bottom: -8px;
}header .top_base_Vf9Ms svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
    width: auto;
}header .main_navbar_jZsOy {
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}header .main_navbar_jZsOy::before {
    transition: width 0.3s ease;
    opacity: 0.15;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(148,138,164,0.5) 100%);
    width: 85%;
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    border-radius: 0 29px 29px 0;
    right: 0;
}header .main_navbar_jZsOy:hover::before {
    width: 100%;
}header .main_mainwrap_fQNdg {
    margin: 5px 3px;
    position: relative;
}header .main_mainwrap_fQNdg:nth-child(odd) {
    transform: translateY(-3px);
}header .main_mainwrap_fQNdg:nth-child(even) {
    transform: translateY(3px);
}header .main_mainwrap_fQNdg a {
    text-decoration: none;
    background: #ffffff;
    display: block;
    border-radius: 0 10px 0 10px;
    font-weight: 600;
    padding: 8px 16px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}header .main_mainwrap_fQNdg a::before {
    transform-origin: top;
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    height: 100%;
    right: 0;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    background: rgb(183,178,195);
}header .main_mainwrap_fQNdg a::after {
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    content: "";
    transition: transform 0.3s ease 0.1s;
    transform-origin: left;
    height: 2px;
    position: absolute;
}header .main_mainwrap_fQNdg a:hover {
    border-left-color: rgb(183,178,195);
    transform: translateX(5px);
    color: rgb(183,178,195);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .main_mainwrap_fQNdg a:hover::before {
    transform: scaleY(1);
}header .main_mainwrap_fQNdg a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .head_site_ixfvV {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
}header .head_core_0FbcS {
    justify-self: center;
}header .main_navbar_jZsOy {
    justify-content: center;
}header .main_navbar_jZsOy::before {
    opacity: 0.1;
    width: 100%;
    background: rgb(148,138,164,0.5);
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .main_navbar_jZsOy {
    flex-direction: column;
    width: 100%;
}header .main_mainwrap_fQNdg {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .main_mainwrap_fQNdg a {
    border-bottom: 3px solid transparent;
    text-align: center;
    border-radius: 10px;
    border-left: none;
}header .main_mainwrap_fQNdg a:hover {
    border-left-color: transparent;
    transform: translateY(-3px);
    border-bottom-color: rgb(183,178,195);
}header .main_mainwrap_fQNdg a::before {
    height: 5px;
    top: auto;
    left: 0;
    right: auto;
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
}header .main_mainwrap_fQNdg a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .top_base_Vf9Ms {
    padding: 10px;
    transform: none;
}header .top_base_Vf9Ms svg {
    height: 40px;
}header .top_base_Vf9Ms:hover {
    transform: translateY(-3px);
}}.company_info_pLIxj {
    padding: 8rem 0 6rem;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.company_info_pLIxj::before {
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
    top: 0;
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}.company_info_pLIxj::after {
    width: 200px;
    z-index: 2;
    opacity: 0.1;
    content: "";
    right: -50px;
    border-radius: 50%;
    background: rgb(183,178,195);
    height: 200px;
    filter: blur(50px);
    position: absolute;
    top: -50px;
    animation: float 10s infinite ease-in-out;
}.company_info_pLIxj h4 {
    font-size: calc(37px * 1.2);
    position: relative;
    font-weight: 700;
    z-index: 5;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s forwards 0.2s;
    opacity: 0;
    text-align: center;
}.company_info_pLIxj h4::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    left: 50%;
    position: absolute;
}.company_info_pLIxj .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}.company_info_pLIxj .caption_holder_mi32W {
    padding: 3rem;
    opacity: 0;
    transition: transform 0.5s ease-out;
    transform: translateY(30px);
    border-left: 3px solid rgb(183,178,195);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s forwards 0.4s;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(10px);
}.company_info_pLIxj .caption_holder_mi32W:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px) scale(1.01);
}.company_info_pLIxj .caption_holder_mi32W::before {
    pointer-events: none;
    opacity: 0.1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(183,178,195,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(148,138,164,0.5) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}.company_info_pLIxj h6 {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    color: rgb(183,178,195);
    animation: fadeInRight 0.8s forwards 0.6s;
    display: inline-block;
    opacity: 0;
}.company_info_pLIxj h6::after {
    background: rgb(148,138,164);
    height: 2px;
    width: 30px;
    transform: scaleX(0);
    bottom: -8px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    animation: expandLine 0.6s forwards 1.2s;
    transform-origin: left;
}.company_info_pLIxj .caption_holder_mi32W div {
    position: relative;
    overflow: hidden;
}.company_info_pLIxj .caption_holder_mi32W span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    line-height: 1.8;
    opacity: 0;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards 0.8s;
}.company_info_pLIxj .caption_holder_mi32W span::first-letter {
    font-size: 1.5em;
    color: rgb(148,138,164);
    font-weight: 700;
    margin-right: 3px;
}

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

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

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(30px, -30px);
    }
    50% {
        transform: translate(60px, 0);
    }
    75% {
        transform: translate(30px, 30px);
    }
}

@media (max-width: 991px) {.company_info_pLIxj {
    padding: 6rem 0 4rem;
}.company_info_pLIxj h4 {
    font-size: calc(37px * 1.1);
}.company_info_pLIxj .caption_holder_mi32W {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.company_info_pLIxj {
    padding: 4rem 0 3rem;
}.company_info_pLIxj h4 {
    font-size: 37px;
    margin-bottom: 2rem;
}.company_info_pLIxj h4::after {
    width: 60px;
    height: 2px;
}.company_info_pLIxj .caption_holder_mi32W {
    padding: 2rem;
}.company_info_pLIxj h6 {
    font-size: 22px;
    margin-bottom: 1.2rem;
}.company_info_pLIxj .caption_holder_mi32W span {
    line-height: 1.7;
}
}

@media (max-width: 576px) {.company_info_pLIxj {
    padding: 3rem 0 2rem;
}.company_info_pLIxj h4 {
    font-size: calc(22px * 1.3);
    margin-bottom: 1.5rem;
}.company_info_pLIxj h4::after {
    width: 50px;
}.company_info_pLIxj .caption_holder_mi32W {
    border-left-width: 2px;
    padding: 1.5rem;
}.company_info_pLIxj h6 {
    margin-bottom: 1rem;
    font-size: calc(17px * 1.1);
}.company_info_pLIxj .caption_holder_mi32W span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.get_in_touch_V5T3R {
    position: relative;
    padding: 120px 0;
    background: rgb(219,214,225);
    overflow: hidden;
}.get_in_touch_V5T3R::before {
    left: 0;
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(180deg, rgb(148,138,164,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    content: "";
}.get_in_touch_V5T3R::after {
    background: linear-gradient(0deg, rgb(219,214,225) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    left: 0;
    content: "";
    height: 200px;
}.get_in_touch_V5T3R .img_box_5N4fA {
    filter: grayscale(100%) contrast(120%);
    top: 0;
    width: 100%;
    opacity: 0.12;
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
}.get_in_touch_V5T3R .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.get_in_touch_V5T3R h3 {
    color: #000000;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}.message_map_r9TDa {
    z-index: 10;
    gap: 0;
    display: flex;
    position: relative;
}.message_map_r9TDa .inquiry_section_rFEhU {
    flex: 0 0 58%;
    background: #ffffff;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}.message_map_r9TDa .inquiry_section_rFEhU h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 600;
    text-transform: none;
}.message_map_r9TDa .inquiry_section_rFEhU h3::before,
.message_map_r9TDa .inquiry_section_rFEhU h3::after {
    content: none;
}.message_map_r9TDa .inquiry_section_rFEhU form {
    display: flex;
    flex-direction: column;
}.message_map_r9TDa .inquiry_section_rFEhU input[type="text"],
.message_map_r9TDa .inquiry_section_rFEhU textarea {
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
    padding: 16px 20px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border: none;
}.message_map_r9TDa .inquiry_section_rFEhU input[type="text"]:focus,
.message_map_r9TDa .inquiry_section_rFEhU textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(183,178,195);
    outline: none;
}.message_map_r9TDa .inquiry_section_rFEhU textarea {
    resize: vertical;
    min-height: 150px;
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N label {
    color: #000000;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(16px - 2px);
    padding-left: 35px;
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N label::before {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    width: 22px;
    background: rgba(245, 245, 245, 0.5);
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N input[type="checkbox"]:checked + label::before {
    background: rgb(183,178,195);
    border-bottom-color: rgb(183,178,195);
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    top: 4px;
    width: 6px;
    left: 8px;
    height: 12px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N a {
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgb(183,178,195);
    font-weight: 600;
    color: rgb(183,178,195);
    text-decoration: none;
}.message_map_r9TDa .inquiry_section_rFEhU .help_inquiry_muQ0N a:hover {
    color: rgb(148,138,164);
    border-bottom-color: rgb(148,138,164);
}.message_map_r9TDa .inquiry_section_rFEhU .request_list_zSCey {
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(183,178,195);
    cursor: pointer;
    font-size: 18px;
    border: none;
    font-weight: 600;
    background: transparent;
    padding: 15px 35px;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    align-self: flex-start;
}.message_map_r9TDa .inquiry_section_rFEhU .request_list_zSCey::before {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: -2px;
    background: rgb(183,178,195);
    content: "";
    transition: all 0.3s ease;
    height: 2px;
}.message_map_r9TDa .inquiry_section_rFEhU .request_list_zSCey:hover {
    color: #ffffff;
}.message_map_r9TDa .inquiry_section_rFEhU .request_list_zSCey:hover::before {
    height: 100%;
}.message_map_r9TDa .reach_info_86WcS {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    position: relative;
    z-index: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-left: -40px;
    flex: 0 0 42%;
}.message_map_r9TDa .reach_info_86WcS::before {
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
}.message_map_r9TDa .reach_info_86WcS h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg {
    padding: 0;
    margin: 0;
    list-style: none;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li {
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    display: flex;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li svg path {
    transition: all 0.3s ease;
    fill: rgb(183,178,195);
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li:hover svg path {
    fill: #ffffff;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}.message_map_r9TDa .reach_info_86WcS .support_card_KovUg li a:hover {
    color: rgb(183,178,195);
}

@media screen and (max-width: 992px) {.get_in_touch_V5T3R {
    padding: 80px 0;
}.message_map_r9TDa {
    flex-direction: column;
}.message_map_r9TDa .inquiry_section_rFEhU {
    width: 100%;
    clip-path: none;
}.message_map_r9TDa .reach_info_86WcS {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.get_in_touch_V5T3R {
    padding: 60px 0;
}.get_in_touch_V5T3R h3 {
    font-size: calc(30px - 4px);
}.message_map_r9TDa .inquiry_section_rFEhU,
    .message_map_r9TDa .reach_info_86WcS {
    padding: 40px 30px;
}.message_map_r9TDa .inquiry_section_rFEhU .request_list_zSCey {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.get_in_touch_V5T3R {
    padding: 40px 0;
}.message_map_r9TDa .inquiry_section_rFEhU,
    .message_map_r9TDa .reach_info_86WcS {
    padding: 30px 20px;
}.message_map_r9TDa .inquiry_section_rFEhU h3,
    .message_map_r9TDa .reach_info_86WcS h4 {
    font-size: calc(20px - 2px);
}}.cookieAlertContainer_N8tfz {
    transition: transform 0.3s ease-in-out;
    animation: slideUp 0.5s forwards;
    position: fixed;
    z-index: 90;
    bottom: 0;
    background: rgb(148,138,164);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid rgb(148,138,164);
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie_announcement_ifoaR {
    display: none;
}#cookie_announcement_ifoaR:checked ~ .cookieAlertContainer_N8tfz {
    visibility: hidden;
    opacity: 0;
}.cookie_visitor_TYMqA {
    gap: 20px;
    padding: 20px 5%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookieAlertContainer_N8tfz h5 {
    letter-spacing: 1px;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.cookieAlertContainer_N8tfz p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}.cookie_window_vWZBK {
    filter: drop-shadow(0 0 10px rgb(183,178,195));
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
}.cookie_window_vWZBK svg {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(183,178,195);
}.cookie_window_vWZBK:hover svg {
    transform: scale(1.1);
}.data_control_fct1k {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    font-size: 15px;
    flex-shrink: 0;
    line-height: 40px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(183,178,195);
    text-align: center;
    border-radius: 23px;
    min-width: 140px;
    margin-left: 10px;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    cursor: pointer;
}.data_control_fct1k:hover {
    box-shadow: 0 0 20px rgb(148,138,164);
}.cookie_button.data_agree_oZPUd {
    color: #ffffff;
    border: 2px solid rgb(148,138,164);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.data_agree_oZPUd:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(148,138,164);
}.cookieAlertContainer_N8tfz p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(183,178,195);
}.cookieAlertContainer_N8tfz p a:hover {
    color: rgb(148,138,164);
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer_N8tfz {
    padding: 15px 0;
}.cookie_visitor_TYMqA {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_window_vWZBK {
    display: none;
}.cookie_visitor_TYMqA {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieAlertContainer_N8tfz h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.cookie_explained_VmvI2 {
    margin-bottom: 15px;
}.data_control_fct1k {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    width: 100%;
    position: relative;
}footer .citation_AVlzn {
    color: #ffffff;
    background-color: rgb(148,138,164);
    padding: 80px 0 30px;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}footer .citation_AVlzn::before {
    position: absolute;
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    top: -50px;
    right: 0;
    transform: skewY(-3deg);
    content: "";
    left: 0;
    background-color: rgb(148,138,164);
    height: 100px;
}footer .carbon_cta_LUfrY {
    z-index: 1;
    position: relative;
}footer .connect_block_hcpDF {
    margin-bottom: 60px;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    background-color: rgb(148,138,164,0.5);
    position: relative;
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 1 1 200px;
    max-width: 300px;
}footer .info_item::before {
    content: "";
    background-color: rgb(183,178,195);
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
    left: 0;
}footer .info_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}footer .info_item:nth-child(even) {
    background-color: rgb(183,178,195,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    fill: rgb(183,178,195);
    width: 20px;
    position: relative;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    top: -1px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    font-size: 17px;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(183,178,195);
}footer .text_main_holder {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}footer .head_core_0FbcS {
    background-color: rgb(148,138,164,0.5);
    position: relative;
    border-radius: 23px;
    padding: 30px;
}footer .head_core_0FbcS::before {
    content: "";
    right: 15px;
    position: absolute;
    left: 15px;
    border-radius: calc(23px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    bottom: 15px;
    top: 15px;
}footer .head_core_0FbcS svg {
    width: auto;
    display: block;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .study_bottom_RAYjK {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .main_navbar_jZsOy {
    position: relative;
}footer .main_navbar_jZsOy h5 {
    color: #ffffff;
    padding-left: 15px;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}footer .main_navbar_jZsOy h5::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 3px;
    background-color: rgb(183,178,195);
}footer .main_pagebar_vnGte {
    position: relative;
    margin-bottom: 25px;
}footer .main_pagebar_vnGte a {
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    margin: 0 10px 10px 0;
    border-radius: 0 5px 5px 0;
    background-color: rgb(148,138,164,0.5);
}footer .main_pagebar_vnGte a::before {
    height: 100%;
    top: 0;
    width: 3px;
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(183,178,195);
    position: absolute;
    left: 0;
}footer .main_pagebar_vnGte a:hover {
    color: #ffffff;
    background-color: rgb(183,178,195,0.5);
    transform: translateX(5px);
}footer .main_pagebar_vnGte a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    background-color: rgb(148,138,164,0.5);
    border-radius: 23px;
}footer .subscribe_holder::before {
    left: 15px;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: calc(23px - 8px);
    position: absolute;
}footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    padding-left: 15px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}footer .subscribe_holder h5::before {
    left: 0;
    background-color: rgb(183,178,195);
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    content: "";
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(183,178,195);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .knowledge_quest_iMT3Q {
    cursor: pointer;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    background-color: rgb(183,178,195);
    transition: all 0.3s ease;
    padding: 14px 20px;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
}footer .knowledge_quest_iMT3Q::after {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 200%;
    transition: all 0.5s ease;
    transform: rotate(30deg);
    left: -100%;
    top: -50%;
    content: "";
    width: 200%;
}footer .knowledge_quest_iMT3Q:hover {
    background-color: rgb(148,138,164);
}footer .knowledge_quest_iMT3Q:hover::after {
    left: 100%;
}footer .converter_eAL9V {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .converter_eAL9V::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 50px;
    position: absolute;
    transform: translateX(-50%);
    top: -25px;
    left: 50%;
    height: 1px;
}footer .youtube_chan_uQaW9 {
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .knowledge_quest_iMT3Q {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .citation_AVlzn {
    padding: 60px 0 30px;
}footer .connect_block_hcpDF {
    margin-bottom: 40px;
}footer .head_core_0FbcS, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main_pagebar_vnGte a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .converter_eAL9V {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .citation_AVlzn {
    padding: 50px 0 20px;
}footer .main_navbar_jZsOy h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 20px;
}footer .head_core_0FbcS::before, footer .subscribe_holder::before {
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .knowledge_quest_iMT3Q {
    padding: 12px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(183,178,195);
}header .top_plank .learn_elitetrack_ALW5S div svg, header .top_plank .learn_elitetrack_ALW5S div svg path {
    fill: #ffffff;
}header .top_plank .learn_elitetrack_ALW5S div span {
    color: #ffffff;
}header .top_plank .learn_elitetrack_ALW5S {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    display: flex;
    line-height: 21px;
}header .top_plank .learn_elitetrack_ALW5S div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .learn_elitetrack_ALW5S div img, header .top_plank .learn_elitetrack_ALW5S div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.title_intro_7War1 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.title_intro_7War1 .learn_head_AFmvf {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}.title_intro_7War1 .learn_head_AFmvf:before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
}.title_intro_7War1 .learn_head_AFmvf:after {
    z-index: 2;
    mix-blend-mode: overlay;
    opacity: 0.6;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(183,178,195,0.5) 0%, transparent 40%);
    top: 0;
    right: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    bottom: 0;
}.title_intro_7War1 .knowledge_pro_mjwQ2 {
    gap: 2rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 3;
    width: 90%;
    max-width: 1200px;
    grid-template-columns: 1fr;
    position: relative;
    padding: 5rem 2rem;
}.title_intro_7War1 .knowledge_pro_mjwQ2 > div {
    transform: translateY(30px);
    animation-delay: calc(var(--index, 0) * 0.3s);
    animation: fadeUp 0.8s forwards;
    opacity: 0;
}.title_intro_7War1 .knowledge_pro_mjwQ2 > div:nth-child(1) {
    --index: 1;
}.title_intro_7War1 .knowledge_pro_mjwQ2 > div:nth-child(2) {
    --index: 2;
}.title_intro_7War1 .knowledge_pro_mjwQ2 > div:nth-child(3) {
    --index: 3;
}.title_intro_7War1 p {
    letter-spacing: 0.05em;
    padding-left: 2rem;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}.title_intro_7War1 p:before {
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    left: 0;
    width: 1.5rem;
    background: rgb(148,138,164);
    top: 50%;
    content: "";
}.title_intro_7War1 .title_style_header {
    background-clip: text !important;
    color: transparent;
    animation-delay: 0.8s;
    font-weight: 700;
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(90deg, #ffffff 0%, rgb(148,138,164) 100%);
    animation: scaleText 0.5s ease-out forwards;
    transform-origin: left center;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    margin: 0;
}.title_intro_7War1 h3 {
    max-width: 800px;
    position: relative;
    padding-top: 1.5rem;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}.title_intro_7War1 h3:before {
    content: "";
    animation-delay: 1.6s;
    background: linear-gradient(90deg, rgb(148,138,164) 0%, transparent 100%);
    left: 0;
    height: 3px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    top: 0;
    width: 0;
    position: absolute;
}

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

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

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

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

@media (min-width: 768px) {.title_intro_7War1 .knowledge_pro_mjwQ2 {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 6rem 3rem;
}.title_intro_7War1 .knowledge_pro_mjwQ2:before {
    width: 80px;
    border-top: 3px solid rgb(148,138,164);
    content: "";
    border-left: 3px solid rgb(148,138,164);
    animation-delay: 1.8s;
    animation: cornerReveal 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    top: -10px;
    left: -10px;
    opacity: 0;
    position: absolute;
    height: 80px;
}.title_intro_7War1 .knowledge_pro_mjwQ2:after {
    bottom: -10px;
    height: 80px;
    opacity: 0;
    content: "";
    right: -10px;
    border-bottom: 3px solid rgb(148,138,164);
    position: absolute;
    width: 80px;
    animation-delay: 2s;
    border-right: 3px solid rgb(148,138,164);
    animation: cornerReveal 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
    
    @keyframes cornerReveal {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 0.7;
            transform: scale(1);
        }
    }
}

@media (min-width: 992px) {.title_intro_7War1 .knowledge_pro_mjwQ2 {
    transform: perspective(1000px) rotateX(3deg);
    width: 80%;
    padding: 7rem 4rem;
}.title_intro_7War1 .learn_head_AFmvf:after {
    background: radial-gradient(circle at 30% 70%, rgb(183,178,195,0.5) 0%, transparent 50%);
}.title_intro_7War1 h3 {
    padding-top: 2rem;
}.title_intro_7War1 h3:before {
    height: 4px;
}
    
    @keyframes lineExpand {
        0% {
            width: 0;
        }
        100% {
            width: 100px;
        }
    }
}

@media (min-width: 1200px) {.title_intro_7War1 .knowledge_pro_mjwQ2 {
    gap: 3rem;
}.title_intro_7War1 p {
    padding-left: 3rem;
}.title_intro_7War1 p:before {
    width: 2.5rem;
}.title_intro_7War1 .title_style_header {
    letter-spacing: -0.02em;
}.title_intro_7War1 .knowledge_pro_mjwQ2:before,
    .title_intro_7War1 .knowledge_pro_mjwQ2:after {
    width: 120px;
    height: 120px;
}
}

@media (max-width: 767px) {.title_intro_7War1 .knowledge_pro_mjwQ2 {
    gap: 1.5rem;
    padding: 4rem 1.5rem;
}.title_intro_7War1 .learn_head_AFmvf {
    min-height: 90vh;
}.title_intro_7War1 .title_style_header {
    line-height: 1.2;
}.title_intro_7War1 h3 {
    line-height: 1.5;
}}.course_offering_ijGRr {
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    position: relative;
    display: flex;
    background-color: rgb(219,214,225);
    align-items: center;
}.course_offering_ijGRr .knowledge_plan_NHtT2 {
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.course_offering_ijGRr .career_classes_MyLT6 {
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
    height: 100%;
    display: flex;
}.course_offering_ijGRr .knowledge_plan_NHtT2:hover .career_classes_MyLT6 {
    animation-play-state: paused;
}.course_offering_ijGRr .education_Sv9e0 {
    width: 20%;
    position: relative;
    height: 100%;
    overflow: hidden;
}.course_offering_ijGRr .education_Sv9e0 img {
    transition: transform 0.7s ease-out;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
}.course_offering_ijGRr .education_Sv9e0:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}.course_offering_ijGRr .education_Sv9e0::before {
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    content: "";
    height: 100%;
    animation: gradient-shift 8s infinite alternate;
    position: absolute;
    z-index: 2;
}.course_offering_ijGRr .education_Sv9e0::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.course_offering_ijGRr .container {
    position: relative;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 2rem;
    justify-content: center;
    z-index: 2;
}.course_offering_ijGRr .skill_experts_4EdKi {
    width: 100%;
    position: relative;
    max-width: 800px;
}.course_offering_ijGRr .study_map_dvYOS {
    overflow: hidden;
    border-radius: 17px;
    transform: translateY(0);
    padding: 4rem;
    text-align: center;
    position: relative;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_offering_ijGRr .study_map_dvYOS::before {
    left: 0;
    content: "";
    opacity: 0.7;
    animation: pulse-gradient 8s ease infinite;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.course_offering_ijGRr .study_map_dvYOS::after {
    top: 0;
    content: "";
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
    animation: shine-effect 10s ease-in-out infinite;
    right: 0;
    z-index: -1;
}.course_offering_ijGRr .study_map_dvYOS h3 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 28px;
}.course_offering_ijGRr .study_map_dvYOS h3::after {
    transform: translateX(-50%);
    width: 30%;
    transition: width 0.3s ease;
    content: "";
    left: 50%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(183,178,195) 0%,
        rgb(148,138,164) 100%
    );
    position: absolute;
    bottom: -8px;
}.course_offering_ijGRr .study_map_dvYOS:hover h3::after {
    width: 60%;
}.course_offering_ijGRr .study_map_dvYOS p {
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 2.5rem;
    margin-left: auto;
    color: #ffffff;
    margin-right: auto;
    max-width: 90%;
    font-weight: 300;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgb(183,178,195,0.5);
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(183,178,195) 0%,
        rgb(148,138,164) 100%
    );
    overflow: hidden;
    font-size: 19px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    z-index: 1;
    padding: 1rem 2.5rem;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey::before {
    content: "";
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(148,138,164) 0%,
        rgb(183,178,195) 100%
    );
    top: 0;
    height: 100%;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey::after {
    position: absolute;
    top: -50%;
    left: -50%;
    transform: scale(0);
    height: 200%;
    opacity: 0;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey:hover {
    box-shadow: 0 12px 30px rgb(183,178,195,0.5);
    transform: translateY(-3px);
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey:hover::before {
    opacity: 1;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey:hover::after {
    transform: scale(1);
    animation: ripple-out 1.5s ease;
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.course_offering_ijGRr::before {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.7;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    width: 100%;
}.course_offering_ijGRr::after {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    position: absolute;
}

@media (max-width: 992px) {.course_offering_ijGRr .study_map_dvYOS {
    padding: 3rem;
}.course_offering_ijGRr .skill_experts_4EdKi {
    max-width: 700px;
}.course_offering_ijGRr .study_map_dvYOS h3 {
    font-size: calc(28px * 0.9);
}.course_offering_ijGRr .study_map_dvYOS p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.course_offering_ijGRr .study_map_dvYOS {
    padding: 2.5rem;
}.course_offering_ijGRr .skill_experts_4EdKi {
    max-width: 90%;
}.course_offering_ijGRr .study_map_dvYOS h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.8);
}.course_offering_ijGRr .study_map_dvYOS p {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.course_offering_ijGRr .career_classes_MyLT6 {
    animation-duration: 25s;
}.course_offering_ijGRr .study_map_dvYOS {
    padding: 2rem 1.5rem;
}.course_offering_ijGRr .study_map_dvYOS h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1rem;
}.course_offering_ijGRr .study_map_dvYOS p {
    max-width: 100%;
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
}.course_offering_ijGRr .study_map_dvYOS .request_list_zSCey {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.course_offering_ijGRr .education_Sv9e0:nth-child(1)::before {
    animation-delay: 0s;
}.course_offering_ijGRr .education_Sv9e0:nth-child(2)::before {
    animation-delay: 2s;
}.course_offering_ijGRr .education_Sv9e0:nth-child(3)::before {
    animation-delay: 4s;
}.course_offering_ijGRr .education_Sv9e0:nth-child(4)::before {
    animation-delay: 6s;
}.course_offering_ijGRr .education_Sv9e0:nth-child(5)::before {
    animation-delay: 8s;
}.course_offering_ijGRr .education_Sv9e0::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.education_experience_r4GeM {
    background-color: rgb(219,214,225);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.education_experience_r4GeM::before {
    width: 45%;
    position: absolute;
    z-index: 1;
    right: -10%;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    top: -5%;
    background: linear-gradient(135deg, rgb(183,178,195,0.5), rgb(148,138,164,0.5));
    filter: blur(25px);
    opacity: 0.15;
    height: 70%;
}.education_experience_r4GeM::after {
    bottom: -10%;
    filter: blur(20px);
    left: -5%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(148,138,164,0.5), rgb(183,178,195,0.5));
    transform: rotate(10deg) skewX(-10deg);
    position: absolute;
    opacity: 0.1;
    width: 35%;
    height: 60%;
    content: "";
}.education_experience_r4GeM .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.education_experience_r4GeM .review_testimonials_9QLCc {
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    position: relative;
    padding: 3rem;
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    display: grid;
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    backdrop-filter: blur(10px);
}.education_experience_r4GeM .review_testimonials_9QLCc:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}.education_experience_r4GeM .review_testimonials_9QLCc > div:first-child {
    width: 100%;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}.education_experience_r4GeM .review_testimonials_9QLCc .img_box_5N4fA {
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    position: relative;
    transform: translateZ(20px);
    border-radius: 5px;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
}.education_experience_r4GeM .review_testimonials_9QLCc .img_box_5N4fA::before {
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(148,138,164,0.5) 100%
    );
    opacity: 0.7;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
}.education_experience_r4GeM .review_testimonials_9QLCc .img_box_5N4fA::after {
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(183,178,195,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    top: 0;
    left: 0;
}.education_experience_r4GeM .review_testimonials_9QLCc:hover .img_box_5N4fA {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(2) {
    text-align: center;
    position: relative;
}.education_experience_r4GeM .review_testimonials_9QLCc .name {
    font-size: calc(20px * 1.1);
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.education_experience_r4GeM .review_testimonials_9QLCc .name::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    width: 35%;
    content: "";
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(148,138,164), rgb(183,178,195));
    border-radius: 10px;
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(2) > div {
    margin-top: 0.8rem;
    color: rgb(148,138,164);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(13px * 0.95);
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(3) {
    position: relative;
}.education_experience_r4GeM .review_testimonials_9QLCc .job_exp_UmYkK {
    line-height: 1.7;
    margin: 0;
    border-left: 3px solid rgb(183,178,195,0.5);
    font-size: 13px;
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    color: #000000;
}.education_experience_r4GeM .review_testimonials_9QLCc .job_exp_UmYkK::before {
    position: absolute;
    color: rgb(183,178,195,0.5);
    font-size: 5rem;
    z-index: -1;
    top: -20px;
    content: "";
    font-family: serif;
    opacity: 0.2;
    left: -10px;
}

@media (min-width: 768px) {.education_experience_r4GeM .review_testimonials_9QLCc {
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    padding: 3.5rem;
}.education_experience_r4GeM .review_testimonials_9QLCc > div:first-child {
    grid-area: photo;
    margin: 0;
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
    grid-area: info;
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.education_experience_r4GeM .review_testimonials_9QLCc .name::after {
    width: 50px;
    transform: none;
    left: 0;
}.education_experience_r4GeM .review_testimonials_9QLCc .img_box_5N4fA {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.education_experience_r4GeM {
    padding: 8rem 0;
}.education_experience_r4GeM .review_testimonials_9QLCc {
    gap: 2.5rem 4rem;
    padding: 4rem;
    grid-template-columns: 320px 1fr;
}.education_experience_r4GeM .review_testimonials_9QLCc .name {
    font-size: calc(20px * 1.2);
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(2) > div {
    font-size: 13px;
}.education_experience_r4GeM .review_testimonials_9QLCc .job_exp_UmYkK {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 576px) {.education_experience_r4GeM {
    padding: 4rem 0;
}.education_experience_r4GeM .review_testimonials_9QLCc {
    gap: 1.5rem;
    padding: 2rem;
}.education_experience_r4GeM .review_testimonials_9QLCc .img_box_5N4fA {
    max-width: 220px;
}.education_experience_r4GeM .review_testimonials_9QLCc .name {
    font-size: 20px;
}.education_experience_r4GeM .review_testimonials_9QLCc > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.education_experience_r4GeM .review_testimonials_9QLCc .job_exp_UmYkK {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    padding: 0.5rem 0 0.5rem 1rem;
}}.price_pack_wZGVt {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.price_pack_wZGVt::before {
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}.price_pack_wZGVt .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.price_pack_wZGVt .package_pricing_XEvBC {
    align-items: center;
    flex-direction: column;
    display: flex;
}.price_pack_wZGVt h2 {
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 20px;
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
    color: #ffffff;
    position: relative;
}.price_pack_wZGVt h2::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    bottom: -10px;
    left: 50%;
    content: "";
    position: absolute;
}.price_pack_wZGVt .pricing_options_W2n6d {
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
}.price_pack_wZGVt .learn_rates_ztHK7 {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    width: 100%;
    margin: 0;
}.price_pack_wZGVt .learn_rates_ztHK7 li {
    perspective: 1000px;
}.price_pack_wZGVt .price_panel_2kzQl {
    height: 100%;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.price_pack_wZGVt .price_panel_2kzQl:hover {
    transform: translateY(-10px) rotateY(2deg);
}.price_pack_wZGVt .cost_schemes_WIRbr {
    padding: 35px 30px;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    flex-direction: column;
    box-sizing: border-box;
}.price_pack_wZGVt .cost_schemes_WIRbr::before {
    transform-origin: left;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    transform: scaleX(0.5);
    top: 0;
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.price_pack_wZGVt .price_panel_2kzQl:hover .cost_schemes_WIRbr::before {
    transform: scaleX(1);
}.price_pack_wZGVt .cert_plans_G41qP {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}.price_pack_wZGVt .price_panel_2kzQl h4 {
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: calc(18px * 1.2);
}.price_pack_wZGVt .price_panel_2kzQl h4::after {
    height: 2px;
    content: "";
    bottom: -10px;
    position: absolute;
    left: 0;
    width: 40px;
    background-color: rgb(183,178,195);
}.price_pack_wZGVt .price_panel_2kzQl p {
    white-space: normal;
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    margin: 0 0 25px;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 14px;
}.price_pack_wZGVt .study_cost_i1p0a {
    font-size: calc(18px * 1.4);
    transform: translateZ(10px);
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(183,178,195,0.5) 0%, rgb(148,138,164,0.5) 100%);
    display: inline-block;
    align-self: flex-start;
    transition: all 0.3s ease;
}.price_pack_wZGVt .price_panel_2kzQl:hover .study_cost_i1p0a {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

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

@media (max-width: 1200px) {.price_pack_wZGVt {
    padding: 100px 0;
}.price_pack_wZGVt .learn_rates_ztHK7 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price_pack_wZGVt {
    padding: 80px 0;
}.price_pack_wZGVt .learn_rates_ztHK7 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_pack_wZGVt h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.price_pack_wZGVt {
    padding: 60px 0;
}.price_pack_wZGVt .learn_rates_ztHK7 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_pack_wZGVt .pricing_options_W2n6d {
    margin-bottom: 40px;
}.price_pack_wZGVt h2 {
    font-size: calc(31px * 0.8);
}.price_pack_wZGVt .cost_schemes_WIRbr {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.price_pack_wZGVt {
    padding: 50px 0;
}.price_pack_wZGVt h2 {
    font-size: calc(31px * 0.7);
}.price_pack_wZGVt .pricing_options_W2n6d {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.price_pack_wZGVt .cost_schemes_WIRbr {
    padding: 25px 20px;
}.price_pack_wZGVt .price_panel_2kzQl h4 {
    font-size: calc(18px * 1.1);
}.price_pack_wZGVt .price_panel_2kzQl p {
    font-size: calc(14px * 0.9);
}.price_pack_wZGVt .study_cost_i1p0a {
    font-size: calc(18px * 1.2);
    padding: 8px 16px;
}
}