:root {
    --teal: #3a5aff;
    --off: #fdfdfd;
    --coral: #ff2e63;
    --ink: #1a1c23;
    --muted: #5e6273;
    --link-color: #3a5aff;
    --shadow: 0 12px 35px rgba(26, 28, 35, 0.1);
    --radius: 12px;
    --container: 1200px
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    min-height: 100vh
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: flex;
    flex-direction: column;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #0b2b2b;
    background: linear-gradient(180deg, #f7f8f5 0, #fff 100%);
    max-width: 100vw;
    overflow-x: hidden
}

main {
    flex: 1
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

button {
    font: inherit
}

.s-255a762c36cdae2fe950 {
    width: min(var(--container), 92vw);
    margin-inline: auto
}

.s-212301c593df7a10ee64 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.4rem;
    border-radius: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--teal), var(--coral));
    color: #fff;
    box-shadow: var(--shadow);
    cursor: pointer;
    border: none;
    transition: transform .2s, filter .2s
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-1px);
    filter: saturate(1.1)
}

.s-0ab6b7d50e19e8f06e03 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 1.2rem;
    border-radius: 14px;
    font-weight: 600;
    border: 1px solid rgba(15, 157, 138, .5);
    color: var(--teal);
    background: #fff;
    cursor: pointer;
    transition: background .2s, color .2s, transform .2s
}

.s-0ab6b7d50e19e8f06e03:hover {
    background: rgba(15, 157, 138, .06);
    transform: translateY(-1px)
}

.s-5e9b60f69165f32f8930 {
    display: inline-block;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #eaf6f4;
    color: var(--teal);
    font-weight: 600;
    letter-spacing: .02em
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(1.2) blur(8px);
    background: rgba(247, 248, 245, .8);
    border-bottom: 1px solid rgba(15, 157, 138, .08)
}

.s-60fd8536301150cbca7d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 14px
}

.s-63acf68c4f951d6412a8 img {
    width: 40px;
    height: 40px;
    border-radius: 10px
}

.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
    font-weight: 900;
    letter-spacing: .2px;
    color: var(--teal)
}

nav a {
    color: var(--muted)
}

.s-fea877d4f0f1699da0f9 {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 600
}

.s-fea877d4f0f1699da0f9 a:hover {
    color: var(--teal)
}

.s-fea877d4f0f1699da0f9 .s-9613c87ef22f34bb9290 {
    margin-left: 10px
}

.s-7a86b15480e0a870f0b0 {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(15, 157, 138, .18);
    background: #fff;
    align-items: center;
    justify-content: center
}

.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--teal);
    border-radius: 2px;
    transition: .2s
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add,
.s-7a86b15480e0a870f0b0 span {
    transform: translateY(0)
}

.s-7a86b15480e0a870f0b0::before {
    transform: translateY(-6px)
}

.s-7a86b15480e0a870f0b0::after {
    transform: translateY(6px)
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d span {
    opacity: 0
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d::before {
    transform: translateY(0) rotate(45deg)
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d::after {
    transform: translateY(0) rotate(-45deg)
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 64px 0 auto 0;
    background: #fff;
    border-top: 1px solid rgba(15, 157, 138, .12);
    transform: translateY(-120%);
    transition: transform .3s;
    z-index: 40
}

.s-38591decbaf4a67f37e3 .s-4fff663d0e817351245e {
    padding: 18px 4vw 28px;
    display: grid;
    gap: 14px
}

.s-38591decbaf4a67f37e3 .s-4fff663d0e817351245e a {
    padding: 12px 10px;
    border-radius: 12px;
    background: #f2f7f6
}

.s-20182fbc10716eb197ea {
    padding: 80px 0
}

.s-8e44183d54e9adfec795 {
    background: radial-gradient(circle at 0 0, rgba(15, 157, 138, .04), transparent 55%), #fff
}

.s-ce713f486917d789b03b {
    margin-bottom: 32px;
    max-width: 640px
}

.s-89f3d897f2a1198902bf {
    margin-bottom: 16px
}

.s-ce713f486917d789b03b h1,
.s-ce713f486917d789b03b h2 {
    margin: 0 0 8px;
    font-size: clamp(1.9rem, 1.3vw + 1.3rem, 2.4rem);
    letter-spacing: -.01em
}

.s-ce713f486917d789b03b p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem
}

.s-675f86fe814f97648b78 {
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .2em;
    color: var(--teal);
    font-weight: 700;
    margin-bottom: 8px
}

.s-14462b05beda019e4785 {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: start
}

.s-00ec140d56f0d2c9fd5d,
.s-610a102b1d98993282bf {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.s-ceda2335594ff2d39425 {
    display: grid;
    gap: 14px
}

.s-cec2306c70456e961bb6 {
    color: var(--link-color);
    font-weight: 600;
    text-decoration: underline
}

.s-f89ec66ea42c3b5e9ad4 {
    font-size: .9rem;
    color: var(--muted);
    margin-top: 6px
}

.s-00ec140d56f0d2c9fd5d {
    gap: 18px
}

.s-9b52ff2137524e0fc20d {
    border-radius: 16px;
    border: 1px solid rgba(15, 157, 138, .14);
    background: #fff;
    padding: 14px 16px;
    font-size: .95rem;
    color: var(--muted)
}

.s-9b52ff2137524e0fc20d strong {
    display: block;
    color: var(--ink);
    margin-bottom: 4px
}

.s-8f327bef6e7f6d96a4d1 {
    width: 100%;
    max-width: 460px;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #e9f4f2;
    margin-left: auto
}

.s-8f327bef6e7f6d96a4d1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-2bbfa3cc277676fdcfcd {
    margin-top: 40px;
    border-radius: 22px;
    border: 1px solid rgba(15, 157, 138, .16);
    background: #fff;
    padding: 22px 22px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .04)
}

.s-610a102b1d98993282bf {
    gap: 16px 24px;
    margin-top: 12px
}

.s-a5858e261a4d59df22a9 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: .9rem
}

.s-a5858e261a4d59df22a9 label {
    font-weight: 600;
    color: var(--ink)
}

.s-a5858e261a4d59df22a9 span {
    font-size: .8rem;
    color: var(--muted)
}

.s-a5858e261a4d59df22a9 input {
    border-radius: 12px;
    border: 1px solid rgba(11, 43, 43, .22);
    padding: .6rem .8rem;
    font: inherit;
    outline: 0
}

.s-a5858e261a4d59df22a9 input:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 1px rgba(15, 157, 138, .25)
}

