* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1276px;
    max-width: 100%;
    margin: auto;
}.encrypt_cta_bWLi4R {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-container_JsEYSl {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.main_pagewrap_rHwzIo {
    flex: 1 0 auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: rgb(255, 255, 255, 0.5);
    width: 13px;
}::-webkit-scrollbar-track {
    background: rgb(233,228,225);
}::-webkit-scrollbar-thumb {
    box-shadow: 1px 5px 1px -1px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 7%;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px -2px 1px 8px rgba(0, 0, 0, 0.4);
    background: rgb(233,228,225);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_gate_vm0TSA {
    overflow: hidden;
    position: relative;
    padding: 5rem 1.5rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(140deg, rgb(233,228,225) 0%, rgb(233,228,225) 85%, rgba(rgb(208,196,191,0.5), 0.05) 100%);
}.privacy_gate_vm0TSA::before {
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    content: "";
    top: 0;
    height: 8px;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
}.privacy_gate_vm0TSA::after {
    content: "";
    height: 35%;
    width: 35%;
    z-index: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(208,196,191,0.5), 0.03), transparent 70%);
    right: 0;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}.privacy_gate_vm0TSA .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.privacy_gate_vm0TSA h1 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    color: rgb(208,196,191);
    transform: translateX(-0.5rem);
    font-size: 38px;
    position: relative;
    font-weight: 700;
}.privacy_gate_vm0TSA h1::after {
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 85px;
    animation: expandWidth 0.8s ease-out forwards;
    background: rgb(173,158,152);
    transform-origin: left;
    position: absolute;
}.privacy_gate_vm0TSA h2 {
    margin-top: 2.5rem;
    font-size: 37px;
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
}.privacy_gate_vm0TSA h2::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,196,191), rgb(173,158,152));
    bottom: 0.25rem;
    border-radius: 2px;
    content: "";
    left: 0;
    width: 4px;
    top: 0.25rem;
}.privacy_gate_vm0TSA h3 {
    margin-top: 2rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-bottom: 1rem;
    font-size: calc(37px * 0.85);
    color: #000000;
}.privacy_gate_vm0TSA h4 {
    margin-bottom: 0.75rem;
    font-size: calc(37px * 0.7);
    font-weight: 600;
    margin-top: 1.75rem;
    color: #000000;
}.privacy_gate_vm0TSA p {
    max-width: 90ch;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.25rem;
}.privacy_gate_vm0TSA strong {
    font-weight: 600;
    color: rgb(208,196,191);
}.privacy_gate_vm0TSA ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.privacy_gate_vm0TSA li {
    line-height: 1.6;
    font-size: 12px;
    padding-left: 1.75rem;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.privacy_gate_vm0TSA li::before {
    top: 0.5rem;
    position: absolute;
    background-color: rgb(173,158,152);
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    transform: rotate(45deg);
}.privacy_gate_vm0TSA span {
    margin-bottom: 1.5rem;
    font-size: 12px;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(208,196,191,0.5), 0.03), transparent 80%);
    border-left: 2px solid rgba(rgb(208,196,191,0.5), 0.3);
    color: #000000;
}@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


.privacy_gate_vm0TSA h2:hover::before {
    background: linear-gradient(to bottom, rgb(173,158,152), rgb(208,196,191));
    transition: background 0.3s ease;
}.privacy_gate_vm0TSA li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}


@media (min-width: 768px) {.privacy_gate_vm0TSA {
    padding: 7rem 3rem;
}.privacy_gate_vm0TSA h1 {
    font-size: calc(38px * 1.2);
    transform: translateX(-1rem);
}.privacy_gate_vm0TSA h1::after {
    width: 120px;
}.privacy_gate_vm0TSA h2 {
    padding-left: 1.5rem;
}.privacy_gate_vm0TSA h2::before {
    width: 6px;
}.privacy_gate_vm0TSA ul {
    margin-left: 2.5rem;
}.privacy_gate_vm0TSA li {
    padding-left: 2rem;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.privacy_gate_vm0TSA {
    padding: 8rem 2rem;
    background: linear-gradient(120deg, rgb(233,228,225) 0%, rgb(233,228,225) 75%, rgba(rgb(208,196,191,0.5), 0.08) 100%);
}.privacy_gate_vm0TSA::after {
    width: 45%;
    height: 45%;
}.privacy_gate_vm0TSA .container {
    padding: 0 2rem;
}.privacy_gate_vm0TSA h1 {
    margin-bottom: 3rem;
}.privacy_gate_vm0TSA h2 {
    margin-top: 3.5rem;
}.privacy_gate_vm0TSA p, 
    .privacy_gate_vm0TSA span {
    margin-left: 1rem;
}.privacy_gate_vm0TSA span {
    border-left-width: 3px;
    margin-left: 2rem;
    background: linear-gradient(to right, rgba(rgb(208,196,191,0.5), 0.05), transparent 90%);
    padding: 1rem 1.5rem;
}.privacy_gate_vm0TSA ul {
    margin-left: 3rem;
}
}

@media (max-width: 767px) {.privacy_gate_vm0TSA {
    padding: 4rem 1rem;
}.privacy_gate_vm0TSA h1 {
    font-size: calc(38px * 0.9);
}.privacy_gate_vm0TSA h2 {
    font-size: calc(37px * 0.9);
}.privacy_gate_vm0TSA h3 {
    font-size: calc(37px * 0.75);
}.privacy_gate_vm0TSA h4 {
    font-size: calc(37px * 0.65);
}}.thanks_box_8yLjXE {
    background: linear-gradient(145deg, rgb(233,228,225) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.thanks_box_8yLjXE::before {
    width: 40%;
    opacity: 0.07;
    right: -10%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    z-index: 0;
    transform: rotate(15deg) skewX(-15deg);
    background: linear-gradient(135deg, rgb(208,196,191,0.5) 0%, rgb(173,158,152,0.5) 100%);
    height: 70%;
    top: -5%;
}.thanks_box_8yLjXE::after {
    left: -5%;
    width: 30%;
    background: linear-gradient(225deg, rgb(173,158,152,0.5) 0%, rgb(208,196,191,0.5) 100%);
    bottom: -5%;
    transform: rotate(-10deg) skewX(10deg);
    height: 60%;
    content: "";
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.thanks_box_8yLjXE .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.thanks_box_8yLjXE h2 {
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: #000000;
    transform: translateY(0);
    margin-bottom: 3rem;
    line-height: 1.3;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    font-size: 36px;
}.thanks_box_8yLjXE h2::after {
    transform: scaleX(0);
    bottom: -15px;
    animation: expand 1s 0.8s ease-out forwards;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    transform-origin: left;
    height: 3px;
    position: absolute;
    left: 0;
}.thanks_box_8yLjXE .team_profile_GYxte4 {
    overflow: hidden;
    opacity: 0;
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(208,196,191);
    transform: translateY(20px);
}.thanks_box_8yLjXE .team_profile_GYxte4::before {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(173,158,152,0.5) 0%, transparent 70%);
    right: 0;
    top: 0;
    width: 150px;
    height: 150px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    content: "";
    position: absolute;
}.thanks_box_8yLjXE ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanks_box_8yLjXE li {
    padding-left: 0;
    position: relative;
}.thanks_box_8yLjXE li span {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeIn 1s 0.7s ease-out forwards;
    font-size: calc(16px + 0.05rem);
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

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

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

@keyframes float {
  0% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
  50% {
    transform: rotate(18deg) skewX(-18deg) translateY(-10px);
  }
  100% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
}

@media screen and (max-width: 992px) {.thanks_box_8yLjXE {
    padding: 5rem 0;
}.thanks_box_8yLjXE h2 {
    font-size: calc(36px - 0.2rem);
    margin-bottom: 2.5rem;
}.thanks_box_8yLjXE .team_profile_GYxte4 {
    padding: 2.5rem;
}
}

@media screen and (max-width: 768px) {.thanks_box_8yLjXE {
    padding: 4rem 0;
}.thanks_box_8yLjXE h2 {
    font-size: calc(36px - 0.4rem);
    margin-bottom: 2rem;
}.thanks_box_8yLjXE h2::after {
    bottom: -12px;
    width: 60px;
}.thanks_box_8yLjXE .team_profile_GYxte4 {
    padding: 2rem;
}.thanks_box_8yLjXE .team_profile_GYxte4::before {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.thanks_box_8yLjXE {
    padding: 3rem 0;
}.thanks_box_8yLjXE .container {
    padding: 0 1.5rem;
}.thanks_box_8yLjXE h2 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(36px - 0.6rem);
}.thanks_box_8yLjXE h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.thanks_box_8yLjXE .team_profile_GYxte4 {
    padding: 1.5rem;
    border-left-width: 3px;
}.thanks_box_8yLjXE li span {
    line-height: 1.7;
    font-size: 16px;
}}.newsletter_ya4tTU {
    position: relative;
    padding: 4rem 2rem;
    margin: 5rem 0;
    isolation: isolate;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,158,152,0.5), rgb(208,196,191,0.5) 80%);
}.newsletter_ya4tTU::before {
    content: "";
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    position: absolute;
    left: -20%;
    pointer-events: none;
    height: 200%;
    transform: rotate(15deg);
    top: -50%;
    z-index: -1;
    opacity: 0.07;
    width: 80%;
}.newsletter_ya4tTU::after {
    content: "";
    width: 120px;
    z-index: -1;
    background: rgb(173,158,152);
    animation: rotateSlow 18s infinite linear;
    bottom: -30px;
    right: -30px;
    opacity: 0.15;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 120px;
    position: absolute;
}.newsletter_ya4tTU .container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}.newsletter_ya4tTU .team_profile_GYxte4 {
    flex-direction: column;
    backdrop-filter: blur(5px);
    display: flex;
    z-index: 1;
    position: relative;
}.newsletter_ya4tTU .team_profile_GYxte4 > div {
    position: relative;
    padding: 1rem 0 2.5rem;
}.newsletter_ya4tTU h4 {
    font-weight: 600;
    position: relative;
    padding: 0;
    transform: translateX(1rem);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 22px;
    max-width: 90%;
    line-height: 1.4;
    margin: 0;
}.newsletter_ya4tTU h4::before {
    transform-origin: top;
    top: 0.5rem;
    transform: scaleY(0);
    position: absolute;
    height: 85%;
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    width: 4px;
    background: rgb(208,196,191);
    content: "";
    left: -1rem;
}.newsletter_ya4tTU .input_holder {
    gap: 1rem;
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    max-width: 650px;
}.newsletter_ya4tTU .input_holder::before {
    transform: translateX(-100%);
    position: absolute;
    border-radius: 10px;
    inset: -10px;
    z-index: -1;
    content: "";
    opacity: 0.15;
    transition: transform 0.5s ease-out;
    background: linear-gradient(120deg, #ffffff, transparent);
}.newsletter_ya4tTU .input_holder:focus-within::before {
    transform: translateX(0);
}.newsletter_ya4tTU .input_holder span {
    position: relative;
}.newsletter_ya4tTU .input_holder span:first-child {
    flex: 1;
}.newsletter_ya4tTU input[type="email"] {
    font-size: 13px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    outline: none;
    width: 100%;
    padding: 1rem 1.5rem;
}.newsletter_ya4tTU input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}.newsletter_ya4tTU input[type="email"]:focus {
    border-color: rgb(173,158,152);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.newsletter_ya4tTU .email_capture_FJvoS3 {
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: rgb(173,158,152);
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
}.newsletter_ya4tTU .email_capture_FJvoS3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    transition: left 0.8s ease;
    content: "";
    left: -100%;
    width: 100%;
}.newsletter_ya4tTU .email_capture_FJvoS3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
    background: rgb(208,196,191);
}.newsletter_ya4tTU .email_capture_FJvoS3:hover::before {
    left: 100%;
}.newsletter_ya4tTU .email_capture_FJvoS3:active {
    transform: translateY(-1px);
}

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

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

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

