@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #0f172a;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-e13c801a {
    background: #1e293b;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    color: #f1f5f9;
}

.c-a948376d {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-24492364 {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
}

.c-6fa50369 {
    margin-right: 10px;
    color: #0ea5e9;
}


.c-f24e0552 {
    display: flex;
    align-items: center;
}

.c-8103987f {
    display: flex;
    margin-right: 48px;
}

.c-fec022cf {
    margin-left: 30px;
    position: relative;
}

.c-58dfede6 {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 150ms ease-in-out;
}

.c-58dfede6:hover {
    color: #0ea5e9;
}

.c-58dfede6 i {
    margin-left: 10px;
}


.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b;
    border-radius: 12px;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 300ms ease-in-out;
}

.c-fec022cf:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header__dropdown-item {
    padding: 10px;
    border-radius: 6px;
    transition: 150ms ease-in-out;
    white-space: nowrap;
}

.header__dropdown-item:hover {
    background: #334155;
    color: #0ea5e9;
}


.header__search {
    display: flex;
    align-items: center;
    background: #334155;
    border-radius: 24px;
    padding: 10px;
}

.header__search-icon {
    margin-right: 10px;
    color: #cbd5e1;
}

.header__search-input {
    background: none;
    border: none;
    outline: none;
    color: #f1f5f9;
}

.header__search-input::placeholder {
    color: #cbd5e1;
}
.c-ef114cd7 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: none;
    border: none;
}

.c-f1d53a24 {
    width: 24px;
    height: 2px;
    background: #f1f5f9;
    margin: 3px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-f1d53a24:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header__burger--active .c-f1d53a24:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-f1d53a24:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.c-926420f4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    gap: 30px;
    transform: translateX(-100%);
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-c5994248 {
    width: 90%;
    max-width: 300px;
}

.c-a995110b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f1f5f9;
    font-size: 19px;
    font-weight: 600;
    padding: 30px;
    border-radius: 18px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    background: #1e293b;
    margin-bottom: 10px;
}

.header__mobile-menu--active .c-a995110b {
    opacity: 1;
    transform: translateY(0);
}

.c-a995110b:nth-child(1) {
    transition-delay: 0.1s;
}
.c-a995110b:nth-child(2) {
    transition-delay: 0.2s;
}
.c-a995110b:nth-child(3) {
    transition-delay: 0.3s;
}
.c-a995110b:nth-child(4) {
    transition-delay: 0.4s;
}

.c-a995110b:hover {
    color: #0ea5e9;
    background: #0ea5e9;
    color: #0f172a;
    transform: scale(1.02);
}

.header__mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: 300ms ease-in-out;
    background: #334155;
    border-radius: 12px;
    margin-top: 10px;
}

.header__mobile-submenu--active {
    max-height: 300px;
}

.header__mobile-submenu-item {
    padding: 20px 30px;
    color: #cbd5e1;
    border-bottom: 1px solid #1e293b;
    transition: 150ms ease-in-out;
}

.header__mobile-submenu-item:last-child {
    border-bottom: none;
}

.header__mobile-submenu-item:hover {
    background: #1e293b;
    color: #0ea5e9;
}

.header__mobile-search {
    width: 90%;
    max-width: 300px;
    display: flex;
    align-items: center;
    background: #1e293b;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
}

.header__mobile-search-input {
    background: transparent;
    border: none;
    outline: none;
    padding: 4px;
    color: #f1f5f9;
    width: 100%;
}

.c-7d2b0905 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}




.c-4a3e46b2 {
    background-color: #1e293b;
    padding: 48px 0;
    border-top: 1px solid #334155;
}

.c-6440f3c7 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-8e4c8244 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    margin-bottom: 48px;
}

.c-a255d373 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-54ef9620 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 26px;
}

.c-54ef9620 i {
    color: #0ea5e9;
    font-size: 34px;
}

.c-fe857e5e {
    color: #cbd5e1;
    line-height: 1.6;
}

.c-6aa0a9e2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-2e3aec07 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
}

.c-1e2458a5 {
    color: #0ea5e9;
    width: 20px;
    text-align: center;
}

.c-e22969d4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
}

.c-4fbd4fe5 {
    display: flex;
    flex-direction: column;
}

.c-169a4f1d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #334155;
}

.c-3f5f7243 {
    color: #f1f5f9;
    font-weight: 600;
    font-size: 19px;
}

.c-240afc9f {
    color: #0ea5e9;
    transition: transform 300ms ease-in-out;
    display: none;
}

.c-1811445a {
    padding: 20px 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}

.c-29d9b653 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-d325eace {
    color: #cbd5e1;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
}

.c-d325eace::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #0ea5e9;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 150ms ease-in-out;
}

.c-d325eace:hover {
    color: #0ea5e9;
    padding-left: 30px;
}

.c-d325eace:hover::before {
    transform: translateY(-50%) scale(1);
}

.c-ca2c8cf5 {
    margin-top: 20px;
}