.s-03cba49541370b3da168 {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.s-4805630d09a438330668 {
    font-size: .85rem;
    color: var(--muted)
}

.s-658c8286c17e402644ee {
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .6s, transform .6s;
    will-change: transform
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead {
    opacity: 1;
    transform: none
}

.s-658c8286c17e402644ee.s-b9ca9ec20d6fd1a05bf9 {
    transform: translateX(-22px) translateY(10px)
}

.s-658c8286c17e402644ee.s-0bed47f2372daecb64fe {
    transform: translateX(22px) translateY(10px)
}

.s-658c8286c17e402644ee.s-68986d3b82b485780a27 {
    transform: translateY(26px)
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-0bed47f2372daecb64fe,
.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-68986d3b82b485780a27,
.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-b9ca9ec20d6fd1a05bf9 {
    transform: none
}

footer {
    margin-top: 90px;
    background: #0e2121;
    color: #e7f1ef;
    padding: 54px 0
}

.s-36a8e73464d82d0ffbe7 {
    display: grid;
    gap: 26px;
    grid-template-columns: 1.2fr .8fr
}

.s-b10c5c635e2cf1e09c52 {
    display: flex;
    gap: 14px;
    align-items: center
}

.s-b10c5c635e2cf1e09c52 img {
    width: 42px;
    height: 42px;
    border-radius: 10px
}

.s-28ade61e9abc695dc838 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px
}

.s-28ade61e9abc695dc838 a {
    color: #cbe7e3
}

.s-28ade61e9abc695dc838 a:hover {
    color: #fff
}

.s-bc26e7423ecfd569355e {
    font-size: .92rem;
    color: #c3d7d4
}

.s-a183ebd46412ad596fa9 {
    font-size: .88rem;
    color: #b8cdca;
    display: grid;
    gap: 10px
}

.s-be1c47dbf97124fbe8b4 {
    margin-top: 16px
}

.s-66a2f98a016255dfe9cb {
    display: block
}

.s-8b52a634fc68403f989f {
    display: none
}

.s-38591decbaf4a67f37e3 a,
.s-7a86b15480e0a870f0b0,
.s-fea877d4f0f1699da0f9 a,
a,
button,
input[type=submit] {
    cursor: pointer
}

@media (max-width:980px) {

    .s-66a2f98a016255dfe9cb,
    .s-fea877d4f0f1699da0f9 {
        display: none
    }

    .s-7a86b15480e0a870f0b0 {
        display: inline-flex
    }

    .s-00ec140d56f0d2c9fd5d,
    .s-14462b05beda019e4785,
    .s-36a8e73464d82d0ffbe7,
    .s-610a102b1d98993282bf {
        grid-template-columns: 1fr
    }

    .s-8f327bef6e7f6d96a4d1 {
        margin-inline: auto
    }

    .s-8b52a634fc68403f989f {
        display: block
    }
}

@media (max-width:720px) {
    .s-20182fbc10716eb197ea {
        padding: 64px 0
    }
}

.s-2fd5294223f055fee474 {
    margin-top: 6px
}