@media (min-width: 1024px) {.newsletter_ya4tTU {
    padding: 5rem;
}.newsletter_ya4tTU::before {
    width: 50%;
    transform: rotate(10deg);
    top: -30%;
    left: -10%;
}.newsletter_ya4tTU::after {
    height: 150px;
    width: 150px;
}.newsletter_ya4tTU .team_profile_GYxte4 {
    gap: 4rem;
}.newsletter_ya4tTU h4 {
    font-size: calc(22px * 1.1);
}.newsletter_ya4tTU .input_holder {
    gap: 2rem;
}.newsletter_ya4tTU input[type="email"] {
    padding: 1.25rem 2rem;
}.newsletter_ya4tTU .email_capture_FJvoS3 {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.newsletter_ya4tTU {
    padding: 6rem;
}.newsletter_ya4tTU .team_profile_GYxte4 {
    gap: 6rem;
}.newsletter_ya4tTU h4 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 480px) {.newsletter_ya4tTU {
    padding: 3rem 1.5rem;
    margin: 3rem 0;
}.newsletter_ya4tTU h4 {
    transform: translateX(0.75rem);
    font-size: calc(22px * 0.9);
}.newsletter_ya4tTU h4::before {
    left: -0.75rem;
}.newsletter_ya4tTU input[type="email"] {
    padding: 0.9rem 1.25rem;
}.newsletter_ya4tTU .email_capture_FJvoS3 {
    font-size: calc(19px * 0.9);
    padding: 0.9rem 1.5rem;
}}.contact_aXG2Ww {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(160deg, rgb(233,228,225) 0%, rgb(208,196,191,0.5) 100%);
    overflow: hidden;
}.contact_aXG2Ww::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,196,191,0.5),
        rgb(208,196,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.contact_aXG2Ww .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.contact_aXG2Ww h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    font-size: 48px;
}.contact_aXG2Ww .inquiry_help_MSK1Tr {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 26px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    margin: 0 auto;
    max-width: 800px;
    flex-direction: column;
}.contact_aXG2Ww .background_image_cbs0w4 {
    position: relative;
    height: 200px;
    width: 100%;
}.contact_aXG2Ww .reach_links_gpKL8A {
    padding: 50px;
    position: relative;
    width: 100%;
}.contact_aXG2Ww form {
    width: 100%;
}.contact_aXG2Ww form h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
}.contact_aXG2Ww form h3::after {
    border-radius: 1.5px;
    height: 3px;
    background: rgb(208,196,191);
    width: 100%;
    content: "";
    bottom: -10px;
    position: absolute;
    left: 0;
}.contact_aXG2Ww form input[type="text"] {
    padding: 15px 20px;
    border: 2px solid transparent;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    background: rgb(233,228,225);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.contact_aXG2Ww form input[type="text"]:focus {
    outline: none;
    border-color: rgb(208,196,191);
}.contact_aXG2Ww form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_aXG2Ww .request_links_sDIwrd {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_aXG2Ww .request_links_sDIwrd input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_aXG2Ww .request_links_sDIwrd label {
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    padding-left: 35px;
}.contact_aXG2Ww .request_links_sDIwrd label::before {
    top: 2px;
    width: 22px;
    border-radius: 10px;
    position: absolute;
    height: 22px;
    left: 0;
    background: rgb(233,228,225);
    content: "";
    transition: all 0.3s ease;
}.contact_aXG2Ww .request_links_sDIwrd input[type="checkbox"]:checked + label::before {
    background: rgb(208,196,191);
}.contact_aXG2Ww .request_links_sDIwrd input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    position: absolute;
    width: 6px;
    left: 8px;
    top: 5px;
    content: "";
    border-right: 2px solid #ffffff;
}.contact_aXG2Ww .request_links_sDIwrd label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(208,196,191);
}.contact_aXG2Ww .request_links_sDIwrd label a:hover {
    text-decoration: underline;
}.contact_aXG2Ww form .help_request_cnbfFa {
    transition: all 0.3s ease;
    background: rgb(208,196,191);
    border-radius: 10px;
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 20px;
    text-align: center;
    border: none;
}.contact_aXG2Ww form .help_request_cnbfFa:hover {
    background: rgb(173,158,152);
}.contact_aXG2Ww svg {
    width: 20px;
    height: 20px;
    fill: rgb(208,196,191);
}.contact_aXG2Ww svg path {
    fill: rgb(208,196,191);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_aXG2Ww .inquiry_help_MSK1Tr {
    flex-direction: row;
    max-width: 1000px;
}.contact_aXG2Ww .background_image_cbs0w4 {
    width: 40%;
    height: auto;
    min-height: 400px;
}.contact_aXG2Ww .reach_links_gpKL8A {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_aXG2Ww .background_image_cbs0w4 {
    width: 50%;
}.contact_aXG2Ww .reach_links_gpKL8A {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact_aXG2Ww .inquiry_help_MSK1Tr {
    max-width: 1100px;
}.contact_aXG2Ww .background_image_cbs0w4 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_aXG2Ww {
    padding: 60px 0;
}.contact_aXG2Ww h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.contact_aXG2Ww .reach_links_gpKL8A {
    padding: 30px 20px;
}.contact_aXG2Ww form h3 {
    font-size: calc(20px * 0.9);
}}.welcome_N8vTiC {
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(245, 250, 255, 0.9) 100%);
    display: flex;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.welcome_N8vTiC::before {
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgb(208,196,191,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    left: 0;
    position: absolute;
}.welcome_N8vTiC::after {
    z-index: -1;
    bottom: -5vw;
    transform: translateZ(0);
    width: 35vw;
    background: rgb(173,158,152,0.5);
    opacity: 0.3;
    position: absolute;
    filter: blur(50px);
    animation: breathe 8s infinite ease-in-out;
    right: -5vw;
    height: 35vw;
    content: "";
}.welcome_N8vTiC .team_profile_GYxte4 {
    position: relative;
    width: 90%;
    grid-template-columns: 1fr;
    padding: 3rem 0;
    display: grid;
    gap: 2rem;
    z-index: 2;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}.welcome_N8vTiC h1 {
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-style: preserve-3d;
    position: relative;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 48px);
    line-height: 1.2;
    color: #000000;
    margin-bottom: 1.5rem;
}.welcome_N8vTiC h1::after {
    animation: expandLine 1.2s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    height: 4px;
    left: 0;
    content: "";
    background: rgb(208,196,191);
    position: absolute;
}.welcome_N8vTiC .prose_block_vutkcH {
    transform-style: preserve-3d;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    z-index: 3;
}.welcome_N8vTiC .start_welcome_sK2OVd {
    animation: fadeSlideUp 0.8s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: flex;
    opacity: 0;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(20px) rotateX(5deg);
    border-left: 4px solid rgb(208,196,191);
    background: rgba(255, 255, 255, 0.85);
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 10px;
}.welcome_N8vTiC .start_welcome_sK2OVd p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    max-width: 90%;
    margin-bottom: 1.5rem;
}.welcome_N8vTiC svg {
    width: 100px;
    filter: drop-shadow(0px 5px 10px rgba(94, 170, 168, 0.2));
    align-self: center;
    animation: floatIcon 6s infinite ease-in-out;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100px;
    transform: scale(0.8) rotate(-5deg);
}.welcome_N8vTiC svg:hover {
    transform: scale(0.9) rotate(0deg);
}.welcome_N8vTiC svg path {
    fill: rgb(208,196,191);
    transition: fill 0.3s ease;
}.welcome_N8vTiC svg text {
    font-family: Arial, sans-serif;
    fill: rgb(208,196,191);
    font-weight: 700;
    animation: pulseText 3s infinite alternate ease-in-out;
}.welcome_N8vTiC .help_request_cnbfFa {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
    margin-top: 1rem;
    padding: 0.9rem 2rem;
}.welcome_N8vTiC .help_request_cnbfFa::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    transition: left 0.7s ease;
    z-index: -1;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.welcome_N8vTiC .help_request_cnbfFa:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
}.welcome_N8vTiC .help_request_cnbfFa:hover::before {
    left: 100%;
}.welcome_N8vTiC .background_image_cbs0w4 {
    position: relative;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    animation: fadeSlideUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 100%;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.welcome_N8vTiC .background_image_cbs0w4::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.4));
}.welcome_N8vTiC .background_image_cbs0w4::after {
    background: rgb(208,196,191);
    mix-blend-mode: color;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}

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

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