.c-ad5ce882 {
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-baa5c67a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-f3a59a2d {
    background-color: #0f172a;
    border: 1px solid #334155;
    padding: 20px;
    border-radius: 6px;
    color: #f1f5f9;
    transition: border-color 150ms ease-in-out;
}

.c-f3a59a2d:focus {
    outline: none;
    border-color: #0ea5e9;
}

.c-f3a59a2d::placeholder {
    color: #94a3b8;
}

.c-37ba2cc6 {
    background-color: #0ea5e9;
    color: #0f172a;
    padding: 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 150ms ease-in-out;
}

.c-37ba2cc6:hover {
    background-color: #38bdf8;
}

.c-1e2b7f4c {
    padding-top: 20px;
    border-top: 1px solid #334155;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-b7c8113f {
    color: #94a3b8;
    font-size: 14px;
}

.c-3523f85b {
    display: flex;
    gap: 30px;
}

.c-0d27d5ae {
    color: #94a3b8;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-0d27d5ae:hover {
    color: #0ea5e9;
}






.c-da3dff23 {
    padding: 64px 0;
    background: #1e293b;
    min-height: 100vh;
}

.c-57319b6d {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-c8b832ae {
    text-align: center;
    margin-bottom: 64px;
    opacity: 0;
    transform: translateY(-30px);
}

.c-e6fa0ca7 {
    font-size: 34px;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-86598256 {
    font-size: 19px;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
}

.c-fa117734 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 48px;
    margin-bottom: 64px;
}

.c-1e74a131 {
    background: #0f172a;
    border-radius: 24px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #334155;
    transition: all 300ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.c-1e74a131:hover {
    background: #1e293b;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px 0 3px 6px rgba(0, 0, 0, 0.1);
}

.c-486de047 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 30px;
    overflow: hidden;
    border: 4px solid #0ea5e9;
    position: relative;
}

.c-486de047::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    border-radius: 50%;
    z-index: -1;
}

.c-486de047 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-c0854535 {
    font-size: 26px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 10px;
}

.c-8b6de0c3 {
    font-size: 14px;
    color: #0ea5e9;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.c-1b66926d {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}

.c-7b6fe932 {
    background: #0f172a;
    border-radius: 24px;
    padding: 48px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-91fb3fa8 {
    font-size: 26px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 30px;
}

.c-5bab5c8d {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.c-ab3f5d9e {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.c-ffcebbb8 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 26px;
    font-weight: 700;
}

.c-b483264d {
    font-size: 14px;
    color: #cbd5e1;
    font-weight: 500;
}

.about-team--animated .c-c8b832ae {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.about-team--animated .c-1e74a131 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.about-team--animated .c-1e74a131:nth-child(1) {
    transition-delay: 0.1s;
}
.about-team--animated .c-1e74a131:nth-child(2) {
    transition-delay: 0.2s;
}
.about-team--animated .c-1e74a131:nth-child(3) {
    transition-delay: 0.3s;
}
.about-team--animated .c-1e74a131:nth-child(4) {
    transition-delay: 0.4s;
}

.about-team--animated .c-7b6fe932 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.5s;
}



.c-ea679f4d {
    width: 100vw;
    height: 100vh;
    background: #0f172a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-b7c64f5a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-7fd4db3e {
    text-align: center;
    z-index: 10;
    position: relative;
    animation: cta-content-float 6s ease-in-out infinite;
}

.c-875a2786 {
    font-size: clamp(2.5rem, 10vw, 5rem);
    font-weight: 900;
    color: #f1f5f9;
    margin-bottom: 30px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1;
    position: relative;
}

.c-875a2786::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0ea5e9, #38bdf8);
    border-radius: 2px;
    animation: cta-underline-wave 3s ease-in-out infinite;
}

.c-e508782c {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #f1f5f9;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.c-5d1ed206 {
    display: inline-block;
    background: linear-gradient(45deg, #0ea5e9, #38bdf8);
    color: #f1f5f9;
    padding: 30px 48px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.c-5d1ed206::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #38bdf8, #0ea5e9);
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.c-5d1ed206:hover::before {
    opacity: 1;
}

.c-5d1ed206:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.c-5d1ed206 span {
    position: relative;
    z-index: 1;
}

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

@keyframes cta-underline-wave {
    0%,
    100% {
        width: 100px;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        width: 200px;
        transform: translateX(-50%) scaleX(1.2);
    }
}

.c-a6d84efb {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    color: #0f172a;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 6px 12px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 300ms ease-in-out;
}

.c-a6d84efb.policy-compact--visible {
    transform: translateX(0);
}

.c-c05cac6c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-9efef69c {
    font-size: var(--font-size);
    font-weight: 600;
}

.c-f391bd3e {
    background: none;
    border: none;
    color: #0f172a;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 150ms ease-in-out;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-f391bd3e:hover {
    opacity: 1;
}

.c-781cc9bc {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.c-a97d7c2f {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.c-bfa062b0 {
    color: #0f172a;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 150ms ease-in-out;
}

.c-bfa062b0:hover {
    opacity: 1;
}

.c-95f612b7 {
    background: #0f172a;
    color: #0ea5e9;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 150ms ease-in-out;
}

.c-95f612b7:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .c-f24e0552 {
        display: none;
    }

    .c-ef114cd7 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-8e4c8244 {
        grid-template-columns: 1fr;
    }

    .c-e22969d4 {
        grid-template-columns: 1fr;
    }

    .c-240afc9f {
        display: block;
    }

    .c-1811445a {
        max-height: 0;
        padding: 0;
    }

    .c-4fbd4fe5.footer-section-active .c-1811445a {
        max-height: 300px;
        padding: 20px 0;
    }

    .c-4fbd4fe5.footer-section-active .c-240afc9f {
        transform: rotate(180deg);
    }

    .c-1e2b7f4c {
        flex-direction: column;
        text-align: center;
    }

    .c-3523f85b {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 769px) {
    .c-1811445a {
        max-height: none !important;
        padding: 20px 0 !important;
    }
}
@media (max-width: 768px) {
    .c-5bab5c8d {
        gap: 30px;
    }
}
@media (max-width: 480px) {
    .c-a6d84efb {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
    }
}