@keyframes floatIcon {
    0%, 100% {
        transform: scale(0.8) translateY(0) rotate(-5deg);
    }
    50% {
        transform: scale(0.8) translateY(-10px) rotate(-2deg);
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(0) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateZ(0) scale(1.2);
    }
}

@keyframes pulseText {
    0% {
        fill: rgb(208,196,191);
    }
    100% {
        fill: rgb(173,158,152);
    }
}

@media (min-width: 768px) {.welcome_N8vTiC .team_profile_GYxte4 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.welcome_N8vTiC h1 {
    grid-column: 1 / -1;
    max-width: 80%;
}.welcome_N8vTiC .prose_block_vutkcH {
    order: 1;
}.welcome_N8vTiC .background_image_cbs0w4 {
    order: 2;
    animation: fadeSlidePhoto 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-origin: center right;
    height: 450px;
    transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
}
    
    @keyframes fadeSlidePhoto {
        from {
            transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
            opacity: 0;
        }
        to {
            transform: translateY(0) rotateX(0) rotateY(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.welcome_N8vTiC .team_profile_GYxte4 {
    padding: 5rem 0;
}.welcome_N8vTiC h1 {
    max-width: 70%;
    font-size: 48px;
}.welcome_N8vTiC .start_welcome_sK2OVd {
    animation: fadeSlideInfo 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(3deg);
}.welcome_N8vTiC .background_image_cbs0w4 {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
    animation: fadeSlidePhoto3D 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.welcome_N8vTiC svg {
    width: 120px;
    height: 120px;
}
    
    @keyframes fadeSlideInfo {
        from {
            transform: perspective(1000px) rotateY(3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes fadeSlidePhoto3D {
        from {
            transform: perspective(1000px) rotateY(-3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }
}

@media (min-width: 1200px) {.welcome_N8vTiC::before {
    background: linear-gradient(45deg, rgb(208,196,191,0.5) 0%, transparent 60%);
}.welcome_N8vTiC .start_welcome_sK2OVd {
    padding: 3rem;
}.welcome_N8vTiC h1 {
    max-width: 60%;
}.welcome_N8vTiC .background_image_cbs0w4 {
    height: 550px;
}
}

@media (max-width: 767px) {.welcome_N8vTiC {
    padding: 4rem 0 2rem;
}.welcome_N8vTiC h1 {
    text-align: center;
}.welcome_N8vTiC h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes expandLine {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome_N8vTiC .start_welcome_sK2OVd {
    align-items: center;
    text-align: center;
}.welcome_N8vTiC .start_welcome_sK2OVd p {
    max-width: 100%;
}}.tariff_card_RsVLQJ {
    position: relative;
    overflow: hidden;
    background: rgb(233,228,225);
    padding: 100px 0;
}.tariff_card_RsVLQJ::before {
    content: "";
    background: rgb(208,196,191,0.5);
    height: 300px;
    animation: float-effect 12s infinite alternate ease-in-out;
    width: 300px;
    z-index: 0;
    right: -50px;
    position: absolute;
    filter: blur(80px);
    top: -50px;
}.tariff_card_RsVLQJ::after {
    content: "";
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    width: 250px;
    left: -50px;
    background: rgb(173,158,152,0.5);
    bottom: -50px;
    height: 250px;
    z-index: 0;
    position: absolute;
    filter: blur(60px);
}.tariff_card_RsVLQJ .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.tariff_card_RsVLQJ .learning_deals_t7fZxX {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 {
    order: -1;
    position: relative;
    padding: 0 20px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    position: relative;
    color: #000000;
    display: inline-block;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 h2::after {
    transform: translateX(-50%);
    background: rgb(208,196,191);
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80px;
    left: 50%;
}.tariff_card_RsVLQJ .basic_cost_uPQn0g {
    opacity: 0.85;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 18px;
}.tariff_card_RsVLQJ .rate_choices_FgqaMS {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.tariff_card_RsVLQJ .cost_card_MyvqDC {
    color: inherit;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    text-decoration: none;
    perspective: 1000px;
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_card_RsVLQJ .class_rates_dXFJDf {
    flex-direction: column;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover .class_rates_dXFJDf {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(208,196,191,0.5);
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 {
    overflow: hidden;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    position: relative;
    padding: 30px;
    flex-direction: column;
}.tariff_card_RsVLQJ .plan_fee_1AKmP5::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(208,196,191), rgb(173,158,152));
    top: 0;
    transition: transform 0.5s ease;
    height: 5px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover .plan_fee_1AKmP5::before {
    transform: scaleX(1);
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 h3 {
    color: #000000;
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(19px + 2px);
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 10px;
    font-weight: 700;
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover .plan_fee_1AKmP5 h3 {
    transform: translateX(5px);
    color: rgb(208,196,191);
}.tariff_card_RsVLQJ .learning_rates_AkoWgq {
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
    color: rgb(173,158,152);
    position: relative;
    margin: 10px 0 20px;
    font-size: 19px;
    display: block;
    white-space: normal;
    transition: transform 0.4s ease;
}.tariff_card_RsVLQJ .learning_rates_AkoWgq::before {
    content: "";
    transition: width 0.4s ease;
    left: 0;
    background: rgb(173,158,152,0.5);
    bottom: -8px;
    position: absolute;
    width: 40px;
    height: 2px;
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover .learning_rates_AkoWgq::before {
    width: 80px;
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 p {
    white-space: normal;
    margin-bottom: 0;
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    word-break: break-word;
    flex-grow: 1;
    font-size: calc(18px - 1px);
    line-height: 1.6;
    color: #000000;
}.tariff_card_RsVLQJ .background_image_cbs0w4 {
    transform: translateZ(-10px);
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
}.tariff_card_RsVLQJ .background_image_cbs0w4::after {
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0.6;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover .background_image_cbs0w4 {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover .background_image_cbs0w4::after {
    opacity: 0.4;
}.tariff_card_RsVLQJ .cost_card_MyvqDC::after {
    opacity: 0;
    filter: blur(10px);
    left: 30px;
    border-radius: 50%;
    height: 15px;
    z-index: -1;
    position: absolute;
    top: 100%;
    content: "";
    background: rgb(208,196,191,0.5);
    transition: opacity 0.4s ease;
    right: 30px;
}.tariff_card_RsVLQJ .cost_card_MyvqDC:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.tariff_card_RsVLQJ .learning_deals_t7fZxX {
    flex-direction: row;
    align-items: center;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 {
    flex: 0 0 30%;
    text-align: left;
    order: 0;
    padding-right: 40px;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 h2::after {
    transform: none;
    left: 0;
}.tariff_card_RsVLQJ .rate_choices_FgqaMS {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.tariff_card_RsVLQJ .rate_choices_FgqaMS {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 {
    padding: 35px;
}.tariff_card_RsVLQJ .background_image_cbs0w4 {
    height: 220px;
}
}

@media (max-width: 991px) {.tariff_card_RsVLQJ {
    padding: 80px 0;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.tariff_card_RsVLQJ {
    padding: 60px 0;
}.tariff_card_RsVLQJ .rate_choices_FgqaMS {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_card_RsVLQJ .cert_plans_KQ14H0 h2 {
    font-size: calc(34px - 4px);
}.tariff_card_RsVLQJ .background_image_cbs0w4 {
    height: 180px;
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 {
    padding: 25px;
}
}

@media (max-width: 480px) {.tariff_card_RsVLQJ {
    padding: 50px 0;
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 h3 {
    font-size: 19px;
}.tariff_card_RsVLQJ .learning_rates_AkoWgq {
    font-size: calc(19px - 2px);
}.tariff_card_RsVLQJ .background_image_cbs0w4 {
    height: 160px;
}.tariff_card_RsVLQJ .plan_fee_1AKmP5 {
    padding: 20px;
}}.enroll_instantly_e7mKdi {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    position: relative;
}.enroll_instantly_e7mKdi::before {
    width: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
    left: -50%;
    content: "";
    height: 200%;
    animation: rotate 60s linear infinite;
    pointer-events: none;
}.enroll_instantly_e7mKdi::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-size: 100px 100px;
    width: 100%;
}.enroll_instantly_e7mKdi .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 2.5rem;
    margin: 0 auto;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: center;
    backdrop-filter: blur(8px);
    z-index: 2;
    justify-content: center;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.enroll_instantly_e7mKdi .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}.enroll_instantly_e7mKdi h6 {
    max-width: 80%;
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    color: #ffffff;
    font-size: calc(21px * 1.15);
    font-weight: 700;
    position: relative;
}.enroll_instantly_e7mKdi h6::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    bottom: -15px;
    height: 3px;
    width: 60px;
    content: "";
}.enroll_instantly_e7mKdi div div {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
    display: flex;
}.enroll_instantly_e7mKdi div div::before {
    border: 1px solid rgba(255, 255, 255, 0.15);
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: pulse 4s ease-in-out infinite;
    content: "";
    left: 50%;
    height: 150px;
    border-radius: 50%;
    width: 150px;
}.enroll_instantly_e7mKdi div span {
    display: inline-block;
    position: relative;
    z-index: 2;
}.enroll_instantly_e7mKdi .help_request_cnbfFa {
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(173,158,152) 0%, rgb(255, 255, 255, 0.5) 100%);
    font-size: 14px;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding: 1rem 2.5rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: inline-flex;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #ffffff;
    text-decoration: none;
}.enroll_instantly_e7mKdi .help_request_cnbfFa::before {
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
}.enroll_instantly_e7mKdi .help_request_cnbfFa:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-3px) scale(1.02);
}.enroll_instantly_e7mKdi .help_request_cnbfFa:hover::before {
    left: 100%;
}.enroll_instantly_e7mKdi .help_request_cnbfFa span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.enroll_instantly_e7mKdi .help_request_cnbfFa:hover span {
    transform: scale(1.05);
}.enroll_instantly_e7mKdi .help_request_cnbfFa:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

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

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

@media (max-width: 992px) {.enroll_instantly_e7mKdi {
    padding: 4rem 0;
}.enroll_instantly_e7mKdi .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.enroll_instantly_e7mKdi h6 {
    max-width: 90%;
    font-size: calc(21px * 1.05);
}
}

@media (max-width: 768px) {.enroll_instantly_e7mKdi {
    padding: 3rem 0;
}.enroll_instantly_e7mKdi .container {
    transform: none;
    padding: 1.75rem;
}.enroll_instantly_e7mKdi h6 {
    max-width: 100%;
    font-size: 21px;
    margin-bottom: 2rem;
}.enroll_instantly_e7mKdi div div::before {
    width: 120px;
    height: 120px;
}.enroll_instantly_e7mKdi .help_request_cnbfFa {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.enroll_instantly_e7mKdi {
    padding: 2.5rem 0;
}.enroll_instantly_e7mKdi .container {
    padding: 1.5rem;
}.enroll_instantly_e7mKdi h6 {
    margin-bottom: 1.75rem;
    font-size: calc(21px * 0.9);
}.enroll_instantly_e7mKdi div div::before {
    width: 100px;
    height: 100px;
}.enroll_instantly_e7mKdi .help_request_cnbfFa {
    padding: 0.8rem 1.75rem;
    font-size: calc(14px * 0.95);
}}.academic_experience_ioN9cX {
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgb(208,196,191,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}.academic_experience_ioN9cX::before {
    height: 70%;
    transform: rotate(-12deg);
    left: -5%;
    top: -10%;
    width: 120%;
    z-index: 1;
    background: rgb(173,158,152,0.5);
    content: "";
    position: absolute;
}.academic_experience_ioN9cX .student_quotes_McQnTN {
    z-index: 2;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    transform: translateX(5%);
}.academic_experience_ioN9cX .background_image_cbs0w4 {
    border-radius: 24px;
    width: 280px;
    transition: all 0.5s ease;
    height: 350px;
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(208,196,191,0.5);
}.academic_experience_ioN9cX .background_image_cbs0w4:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.academic_experience_ioN9cX .exp_items_7Vzbd9 {
    background: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: rotate(2deg) translateY(-30px);
    max-width: 60%;
    padding: 2rem;
    border-radius: 24px;
    transition: all 0.5s ease;
}.academic_experience_ioN9cX .exp_items_7Vzbd9::after {
    transition: all 0.5s ease;
    left: 30px;
    content: "";
    bottom: -10px;
    filter: blur(8px);
    width: 85%;
    opacity: 0.6;
    height: 10px;
    position: absolute;
    background: rgb(173,158,152);
}.academic_experience_ioN9cX .exp_items_7Vzbd9:hover {
    transform: rotate(0deg) translateY(-20px);
}.academic_experience_ioN9cX .exp_items_7Vzbd9:hover::after {
    opacity: 0.8;
    width: 95%;
}.academic_experience_ioN9cX .name {
    color: rgb(208,196,191);
    transform: translateX(-20px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 32px;
}.academic_experience_ioN9cX .exp_items_7Vzbd9 > div:nth-child(2) {
    color: rgb(173,158,152);
    margin-bottom: 1.5rem;
    font-size: 21px;
    font-weight: 600;
    transform: translateX(-10px);
}.academic_experience_ioN9cX .career_content_ajQrgc {
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    font-style: italic;
    padding-left: 1.5rem;
    font-weight: 400;
    color: #000000;
}.academic_experience_ioN9cX .career_content_ajQrgc::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(208,196,191), rgb(173,158,152));
    width: 5px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

@media (max-width: 992px) {.academic_experience_ioN9cX .student_quotes_McQnTN {
    flex-direction: column;
    gap: 2rem;
    transform: none;
}.academic_experience_ioN9cX .background_image_cbs0w4 {
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.academic_experience_ioN9cX .exp_items_7Vzbd9 {
    transform: none;
    max-width: 100%;
}.academic_experience_ioN9cX .name,
    .academic_experience_ioN9cX .exp_items_7Vzbd9 > div:nth-child(2) {
    transform: none;
}}.about_this_nG3COr {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(233,228,225);
    position: relative;
    z-index: 1;
}.about_this_nG3COr::before {
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(208,196,191,0.5), 0.03) 5px,
            rgba(rgb(208,196,191,0.5), 0.03) 10px
        );
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}.about_this_nG3COr::after {
    opacity: 0.2;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: radial-gradient(
        circle at top right,
        rgb(208,196,191,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    height: 100%;
}.about_this_nG3COr .container {
    max-width: 1200px;
    overflow: visible;
    padding: 0;
    position: relative;
    margin: 0 auto;
}.about_this_nG3COr h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    color: #000000;
    border-left: 4px solid rgb(208,196,191);
    text-align: left;
    margin-bottom: 60px;
}.about_this_nG3COr h2::before {
    left: -10px;
    position: absolute;
    content: "01";
    opacity: 0.05;
    font-size: calc(46px * 1.5);
    top: -40px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
}.about_this_nG3COr .learning_classes_DOS5nT {
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    display: grid;
}.about_this_nG3COr .virtual_track_Viso1n {
    gap: 30px;
    display: grid;
    padding: 0;
    position: relative;
    grid-template-columns: 3fr 7fr;
    align-items: center;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(2) {
    grid-template-columns: 7fr 3fr;
    margin-left: -50px;
    margin-right: 50px;
}.about_this_nG3COr .virtual_track_Viso1n h3 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 0;
    display: inline-block;
    color: #000000;
    background: linear-gradient(
        135deg, 
        rgb(208,196,191,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    font-weight: 600;
    padding: 15px 30px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(1) h3 {
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-column: 1;
    margin-right: -30px;
    grid-row: 1;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(2) h3 {
    grid-row: 1;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(173,158,152,0.5) 100%
    );
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    grid-column: 2;
    margin-left: -30px;
    z-index: 2;
}.about_this_nG3COr .virtual_track_Viso1n p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    padding: 30px;
    color: #000000;
    background: #ffffff;
    line-height: 1.8;
    position: relative;
    border-radius: 21px;
    z-index: 1;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(1) p {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1;
    grid-column: 2;
    border-left: 3px solid rgb(208,196,191);
    margin-left: -20px;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(2) p {
    grid-row: 1;
    margin-right: -20px;
    text-align: right;
    border-right: 3px solid rgb(173,158,152);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    grid-column: 1;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(1)::before {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    animation: rotate 30s linear infinite;
    z-index: 0;
    height: 200px;
    opacity: 0.2;
    transform: translateY(-50%);
    width: 200px;
    right: -100px;
    border: 1px dashed rgb(208,196,191,0.5);
    content: "";
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(2)::before {
    z-index: 0;
    opacity: 0.2;
    border: 1px dashed rgb(173,158,152,0.5);
    top: 50%;
    content: "";
    height: 200px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    left: -100px;
    transform: translateY(-50%);
    animation: rotate 30s linear infinite reverse;
}.about_this_nG3COr::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(208,196,191) 0%, 
        rgb(208,196,191) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(173,158,152) 40%, 
        rgb(173,158,152) 60%,
        transparent 60%,
        transparent 80%,
        rgb(208,196,191) 80%,
        rgb(208,196,191) 100%
    );
    content: "";
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.about_this_nG3COr .virtual_track_Viso1n:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width: 992px) {.about_this_nG3COr {
    padding: 80px 0;
}.about_this_nG3COr h2 {
    margin-bottom: 50px;
}.about_this_nG3COr .virtual_track_Viso1n,
    .about_this_nG3COr .virtual_track_Viso1n:nth-child(2) {
    gap: 20px;
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: 1fr;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(1) h3,
    .about_this_nG3COr .virtual_track_Viso1n:nth-child(2) h3 {
    margin: 0;
    grid-row: 1;
    width: 80%;
    justify-self: center;
    grid-column: 1;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(1) p,
    .about_this_nG3COr .virtual_track_Viso1n:nth-child(2) p {
    text-align: left;
    grid-row: 2;
    border-top: 3px solid rgb(208,196,191);
    margin: 0;
    grid-column: 1;
    clip-path: none;
    border: none;
}.about_this_nG3COr .virtual_track_Viso1n:nth-child(2) p {
    border-top: 3px solid rgb(173,158,152);
}.about_this_nG3COr .virtual_track_Viso1n::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.about_this_nG3COr {
    padding: 60px 0;
}.about_this_nG3COr h2 {
    font-size: calc(32px * 0.9);
    padding-left: 15px;
    margin-bottom: 40px;
}.about_this_nG3COr h2::before {
    font-size: calc(46px * 1.2);
    top: -30px;
}.about_this_nG3COr .virtual_track_Viso1n h3 {
    padding: 12px 20px;
    width: 90%;
    font-size: calc(21px * 0.9);
}.about_this_nG3COr .virtual_track_Viso1n p {
    padding: 20px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.about_this_nG3COr {
    padding: 50px 0;
}.about_this_nG3COr .container {
    padding: 0 15px;
}.about_this_nG3COr h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.about_this_nG3COr h2::before {
    font-size: calc(46px);
    left: -5px;
    top: -25px;
}.about_this_nG3COr .learning_classes_DOS5nT {
    gap: 40px;
}.about_this_nG3COr .virtual_track_Viso1n h3 {
    padding: 10px 15px;
    font-size: calc(21px * 0.85);
    width: 100%;
}.about_this_nG3COr .virtual_track_Viso1n p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 15px;
}}.reach_us_Nf9bG0 {
    overflow: hidden;
    position: relative;
    background: rgb(233,228,225);
    padding: 100px 0;
}.reach_us_Nf9bG0::before {
    left: 0;
    height: 100%;
    animation: backgroundMove 60s linear infinite;
    opacity: 0.03;
    background: 
    linear-gradient(45deg, rgb(208,196,191,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(173,158,152,0.5) 25%, rgb(173,158,152,0.5) 50%, transparent 50%, transparent 75%, rgb(173,158,152,0.5) 75%, rgb(173,158,152,0.5)) -50px 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background-size: 100px 100px;
    width: 100%;
    content: "";
}.reach_us_Nf9bG0::after {
    left: 0;
    height: 1px;
    position: absolute;
    animation: scanline 4s linear infinite;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(208,196,191), rgb(173,158,152), transparent);
    bottom: 0;
}.reach_us_Nf9bG0 .container {
    position: relative;
    z-index: 2;
}.reach_us_Nf9bG0 .get_contactcard_rXLYHb {
    transform-style: preserve-3d;
    padding: 60px 50px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    perspective: 1000px;
}.reach_us_Nf9bG0 .get_contactcard_rXLYHb::before {
    opacity: 0.05;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 20%, rgb(208,196,191,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(173,158,152,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}.reach_us_Nf9bG0 .get_contactcard_rXLYHb::after {
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(208,196,191), rgb(173,158,152));
    width: 100%;
    content: "";
    height: 5px;
    left: 0;
}.reach_us_Nf9bG0 h2 {
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-size: 31px;
    color: #000000;
    padding-left: 20px;
    font-weight: 700;
}.reach_us_Nf9bG0 h2::before {
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    border-radius: 2px;
    box-shadow: 0 0 15px rgb(208,196,191);
    animation: pulse 3s infinite;
    background: rgb(208,196,191);
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}.reach_us_Nf9bG0 h2::after {
    background: linear-gradient(to right, rgb(208,196,191), transparent);
    width: 100px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    height: 2px;
}.reach_us_Nf9bG0 p {
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}.reach_us_Nf9bG0 p:last-of-type {
    border-radius: 10px;
    border-left: 3px solid rgb(208,196,191);
    transition: all 0.3s ease;
    display: flex;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    align-items: center;
}.reach_us_Nf9bG0 p:last-of-type:hover {
    transform: translateX(5px);
    background: rgba(0, 0, 0, 0.04);
}.reach_us_Nf9bG0 p svg {
    width: 24px;
    filter: drop-shadow(0 0 2px rgb(208,196,191,0.5));
    transition: all 0.3s ease;
    height: 24px;
    fill: rgb(208,196,191);
    margin-right: 15px;
}.reach_us_Nf9bG0 p:hover svg {
    transform: scale(1.1);
}.reach_us_Nf9bG0 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,196,191);
}.reach_us_Nf9bG0 .request_team_tg4cOs {
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    padding-top: 20px;
    display: flex;
}.reach_us_Nf9bG0 .request_team_tg4cOs::before {
    left: 0;
    background: linear-gradient(to right, rgb(173,158,152,0.5), transparent);
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    top: 0;
}.reach_us_Nf9bG0 .contact_details_pDndKi {
    position: relative;
    background: #ffffff;
    justify-content: center;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    z-index: 1;
    align-items: center;
    height: 70px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 70px;
}.reach_us_Nf9bG0 .contact_details_pDndKi::before {
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
    linear-gradient(45deg, rgb(208,196,191,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(173,158,152,0.5));
    z-index: -1;
}.reach_us_Nf9bG0 .contact_details_pDndKi::after {
    border-radius: 17px;
    animation: gradient-animation 6s linear infinite;
    z-index: -2;
    background: linear-gradient(45deg, rgb(208,196,191), rgb(173,158,152), rgb(208,196,191));
    background-size: 200% 200%;
    content: "";
    opacity: 0;
    position: absolute;
    bottom: -2px;
    top: -2px;
    transition: opacity 0.4s ease;
    right: -2px;
    left: -2px;
}.reach_us_Nf9bG0 .contact_details_pDndKi svg {
    transition: all 0.4s ease;
    width: 30px;
    fill: rgb(208,196,191);
    height: 30px;
}.reach_us_Nf9bG0 .contact_details_pDndKi svg path {
    fill: rgb(208,196,191);
    transition: fill 0.4s ease;
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
    border-radius: 20px;
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover::before {
    opacity: 0.2;
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover::after {
    opacity: 1;
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover svg {
    transform: scale(1.1);
    fill: rgb(208,196,191);
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover svg path {
    fill: rgb(208,196,191);
}.reach_us_Nf9bG0 .contact_details_pDndKi span {
    animation: ripple 1s linear infinite;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgb(208,196,191);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(208,196,191);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(208,196,191);
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (max-width: 992px) {.reach_us_Nf9bG0 {
    padding: 70px 0;
}.reach_us_Nf9bG0 .get_contactcard_rXLYHb {
    padding: 45px 35px;
}.reach_us_Nf9bG0 h2 {
    font-size: calc(31px * 0.9);
}.reach_us_Nf9bG0 .request_team_tg4cOs {
    gap: 20px;
}.reach_us_Nf9bG0 .contact_details_pDndKi {
    width: 65px;
    height: 65px;
}.reach_us_Nf9bG0 .contact_details_pDndKi svg {
    width: 26px;
    height: 26px;
}
}

@media (max-width: 768px) {.reach_us_Nf9bG0 {
    padding: 60px 0;
}.reach_us_Nf9bG0 .get_contactcard_rXLYHb {
    padding: 40px 30px;
}.reach_us_Nf9bG0 h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.85);
}.reach_us_Nf9bG0 p {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.reach_us_Nf9bG0 p:last-of-type {
    padding: 12px 15px;
}.reach_us_Nf9bG0 p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.reach_us_Nf9bG0 .request_team_tg4cOs {
    justify-content: center;
    gap: 15px;
}.reach_us_Nf9bG0 .contact_details_pDndKi {
    width: 60px;
    border-radius: 12px;
    height: 60px;
}.reach_us_Nf9bG0 .contact_details_pDndKi svg {
    height: 24px;
    width: 24px;
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover {
    border-radius: 15px;
}
}

@media (max-width: 576px) {.reach_us_Nf9bG0 {
    padding: 50px 0;
}.reach_us_Nf9bG0 .get_contactcard_rXLYHb {
    padding: 35px 25px;
}.reach_us_Nf9bG0 h2 {
    padding-left: 15px;
    font-size: calc(31px * 0.8);
}.reach_us_Nf9bG0 h2::before {
    height: 8px;
    width: 8px;
}.reach_us_Nf9bG0 p {
    font-size: calc(14px * 0.9);
}.reach_us_Nf9bG0 p:last-of-type {
    padding: 10px 12px;
}.reach_us_Nf9bG0 p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.reach_us_Nf9bG0 .request_team_tg4cOs {
    justify-content: space-around;
    gap: 12px;
}.reach_us_Nf9bG0 .contact_details_pDndKi {
    border-radius: 10px;
    height: 55px;
    width: 55px;
}.reach_us_Nf9bG0 .contact_details_pDndKi svg {
    width: 22px;
    height: 22px;
}.reach_us_Nf9bG0 .contact_details_pDndKi:hover {
    border-radius: 12px;
}}.program_details_AN74Of {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
}.program_details_AN74Of::before {
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgb(208,196,191,0.5) 0%, transparent 70%);
    height: 200px;
    width: 200px;
    top: -50px;
    opacity: 0.3;
    position: absolute;
    right: -50px;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.program_details_AN74Of::after {
    opacity: 0.2;
    content: "";
    bottom: -30px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    position: absolute;
    left: -30px;
    background: radial-gradient(circle, rgb(173,158,152,0.5) 0%, transparent 70%);
    height: 150px;
    width: 150px;
}.program_details_AN74Of .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.program_details_AN74Of .learn_challenge_gwAFvO {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.program_details_AN74Of .background_image_cbs0w4 {
    transform: translateZ(20px) rotateX(2deg);
    transition: transform 0.5s ease-out;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 350px;
}.program_details_AN74Of .background_image_cbs0w4::before {
    opacity: 0.6;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(208,196,191,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
}.program_details_AN74Of .background_image_cbs0w4::after {
    top: -50%;
    animation: orbitEffect 20s infinite linear;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    width: 200%;
    position: absolute;
    content: "";
}.program_details_AN74Of .prose_block_vutkcH {
    transform: translateZ(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.program_details_AN74Of .prose_block_vutkcH:hover {
    transform: translateZ(15px);
}.program_details_AN74Of h3 {
    line-height: 1.4;
    position: relative;
    font-size: calc(23px * 1.1);
    color: rgb(208,196,191);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
}.program_details_AN74Of h3::after {
    left: 0;
    content: "";
    height: 3px;
    bottom: -10px;
    width: 60px;
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
}.program_details_AN74Of .prose_block_vutkcH:hover h3::after {
    transform: scaleX(1.5);
}.program_details_AN74Of .description {
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.8;
    scrollbar-color: rgb(173,158,152,0.5) transparent;
    color: #000000;
    scrollbar-width: thin;
    max-height: 300px;
    overflow-y: auto;
}.program_details_AN74Of .description::-webkit-scrollbar {
    width: 6px;
}.program_details_AN74Of .description::-webkit-scrollbar-track {
    background: transparent;
}.program_details_AN74Of .description::-webkit-scrollbar-thumb {
    background-color: rgb(173,158,152,0.5);
    border-radius: 20px;
}.program_details_AN74Of p.description {
    display: block;
}.program_details_AN74Of span.description {
    display: none;
}.program_details_AN74Of .learn_challenge_gwAFvO div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.program_details_AN74Of .learn_challenge_gwAFvO {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_details_AN74Of .background_image_cbs0w4 {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.program_details_AN74Of h3 {
    margin-bottom: 30px;
    font-size: 30px;
}.program_details_AN74Of h3::after {
    width: 80px;
}.program_details_AN74Of .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_details_AN74Of {
    padding: 150px 0;
}.program_details_AN74Of .container {
    padding: 0 40px;
}.program_details_AN74Of .learn_challenge_gwAFvO {
    gap: 80px;
}.program_details_AN74Of .background_image_cbs0w4 {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.program_details_AN74Of .prose_block_vutkcH {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.program_details_AN74Of .prose_block_vutkcH:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program_details_AN74Of .description {
    max-height: 400px;
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program_details_AN74Of .background_image_cbs0w4 {
    height: 550px;
}.program_details_AN74Of .learn_challenge_gwAFvO {
    gap: 100px;
}.program_details_AN74Of .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_details_AN74Of {
    padding: 80px 0;
}.program_details_AN74Of .container {
    padding: 0 15px;
}.program_details_AN74Of .prose_block_vutkcH {
    padding: 25px 20px;
}.program_details_AN74Of h3 {
    font-size: 21px;
    margin-bottom: 20px;
}.program_details_AN74Of .description {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
    max-height: 250px;
}}.training_results_G6le2Q {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.training_results_G6le2Q::before {
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(173,158,152,0.5);
    top: -100px;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    width: 300px;
    height: 300px;
    animation: float 12s infinite alternate ease-in-out;
    content: "";
    right: -100px;
    filter: blur(80px);
    position: absolute;
}.training_results_G6le2Q::after {
    background: rgb(208,196,191,0.5);
    filter: blur(60px);
    z-index: 0;
    position: absolute;
    height: 250px;
    width: 250px;
    transform: translate3d(0, 0, 0);
    bottom: -50px;
    left: -50px;
    content: "";
    opacity: 0.2;
    animation: float 15s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
}.training_results_G6le2Q h5 {
    color: #000000;
    z-index: 1;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 3.5rem;
    font-size: 18px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
}.training_results_G6le2Q h5::after {
    height: 3px;
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(208,196,191);
    left: 50%;
    width: 80px;
    bottom: -12px;
    transform: translateX(-50%) scaleX(0.8);
}.training_results_G6le2Q:hover h5::after {
    transform: translateX(-50%) scaleX(1);
}.training_results_G6le2Q .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.training_results_G6le2Q .team_profile_GYxte4 {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    border-left: 3px solid rgb(208,196,191);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    gap: 2.5rem;
}.training_results_G6le2Q .team_profile_GYxte4:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.training_results_G6le2Q .background_image_cbs0w4 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 4px;
    height: auto;
    transform: scale(1);
    transition: transform 0.8s ease;
    object-fit: cover;
}.training_results_G6le2Q .team_profile_GYxte4:hover .background_image_cbs0w4 {
    transform: scale(1.02);
}.training_results_G6le2Q .prose_block_vutkcH {
    flex: 1;
}.training_results_G6le2Q ul {
    gap: 1.2rem;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
}.training_results_G6le2Q li {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 2.2rem;
}.training_results_G6le2Q li:hover {
    transform: translateX(5px);
}.training_results_G6le2Q li p {
    align-items: flex-start;
    color: #000000;
    margin: 0;
    font-size: calc(18px - 1px);
    position: relative;
    line-height: 1.6;
    display: flex;
}.training_results_G6le2Q li svg {
    left: -2.2rem;
    top: 0.1rem;
    position: absolute;
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    transform: scale(0.9);
}.training_results_G6le2Q li:hover svg {
    transform: scale(1);
}.training_results_G6le2Q li svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,196,191);
}.training_results_G6le2Q li:hover svg path {
    fill: rgb(173,158,152);
}.training_results_G6le2Q li:nth-child(odd) {
    transform: translateX(0);
}.training_results_G6le2Q li:nth-child(even) {
    transform: translateX(0);
}.training_results_G6le2Q li:nth-child(odd):hover {
    transform: translateX(5px);
}.training_results_G6le2Q li:nth-child(even):hover {
    transform: translateX(5px);
}.training_results_G6le2Q li div {
    position: relative;
}.training_results_G6le2Q li div::before {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    left: -10px;
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, transparent, rgb(208,196,191,0.5), transparent);
    width: 2px;
    content: "";
}.training_results_G6le2Q li:hover div::before {
    opacity: 1;
}

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

@media (min-width: 768px) {.training_results_G6le2Q {
    padding: 8rem 0;
}.training_results_G6le2Q .team_profile_GYxte4 {
    flex-direction: row;
    padding: 3rem;
    align-items: center;
}.training_results_G6le2Q .team_profile_GYxte4 > div:first-child {
    margin-right: 3rem;
    flex: 0 0 45%;
}.training_results_G6le2Q ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
}.training_results_G6le2Q h5 {
    font-size: calc(18px + 0.25rem);
    margin-bottom: 4rem;
}.training_results_G6le2Q li p {
    font-size: 18px;
}
}

@media (min-width: 992px) {.training_results_G6le2Q {
    padding: 10rem 0;
}.training_results_G6le2Q .team_profile_GYxte4 {
    gap: 3rem;
    padding: 4rem;
}.training_results_G6le2Q h5 {
    font-size: calc(18px + 0.5rem);
}.training_results_G6le2Q .team_profile_GYxte4 > div:first-child {
    flex: 0 0 40%;
}.training_results_G6le2Q .background_image_cbs0w4 {
    height: 350px;
}
}

@media (max-width: 767px) {.training_results_G6le2Q {
    padding: 4rem 0;
}.training_results_G6le2Q h5 {
    font-size: calc(18px - 0.2rem);
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}.training_results_G6le2Q .team_profile_GYxte4 {
    padding: 1.5rem;
}.training_results_G6le2Q .background_image_cbs0w4 {
    height: 220px;
    margin-bottom: 1rem;
}.training_results_G6le2Q li {
    margin-bottom: 1rem;
}.training_results_G6le2Q li p {
    font-size: calc(18px - 2px);
}}footer {
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}footer::before {
    left: 0;
    backdrop-filter: blur(8px);
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(208,196,191,0.5) 50%, rgb(173,158,152,0.5) 100%);
    width: 100%;
    top: 0;
}.encrypt_cta_bWLi4R {
    padding: 4.5rem 0 2rem;
    position: relative;
}.encrypt_cta_bWLi4R::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(208,196,191) 25%, 
                #ffffff 50%, 
                rgb(173,158,152) 75%, 
                transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    animation: shimmer 8s linear infinite;
    content: "";
}.encrypt_cta_bWLi4R .container {
    justify-content: space-between;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
}.encrypt_cta_bWLi4R .company_holder {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    margin-right: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    transform: translateY(0);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.encrypt_cta_bWLi4R .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(208,196,191,0.5);
    transform: translateY(-5px);
}.encrypt_cta_bWLi4R .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: calc(33px * 0.85);
    color: #ffffff;
}.encrypt_cta_bWLi4R .company_holder h3::after {
    height: 2px;
    content: "";
    width: 100%;
    transform-origin: left;
    background: linear-gradient(to right, rgb(208,196,191), rgb(173,158,152));
    bottom: -8px;
    transform: scaleX(0.3);
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
}.encrypt_cta_bWLi4R .company_holder:hover h3::after {
    transform: scaleX(1);
}.encrypt_cta_bWLi4R .knowl_base_FBMCr8 {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 14px;
    max-width: 450px;
}.encrypt_cta_bWLi4R .play_market_QfmTMA {
    position: relative;
    flex: 1 1 450px;
}.encrypt_cta_bWLi4R .top_info_1odRxE {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}.encrypt_cta_bWLi4R .play_market_QfmTMA .top_info_1odRxE {
    justify-content: flex-end;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y {
    overflow: hidden;
    flex: 1 1 200px;
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    transition: all 0.3s ease;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y h5 {
    display: inline-block;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y h5::before {
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    bottom: -6px;
    background: rgb(208,196,191);
    height: 2px;
    position: absolute;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y:hover h5::before {
    width: 100%;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y .top_info_1odRxE {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: block;
    text-decoration: none;
    z-index: 1;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y a::before {
    width: 0;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(208,196,191), rgb(173,158,152));
    left: 0;
    z-index: -1;
    height: 1px;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.encrypt_cta_bWLi4R .top_primary_WlBu1y a:hover::before {
    width: 100%;
}.job_board_KGnBVM {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    position: relative;
}.job_board_KGnBVM::before {
    right: 0;
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(173,158,152) 25%, 
                #ffffff 50%, 
                rgb(208,196,191) 75%, 
                transparent 100%);
}.job_board_KGnBVM .container {
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
}.job_board_KGnBVM .academy_info_ctfMSo {
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 30px;
    backdrop-filter: blur(5px);
}.job_board_KGnBVM .academy_info_ctfMSo:hover {
    box-shadow: 0 0 15px rgb(208,196,191,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.encrypt_cta_bWLi4R {
    padding: 3.5rem 0 2rem;
}.encrypt_cta_bWLi4R .container {
    flex-direction: column;
}.encrypt_cta_bWLi4R .company_holder {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}.encrypt_cta_bWLi4R .play_market_QfmTMA {
    flex: 1 1 100%;
}.encrypt_cta_bWLi4R .play_market_QfmTMA .top_info_1odRxE {
    justify-content: space-between;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.encrypt_cta_bWLi4R {
    padding: 3rem 0 1.5rem;
}.encrypt_cta_bWLi4R::before {
    height: 2px;
}.encrypt_cta_bWLi4R .company_holder {
    padding: 1.25rem;
}.encrypt_cta_bWLi4R .top_primary_WlBu1y {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.encrypt_cta_bWLi4R .play_market_QfmTMA .top_info_1odRxE {
    flex-direction: column;
}.job_board_KGnBVM {
    padding: 1.25rem 0;
}.job_board_KGnBVM::before {
    height: 2px;
}
}

@media (max-width: 576px) {.encrypt_cta_bWLi4R {
    padding: 2.5rem 0 1rem;
}.encrypt_cta_bWLi4R .company_holder h3 {
    font-size: calc(33px * 0.75);
}.encrypt_cta_bWLi4R .knowl_base_FBMCr8 {
    font-size: calc(14px * 0.9);
}.encrypt_cta_bWLi4R .top_primary_WlBu1y h5 {
    font-size: calc(19px * 0.9);
}.encrypt_cta_bWLi4R .top_primary_WlBu1y a {
    font-size: calc(14px * 0.9);
}.job_board_KGnBVM .academy_info_ctfMSo {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.encrypt_cta_bWLi4R .top_info_1odRxE a::after {
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(-50%) scale(0);
    left: -10px;
    border-radius: 50%;
    top: 50%;
    height: 4px;
    background: rgb(208,196,191);
    position: absolute;
    width: 4px;
}.encrypt_cta_bWLi4R .top_info_1odRxE a:hover::after {
    transform: translateY(-50%) scale(1);
}.encrypt_cta_bWLi4R .knowl_base_FBMCr8::before {
    left: -10px;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}.encrypt_cta_bWLi4R .knowl_base_FBMCr8::after {
    position: absolute;
    bottom: -10px;
    border: 1px solid transparent;
    right: -10px;
    content: "";
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
}.encrypt_cta_bWLi4R .company_holder:hover .knowl_base_FBMCr8::before {
    height: calc(100% + 20px);
    border-right-color: rgb(208,196,191,0.5);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(208,196,191,0.5);
}.encrypt_cta_bWLi4R .company_holder:hover .knowl_base_FBMCr8::after {
    border-left-color: rgb(173,158,152,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(173,158,152,0.5);
    width: calc(100% + 20px);
}.audience_profile_XIK6Sr {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(233,228,225);
}.audience_profile_XIK6Sr::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,158,152,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(208,196,191,0.5) 0%, transparent 30%);
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.4;
}.audience_profile_XIK6Sr::after {
    background: linear-gradient(45deg, transparent 48%, rgb(173,158,152,0.5) 49%, rgb(173,158,152,0.5) 51%, transparent 52%);
    opacity: 0.05;
    width: 200%;
    background-size: 100px 100px;
    position: absolute;
    top: -50%;
    animation: moveGradient 120s linear infinite;
    content: '';
    left: -50%;
    height: 200%;
    z-index: 1;
}.audience_profile_XIK6Sr .team_profile_GYxte4 {
    z-index: 2;
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 3rem;
    max-width: 1100px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(173,158,152,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.audience_profile_XIK6Sr h3 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 3.5rem;
}.audience_profile_XIK6Sr h3::before {
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    border-radius: 50px;
    left: 50%;
    top: -30px;
    background: rgb(173,158,152);
    content: '';
    height: 5px;
}.audience_profile_XIK6Sr h3::after {
    position: absolute;
    height: 1px;
    width: 40%;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(173,158,152), transparent);
    transform: translateX(-50%);
    left: 50%;
    content: '';
}.audience_profile_XIK6Sr ul {
    margin: 0;
    gap: 2rem;
    list-style: none;
    display: flex;
    padding: 0;
    flex-direction: column;
}.audience_profile_XIK6Sr li {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    display: flex;
    text-align: center;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 2.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.7);
}.audience_profile_XIK6Sr li::before {
    left: 0;
    height: 5px;
    top: 0;
    content: '';
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(173,158,152,0.5), rgb(208,196,191,0.5));
}.audience_profile_XIK6Sr li::after {
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    transition: opacity 0.5s ease;
    background: radial-gradient(circle at center bottom, rgb(173,158,152,0.5) 0%, transparent 70%);
    left: 0;
}.audience_profile_XIK6Sr li:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transform: translateY(-8px);
}.audience_profile_XIK6Sr li:hover::before {
    opacity: 1;
}.audience_profile_XIK6Sr li:hover::after {
    opacity: 0.15;
}.audience_profile_XIK6Sr li svg {
    filter: drop-shadow(0 3px 6px rgb(173,158,152,0.5));
    width: 60px;
    transition: all 0.4s ease;
    height: 60px;
    fill: rgb(173,158,152);
    display: block;
    margin-bottom: 1.5rem;
}.audience_profile_XIK6Sr li:hover svg {
    transform: scale(1.05);
    fill: rgb(208,196,191);
    filter: drop-shadow(0 5px 10px rgb(208,196,191,0.5));
}.audience_profile_XIK6Sr li svg path {
    transition: all 0.4s ease;
}.audience_profile_XIK6Sr li:hover svg path {
    fill: rgb(208,196,191);
}.audience_profile_XIK6Sr li {
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
}.audience_profile_XIK6Sr li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.audience_profile_XIK6Sr li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.audience_profile_XIK6Sr li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.audience_profile_XIK6Sr li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.audience_profile_XIK6Sr ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.audience_profile_XIK6Sr li:nth-child(even) {
    transform: translateY(20px);
}.audience_profile_XIK6Sr li:nth-child(even):hover {
    transform: translateY(12px);
}.audience_profile_XIK6Sr li:nth-child(1),
    .audience_profile_XIK6Sr li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.audience_profile_XIK6Sr li:nth-child(2),
    .audience_profile_XIK6Sr li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.audience_profile_XIK6Sr .team_profile_GYxte4 {
    padding: 2rem;
}.audience_profile_XIK6Sr h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.audience_profile_XIK6Sr li {
    padding: 2rem 1.5rem;
}.audience_profile_XIK6Sr li svg {
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
}
}

@media (max-width: 767px) {.audience_profile_XIK6Sr {
    padding: 3rem 0;
}.audience_profile_XIK6Sr .team_profile_GYxte4 {
    padding: 1.5rem;
}.audience_profile_XIK6Sr h3 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.audience_profile_XIK6Sr h3::before {
    width: 50px;
    top: -20px;
}.audience_profile_XIK6Sr h3::after {
    width: 70%;
}.audience_profile_XIK6Sr ul {
    gap: 1.5rem;
}.audience_profile_XIK6Sr li {
    padding: 1.5rem 1rem;
}.audience_profile_XIK6Sr li svg {
    width: 45px;
    height: 45px;
}}header {
    background: linear-gradient(135deg, rgb(208,196,191,0.5) 0%, rgb(173,158,152) 100%);
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgb(173,158,152,0.5) 0%, transparent 70%);
    content: "";
}header .nav_pro_iuREdh {
    align-items: center;
    padding: 20px 15px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    transform: none;
}header .nav_pro_iuREdh .first_pagebar_961vid {
    margin-right: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
}header .nav_pro_iuREdh .first_pagebar_961vid:hover {
    transform: scale(1.05);
}header .nav_pro_iuREdh .first_pagebar_961vid .head_base_j8hxR7 {
    display: inline-block;
}header .nav_pro_iuREdh .first_pagebar_961vid .head_base_j8hxR7 svg {
    height: 50px;
    width: auto;
}header .nav_pro_iuREdh .top_primary_WlBu1y {
    list-style: none;
    border-radius: 17px;
    padding: 0;
    transform: none;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
}header .nav_pro_iuREdh .top_primary_WlBu1y::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    left: 0;
    height: 100%;
    transform: rotate(-2deg) scale(1.03);
    top: 0;
    border-radius: 17px;
    content: "";
    z-index: -1;
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe:hover {
    transform: translateY(-3px) scale(1.05);
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe a {
    font-weight: 600;
    padding: 8px 5px;
    overflow: hidden;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe a::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(173,158,152), transparent);
    content: "";
    transform: translateX(-100%);
    position: absolute;
    height: 2px;
    transition: transform 0.4s ease;
    bottom: 0;
    width: 100%;
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .nav_pro_iuREdh {
    flex-direction: column;
    align-items: center;
}header .nav_pro_iuREdh .first_pagebar_961vid {
    margin-right: 0;
    margin-bottom: 15px;
}header .nav_pro_iuREdh .top_primary_WlBu1y {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe {
    margin: 5px 15px 5px 0;
}header .nav_pro_iuREdh .top_primary_WlBu1y .nav_know_V6tIWe a {
    font-size: calc(16px - 2px);
    padding: 5px;
}
}