html,
body,
#main {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}
body,
input,
textarea,
select,
button {
    font-family: sans-serif;
    font-size: 12px;
}
body {
    --token-e5145d68-ee3f-43dc-8638-41389fb43644: #9c9c9c26;
    --token-f277370d-904c-4e87-88c6-49451f154e33: #d1ff00;
    --token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8: #050505;
    --token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f: #f4f4e8;
    --token-82d92470-f077-4c9d-9673-709d01132847: #686868;
    --token-1486dbb4-cc20-4852-a20d-db81362153cb: #bcbcbc;
    --token-08d07ee3-fce8-41f2-9d02-9c41009dd49d: #3d3d3d;
    --token-6e62038c-0066-4a2a-9fbd-3ca05d5d5284: #1c1e19;
    --token-27d215b1-9859-4ed9-910b-49be7f89fc94: #fff;
    --token-52433e3c-3bdd-4e8f-b4eb-8bd6681644d3: #ffffed;
}
@supports (z-index: calc(infinity)) {
    #__framer-badge-container {
        --infinity: infinity;
    }
}
#__framer-badge-container {
    pointer-events: none;
    width: 100%;
    z-index: calc(var(--infinity, 2147480000));
    justify-content: flex-end;
    padding: 20px;
    display: flex;
    position: fixed;
    bottom: 0;
}
@supports (background: -webkit-named-image(i)) and (not (grid-template-rows: subgrid)) {
    body {
        --framer-will-change-override: transform;
    }
}
@supports (background: -webkit-named-image(i)) and (not (position-area: top right)) {
    body {
        --framer-will-change-filter-override: filter;
    }
}
[data-framer-component-type="Text"] div div span,
[data-framer-component-type="Text"] a div span,
[data-framer-component-type="Text"] span span span,
[data-framer-component-type="Text"] p span span,
[data-framer-component-type="Text"] h1 span span,
[data-framer-component-type="Text"] h2 span span,
[data-framer-component-type="Text"] h3 span span,
[data-framer-component-type="Text"] h4 span span,
[data-framer-component-type="Text"] h5 span span,
[data-framer-component-type="Text"] h6 span span,
[data-framer-component-type="Text"] a {
    font-family: var(--font-family);
    font-style: var(--font-style);
    font-weight: min(calc(var(--framer-font-weight-increase, 0) + var(--font-weight, 400)), 900);
    color: var(--text-color);
    letter-spacing: var(--letter-spacing);
    font-size: var(--font-size);
    text-transform: var(--text-transform);
    --text-decoration: var(--framer-text-decoration-style, solid) var(--framer-text-decoration, none)
        var(--framer-text-decoration-color, currentcolor) var(--framer-text-decoration-thickness, auto);
    --text-decoration-skip-ink: var(--framer-text-decoration-skip-ink);
    --text-underline-offset: var(--framer-text-decoration-offset);
    line-height: var(--line-height);
    --font-family: var(--framer-font-family);
    --font-style: var(--framer-font-style);
    --font-weight: var(--framer-font-weight);
    --text-color: var(--framer-text-color);
    --letter-spacing: var(--framer-letter-spacing);
    --font-size: var(--framer-font-size);
    --text-transform: var(--framer-text-transform);
    --line-height: var(--framer-line-height);
}
@supports not (color: color(display-p3 1 1 1)) {
    p.framer-text,
    div.framer-text,
    h1.framer-text,
    h2.framer-text,
    h3.framer-text,
    h4.framer-text,
    h5.framer-text,
    h6.framer-text,
    li.framer-text,
    ol.framer-text,
    ul.framer-text,
    span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-blockquote-text-color-rgb,
            var(
                --framer-blockquote-text-color,
                var(--framer-text-color-rgb, var(--framer-text-color, #000))
            )
        );
        -webkit-text-stroke-color: var(
            --framer-text-stroke-color-rgb,
            var(--framer-text-stroke-color, initial)
        );
    }
    mark.framer-text {
        background-color: var(
            --framer-blockquote-text-background-color-rgb,
            var(
                --framer-blockquote-text-background-color,
                var(--framer-text-background-color-rgb, var(--framer-text-background-color, initial))
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text,
    code.framer-text span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-blockquote-text-color-rgb,
            var(
                --framer-blockquote-text-color,
                var(
                    --framer-code-text-color-rgb,
                    var(
                        --framer-code-text-color,
                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text,
    span.framer-text[data-nested-link] {
        color: var(
            --framer-link-text-color-rgb,
            var(
                --framer-link-text-color,
                var(
                    --framer-blockquote-text-color-rgb,
                    var(
                        --framer-blockquote-text-color,
                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                    )
                )
            )
        );
        background-color: var(
            --framer-link-text-background-color-rgb,
            var(--framer-link-text-background-color, initial)
        );
        -webkit-text-decoration-color: var(
            --framer-link-text-decoration-color-rgb,
            var(
                --framer-link-text-decoration-color,
                var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))
            )
        );
        text-decoration-color: var(
            --framer-link-text-decoration-color-rgb,
            var(
                --framer-link-text-decoration-color,
                var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text,
    code.framer-text a.framer-text span.framer-text:not([data-text-fill]),
    code.framer-text span.framer-text[data-nested-link],
    code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-link-text-color-rgb,
            var(
                --framer-link-text-color,
                var(
                    --framer-blockquote-text-color-rgb,
                    var(
                        --framer-blockquote-text-color,
                        var(
                            --framer-code-text-color-rgb,
                            var(
                                --framer-code-text-color,
                                var(--framer-text-color-rgb, var(--framer-text-color, #000))
                            )
                        )
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text:hover,
    span.framer-text[data-nested-link]:hover {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(
                            --framer-blockquote-text-color-rgb,
                            var(
                                --framer-blockquote-text-color,
                                var(--framer-text-color-rgb, var(--framer-text-color, #000))
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-hover-text-background-color-rgb,
            var(
                --framer-link-hover-text-background-color,
                var(
                    --framer-link-text-background-color-rgb,
                    var(
                        --framer-link-text-background-color,
                        var(
                            --framer-text-background-color-rgb,
                            var(--framer-text-background-color, initial)
                        )
                    )
                )
            )
        );
        -webkit-text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
        text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text:hover,
    code.framer-text span.framer-text[data-nested-link]:hover {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(
                            --framer-blockquote-text-color-rgb,
                            var(
                                --framer-blockquote-text-color,
                                var(
                                    --framer-code-text-color-rgb,
                                    var(
                                        --framer-code-text-color,
                                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                                    )
                                )
                            )
                        )
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text[data-framer-page-link-current],
    span.framer-text[data-framer-page-link-current] {
        color: var(
            --framer-link-current-text-color-rgb,
            var(
                --framer-link-current-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                    )
                )
            )
        );
        background-color: var(
            --framer-link-current-text-background-color-rgb,
            var(
                --framer-link-current-text-background-color,
                var(
                    --framer-link-text-background-color-rgb,
                    var(
                        --framer-link-text-background-color,
                        var(
                            --framer-text-background-color-rgb,
                            var(--framer-text-background-color, initial)
                        )
                    )
                )
            )
        );
        -webkit-text-decoration-color: var(
            --framer-link-current-text-decoration-color-rgb,
            var(
                --framer-link-current-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
        text-decoration-color: var(
            --framer-link-current-text-decoration-color-rgb,
            var(
                --framer-link-current-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text[data-framer-page-link-current],
    code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
    code.framer-text span.framer-text[data-framer-page-link-current],
    code.framer-text
        span.framer-text[data-framer-page-link-current]
        span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-link-current-text-color-rgb,
            var(
                --framer-link-current-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(
                            --framer-code-text-color-rgb,
                            var(
                                --framer-code-text-color,
                                var(--framer-text-color-rgb, var(--framer-text-color, #000))
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-current-text-background-color-rgb,
            var(
                --framer-link-current-text-background-color,
                var(
                    --framer-link-text-background-color-rgb,
                    var(
                        --framer-link-text-background-color,
                        var(
                            --framer-text-background-color-rgb,
                            var(--framer-text-background-color, initial)
                        )
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text[data-framer-page-link-current]:hover,
    span.framer-text[data-framer-page-link-current]:hover {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-current-text-color-rgb,
                    var(
                        --framer-link-current-text-color,
                        var(
                            --framer-link-text-color-rgb,
                            var(
                                --framer-link-text-color,
                                var(
                                    --framer-code-text-color-rgb,
                                    var(
                                        --framer-code-text-color,
                                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                                    )
                                )
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-hover-text-background-color-rgb,
            var(
                --framer-link-hover-text-background-color,
                var(
                    --framer-link-current-text-background-color-rgb,
                    var(
                        --framer-link-current-text-background-color,
                        var(
                            --framer-link-text-background-color-rgb,
                            var(--framer-link-text-background-color, initial)
                        )
                    )
                )
            )
        );
        -webkit-text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-current-text-decoration-color-rgb,
                    var(
                        --framer-link-current-text-decoration-color,
                        var(
                            --framer-link-text-decoration-color-rgb,
                            var(
                                --framer-link-text-decoration-color,
                                var(
                                    --framer-text-decoration-color-rgb,
                                    var(--framer-text-decoration-color, currentcolor)
                                )
                            )
                        )
                    )
                )
            )
        );
        text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-current-text-decoration-color-rgb,
                    var(
                        --framer-link-current-text-decoration-color,
                        var(
                            --framer-link-text-decoration-color-rgb,
                            var(
                                --framer-link-text-decoration-color,
                                var(
                                    --framer-text-decoration-color-rgb,
                                    var(--framer-text-decoration-color, currentcolor)
                                )
                            )
                        )
                    )
                )
            )
        );
    }
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text[data-framer-page-link-current]:hover,
    code.framer-text
        a.framer-text[data-framer-page-link-current]:hover
        span.framer-text:not([data-text-fill]),
    code.framer-text span.framer-text[data-framer-page-link-current]:hover,
    code.framer-text
        span.framer-text[data-framer-page-link-current]:hover
        span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-current-text-color-rgb,
                    var(
                        --framer-link-current-text-color,
                        var(
                            --framer-link-text-color-rgb,
                            var(
                                --framer-link-text-color,
                                var(
                                    --framer-code-text-color-rgb,
                                    var(
                                        --framer-code-text-color,
                                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                                    )
                                )
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-hover-text-background-color-rgb,
            var(
                --framer-link-hover-text-background-color,
                var(
                    --framer-link-current-text-background-color-rgb,
                    var(
                        --framer-link-current-text-background-color,
                        var(
                            --framer-link-text-background-color-rgb,
                            var(--framer-link-text-background-color, initial)
                        )
                    )
                )
            )
        );
    }
}
@supports not (overflow: clip) {
    :root {
        --overflow-clip-fallback: hidden;
    }
}
@supports (background: -webkit-named-image(i)) and (not (contain-intrinsic-size: inherit)) {
    div.framer-text,
    p.framer-text,
    h1.framer-text,
    h2.framer-text,
    h3.framer-text,
    h4.framer-text,
    h5.framer-text,
    h6.framer-text,
    ol.framer-text,
    ul.framer-text,
    li.framer-text,
    blockquote.framer-text,
    .framer-text.framer-image {
        display: var(--text-truncation-display-inline-for-safari-16, revert);
    }
    div.framer-text:after,
    p.framer-text:after,
    h1.framer-text:after,
    h2.framer-text:after,
    h3.framer-text:after,
    h4.framer-text:after,
    h5.framer-text:after,
    h6.framer-text:after,
    ol.framer-text:after,
    ul.framer-text:after,
    li.framer-text:after,
    blockquote.framer-text:after,
    .framer-text.framer-image:after {
        content: var(--text-truncation-line-break-for-safari-16);
        white-space: pre;
    }
    .framer-text.framer-text-module,
    .framer-text.framer-table-wrapper {
        display: var(--text-truncation-display-none-for-safari-16, revert);
    }
    p.framer-text[data-text-fill] {
        display: var(--text-truncation-display-inline-for-safari-16, inline-block);
    }
}
@supports (corner-shape: superellipse(2)) {
    :root {
        --one-if-corner-shape-supported: 1;
    }
}
.framer-cursor-none,
.framer-cursor-none * {
    cursor: none !important;
}
.framer-pointer-events-none,
.framer-pointer-events-none * {
    pointer-events: none !important;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-BusP4.framer-sez9vu,
.framer-BusP4 .framer-sez9vu {
    display: block;
}
.framer-BusP4.framer-1e6htkk {
    --selection-background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --selection-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    -webkit-tap-highlight-color: #0000;
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-BusP4 .framer-1fjxgad-container {
    flex: none;
    order: -1000;
    width: auto;
    height: auto;
    position: relative;
}
.framer-BusP4 .framer-1o72gw2-container {
    order: 6;
    width: 100%;
    height: min-content;
    position: relative;
}
.framer-BusP4 .framer-1e31qdr {
    mix-blend-mode: difference;
    height: 60px;
    position: var(--framer-canvas-fixed-position, fixed);
    z-index: 8;
    flex-flow: column;
    flex: none;
    order: -999;
    place-content: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
}
.framer-BusP4 .framer-136tn1m {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 20px 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-BusP4 .framer-s5girz {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-BusP4 .framer-1i8c7na {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-BusP4 .framer-dsmcl4-container,
.framer-BusP4 .framer-19lc9uq-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-BusP4 .framer-wouab6,
.framer-BusP4 .framer-29j0ql {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-self: stretch;
    align-items: flex-start;
    gap: 0;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-BusP4 .framer-appehj {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-BusP4 .framer-d7exnj {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    flex: 1 0 0;
    align-self: stretch;
    width: 1px;
    position: relative;
}
.framer-BusP4 .framer-yqeefu {
    pointer-events: none;
    height: min-content;
    position: var(--framer-canvas-fixed-position, fixed);
    z-index: 9;
    flex-flow: column;
    flex: none;
    order: -998;
    place-content: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
}
.framer-BusP4 .framer-hsk0o5 {
    mix-blend-mode: difference;
    flex-flow: row;
    flex: none;
    place-content: center flex-end;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 1920px;
    height: 60px;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-BusP4 .framer-19h6hkm-container {
    pointer-events: auto;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-BusP4.framer-zpjdrk {
    -webkit-user-select: none;
    user-select: none;
    z-index: 8;
    position: fixed;
    inset: 0;
}
.framer-BusP4.framer-g47m12-container {
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: 8;
    flex: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.framer-BusP4 .framer-1ce8pqa {
    background: 0 0;
    flex-grow: 1;
    width: 0;
    height: 0;
    margin: 0;
    position: relative;
}
.framer-BusP4 .framer-1p798jc-container {
    flex: none;
    order: 1004;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-BusP4 .framer-1xrcsht {
    bottom: calc(calc(100% - min(var(--framer-viewport-height, 100%), 100%)) + 0px);
    mix-blend-mode: hard-light;
    opacity: 0.05;
    pointer-events: none;
    position: var(--framer-canvas-fixed-position, fixed);
    will-change: var(--framer-will-change-filter-override, filter);
    z-index: 9;
    flex: none;
    order: 1005;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.framer-BusP4 .framer-1y4qiiy-container {
    bottom: calc(calc(100% - min(var(--framer-viewport-height, 100%), 100%)) + 60px);
    height: auto;
    position: var(--framer-canvas-fixed-position, fixed);
    z-index: 9;
    flex: none;
    order: 1006;
    width: auto;
    right: 20px;
}
.framer-BusP4.framer-1u1oukm {
    -webkit-user-select: none;
    user-select: none;
    z-index: 10;
    background-color: #00000080;
    position: fixed;
    inset: 0;
}
.framer-BusP4.framer-1jpc173-container {
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: 10;
    flex: none;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
}
.framer-BusP4.framer-1g9lm68 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: 9;
    flex: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}
[data-layout-template="true"] > #overlay {
    margin-bottom: 0;
}
.framer-BusP4[data-selection="true"] * ::selection {
    color: var(--selection-color, none);
    background-color: var(--selection-background-color, none);
}
.framer-BusP4 [data-selection="true"] * ::selection {
    color: var(--selection-color, none);
    background-color: var(--selection-background-color, none);
}
@media (max-width: 809.98px) {
    .framer-BusP4 .framer-136tn1m {
        padding: 20px 10px;
    }
    .framer-BusP4 .framer-hsk0o5 {
        padding: 0 10px;
    }
}
@media (min-width: 810px) and (max-width: 1199.98px) {
    .framer-BusP4 .framer-136tn1m {
        padding: 20px;
    }
    .framer-BusP4 .framer-hsk0o5 {
        padding: 0 20px;
    }
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-p3S2j.framer-1jlpmf2,
.framer-p3S2j .framer-1jlpmf2 {
    display: block;
}
.framer-p3S2j.framer-1jjkrq0 {
    height: 800px;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-p3S2j .framer-1i8ttgj {
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: flex-end;
    align-items: flex-end;
    gap: 0;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0;
}
.framer-p3S2j .framer-24gb9l,
.framer-p3S2j .framer-1vf6key,
.framer-p3S2j .framer-3lerqn,
.framer-p3S2j .framer-1j3ohrc {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex: 1 0 0;
    width: 1px;
    position: relative;
}
.framer-p3S2j .framer-j2oyz7 {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: -100px;
    left: 50%;
    overflow: visible;
}
.framer-p3S2j .framer-67hshe-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-p3S2j .framer-if5xdc-container {
    flex: none;
    align-self: stretch;
    width: auto;
    height: auto;
    position: relative;
}
.framer-p3S2j.framer-v-1jmv2zd .framer-j2oyz7,
.framer-p3S2j.framer-v-1dugy2 .framer-j2oyz7 {
    bottom: unset;
    left: unset;
    position: relative;
}
.framer-p3S2j.framer-v-yamzp7 .framer-j2oyz7 {
    bottom: unset;
    top: -100px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-sytFr.framer-uvdps1,
.framer-sytFr .framer-uvdps1 {
    display: block;
}
.framer-sytFr.framer-16luvc5 {
    flex-flow: row;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 1px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-sytFr .framer-18r8g8z {
    width: 204px;
    height: 41px;
    position: relative;
}
.framer-sytFr .framer-6lnkv0 {
    width: 10px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 28px;
}
.framer-sytFr .framer-1ajmyj4 {
    width: 28px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-sytFr .framer-8kl3xd {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 38px;
}
.framer-sytFr .framer-1nykre9 {
    width: 50px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 81px;
}
.framer-sytFr .framer-17an6g {
    width: 43px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 133px;
}
.framer-sytFr .framer-dk4qve {
    width: 23px;
    height: 8px;
    position: absolute;
    top: 23px;
    left: 143px;
}
.framer-sytFr .framer-1tf7ej3 {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 176px;
}
.framer-sytFr .framer-1fshyov {
    width: 22px;
    height: 23px;
    position: absolute;
    top: 3px;
    left: 179px;
}
.framer-sytFr .framer-1nelpmz {
    width: 9px;
    height: 7px;
    position: absolute;
    top: 15px;
    left: 189px;
}
.framer-sytFr .framer-1pvr7w9 {
    width: 12px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 185px;
}
.framer-sytFr .framer-u3yicr {
    width: 6px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 187px;
}
body {
    --framer-will-change-override: none;
}
@supports (background: -webkit-named-image(i)) and (not (grid-template-rows: subgrid)) {
    body {
        --framer-will-change-override: transform;
    }
}
body {
    --framer-will-change-filter-override: none;
}
@supports (background: -webkit-named-image(i)) and (not (position-area: top right)) {
    body {
        --framer-will-change-filter-override: filter;
    }
}
[data-framer-component-type] {
    position: absolute;
}
[data-framer-component-type="Text"] {
    cursor: inherit;
}
[data-framer-component-text-autosized] * {
    white-space: pre;
}
[data-framer-component-type="Text"] > * {
    text-align: var(--framer-text-alignment, start);
}
[data-framer-component-type="Text"] span span,
[data-framer-component-type="Text"] p span,
[data-framer-component-type="Text"] h1 span,
[data-framer-component-type="Text"] h2 span,
[data-framer-component-type="Text"] h3 span,
[data-framer-component-type="Text"] h4 span,
[data-framer-component-type="Text"] h5 span,
[data-framer-component-type="Text"] h6 span {
    display: block;
}
[data-framer-component-type="Text"] span span span,
[data-framer-component-type="Text"] p span span,
[data-framer-component-type="Text"] h1 span span,
[data-framer-component-type="Text"] h2 span span,
[data-framer-component-type="Text"] h3 span span,
[data-framer-component-type="Text"] h4 span span,
[data-framer-component-type="Text"] h5 span span,
[data-framer-component-type="Text"] h6 span span {
    display: unset;
}
[data-framer-component-type="Text"] div div span,
[data-framer-component-type="Text"] a div span,
[data-framer-component-type="Text"] span span span,
[data-framer-component-type="Text"] p span span,
[data-framer-component-type="Text"] h1 span span,
[data-framer-component-type="Text"] h2 span span,
[data-framer-component-type="Text"] h3 span span,
[data-framer-component-type="Text"] h4 span span,
[data-framer-component-type="Text"] h5 span span,
[data-framer-component-type="Text"] h6 span span,
[data-framer-component-type="Text"] a {
    font-family: var(--font-family);
    font-style: var(--font-style);
    font-weight: min(calc(var(--framer-font-weight-increase, 0) + var(--font-weight, 400)), 900);
    color: var(--text-color);
    letter-spacing: var(--letter-spacing);
    font-size: var(--font-size);
    text-transform: var(--text-transform);
    --text-decoration: var(--framer-text-decoration-style, solid) var(--framer-text-decoration, none)
        var(--framer-text-decoration-color, currentcolor) var(--framer-text-decoration-thickness, auto);
    --text-decoration-skip-ink: var(--framer-text-decoration-skip-ink);
    --text-underline-offset: var(--framer-text-decoration-offset);
    line-height: var(--line-height);
    --font-family: var(--framer-font-family);
    --font-style: var(--framer-font-style);
    --font-weight: var(--framer-font-weight);
    --text-color: var(--framer-text-color);
    --letter-spacing: var(--framer-letter-spacing);
    --font-size: var(--framer-font-size);
    --text-transform: var(--framer-text-transform);
    --line-height: var(--framer-line-height);
}
[data-framer-component-type="Text"] a,
[data-framer-component-type="Text"] a div span,
[data-framer-component-type="Text"] a span span span,
[data-framer-component-type="Text"] a p span span,
[data-framer-component-type="Text"] a h1 span span,
[data-framer-component-type="Text"] a h2 span span,
[data-framer-component-type="Text"] a h3 span span,
[data-framer-component-type="Text"] a h4 span span,
[data-framer-component-type="Text"] a h5 span span,
[data-framer-component-type="Text"] a h6 span span {
    --font-family: var(--framer-link-font-family, var(--framer-font-family));
    --font-style: var(--framer-link-font-style, var(--framer-font-style));
    --font-weight: var(--framer-link-font-weight, var(--framer-font-weight));
    --text-color: var(--framer-link-text-color, var(--framer-text-color));
    --font-size: var(--framer-link-font-size, var(--framer-font-size));
    --text-transform: var(--framer-link-text-transform, var(--framer-text-transform));
    --text-decoration: var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, solid))
        var(--framer-link-text-decoration, var(--framer-text-decoration, none))
        var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, currentcolor))
        var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, auto));
    --text-decoration-skip-ink: var(
        --framer-link-text-decoration-skip-ink,
        var(--framer-text-decoration-skip-ink)
    );
    --text-underline-offset: var(
        --framer-link-text-decoration-offset,
        var(--framer-text-decoration-offset)
    );
}
[data-framer-component-type="Text"] a:hover,
[data-framer-component-type="Text"] a div span:hover,
[data-framer-component-type="Text"] a span span span:hover,
[data-framer-component-type="Text"] a p span span:hover,
[data-framer-component-type="Text"] a h1 span span:hover,
[data-framer-component-type="Text"] a h2 span span:hover,
[data-framer-component-type="Text"] a h3 span span:hover,
[data-framer-component-type="Text"] a h4 span span:hover,
[data-framer-component-type="Text"] a h5 span span:hover,
[data-framer-component-type="Text"] a h6 span span:hover {
    --font-family: var(
        --framer-link-hover-font-family,
        var(--framer-link-font-family, var(--framer-font-family))
    );
    --font-style: var(
        --framer-link-hover-font-style,
        var(--framer-link-font-style, var(--framer-font-style))
    );
    --font-weight: var(
        --framer-link-hover-font-weight,
        var(--framer-link-font-weight, var(--framer-font-weight))
    );
    --text-color: var(
        --framer-link-hover-text-color,
        var(--framer-link-text-color, var(--framer-text-color))
    );
    --font-size: var(--framer-link-hover-font-size, var(--framer-link-font-size, var(--framer-font-size)));
    --text-transform: var(
        --framer-link-hover-text-transform,
        var(--framer-link-text-transform, var(--framer-text-transform))
    );
    --text-decoration: var(
            --framer-link-hover-text-decoration-style,
            var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, solid))
        )
        var(
            --framer-link-hover-text-decoration,
            var(--framer-link-text-decoration, var(--framer-text-decoration, none))
        )
        var(
            --framer-link-hover-text-decoration-color,
            var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, currentcolor))
        )
        var(
            --framer-link-hover-text-decoration-thickness,
            var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, auto))
        );
    --text-decoration-skip-ink: var(
        --framer-link-hover-text-decoration-skip-ink,
        var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink))
    );
    --text-underline-offset: var(
        --framer-link-hover-text-decoration-offset,
        var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset))
    );
}
[data-framer-component-type="Text"].isCurrent a,
[data-framer-component-type="Text"].isCurrent a div span,
[data-framer-component-type="Text"].isCurrent a span span span,
[data-framer-component-type="Text"].isCurrent a p span span,
[data-framer-component-type="Text"].isCurrent a h1 span span,
[data-framer-component-type="Text"].isCurrent a h2 span span,
[data-framer-component-type="Text"].isCurrent a h3 span span,
[data-framer-component-type="Text"].isCurrent a h4 span span,
[data-framer-component-type="Text"].isCurrent a h5 span span,
[data-framer-component-type="Text"].isCurrent a h6 span span {
    --font-family: var(
        --framer-link-current-font-family,
        var(--framer-link-font-family, var(--framer-font-family))
    );
    --font-style: var(
        --framer-link-current-font-style,
        var(--framer-link-font-style, var(--framer-font-style))
    );
    --font-weight: var(
        --framer-link-current-font-weight,
        var(--framer-link-font-weight, var(--framer-font-weight))
    );
    --text-color: var(
        --framer-link-current-text-color,
        var(--framer-link-text-color, var(--framer-text-color))
    );
    --font-size: var(
        --framer-link-current-font-size,
        var(--framer-link-font-size, var(--framer-font-size))
    );
    --text-transform: var(
        --framer-link-current-text-transform,
        var(--framer-link-text-transform, var(--framer-text-transform))
    );
    --text-decoration: var(
            --framer-link-current-text-decoration-style,
            var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, solid))
        )
        var(
            --framer-link-current-text-decoration,
            var(--framer-link-text-decoration, var(--framer-text-decoration, none))
        )
        var(
            --framer-link-current-text-decoration-color,
            var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, currentcolor))
        )
        var(
            --framer-link-current-text-decoration-thickness,
            var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, auto))
        );
    --text-decoration-skip-ink: var(
        --framer-link-current-text-decoration-skip-ink,
        var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink))
    );
    --text-underline-offset: var(
        --framer-link-current-text-decoration-offset,
        var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset))
    );
}
[data-framer-component-type="RichTextContainer"] {
    outline: none;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-start;
    display: flex;
}
p.framer-text,
div.framer-text,
figure.framer-text,
h1.framer-text,
h2.framer-text,
h3.framer-text,
h4.framer-text,
h5.framer-text,
h6.framer-text,
ol.framer-text,
ul.framer-text {
    margin: 0;
    padding: 0;
}
p.framer-text,
div.framer-text,
h1.framer-text,
h2.framer-text,
h3.framer-text,
h4.framer-text,
h5.framer-text,
h6.framer-text,
li.framer-text,
ol.framer-text,
ul.framer-text,
mark.framer-text,
span.framer-text:not([data-text-fill]) {
    font-family: var(
        --framer-font-family-preview,
        var(
            --framer-blockquote-font-family,
            var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
        )
    );
    font-style: var(
        --framer-font-style-preview,
        var(--framer-blockquote-font-style, var(--framer-font-style, normal))
    );
    font-weight: var(
        --framer-font-weight-preview,
        var(--framer-blockquote-font-weight, var(--framer-font-weight, 400))
    );
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000));
    font-size: calc(
        var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)
    );
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0));
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none));
    -webkit-text-decoration-line: var(
        --framer-blockquote-text-decoration,
        var(--framer-text-decoration, initial)
    );
    text-decoration-line: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial));
    -webkit-text-decoration-style: var(
        --framer-blockquote-text-decoration-style,
        var(--framer-text-decoration-style, initial)
    );
    text-decoration-style: var(
        --framer-blockquote-text-decoration-style,
        var(--framer-text-decoration-style, initial)
    );
    -webkit-text-decoration-color: var(
        --framer-blockquote-text-decoration-color,
        var(--framer-text-decoration-color, initial)
    );
    text-decoration-color: var(
        --framer-blockquote-text-decoration-color,
        var(--framer-text-decoration-color, initial)
    );
    text-decoration-thickness: var(
        --framer-blockquote-text-decoration-thickness,
        var(--framer-text-decoration-thickness, initial)
    );
    text-decoration-skip-ink: var(
        --framer-blockquote-text-decoration-skip-ink,
        var(--framer-text-decoration-skip-ink, initial)
    );
    text-underline-offset: var(
        --framer-blockquote-text-decoration-offset,
        var(--framer-text-decoration-offset, initial)
    );
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em));
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start));
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial);
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial);
    -moz-font-feature-settings: var(--framer-font-open-type-features, initial);
    -webkit-font-feature-settings: var(--framer-font-open-type-features, initial);
    font-feature-settings: var(--framer-font-open-type-features, initial);
    font-variation-settings: var(
        --framer-font-variation-axes-preview,
        var(--framer-font-variation-axes, normal)
    );
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
}
mark.framer-text,
p.framer-text,
div.framer-text,
h1.framer-text,
h2.framer-text,
h3.framer-text,
h4.framer-text,
h5.framer-text,
h6.framer-text,
li.framer-text,
ol.framer-text,
ul.framer-text {
    background-color: var(
        --framer-blockquote-text-background-color,
        var(--framer-text-background-color, initial)
    );
    border-radius: var(
        --framer-blockquote-text-background-radius,
        var(--framer-text-background-radius, initial)
    );
    corner-shape: var(
        --framer-blockquote-text-background-corner-shape,
        var(--framer-text-background-corner-shape, initial)
    );
    padding: var(
        --framer-blockquote-text-background-padding,
        var(--framer-text-background-padding, initial)
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    p.framer-text,
    div.framer-text,
    h1.framer-text,
    h2.framer-text,
    h3.framer-text,
    h4.framer-text,
    h5.framer-text,
    h6.framer-text,
    li.framer-text,
    ol.framer-text,
    ul.framer-text,
    span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-blockquote-text-color-rgb,
            var(
                --framer-blockquote-text-color,
                var(--framer-text-color-rgb, var(--framer-text-color, #000))
            )
        );
        -webkit-text-stroke-color: var(
            --framer-text-stroke-color-rgb,
            var(--framer-text-stroke-color, initial)
        );
    }
    mark.framer-text {
        background-color: var(
            --framer-blockquote-text-background-color-rgb,
            var(
                --framer-blockquote-text-background-color,
                var(--framer-text-background-color-rgb, var(--framer-text-background-color, initial))
            )
        );
    }
}
.framer-fit-text .framer-text {
    white-space: nowrap;
    white-space-collapse: preserve;
}
strong.framer-text {
    font-family: var(--framer-blockquote-font-family-bold, var(--framer-font-family-bold));
    font-style: var(--framer-blockquote-font-style-bold, var(--framer-font-style-bold));
    font-weight: var(--framer-blockquote-font-weight-bold, var(--framer-font-weight-bold, bolder));
    font-variation-settings: var(
        --framer-blockquote-font-variation-axes-bold,
        var(--framer-font-variation-axes-bold)
    );
}
em.framer-text {
    font-family: var(--framer-blockquote-font-family-italic, var(--framer-font-family-italic));
    font-style: var(--framer-blockquote-font-style-italic, var(--framer-font-style-italic, italic));
    font-weight: var(--framer-blockquote-font-weight-italic, var(--framer-font-weight-italic));
    font-variation-settings: var(
        --framer-blockquote-font-variation-axes-italic,
        var(--framer-font-variation-axes-italic)
    );
}
em.framer-text > strong.framer-text {
    font-family: var(--framer-blockquote-font-family-bold-italic, var(--framer-font-family-bold-italic));
    font-style: var(
        --framer-blockquote-font-style-bold-italic,
        var(--framer-font-style-bold-italic, italic)
    );
    font-weight: var(
        --framer-blockquote-font-weight-bold-italic,
        var(--framer-font-weight-bold-italic, bolder)
    );
    font-variation-settings: var(
        --framer-blockquote-font-variation-axes-bold-italic,
        var(--framer-font-variation-axes-bold-italic)
    );
}
p.framer-text:not(:first-child),
div.framer-text:not(:first-child),
h1.framer-text:not(:first-child),
h2.framer-text:not(:first-child),
h3.framer-text:not(:first-child),
h4.framer-text:not(:first-child),
h5.framer-text:not(:first-child),
h6.framer-text:not(:first-child),
ol.framer-text:not(:first-child),
ul.framer-text:not(:first-child),
blockquote.framer-text:not(:first-child),
table.framer-text:not(:first-child),
figure.framer-text:not(:first-child),
.framer-image.framer-text:not(:first-child) {
    margin-top: var(--framer-blockquote-paragraph-spacing, var(--framer-paragraph-spacing, 0));
}
li.framer-text > ul.framer-text:nth-child(2),
li.framer-text > ol.framer-text:nth-child(2) {
    margin-top: 0;
}
.framer-text[data-text-fill] {
    -webkit-text-fill-color: transparent;
    padding: max(
        0em,
        calc(calc(1.3em - var(--framer-blockquote-line-height, var(--framer-line-height, 1.3em))) / 2)
    );
    margin: min(
        0em,
        calc(calc(1.3em - var(--framer-blockquote-line-height, var(--framer-line-height, 1.3em))) / -2)
    );
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}
code.framer-text,
code.framer-text span.framer-text:not([data-text-fill]) {
    font-family: var(
        --framer-code-font-family,
        var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
    );
    font-style: var(
        --framer-blockquote-font-style,
        var(--framer-code-font-style, var(--framer-font-style, normal))
    );
    font-weight: var(
        --framer-blockquote-font-weight,
        var(--framer-code-font-weight, var(--framer-font-weight, 400))
    );
    color: var(
        --framer-blockquote-text-color,
        var(--framer-code-text-color, var(--framer-text-color, #000))
    );
    font-size: calc(
        var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)
    );
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0));
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em));
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text,
    code.framer-text span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-blockquote-text-color-rgb,
            var(
                --framer-blockquote-text-color,
                var(
                    --framer-code-text-color-rgb,
                    var(
                        --framer-code-text-color,
                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                    )
                )
            )
        );
    }
}
blockquote.framer-text {
    unicode-bidi: initial;
    margin-block-start: initial;
    margin-block-end: initial;
    margin-inline-start: initial;
    margin-inline-end: initial;
}
a.framer-text,
a.framer-text span.framer-text:not([data-text-fill]),
span.framer-text[data-nested-link],
span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
    color: inherit;
    font-family: var(
        --framer-font-family-preview,
        var(
            --framer-link-font-family,
            var(
                --framer-blockquote-font-family,
                var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
            )
        )
    );
    font-style: var(
        --framer-font-style-preview,
        var(--framer-link-font-style, var(--framer-blockquote-font-style, var(--framer-font-style, normal)))
    );
    font-weight: var(
        --framer-font-weight-preview,
        var(--framer-link-font-weight, var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)))
    );
    font-size: calc(
        var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)
    );
    text-transform: var(
        --framer-link-text-transform,
        var(--framer-blockquote-text-transform, var(--framer-text-transform, none))
    );
    cursor: var(--framer-custom-cursors, pointer);
    background-color: initial;
    border-radius: var(--framer-link-text-background-radius, initial);
    corner-shape: var(--framer-link-text-background-corner-shape, initial);
    padding: var(--framer-link-text-background-padding, initial);
}
a.framer-text,
span.framer-text[data-nested-link] {
    color: var(
        --framer-link-text-color,
        var(--framer-blockquote-text-color, var(--framer-text-color, #000))
    );
    -webkit-text-decoration-line: var(
        --framer-link-text-decoration,
        var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial))
    );
    text-decoration-line: var(
        --framer-link-text-decoration,
        var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial))
    );
    -webkit-text-decoration-style: var(
        --framer-link-text-decoration-style,
        var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial))
    );
    text-decoration-style: var(
        --framer-link-text-decoration-style,
        var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial))
    );
    -webkit-text-decoration-color: var(
        --framer-link-text-decoration-color,
        var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial))
    );
    text-decoration-color: var(
        --framer-link-text-decoration-color,
        var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial))
    );
    text-decoration-thickness: var(
        --framer-link-text-decoration-thickness,
        var(--framer-blockquote-text-decoration-thickness, var(--framer-text-decoration-thickness, initial))
    );
    text-decoration-skip-ink: var(
        --framer-link-text-decoration-skip-ink,
        var(--framer-blockquote-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial))
    );
    text-underline-offset: var(
        --framer-link-text-decoration-offset,
        var(--framer-blockquote-text-decoration-offset, var(--framer-text-decoration-offset, initial))
    );
    background-color: var(--framer-link-text-background-color, initial);
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text,
    span.framer-text[data-nested-link] {
        color: var(
            --framer-link-text-color-rgb,
            var(
                --framer-link-text-color,
                var(
                    --framer-blockquote-text-color-rgb,
                    var(
                        --framer-blockquote-text-color,
                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                    )
                )
            )
        );
        background-color: var(
            --framer-link-text-background-color-rgb,
            var(--framer-link-text-background-color, initial)
        );
        -webkit-text-decoration-color: var(
            --framer-link-text-decoration-color-rgb,
            var(
                --framer-link-text-decoration-color,
                var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))
            )
        );
        text-decoration-color: var(
            --framer-link-text-decoration-color-rgb,
            var(
                --framer-link-text-decoration-color,
                var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))
            )
        );
    }
}
code.framer-text a.framer-text,
code.framer-text a.framer-text span.framer-text:not([data-text-fill]),
code.framer-text span.framer-text[data-nested-link],
code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
    font-family: var(
        --framer-code-font-family,
        var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
    );
    font-style: var(
        --framer-blockquote-font-style,
        var(--framer-code-font-style, var(--framer-font-style, normal))
    );
    font-weight: var(
        --framer-blockquote-font-weight,
        var(--framer-code-font-weight, var(--framer-font-weight, 400))
    );
    color: inherit;
    font-size: calc(
        var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)
    );
}
code.framer-text a.framer-text,
code.framer-text span.framer-text[data-nested-link] {
    color: var(
        --framer-link-text-color,
        var(--framer-blockquote-text-color, var(--framer-code-text-color, var(--framer-text-color, #000)))
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text,
    code.framer-text a.framer-text span.framer-text:not([data-text-fill]),
    code.framer-text span.framer-text[data-nested-link],
    code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-link-text-color-rgb,
            var(
                --framer-link-text-color,
                var(
                    --framer-blockquote-text-color-rgb,
                    var(
                        --framer-blockquote-text-color,
                        var(
                            --framer-code-text-color-rgb,
                            var(
                                --framer-code-text-color,
                                var(--framer-text-color-rgb, var(--framer-text-color, #000))
                            )
                        )
                    )
                )
            )
        );
    }
}
a.framer-text:hover,
a.framer-text:hover span.framer-text:not([data-text-fill]),
span.framer-text[data-nested-link]:hover,
span.framer-text[data-nested-link]:hover span.framer-text:not([data-text-fill]) {
    font-family: var(
        --framer-font-family-preview,
        var(
            --framer-link-hover-font-family,
            var(
                --framer-link-font-family,
                var(
                    --framer-blockquote-font-family,
                    var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
                )
            )
        )
    );
    font-style: var(
        --framer-font-style-preview,
        var(
            --framer-link-hover-font-style,
            var(
                --framer-link-font-style,
                var(--framer-blockquote-font-style, var(--framer-font-style, normal))
            )
        )
    );
    font-weight: var(
        --framer-font-weight-preview,
        var(
            --framer-link-hover-font-weight,
            var(
                --framer-link-font-weight,
                var(--framer-blockquote-font-weight, var(--framer-font-weight, 400))
            )
        )
    );
    font-size: calc(
        var(
                --framer-link-hover-font-size,
                var(--framer-blockquote-font-size, var(--framer-font-size, 16px))
            ) * var(--framer-font-size-scale, 1)
    );
    text-transform: var(
        --framer-link-hover-text-transform,
        var(
            --framer-link-text-transform,
            var(--framer-blockquote-text-transform, var(--framer-text-transform, none))
        )
    );
    border-radius: var(
        --framer-link-hover-text-background-radius,
        var(--framer-link-text-background-radius, var(--framer-text-background-radius, initial))
    );
    corner-shape: var(
        --framer-link-hover-text-background-corner-shape,
        var(--framer-link-text-background-corner-shape, var(--framer-text-background-corner-shape, initial))
    );
    padding: var(
        --framer-link-hover-text-background-padding,
        var(--framer-link-text-background-padding, var(--framer-text-background-padding, initial))
    );
}
a.framer-text:hover,
span.framer-text[data-nested-link]:hover {
    color: var(
        --framer-link-hover-text-color,
        var(--framer-link-text-color, var(--framer-blockquote-text-color, var(--framer-text-color, #000)))
    );
    -webkit-text-decoration-line: var(
        --framer-link-hover-text-decoration,
        var(
            --framer-link-text-decoration,
            var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial))
        )
    );
    text-decoration-line: var(
        --framer-link-hover-text-decoration,
        var(
            --framer-link-text-decoration,
            var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial))
        )
    );
    -webkit-text-decoration-style: var(
        --framer-link-hover-text-decoration-style,
        var(
            --framer-link-text-decoration-style,
            var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial))
        )
    );
    text-decoration-style: var(
        --framer-link-hover-text-decoration-style,
        var(
            --framer-link-text-decoration-style,
            var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial))
        )
    );
    -webkit-text-decoration-color: var(
        --framer-link-hover-text-decoration-color,
        var(
            --framer-link-text-decoration-color,
            var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial))
        )
    );
    text-decoration-color: var(
        --framer-link-hover-text-decoration-color,
        var(
            --framer-link-text-decoration-color,
            var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial))
        )
    );
    text-decoration-thickness: var(
        --framer-link-hover-text-decoration-thickness,
        var(
            --framer-link-text-decoration-thickness,
            var(
                --framer-blockquote-text-decoration-thickness,
                var(--framer-text-decoration-thickness, initial)
            )
        )
    );
    text-decoration-skip-ink: var(
        --framer-link-hover-text-decoration-skip-ink,
        var(
            --framer-link-text-decoration-skip-ink,
            var(
                --framer-blockquote-text-decoration-skip-ink,
                var(--framer-text-decoration-skip-ink, initial)
            )
        )
    );
    text-underline-offset: var(
        --framer-link-hover-text-decoration-offset,
        var(
            --framer-link-text-decoration-offset,
            var(--framer-blockquote-text-decoration-offset, var(--framer-text-decoration-offset, initial))
        )
    );
    background-color: var(
        --framer-link-hover-text-background-color,
        var(--framer-link-text-background-color, var(--framer-text-background-color, initial))
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text:hover,
    span.framer-text[data-nested-link]:hover {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(
                            --framer-blockquote-text-color-rgb,
                            var(
                                --framer-blockquote-text-color,
                                var(--framer-text-color-rgb, var(--framer-text-color, #000))
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-hover-text-background-color-rgb,
            var(
                --framer-link-hover-text-background-color,
                var(
                    --framer-link-text-background-color-rgb,
                    var(
                        --framer-link-text-background-color,
                        var(
                            --framer-text-background-color-rgb,
                            var(--framer-text-background-color, initial)
                        )
                    )
                )
            )
        );
        -webkit-text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
        text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
    }
}
code.framer-text a.framer-text:hover,
code.framer-text span.framer-text[data-nested-link]:hover {
    color: var(
        --framer-link-hover-text-color,
        var(
            --framer-link-text-color,
            var(
                --framer-blockquote-text-color,
                var(--framer-code-text-color, var(--framer-text-color, #000))
            )
        )
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text:hover,
    code.framer-text span.framer-text[data-nested-link]:hover {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(
                            --framer-blockquote-text-color-rgb,
                            var(
                                --framer-blockquote-text-color,
                                var(
                                    --framer-code-text-color-rgb,
                                    var(
                                        --framer-code-text-color,
                                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                                    )
                                )
                            )
                        )
                    )
                )
            )
        );
    }
}
a.framer-text[data-framer-page-link-current],
a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
span.framer-text[data-framer-page-link-current],
span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]) {
    font-family: var(
        --framer-font-family-preview,
        var(
            --framer-link-current-font-family,
            var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))
        )
    );
    font-style: var(
        --framer-font-style-preview,
        var(
            --framer-link-current-font-style,
            var(--framer-link-font-style, var(--framer-font-style, normal))
        )
    );
    font-weight: var(
        --framer-font-weight-preview,
        var(
            --framer-link-current-font-weight,
            var(--framer-link-font-weight, var(--framer-font-weight, 400))
        )
    );
    font-size: calc(
        var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px))) *
            var(--framer-font-size-scale, 1)
    );
    text-transform: var(
        --framer-link-current-text-transform,
        var(--framer-link-text-transform, var(--framer-text-transform, none))
    );
    border-radius: var(
        --framer-link-current-text-background-radius,
        var(--framer-link-text-background-radius, initial)
    );
    corner-shape: var(
        --framer-link-current-text-background-corner-shape,
        var(--framer-link-text-background-corner-shape, initial)
    );
    padding: var(
        --framer-link-current-text-background-padding,
        var(--framer-link-text-background-padding, initial)
    );
}
a.framer-text[data-framer-page-link-current],
span.framer-text[data-framer-page-link-current] {
    color: var(
        --framer-link-current-text-color,
        var(--framer-link-text-color, var(--framer-text-color, #000))
    );
    -webkit-text-decoration-line: var(
        --framer-link-current-text-decoration,
        var(--framer-link-text-decoration, var(--framer-text-decoration, initial))
    );
    text-decoration-line: var(
        --framer-link-current-text-decoration,
        var(--framer-link-text-decoration, var(--framer-text-decoration, initial))
    );
    -webkit-text-decoration-style: var(
        --framer-link-current-text-decoration-style,
        var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, initial))
    );
    text-decoration-style: var(
        --framer-link-current-text-decoration-style,
        var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, initial))
    );
    -webkit-text-decoration-color: var(
        --framer-link-current-text-decoration-color,
        var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, initial))
    );
    text-decoration-color: var(
        --framer-link-current-text-decoration-color,
        var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, initial))
    );
    text-decoration-thickness: var(
        --framer-link-current-text-decoration-thickness,
        var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, initial))
    );
    text-decoration-skip-ink: var(
        --framer-link-current-text-decoration-skip-ink,
        var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial))
    );
    text-underline-offset: var(
        --framer-link-current-text-decoration-offset,
        var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset, initial))
    );
    background-color: var(
        --framer-link-current-text-background-color,
        var(--framer-link-text-background-color, var(--framer-text-background-color, initial))
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text[data-framer-page-link-current],
    span.framer-text[data-framer-page-link-current] {
        color: var(
            --framer-link-current-text-color-rgb,
            var(
                --framer-link-current-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                    )
                )
            )
        );
        background-color: var(
            --framer-link-current-text-background-color-rgb,
            var(
                --framer-link-current-text-background-color,
                var(
                    --framer-link-text-background-color-rgb,
                    var(
                        --framer-link-text-background-color,
                        var(
                            --framer-text-background-color-rgb,
                            var(--framer-text-background-color, initial)
                        )
                    )
                )
            )
        );
        -webkit-text-decoration-color: var(
            --framer-link-current-text-decoration-color-rgb,
            var(
                --framer-link-current-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
        text-decoration-color: var(
            --framer-link-current-text-decoration-color-rgb,
            var(
                --framer-link-current-text-decoration-color,
                var(
                    --framer-link-text-decoration-color-rgb,
                    var(
                        --framer-link-text-decoration-color,
                        var(
                            --framer-text-decoration-color-rgb,
                            var(--framer-text-decoration-color, currentcolor)
                        )
                    )
                )
            )
        );
    }
}
code.framer-text a.framer-text[data-framer-page-link-current],
code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
code.framer-text span.framer-text[data-framer-page-link-current],
code.framer-text span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]) {
    font-family: var(
        --framer-code-font-family,
        var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
    );
    font-style: var(--framer-code-font-style, var(--framer-font-style, normal));
    font-weight: var(--framer-code-font-weight, var(--framer-font-weight, 400));
    color: inherit;
    font-size: calc(
        var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px))) *
            var(--framer-font-size-scale, 1)
    );
}
code.framer-text a.framer-text[data-framer-page-link-current],
code.framer-text span.framer-text[data-framer-page-link-current] {
    color: var(
        --framer-link-current-text-color,
        var(--framer-link-text-color, var(--framer-code-text-color, var(--framer-text-color, #000)))
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text[data-framer-page-link-current],
    code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
    code.framer-text span.framer-text[data-framer-page-link-current],
    code.framer-text
        span.framer-text[data-framer-page-link-current]
        span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-link-current-text-color-rgb,
            var(
                --framer-link-current-text-color,
                var(
                    --framer-link-text-color-rgb,
                    var(
                        --framer-link-text-color,
                        var(
                            --framer-code-text-color-rgb,
                            var(
                                --framer-code-text-color,
                                var(--framer-text-color-rgb, var(--framer-text-color, #000))
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-current-text-background-color-rgb,
            var(
                --framer-link-current-text-background-color,
                var(
                    --framer-link-text-background-color-rgb,
                    var(
                        --framer-link-text-background-color,
                        var(
                            --framer-text-background-color-rgb,
                            var(--framer-text-background-color, initial)
                        )
                    )
                )
            )
        );
    }
}
a.framer-text[data-framer-page-link-current]:hover,
a.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]),
span.framer-text[data-framer-page-link-current]:hover,
span.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]) {
    color: inherit;
    font-family: var(
        --framer-font-family-preview,
        var(
            --framer-link-hover-font-family,
            var(
                --framer-link-current-font-family,
                var(
                    --framer-link-font-family,
                    var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
                )
            )
        )
    );
    font-style: var(
        --framer-font-style-preview,
        var(
            --framer-link-hover-font-style,
            var(
                --framer-link-current-font-style,
                var(--framer-link-font-style, var(--framer-font-style, normal))
            )
        )
    );
    font-weight: var(
        --framer-font-weight-preview,
        var(
            --framer-link-hover-font-weight,
            var(
                --framer-link-current-font-weight,
                var(--framer-link-font-weight, var(--framer-font-weight, 400))
            )
        )
    );
    font-size: calc(
        var(
                --framer-link-hover-font-size,
                var(
                    --framer-link-current-font-size,
                    var(--framer-link-font-size, var(--framer-font-size, 16px))
                )
            ) * var(--framer-font-size-scale, 1)
    );
    text-transform: var(
        --framer-link-hover-text-transform,
        var(
            --framer-link-current-text-transform,
            var(--framer-link-text-transform, var(--framer-text-transform, none))
        )
    );
    border-radius: var(
        --framer-link-hover-text-background-radius,
        var(
            --framer-link-current-text-background-radius,
            var(--framer-link-text-background-radius, initial)
        )
    );
    corner-shape: var(
        --framer-link-hover-text-background-corner-shape,
        var(
            --framer-link-current-text-background-corner-shape,
            var(--framer-link-text-background-corner-shape, initial)
        )
    );
    padding: var(
        --framer-link-hover-text-background-padding,
        var(
            --framer-link-current-text-background-padding,
            var(--framer-link-text-background-padding, initial)
        )
    );
}
a.framer-text[data-framer-page-link-current]:hover,
span.framer-text[data-framer-page-link-current]:hover {
    color: var(
        --framer-link-hover-text-color,
        var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color, #000)))
    );
    -webkit-text-decoration-line: var(
        --framer-link-hover-text-decoration,
        var(
            --framer-link-current-text-decoration,
            var(--framer-link-text-decoration, var(--framer-text-decoration, initial))
        )
    );
    text-decoration-line: var(
        --framer-link-hover-text-decoration,
        var(
            --framer-link-current-text-decoration,
            var(--framer-link-text-decoration, var(--framer-text-decoration, initial))
        )
    );
    -webkit-text-decoration-style: var(
        --framer-link-hover-text-decoration-style,
        var(
            --framer-link-current-text-decoration-style,
            var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, initial))
        )
    );
    text-decoration-style: var(
        --framer-link-hover-text-decoration-style,
        var(
            --framer-link-current-text-decoration-style,
            var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, initial))
        )
    );
    -webkit-text-decoration-color: var(
        --framer-link-hover-text-decoration-color,
        var(
            --framer-link-current-text-decoration-color,
            var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, initial))
        )
    );
    text-decoration-color: var(
        --framer-link-hover-text-decoration-color,
        var(
            --framer-link-current-text-decoration-color,
            var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, initial))
        )
    );
    text-decoration-thickness: var(
        --framer-link-hover-text-decoration-thickness,
        var(
            --framer-link-current-text-decoration-thickness,
            var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, initial))
        )
    );
    text-decoration-skip-ink: var(
        --framer-link-hover-text-decoration-skip-ink,
        var(
            --framer-link-current-text-decoration-skip-ink,
            var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial))
        )
    );
    text-underline-offset: var(
        --framer-link-hover-text-decoration-offset,
        var(
            --framer-link-current-text-decoration-offset,
            var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset, initial))
        )
    );
    background-color: var(
        --framer-link-hover-text-background-color,
        var(--framer-link-current-text-background-color, var(--framer-link-text-background-color, initial))
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    a.framer-text[data-framer-page-link-current]:hover,
    span.framer-text[data-framer-page-link-current]:hover {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-current-text-color-rgb,
                    var(
                        --framer-link-current-text-color,
                        var(
                            --framer-link-text-color-rgb,
                            var(
                                --framer-link-text-color,
                                var(
                                    --framer-code-text-color-rgb,
                                    var(
                                        --framer-code-text-color,
                                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                                    )
                                )
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-hover-text-background-color-rgb,
            var(
                --framer-link-hover-text-background-color,
                var(
                    --framer-link-current-text-background-color-rgb,
                    var(
                        --framer-link-current-text-background-color,
                        var(
                            --framer-link-text-background-color-rgb,
                            var(--framer-link-text-background-color, initial)
                        )
                    )
                )
            )
        );
        -webkit-text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-current-text-decoration-color-rgb,
                    var(
                        --framer-link-current-text-decoration-color,
                        var(
                            --framer-link-text-decoration-color-rgb,
                            var(
                                --framer-link-text-decoration-color,
                                var(
                                    --framer-text-decoration-color-rgb,
                                    var(--framer-text-decoration-color, currentcolor)
                                )
                            )
                        )
                    )
                )
            )
        );
        text-decoration-color: var(
            --framer-link-hover-text-decoration-color-rgb,
            var(
                --framer-link-hover-text-decoration-color,
                var(
                    --framer-link-current-text-decoration-color-rgb,
                    var(
                        --framer-link-current-text-decoration-color,
                        var(
                            --framer-link-text-decoration-color-rgb,
                            var(
                                --framer-link-text-decoration-color,
                                var(
                                    --framer-text-decoration-color-rgb,
                                    var(--framer-text-decoration-color, currentcolor)
                                )
                            )
                        )
                    )
                )
            )
        );
    }
}
code.framer-text a.framer-text[data-framer-page-link-current]:hover,
code.framer-text span.framer-text[data-framer-page-link-current]:hover {
    color: var(
        --framer-link-hover-text-color,
        var(
            --framer-link-current-text-color,
            var(--framer-link-text-color, var(--framer-code-text-color, var(--framer-text-color, #000)))
        )
    );
}
@supports not (color: color(display-p3 1 1 1)) {
    code.framer-text a.framer-text[data-framer-page-link-current]:hover,
    code.framer-text
        a.framer-text[data-framer-page-link-current]:hover
        span.framer-text:not([data-text-fill]),
    code.framer-text span.framer-text[data-framer-page-link-current]:hover,
    code.framer-text
        span.framer-text[data-framer-page-link-current]:hover
        span.framer-text:not([data-text-fill]) {
        color: var(
            --framer-link-hover-text-color-rgb,
            var(
                --framer-link-hover-text-color,
                var(
                    --framer-link-current-text-color-rgb,
                    var(
                        --framer-link-current-text-color,
                        var(
                            --framer-link-text-color-rgb,
                            var(
                                --framer-link-text-color,
                                var(
                                    --framer-code-text-color-rgb,
                                    var(
                                        --framer-code-text-color,
                                        var(--framer-text-color-rgb, var(--framer-text-color, #000))
                                    )
                                )
                            )
                        )
                    )
                )
            )
        );
        background-color: var(
            --framer-link-hover-text-background-color-rgb,
            var(
                --framer-link-hover-text-background-color,
                var(
                    --framer-link-current-text-background-color-rgb,
                    var(
                        --framer-link-current-text-background-color,
                        var(
                            --framer-link-text-background-color-rgb,
                            var(--framer-link-text-background-color, initial)
                        )
                    )
                )
            )
        );
    }
}
.framer-image.framer-text {
    max-width: 100%;
    height: auto;
    display: block;
}
.text-styles-preset-reset.framer-text {
    --framer-font-family: Inter, Inter Placeholder, sans-serif;
    --framer-font-style: normal;
    --framer-font-weight: 500;
    --framer-text-color: #000;
    --framer-font-size: 16px;
    --framer-letter-spacing: 0;
    --framer-text-transform: none;
    --framer-text-decoration: none;
    --framer-text-decoration-style: none;
    --framer-text-decoration-color: none;
    --framer-text-decoration-thickness: none;
    --framer-text-decoration-skip-ink: none;
    --framer-text-decoration-offset: none;
    --framer-line-height: 1.2em;
    --framer-text-alignment: start;
    --framer-font-open-type-features: normal;
    --framer-text-background-color: initial;
    --framer-text-background-radius: initial;
    --framer-text-background-corner-shape: initial;
    --framer-text-background-padding: initial;
}
ol.framer-text {
    --list-style-type: decimal;
}
ul.framer-text,
ol.framer-text {
    padding-inline-start: 0;
    position: relative;
}
li.framer-text {
    counter-increment: list-item;
    padding-inline-start: 2ch;
    list-style: none;
}
ol.framer-text > li.framer-text {
    padding-inline-start: calc(calc(var(--max-list-digits, 1) + 1) * 1ch);
}
ol.framer-text > li.framer-text:before {
    content: counter(list-item, var(--list-style-type)) ".";
    font-variant-numeric: tabular-nums;
    position: absolute;
    inset-inline-start: 0;
}
ul.framer-text > li.framer-text:before {
    content: "•";
    position: absolute;
    inset-inline-start: 0;
}
.framer-table-wrapper {
    overflow-x: auto;
}
table.framer-text,
.framer-table-wrapper table.framer-text {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    word-break: normal;
    width: 100%;
}
td.framer-text,
th.framer-text {
    overflow-wrap: anywhere;
    vertical-align: top;
    min-width: 16ch;
}
.framer-text-module[data-width="fill"] > :first-child,
.framer-text-module[data-width="fill"] > .ssr-variant > :first-child {
    width: 100% !important;
}
[data-framer-component-type="DeprecatedRichText"] {
    cursor: inherit;
}
[data-framer-component-type="DeprecatedRichText"] .text-styles-preset-reset {
    --framer-font-family: Inter, Inter Placeholder, sans-serif;
    --framer-font-style: normal;
    --framer-font-weight: 500;
    --framer-text-color: #000;
    --framer-font-size: 16px;
    --framer-letter-spacing: 0;
    --framer-text-transform: none;
    --framer-text-decoration: none;
    --framer-line-height: 1.2em;
    --framer-text-alignment: start;
    --framer-font-open-type-features: normal;
    --font-variation-settings: normal;
}
[data-framer-component-type="DeprecatedRichText"] p,
[data-framer-component-type="DeprecatedRichText"] div,
[data-framer-component-type="DeprecatedRichText"] h1,
[data-framer-component-type="DeprecatedRichText"] h2,
[data-framer-component-type="DeprecatedRichText"] h3,
[data-framer-component-type="DeprecatedRichText"] h4,
[data-framer-component-type="DeprecatedRichText"] h5,
[data-framer-component-type="DeprecatedRichText"] h6 {
    margin: 0;
    padding: 0;
}
[data-framer-component-type="DeprecatedRichText"] p,
[data-framer-component-type="DeprecatedRichText"] div,
[data-framer-component-type="DeprecatedRichText"] h1,
[data-framer-component-type="DeprecatedRichText"] h2,
[data-framer-component-type="DeprecatedRichText"] h3,
[data-framer-component-type="DeprecatedRichText"] h4,
[data-framer-component-type="DeprecatedRichText"] h5,
[data-framer-component-type="DeprecatedRichText"] h6,
[data-framer-component-type="DeprecatedRichText"] li,
[data-framer-component-type="DeprecatedRichText"] ol,
[data-framer-component-type="DeprecatedRichText"] ul,
[data-framer-component-type="DeprecatedRichText"] span:not([data-text-fill]) {
    font-family: var(--framer-font-family, Inter, Inter Placeholder, sans-serif);
    font-style: var(--framer-font-style, normal);
    font-weight: var(--framer-font-weight, 400);
    color: var(--framer-text-color, #000);
    font-size: var(--framer-font-size, 16px);
    letter-spacing: var(--framer-letter-spacing, 0);
    text-transform: var(--framer-text-transform, none);
    -webkit-text-decoration: var(--framer-text-decoration, none);
    text-decoration: var(--framer-text-decoration, none);
    line-height: var(--framer-line-height, 1.2em);
    text-align: var(--framer-text-alignment, start);
}
[data-framer-component-type="DeprecatedRichText"] p:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] div:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] h1:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] h2:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] h3:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] h4:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] h5:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] h6:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] ol:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] ul:not(:first-child),
[data-framer-component-type="DeprecatedRichText"] .framer-image:not(:first-child) {
    margin-top: var(--framer-paragraph-spacing, 0);
}
[data-framer-component-type="DeprecatedRichText"] span[data-text-fill] {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}
[data-framer-component-type="DeprecatedRichText"] a,
[data-framer-component-type="DeprecatedRichText"] a span:not([data-text-fill]) {
    font-family: var(
        --framer-link-font-family,
        var(--framer-font-family, Inter, Inter Placeholder, sans-serif)
    );
    font-style: var(--framer-link-font-style, var(--framer-font-style, normal));
    font-weight: var(--framer-link-font-weight, var(--framer-font-weight, 400));
    color: var(--framer-link-text-color, var(--framer-text-color, #000));
    font-size: var(--framer-link-font-size, var(--framer-font-size, 16px));
    text-transform: var(--framer-link-text-transform, var(--framer-text-transform, none));
    -webkit-text-decoration: var(--framer-link-text-decoration, var(--framer-text-decoration, none));
    text-decoration: var(--framer-link-text-decoration, var(--framer-text-decoration, none));
}
[data-framer-component-type="DeprecatedRichText"] a:hover,
[data-framer-component-type="DeprecatedRichText"] a:hover span:not([data-text-fill]) {
    font-family: var(
        --framer-link-hover-font-family,
        var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))
    );
    font-style: var(
        --framer-link-hover-font-style,
        var(--framer-link-font-style, var(--framer-font-style, normal))
    );
    font-weight: var(
        --framer-link-hover-font-weight,
        var(--framer-link-font-weight, var(--framer-font-weight, 400))
    );
    color: var(
        --framer-link-hover-text-color,
        var(--framer-link-text-color, var(--framer-text-color, #000))
    );
    font-size: var(
        --framer-link-hover-font-size,
        var(--framer-link-font-size, var(--framer-font-size, 16px))
    );
    text-transform: var(
        --framer-link-hover-text-transform,
        var(--framer-link-text-transform, var(--framer-text-transform, none))
    );
    -webkit-text-decoration: var(
        --framer-link-hover-text-decoration,
        var(--framer-link-text-decoration, var(--framer-text-decoration, none))
    );
    text-decoration: var(
        --framer-link-hover-text-decoration,
        var(--framer-link-text-decoration, var(--framer-text-decoration, none))
    );
}
[data-framer-component-type="DeprecatedRichText"] a[data-framer-page-link-current],
[data-framer-component-type="DeprecatedRichText"]
    a[data-framer-page-link-current]
    span:not([data-text-fill]):not([data-nested-link]) {
    font-family: var(
        --framer-link-current-font-family,
        var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))
    );
    font-style: var(
        --framer-link-current-font-style,
        var(--framer-link-font-style, var(--framer-font-style, normal))
    );
    font-weight: var(
        --framer-link-current-font-weight,
        var(--framer-link-font-weight, var(--framer-font-weight, 400))
    );
    color: var(
        --framer-link-current-text-color,
        var(--framer-link-text-color, var(--framer-text-color, #000))
    );
    font-size: var(
        --framer-link-current-font-size,
        var(--framer-link-font-size, var(--framer-font-size, 16px))
    );
    text-transform: var(
        --framer-link-current-text-transform,
        var(--framer-link-text-transform, var(--framer-text-transform, none))
    );
    -webkit-text-decoration: var(
        --framer-link-current-text-decoration,
        var(--framer-link-text-decoration, var(--framer-text-decoration, none))
    );
    text-decoration: var(
        --framer-link-current-text-decoration,
        var(--framer-link-text-decoration, var(--framer-text-decoration, none))
    );
}
[data-framer-component-type="DeprecatedRichText"] a[data-framer-page-link-current]:hover,
[data-framer-component-type="DeprecatedRichText"]
    a[data-framer-page-link-current]:hover
    span:not([data-text-fill]):not([data-nested-link]) {
    font-family: var(
        --framer-link-hover-font-family,
        var(
            --framer-link-current-font-family,
            var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))
        )
    );
    font-style: var(
        --framer-link-hover-font-style,
        var(
            --framer-link-current-font-style,
            var(--framer-link-font-style, var(--framer-font-style, normal))
        )
    );
    font-weight: var(
        --framer-link-hover-font-weight,
        var(
            --framer-link-current-font-weight,
            var(--framer-link-font-weight, var(--framer-font-weight, 400))
        )
    );
    color: var(
        --framer-link-hover-text-color,
        var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color, #000)))
    );
    font-size: var(
        --framer-link-hover-font-size,
        var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px)))
    );
    text-transform: var(
        --framer-link-hover-text-transform,
        var(
            --framer-link-current-text-transform,
            var(--framer-link-text-transform, var(--framer-text-transform, none))
        )
    );
    -webkit-text-decoration: var(
        --framer-link-hover-text-decoration,
        var(
            --framer-link-current-text-decoration,
            var(--framer-link-text-decoration, var(--framer-text-decoration, none))
        )
    );
    text-decoration: var(
        --framer-link-hover-text-decoration,
        var(
            --framer-link-current-text-decoration,
            var(--framer-link-text-decoration, var(--framer-text-decoration, none))
        )
    );
}
[data-framer-component-type="DeprecatedRichText"] strong {
    font-weight: bolder;
}
[data-framer-component-type="DeprecatedRichText"] em {
    font-style: italic;
}
[data-framer-component-type="DeprecatedRichText"] .framer-image {
    max-width: 100%;
    height: auto;
    display: block;
}
[data-framer-component-type="DeprecatedRichText"] ul,
[data-framer-component-type="DeprecatedRichText"] ol {
    width: 100%;
    margin: 0;
    padding-left: 0;
    display: table;
}
[data-framer-component-type="DeprecatedRichText"] li {
    counter-increment: list-item;
    list-style: none;
    display: table-row;
}
[data-framer-component-type="DeprecatedRichText"] ol > li:before {
    box-sizing: border-box;
    content: counter(list-item) ".";
    white-space: nowrap;
    width: 2.25ch;
    padding-right: 0.75ch;
    display: table-cell;
}
[data-framer-component-type="DeprecatedRichText"] ul > li:before {
    box-sizing: border-box;
    content: "•";
    width: 2.25ch;
    padding-right: 0.75ch;
    display: table-cell;
}
:not([data-framer-generated]) > [data-framer-stack-content-wrapper] > *,
:not([data-framer-generated]) > [data-framer-stack-content-wrapper] > [data-framer-component-type],
:not([data-framer-generated])
    > [data-framer-stack-content-wrapper]
    > [data-framer-legacy-stack-gap-enabled]
    > *,
:not([data-framer-generated])
    > [data-framer-stack-content-wrapper]
    > [data-framer-legacy-stack-gap-enabled]
    > [data-framer-component-type] {
    position: relative;
}
.flexbox-gap-not-supported [data-framer-legacy-stack-gap-enabled="true"] > *,
[data-framer-legacy-stack-gap-enabled="true"][data-framer-stack-flexbox-gap="false"] {
    margin-top: calc(var(--stack-gap-y) / 2);
    margin-bottom: calc(var(--stack-gap-y) / 2);
    margin-right: calc(var(--stack-gap-x) / 2);
    margin-left: calc(var(--stack-gap-x) / 2);
}
[data-framer-stack-content-wrapper][data-framer-stack-gap-enabled="true"] {
    row-gap: var(--stack-native-row-gap);
    column-gap: var(--stack-native-column-gap);
}
.flexbox-gap-not-supported [data-framer-stack-content-wrapper][data-framer-stack-gap-enabled="true"] {
    row-gap: unset;
    column-gap: unset;
}
.flexbox-gap-not-supported
    [data-framer-stack-direction-reverse="false"]
    [data-framer-legacy-stack-gap-enabled="true"]
    > :first-child,
[data-framer-stack-direction-reverse="false"]
    [data-framer-legacy-stack-gap-enabled="true"][data-framer-stack-flexbox-gap="false"]
    > :first-child,
.flexbox-gap-not-supported
    [data-framer-stack-direction-reverse="true"]
    [data-framer-legacy-stack-gap-enabled="true"]
    > :last-child,
[data-framer-stack-direction-reverse="true"]
    [data-framer-legacy-stack-gap-enabled="true"][data-framer-stack-flexbox-gap="false"]
    > :last-child {
    margin-top: 0;
    margin-left: 0;
}
.flexbox-gap-not-supported
    [data-framer-stack-direction-reverse="false"]
    [data-framer-legacy-stack-gap-enabled="true"]
    > :last-child,
[data-framer-stack-direction-reverse="false"]
    [data-framer-legacy-stack-gap-enabled="true"][data-framer-stack-flexbox-gap="false"]
    > :last-child,
.flexbox-gap-not-supported
    [data-framer-stack-direction-reverse="true"]
    [data-framer-legacy-stack-gap-enabled="true"]
    > :first-child,
[data-framer-stack-direction-reverse="true"]
    [data-framer-legacy-stack-gap-enabled="true"][data-framer-stack-flexbox-gap="false"]
    > :first-child {
    margin-bottom: 0;
    margin-right: 0;
}
NavigationContainer [data-framer-component-type="NavigationContainer"] > *,
[data-framer-component-type="NavigationContainer"] > [data-framer-component-type] {
    position: relative;
}
[data-framer-component-type="Scroll"]::-webkit-scrollbar {
    display: none;
}
[data-framer-component-type="ScrollContentWrapper"] > * {
    position: relative;
}
[data-framer-component-type="NativeScroll"] {
    -webkit-overflow-scrolling: touch;
}
[data-framer-component-type="NativeScroll"] > * {
    position: relative;
}
[data-framer-component-type="NativeScroll"].direction-both {
    overflow: auto;
}
[data-framer-component-type="NativeScroll"].direction-vertical {
    overflow: hidden auto;
}
[data-framer-component-type="NativeScroll"].direction-horizontal {
    overflow: auto hidden;
}
[data-framer-component-type="NativeScroll"].direction-vertical > * {
    width: 100% !important;
}
[data-framer-component-type="NativeScroll"].direction-horizontal > * {
    height: 100% !important;
}
[data-framer-component-type="NativeScroll"].scrollbar-hidden::-webkit-scrollbar {
    display: none;
}
[data-framer-component-type="PageContentWrapper"] > *,
[data-framer-component-type="PageContentWrapper"] > [data-framer-component-type] {
    position: relative;
}
[data-framer-component-type="DeviceComponent"].no-device > * {
    width: 100% !important;
    height: 100% !important;
}
[data-is-present="false"],
[data-is-present="false"] * {
    pointer-events: none !important;
}
[data-framer-cursor="pointer"] {
    cursor: pointer;
}
[data-framer-cursor="grab"] {
    cursor: grab;
}
[data-framer-cursor="grab"]:active {
    cursor: grabbing;
}
[data-framer-component-type="Frame"] *,
[data-framer-component-type="Stack"] * {
    pointer-events: auto;
}
[data-framer-generated] * {
    pointer-events: unset;
}
.svgContainer svg {
    display: block;
}
[data-reset="button"] {
    background: 0 0;
    border-width: 0;
    padding: 0;
}
[data-hide-scrollbars="true"]::-webkit-scrollbar {
    width: 0;
    height: 0;
}
[data-hide-scrollbars="true"]::-webkit-scrollbar-thumb {
    background: 0 0;
}
[data-hide-scrollbars="true"] {
    scrollbar-width: none;
}
@supports not (overflow: clip) {
    :root {
        --overflow-clip-fallback: hidden;
    }
}
.framer-lightbox-container {
    opacity: 1 !important;
    pointer-events: auto !important;
}
@supports (background: -webkit-named-image(i)) and (not (contain-intrinsic-size: inherit)) {
    div.framer-text,
    p.framer-text,
    h1.framer-text,
    h2.framer-text,
    h3.framer-text,
    h4.framer-text,
    h5.framer-text,
    h6.framer-text,
    ol.framer-text,
    ul.framer-text,
    li.framer-text,
    blockquote.framer-text,
    .framer-text.framer-image {
        display: var(--text-truncation-display-inline-for-safari-16, revert);
    }
    div.framer-text:after,
    p.framer-text:after,
    h1.framer-text:after,
    h2.framer-text:after,
    h3.framer-text:after,
    h4.framer-text:after,
    h5.framer-text:after,
    h6.framer-text:after,
    ol.framer-text:after,
    ul.framer-text:after,
    li.framer-text:after,
    blockquote.framer-text:after,
    .framer-text.framer-image:after {
        content: var(--text-truncation-line-break-for-safari-16);
        white-space: pre;
    }
    .framer-text.framer-text-module,
    .framer-text.framer-table-wrapper {
        display: var(--text-truncation-display-none-for-safari-16, revert);
    }
    p.framer-text[data-text-fill] {
        display: var(--text-truncation-display-inline-for-safari-16, inline-block);
    }
}
@supports (corner-shape: superellipse(2)) {
    :root {
        --one-if-corner-shape-supported: 1;
    }
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-nUxbC.framer-1ybp85g,
.framer-nUxbC .framer-1ybp85g {
    display: block;
}
.framer-nUxbC.framer-1saqcqr {
    flex-flow: row;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 1px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-nUxbC .framer-1wbtjsf {
    width: 86px;
    height: 17px;
    position: relative;
}
.framer-nUxbC .framer-1a9d402 {
    width: 4px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 12px;
}
.framer-nUxbC .framer-14xreoa {
    width: 12px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-nUxbC .framer-18lf9e3 {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 16px;
}
.framer-nUxbC .framer-vgao5e {
    width: 21px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 34px;
}
.framer-nUxbC .framer-jer48w {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 56px;
}
.framer-nUxbC .framer-1i5zozk {
    width: 10px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 60px;
}
.framer-nUxbC .framer-1gmyuef {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 74px;
}
.framer-nUxbC .framer-1nnk23r {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 75px;
}
.framer-nUxbC .framer-rhtm97 {
    width: 4px;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 79px;
}
.framer-nUxbC .framer-y4vpzw {
    width: 5px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 77px;
}
.framer-nUxbC .framer-2otvei {
    width: 3px;
    height: 2px;
    position: absolute;
    top: 4px;
    left: 79px;
}
.framer-nUxbC.framer-v-13h1kma .framer-1wbtjsf,
.framer-nUxbC.framer-v-4c3jaf .framer-1wbtjsf {
    width: 55px;
    height: 11px;
}
.framer-nUxbC.framer-v-13h1kma .framer-1a9d402,
.framer-nUxbC.framer-v-4c3jaf .framer-1a9d402 {
    width: 3px;
    height: 11px;
    left: 8px;
}
.framer-nUxbC.framer-v-13h1kma .framer-14xreoa,
.framer-nUxbC.framer-v-4c3jaf .framer-14xreoa {
    width: 8px;
    height: 11px;
}
.framer-nUxbC.framer-v-13h1kma .framer-18lf9e3,
.framer-nUxbC.framer-v-4c3jaf .framer-18lf9e3 {
    width: 11px;
    height: 11px;
    left: 10px;
}
.framer-nUxbC.framer-v-13h1kma .framer-vgao5e,
.framer-nUxbC.framer-v-4c3jaf .framer-vgao5e {
    width: 14px;
    height: 11px;
    left: 22px;
}
.framer-nUxbC.framer-v-13h1kma .framer-jer48w,
.framer-nUxbC.framer-v-4c3jaf .framer-jer48w {
    width: 12px;
    height: 11px;
    left: 36px;
}
.framer-nUxbC.framer-v-13h1kma .framer-1i5zozk,
.framer-nUxbC.framer-v-4c3jaf .framer-1i5zozk {
    width: 6px;
    height: 2px;
    top: 7px;
    left: 39px;
}
.framer-nUxbC.framer-v-13h1kma .framer-1gmyuef,
.framer-nUxbC.framer-v-4c3jaf .framer-1gmyuef {
    width: 8px;
    height: 8px;
    left: 48px;
}
.framer-nUxbC.framer-v-13h1kma .framer-1nnk23r,
.framer-nUxbC.framer-v-4c3jaf .framer-1nnk23r {
    width: 6px;
    height: 6px;
    top: 1px;
    left: 48px;
}
.framer-nUxbC.framer-v-13h1kma .framer-rhtm97,
.framer-nUxbC.framer-v-4c3jaf .framer-rhtm97 {
    width: 3px;
    height: 2px;
    top: 4px;
    left: 51px;
}
.framer-nUxbC.framer-v-13h1kma .framer-y4vpzw,
.framer-nUxbC.framer-v-4c3jaf .framer-y4vpzw {
    width: 3px;
    height: 4px;
    top: 2px;
    left: 50px;
}
.framer-nUxbC.framer-v-13h1kma .framer-2otvei,
.framer-nUxbC.framer-v-4c3jaf .framer-2otvei {
    width: 2px;
    height: 1px;
    top: 3px;
    left: 51px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-6zzOm.framer-12p5zae,
.framer-6zzOm .framer-12p5zae {
    display: block;
}
.framer-6zzOm.framer-1cab4qj {
    cursor: pointer;
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    width: 80px;
    height: min-content;
    padding: 10px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-6zzOm .framer-1jybhk8 {
    height: 13px;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 18px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-6zzOm .framer-1vmtpo {
    z-index: 1;
    flex: none;
    width: 120%;
    height: 2px;
    position: absolute;
    top: calc(7.69231% - 1px);
    left: -10%;
    overflow: hidden;
}
.framer-6zzOm .framer-1ykydpx {
    z-index: 1;
    flex: none;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0%;
    overflow: hidden;
}
.framer-6zzOm .framer-cf89cv {
    z-index: 1;
    flex: none;
    width: 120%;
    height: 2px;
    position: absolute;
    top: calc(93.3333% - 1px);
    left: -10%;
    overflow: hidden;
}
.framer-6zzOm .framer-eqtrla-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-6zzOm.framer-v-md9e1c .framer-1vmtpo,
.framer-6zzOm.framer-v-md9e1c .framer-cf89cv {
    width: 50%;
    left: 25%;
}
.framer-6zzOm.framer-v-1gm6p3n .framer-1vmtpo,
.framer-6zzOm.framer-v-1gm6p3n .framer-cf89cv {
    top: calc(51.6129% - 1px);
}
.framer-6zzOm.framer-v-1gm6p3n .framer-1ykydpx {
    top: calc(53.8462% - 1px);
    left: -105.556%;
}
.framer-6zzOm[data-border="true"]:after,
.framer-6zzOm [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-JW3uL.framer-1ayeqj4,
.framer-JW3uL .framer-1ayeqj4 {
    display: block;
}
.framer-JW3uL.framer-coh9ff {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-jw5z43-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.framer-JW3uL .framer-545x8x {
    background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f4f4e8);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-ek26mx {
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    padding: 180px 0 40px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-zezu8j {
    max-width: 1920px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: flex-end;
    align-items: flex-end;
    gap: 0;
    width: 100%;
    padding: 0 40px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.framer-JW3uL .framer-c1tvvq {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre;
    z-index: 1;
    flex: 1 0 0;
    width: 1px;
    max-width: 76%;
    height: auto;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-12j6yct-container,
.framer-JW3uL .framer-1rfvoz0-container,
.framer-JW3uL .framer-a9b2hy-container,
.framer-JW3uL .framer-f2wkhd-container,
.framer-JW3uL .framer-1wabmif-container,
.framer-JW3uL .framer-5p4oj3-container,
.framer-JW3uL .framer-1tf7xwu-container,
.framer-JW3uL .framer-9ybtus-container,
.framer-JW3uL .framer-1bzf649-container {
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-JW3uL .framer-2jcmza {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 50px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-b8vlyz {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-4wumo5 {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1sxj9lf-container {
    will-change: var(--framer-will-change-effect-override, transform);
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1udzbpo {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 1100px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1h62cy5,
.framer-JW3uL .framer-15bxbr3 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-1c6e2r7 {
    will-change: var(--framer-will-change-effect-override, transform);
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: flex-start;
    place-self: start;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1qdu3wh,
.framer-JW3uL .framer-8rvee4,
.framer-JW3uL .framer-1wmei6d,
.framer-JW3uL .framer-1wvmpjx {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 650px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-139uvjp-container {
    flex: none;
    width: 50%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1g59tqw {
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    place-self: start;
    width: 100%;
    position: relative;
}
.framer-JW3uL .framer-ij44oa {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c3d);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 1px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-effect-override, transform);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    place-self: start;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 15px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1niujcx {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 370px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1ewxvje {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1srk3iw-container,
.framer-JW3uL .framer-17qrvm5-container,
.framer-JW3uL .framer-1werifn-container,
.framer-JW3uL .framer-pca0z0-container,
.framer-JW3uL .framer-1fes0m6-container,
.framer-JW3uL .framer-t73odz-container,
.framer-JW3uL .framer-18azprs-container,
.framer-JW3uL .framer-1307wi9-container,
.framer-JW3uL .framer-1dmk7ge-container,
.framer-JW3uL .framer-14aih29-container,
.framer-JW3uL .framer-1vxh0mk-container,
.framer-JW3uL .framer-1yzeobv-container,
.framer-JW3uL .framer-pxcswb-container,
.framer-JW3uL .framer-1dz4t3h-container,
.framer-JW3uL .framer-8v8ar-container,
.framer-JW3uL .framer-kcmk8m-container,
.framer-JW3uL .framer-1i014lb-container,
.framer-JW3uL .framer-11znabz-container,
.framer-JW3uL .framer-1utoxwy-container,
.framer-JW3uL .framer-5mkiue-container,
.framer-JW3uL .framer-gneew-container,
.framer-JW3uL .framer-x49dk1-container,
.framer-JW3uL .framer-1yukbwg-container,
.framer-JW3uL .framer-7j9ej8-container,
.framer-JW3uL .framer-czepsm-container,
.framer-JW3uL .framer-1rhznwy-container,
.framer-JW3uL .framer-1yth9cj-container,
.framer-JW3uL .framer-1ugotv8-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL.framer-1i4mkbg {
    -webkit-user-select: none;
    user-select: none;
    z-index: 9;
    background-color: #05050580;
    position: fixed;
    inset: 0;
}
.framer-JW3uL.framer-1kl1yqa-container {
    aspect-ratio: 1.77615;
    height: var(--framer-aspect-ratio-supported, 541px);
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: 9;
    flex: none;
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.framer-JW3uL.framer-f361by {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: 8;
    flex: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}
.framer-JW3uL .framer-p1w2k8 {
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    padding: 7px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-c8s8nq,
.framer-JW3uL .framer-p86ryu {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 5px;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-n59vr4 {
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    height: 7px;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    border-radius: 100%;
    flex: none;
    width: 7px;
    position: relative;
}
.framer-JW3uL .framer-1q5nqzf,
.framer-JW3uL .framer-1f53wmz {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1x7jyzf {
    will-change: var(--framer-will-change-effect-override, transform);
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-jez3zr-container,
.framer-JW3uL .framer-lh8hot-container,
.framer-JW3uL .framer-1pkw6yb-container,
.framer-JW3uL .framer-1ee88ej-container,
.framer-JW3uL .framer-kfwmzg-container,
.framer-JW3uL .framer-1us3x8t-container,
.framer-JW3uL .framer-2bj9ij-container,
.framer-JW3uL .framer-1b00ry9-container,
.framer-JW3uL .framer-1mxgnu6-container,
.framer-JW3uL .framer-1yulur-container,
.framer-JW3uL .framer-xame4b-container,
.framer-JW3uL .framer-1vd83mw-container,
.framer-JW3uL .framer-lmxgbw-container,
.framer-JW3uL .framer-fylo7p-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-4mo1y1 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 6px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-fog0oo {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 3px;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-17pdd29,
.framer-JW3uL .framer-awho3m,
.framer-JW3uL .framer-1sey8re,
.framer-JW3uL .framer-m66wv9,
.framer-JW3uL .framer-16jykfl {
    width: 11px;
    height: 9px;
    position: relative;
}
.framer-JW3uL .framer-1p8x1z4 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 1;
    flex: none;
    width: 100%;
    max-width: 200px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1p1q9dy {
    background-color: var(--token-52433e3c-3bdd-4e8f-b4eb-8bd6681644d3, #ffffed);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-ywv6ae {
    max-width: 1920px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0 40px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-wv3zvi-container,
.framer-JW3uL .framer-ldz79-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-11cdwqw {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-qwcyi0 {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-ytpu7y {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-3ldtso {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-15hfidi {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 50px 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-m5pt6a-container {
    flex: none;
    grid-column: span 2;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-554skr {
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 600px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-6geo6e {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1ehe14n {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    top: -12px;
    left: 0;
}
.framer-JW3uL .framer-12gski6 {
    width: 25px;
    height: 21px;
    position: relative;
}
.framer-JW3uL .framer-10hb89g {
    width: 11px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 14px;
}
.framer-JW3uL .framer-eyjazl {
    width: 11px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-JW3uL .framer-68jyi2 {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    max-width: 450px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-13sqolv {
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1l9bu3,
.framer-JW3uL .framer-gim3y7,
.framer-JW3uL .framer-quu2zr,
.framer-JW3uL .framer-1lwjqp {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 40px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-128v26l {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 1px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-gf1ozr-container {
    z-index: 1;
    flex: none;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}
.framer-JW3uL .framer-1tj18jr,
.framer-JW3uL .framer-1li33us,
.framer-JW3uL .framer-1ks68nz {
    height: 100vh;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: sticky;
}
.framer-JW3uL .framer-h1fcui {
    height: 120vh;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: sticky;
    top: 0;
}
.framer-JW3uL .framer-1o72zg2 {
    background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f4f4e8);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 2;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-10n36bx,
.framer-JW3uL .framer-jqxahu,
.framer-JW3uL .framer-wj12zl {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1fkghdn {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 40px;
    width: 50%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1ouk9u6 {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 1px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 1px;
    background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f5f4e7);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: min-content;
    padding: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-JW3uL .framer-om6t80 {
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    height: min-content;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1n6ug1t,
.framer-JW3uL .framer-1mj0bci,
.framer-JW3uL .framer-44u1hm {
    border-radius: 8px;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-17jkb5s,
.framer-JW3uL .framer-1991zev,
.framer-JW3uL .framer-plwrqh {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-JW3uL .framer-1mjjkbw,
.framer-JW3uL .framer-fr2h0p,
.framer-JW3uL .framer-19du40d,
.framer-JW3uL .framer-1xpc9g5,
.framer-JW3uL .framer-amjps7,
.framer-JW3uL .framer-jqqjbt {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-9ax5fx,
.framer-JW3uL .framer-wj71p5 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1uzjzzw,
.framer-JW3uL .framer-1erfa0c {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-h4d4t0 {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    height: min-content;
    padding: 15px 0 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-JW3uL .framer-dihfvz {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1lfc8p9,
.framer-JW3uL .framer-hjdzsu {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    flex: 1 0 0;
    align-self: stretch;
    width: 1px;
    position: relative;
}
.framer-JW3uL .framer-1ouwajz {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 30px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-49us9f,
.framer-JW3uL .framer-1lpwa04 {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 340px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1ssa8m4 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 25px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1k6g6fp {
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-10t9wo2,
.framer-JW3uL .framer-hbf1mi {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 80px;
    width: 1px;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-zqpdeh {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-vyubo1-container {
    flex: none;
    width: 100%;
    max-width: 870px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-qlqbjn {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-w94m8w,
.framer-JW3uL .framer-1n6njnx,
.framer-JW3uL .framer-1vndrhs {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    place-self: start;
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: relative;
}
.framer-JW3uL .framer-13174rn {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1vnr1jv,
.framer-JW3uL .framer-jonrxx,
.framer-JW3uL .framer-gmvvh,
.framer-JW3uL .framer-1let0en {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 30px 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-before-after {
    justify-content: center;
    gap: 30px 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1694o9h,
.framer-JW3uL .framer-1l0ca9n,
.framer-JW3uL .framer-1w677p {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    place-self: start;
    width: 100%;
    position: relative;
}
.framer-JW3uL .framer-szeqnz,
.framer-JW3uL .framer-14w0lfy,
.framer-JW3uL .framer-1hi3mzu {
    --framer-text-wrap-override: balance;
    flex: none;
    grid-column: span 2;
    place-self: start;
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1e7u7ho {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    place-self: end;
    align-items: flex-end;
    gap: 15px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1whklbf {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 15px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-nm09bi {
    --1m973uw: var(--token-27d215b1-9859-4ed9-910b-49be7f89fc94, #fff);
    --js9iwy: 2;
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 20px);
    flex: none;
    width: 20px;
    position: relative;
}
.framer-JW3uL .framer-pwn1oe {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 15px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-m37t78 {
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    flex: none;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.framer-JW3uL .framer-1tnyagi {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-q2r7co {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    height: min-content;
    padding: 120px 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-19boqfi {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 15px 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-jlzbsv-container,
.framer-JW3uL .framer-16gn4m-container,
.framer-JW3uL .framer-177d8kw-container,
.framer-JW3uL .framer-6t4dd3-container,
.framer-JW3uL .framer-nrvyjy-container,
.framer-JW3uL .framer-bwlzcz-container,
.framer-JW3uL .framer-2iwjnh-container,
.framer-JW3uL .framer-19o015h-container,
.framer-JW3uL .framer-vukht4-container,
.framer-JW3uL .framer-vzd7e7-container,
.framer-JW3uL .framer-jclbs0-container,
.framer-JW3uL .framer-zt91yj-container,
.framer-JW3uL .framer-1du3h8g-container,
.framer-JW3uL .framer-tji6g0-container,
.framer-JW3uL .framer-1adsva-container,
.framer-JW3uL .framer-dniaq9-container,
.framer-JW3uL .framer-jmvpc4-container,
.framer-JW3uL .framer-3smgj1-container,
.framer-JW3uL .framer-1qcv59u-container,
.framer-JW3uL .framer-6smbgc-container,
.framer-JW3uL .framer-1jj98my-container,
.framer-JW3uL .framer-8tbayy-container,
.framer-JW3uL .framer-1u7jgan-container,
.framer-JW3uL .framer-1gpq2j2-container,
.framer-JW3uL .framer-1fjf6q-container,
.framer-JW3uL .framer-wxgv2w-container,
.framer-JW3uL .framer-1n9von-container,
.framer-JW3uL .framer-jv6y49-container,
.framer-JW3uL .framer-buxvd-container,
.framer-JW3uL .framer-4225wa-container,
.framer-JW3uL .framer-x49g8f-container,
.framer-JW3uL .framer-a67rwu-container,
.framer-JW3uL .framer-dosnvc-container,
.framer-JW3uL .framer-fb7nwf-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-yaib8i {
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: flex-start center;
    place-self: start;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-17j51fn-container,
.framer-JW3uL .framer-1f4pkyt-container,
.framer-JW3uL .framer-fiwcbd-container,
.framer-JW3uL .framer-odqnzn-container,
.framer-JW3uL .framer-87gk05-container {
    flex: none;
    width: 100%;
    max-width: 630px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1u63jcy,
.framer-JW3uL .framer-1vtm7nz,
.framer-JW3uL .framer-kim264 {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1p4bf6b {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
    height: min-content;
    padding: 80px 0 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1mbvhvp {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    --framer-text-wrap-override: balance;
    flex: none;
    grid-column: span 2;
    place-self: end start;
    width: 100%;
    max-width: 600px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-83jbmj {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-w7u794,
.framer-JW3uL .framer-1yv9i9e {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-kktmrb {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 120px;
    width: 1px;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-ilqj99,
.framer-JW3uL .framer-pb8jit,
.framer-JW3uL .framer-14aczxi {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-slk5j9,
.framer-JW3uL .framer-1r3socy {
    flex-flow: column;
    flex: none;
    grid-column: span 3;
    place-content: flex-start center;
    place-self: start;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-us4jx4,
.framer-JW3uL .framer-1im5ux8 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 120px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-kswm84 {
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    place-self: start;
    align-items: flex-end;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-1sxa21r {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-13zi1hu,
.framer-JW3uL .framer-gdqdmc,
.framer-JW3uL .framer-1w081w3,
.framer-JW3uL .framer-kta75j,
.framer-JW3uL .framer-x2ndxx {
    width: 18px;
    height: 15px;
    position: relative;
}
.framer-JW3uL .framer-unwa8u {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1u50luc {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f4f4e8);
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    height: min-content;
    padding: 20px 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-JW3uL .framer-1d3rwo9,
.framer-JW3uL .framer-1fxerk3 {
    --framer-paragraph-spacing: 0px;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-89vw38 {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f4f4e8);
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    height: min-content;
    padding: 20px 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-JW3uL .framer-7kmxnv {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    flex-flow: column;
    flex: none;
    place-content: flex-start space-between;
    place-self: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 30px 30px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-k9ff25 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: wrap;
    flex: none;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1k2aot,
.framer-JW3uL .framer-fknvmp {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    width: min-content;
    height: min-content;
    padding: 30px 0 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-ont55p,
.framer-JW3uL .framer-sqo12g,
.framer-JW3uL .framer-isl07r {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-hv4s9v,
.framer-JW3uL .framer-gwgu3i {
    opacity: 0.7;
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-13n7gtx {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    padding: 80px 0 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1bliwhy {
    --framer-link-text-color: #09f;
    --framer-link-text-decoration: underline;
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 300px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1ac2p5e {
    --framer-paragraph-spacing: 0px;
    --framer-text-wrap-override: balance;
    opacity: 0.7;
    flex: none;
    width: 100%;
    max-width: 220px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-11t2gmh {
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-wx4zod {
    max-width: 1920px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0 40px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-7j2amf,
.framer-JW3uL .framer-qse83a,
.framer-JW3uL .framer-g723cu,
.framer-JW3uL .framer-nw0lzq,
.framer-JW3uL .framer-lchwta {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-ejkfvo {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-1ay1cdu,
.framer-JW3uL .framer-196hj03 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-5axqre,
.framer-JW3uL .framer-1x410bu {
    background-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 100%;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0%;
}
.framer-JW3uL .framer-1a26ety {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 1px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: center;
    place-self: center;
    align-items: center;
    gap: 15px 0;
    width: 100%;
    padding: 20px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-u5ozj1-container,
.framer-JW3uL .framer-u8k0vz-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: 100%;
    position: relative;
}
.framer-JW3uL .framer-gui6lq {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-16tljgv {
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-411o17 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-1j2pqqz {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-jixpty {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: flex-end center;
    place-self: start;
    align-items: flex-end;
    gap: 30px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-17dskr4 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-91js8i {
    --framer-text-wrap-override: balance;
    flex: 1 0 0;
    width: 1px;
    max-width: 400px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-qd6j7u {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-gssn3u {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-JW3uL .framer-gssn3u {
        display: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-JW3uL .framer-gssn3u {
        display: none;
    }
}
.framer-JW3uL .framer-5m1eh1 {
    --border-bottom-width: 1px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 1px;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-JW3uL .framer-q56vwr-container {
    flex: none;
    grid-column: span 2;
    place-self: start;
    width: 100%;
    height: auto;
    max-height: 400px;
    position: relative;
}
.framer-JW3uL .framer-1be1cz7 {
    --border-bottom-width: 0px;
    --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    flex-flow: column;
    flex: none;
    place-content: flex-start space-between;
    place-self: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-qs3jjh {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 40px;
    width: min-content;
    height: min-content;
    padding: 0 27px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-hrvr8-container,
.framer-JW3uL .framer-1k1okb7-container,
.framer-JW3uL .framer-1vobqho-container {
    flex: none;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1n2wy7j {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-end flex-start;
    align-items: flex-end;
    gap: 7px;
    width: 100%;
    height: min-content;
    padding: 30px 0 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-fa2v88 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 1;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-19gg13y {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-end space-between;
    place-self: start;
    align-items: flex-end;
    width: 100%;
    padding: 30px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-qrww57 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 0 30px;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-8cb66b {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-1dr4y0m {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-oam5jz {
    --corner-shape-fallback: 0.566;
    background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    border-bottom-left-radius: calc(
        5px * var(--one-if-corner-shape-supported, var(--corner-shape-fallback, 1))
    );
    border-bottom-right-radius: calc(
        5px * var(--one-if-corner-shape-supported, var(--corner-shape-fallback, 1))
    );
    border-top-left-radius: calc(
        5px * var(--one-if-corner-shape-supported, var(--corner-shape-fallback, 1))
    );
    border-top-right-radius: calc(
        5px * var(--one-if-corner-shape-supported, var(--corner-shape-fallback, 1))
    );
    corner-shape: superellipse(2);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 3px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-JW3uL .framer-u6zmsc {
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-uawgzs {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1fucdlv {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-JW3uL .framer-15vw35j {
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-JW3uL .framer-1he4k4f {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-O4VDK .framer-styles-preset-15kw1n0:not(.rich-text-wrapper),
.framer-O4VDK .framer-styles-preset-15kw1n0.rich-text-wrapper h1 {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 70px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 95%;
    --framer-paragraph-spacing: 0px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-O4VDK .framer-styles-preset-15kw1n0:not(.rich-text-wrapper),
    .framer-O4VDK .framer-styles-preset-15kw1n0.rich-text-wrapper h1 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 50px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 95%;
        --framer-paragraph-spacing: 0px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-O4VDK .framer-styles-preset-15kw1n0:not(.rich-text-wrapper),
    .framer-O4VDK .framer-styles-preset-15kw1n0.rich-text-wrapper h1 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 40px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 95%;
        --framer-paragraph-spacing: 0px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-nxxPR .framer-styles-preset-b5ysv5:not(.rich-text-wrapper),
.framer-nxxPR .framer-styles-preset-b5ysv5.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 30px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 130%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-nxxPR .framer-styles-preset-b5ysv5:not(.rich-text-wrapper),
    .framer-nxxPR .framer-styles-preset-b5ysv5.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 17px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 130%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-nxxPR .framer-styles-preset-b5ysv5:not(.rich-text-wrapper),
    .framer-nxxPR .framer-styles-preset-b5ysv5.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 23px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 130%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
    .framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 27px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 120%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
    .framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 23px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 120%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-z2UkJ .framer-styles-preset-s3qbre:not(.rich-text-wrapper),
.framer-z2UkJ .framer-styles-preset-s3qbre.rich-text-wrapper h3 {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 40px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 100%;
    --framer-paragraph-spacing: 40px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-z2UkJ .framer-styles-preset-s3qbre:not(.rich-text-wrapper),
    .framer-z2UkJ .framer-styles-preset-s3qbre.rich-text-wrapper h3 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 35px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-z2UkJ .framer-styles-preset-s3qbre:not(.rich-text-wrapper),
    .framer-z2UkJ .framer-styles-preset-s3qbre.rich-text-wrapper h3 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 30px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
    .framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 35px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 105%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
    .framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 30px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 105%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
    .framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 45px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
    .framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 37px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 17px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-JW3uL[data-border="true"]:after,
.framer-JW3uL [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 810px) and (max-width: 1199.98px) {
    .framer-JW3uL.framer-coh9ff {
        width: 810px;
    }
    .framer-JW3uL .framer-ek26mx {
        padding: 150px 0 40px;
    }
    .framer-JW3uL .framer-zezu8j,
    .framer-JW3uL .framer-2jcmza,
    .framer-JW3uL .framer-ywv6ae,
    .framer-JW3uL .framer-qwcyi0,
    .framer-JW3uL .framer-10n36bx,
    .framer-JW3uL .framer-jqxahu,
    .framer-JW3uL .framer-kktmrb,
    .framer-JW3uL .framer-wx4zod,
    .framer-JW3uL .framer-wj12zl {
        padding: 0 20px;
    }
    .framer-JW3uL .framer-139uvjp-container {
        width: 100%;
    }
    .framer-JW3uL .framer-ij44oa {
        padding: 10px;
    }
    .framer-JW3uL.framer-1kl1yqa-container {
        height: var(--framer-aspect-ratio-supported, 113px);
    }
    .framer-JW3uL .framer-c8s8nq {
        flex: 1 0 0;
        justify-content: flex-start;
        width: 1px;
    }
    .framer-JW3uL .framer-11cdwqw,
    .framer-JW3uL .framer-h1fcui,
    .framer-JW3uL .framer-1o72zg2,
    .framer-JW3uL .framer-1k6g6fp,
    .framer-JW3uL .framer-q2r7co,
    .framer-JW3uL .framer-w7u794,
    .framer-JW3uL .framer-1yv9i9e,
    .framer-JW3uL .framer-15vw35j {
        padding: 90px 0;
    }
    .framer-JW3uL .framer-68jyi2 {
        max-width: 330px;
    }
    .framer-JW3uL .framer-1ouk9u6 {
        padding: 15px;
    }
    .framer-JW3uL .framer-om6t80,
    .framer-JW3uL .framer-1be1cz7,
    .framer-JW3uL .framer-19gg13y {
        padding: 20px;
    }
    .framer-JW3uL .framer-10t9wo2,
    .framer-JW3uL .framer-hbf1mi {
        gap: 50px;
        padding: 0 20px;
    }
    .framer-JW3uL .framer-szeqnz {
        grid-column: span 3;
    }
    .framer-JW3uL .framer-pb8jit {
        grid-template-columns: repeat(2, minmax(50px, 1fr));
    }
    .framer-JW3uL .framer-7kmxnv {
        padding: 0 20px 20px;
    }
    .framer-JW3uL .framer-1k2aot,
    .framer-JW3uL .framer-fknvmp {
        padding: 20px 0 0;
    }
    .framer-JW3uL .framer-qs3jjh {
        gap: 30px;
        padding: 0 20px;
    }
    .framer-JW3uL .framer-before-after {
        display: grid;
    }
}
@media (max-width: 809.98px) {
    .framer-JW3uL.framer-coh9ff {
        width: 390px;
    }
    .framer-JW3uL .framer-ek26mx {
        padding: 120px 0 40px;
    }
    .framer-JW3uL .framer-2jcmza {
        gap: 30px;
        padding: 0 10px;
    }
    .framer-JW3uL .framer-1sxj9lf-container,
    .framer-JW3uL .framer-1dz4t3h-container {
        order: 0;
    }
    .framer-JW3uL .framer-1udzbpo,
    .framer-JW3uL .framer-8v8ar-container {
        order: 1;
    }
    .framer-JW3uL .framer-1h62cy5 {
        flex-flow: column;
        align-content: center;
        align-items: center;
        gap: 40px;
        display: flex;
    }
    .framer-JW3uL .framer-1c6e2r7,
    .framer-JW3uL .framer-554skr,
    .framer-JW3uL .framer-szeqnz,
    .framer-JW3uL .framer-jlzbsv-container,
    .framer-JW3uL .framer-yaib8i,
    .framer-JW3uL .framer-14w0lfy,
    .framer-JW3uL .framer-1mbvhvp,
    .framer-JW3uL .framer-16gn4m-container,
    .framer-JW3uL .framer-177d8kw-container,
    .framer-JW3uL .framer-6t4dd3-container,
    .framer-JW3uL .framer-nrvyjy-container,
    .framer-JW3uL .framer-slk5j9,
    .framer-JW3uL .framer-kswm84,
    .framer-JW3uL .framer-unwa8u,
    .framer-JW3uL .framer-bwlzcz-container,
    .framer-JW3uL .framer-2iwjnh-container,
    .framer-JW3uL .framer-19o015h-container,
    .framer-JW3uL .framer-4225wa-container,
    .framer-JW3uL .framer-1r3socy,
    .framer-JW3uL .framer-1hi3mzu,
    .framer-JW3uL .framer-jixpty {
        align-self: unset;
    }
    .framer-JW3uL .framer-139uvjp-container {
        width: 100%;
    }
    .framer-JW3uL .framer-ij44oa {
        align-self: unset;
        padding: 10px;
    }
    .framer-JW3uL .framer-1niujcx {
        max-width: 370px;
    }
    .framer-JW3uL.framer-1kl1yqa-container {
        height: var(--framer-aspect-ratio-supported, 113px);
    }
    .framer-JW3uL .framer-c8s8nq {
        flex: 1 0 0;
        justify-content: flex-start;
        width: 1px;
    }
    .framer-JW3uL .framer-ywv6ae,
    .framer-JW3uL .framer-wx4zod {
        padding: 0 10px;
    }
    .framer-JW3uL .framer-11cdwqw,
    .framer-JW3uL .framer-h1fcui,
    .framer-JW3uL .framer-1o72zg2,
    .framer-JW3uL .framer-1k6g6fp,
    .framer-JW3uL .framer-q2r7co,
    .framer-JW3uL .framer-w7u794,
    .framer-JW3uL .framer-1yv9i9e,
    .framer-JW3uL .framer-15vw35j {
        padding: 60px 0;
    }
    .framer-JW3uL .framer-qwcyi0 {
        gap: 70px;
        padding: 0 10px;
    }
    .framer-JW3uL .framer-3ldtso {
        gap: 50px;
    }
    .framer-JW3uL .framer-15hfidi {
        flex-flow: column;
        align-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    .framer-JW3uL .framer-m5pt6a-container {
        align-self: unset;
        width: auto;
    }
    .framer-JW3uL .framer-1ehe14n {
        top: -16px;
    }
    .framer-JW3uL .framer-13sqolv {
        flex-direction: column;
        gap: 40px;
    }
    .framer-JW3uL .framer-1l9bu3,
    .framer-JW3uL .framer-gim3y7,
    .framer-JW3uL .framer-quu2zr,
    .framer-JW3uL .framer-1lwjqp {
        flex: none;
        gap: 20px;
        width: 100%;
    }
    .framer-JW3uL .framer-10n36bx,
    .framer-JW3uL .framer-10t9wo2,
    .framer-JW3uL .framer-jqxahu,
    .framer-JW3uL .framer-hbf1mi,
    .framer-JW3uL .framer-wj12zl {
        gap: 50px;
        padding: 0 10px;
    }
    .framer-JW3uL .framer-1fkghdn {
        gap: 25px;
        width: 100%;
    }
    .framer-JW3uL .framer-8rvee4 {
        max-width: 90%;
    }
    .framer-JW3uL .framer-1ouk9u6 {
        --border-right-width: 1px;
        padding: 15px;
    }
    .framer-JW3uL .framer-om6t80,
    .framer-JW3uL .framer-16tljgv {
        padding: 20px;
    }
    .framer-JW3uL .framer-dihfvz {
        flex-direction: column;
        gap: 30px;
    }
    .framer-JW3uL .framer-1ouwajz,
    .framer-JW3uL .framer-1ssa8m4 {
        flex: none;
        width: 100%;
    }
    .framer-JW3uL .framer-kcmk8m-container {
        order: 2;
    }
    .framer-JW3uL .framer-1i014lb-container {
        order: 3;
    }
    .framer-JW3uL .framer-1vnr1jv {
        flex-flow: column;
        align-content: flex-end;
        align-items: flex-end;
        display: flex;
    }
    .framer-JW3uL .framer-before-after {
        display: grid;
    }
    .framer-JW3uL .framer-1e7u7ho {
        align-self: unset;
        width: 75%;
    }
    .framer-JW3uL .framer-19boqfi,
    .framer-JW3uL .framer-ilqj99,
    .framer-JW3uL .framer-14aczxi {
        flex-flow: column;
        align-content: center;
        align-items: center;
        gap: 15px;
        display: flex;
    }
    .framer-JW3uL .framer-1p4bf6b {
        gap: 50px;
        padding: 0;
    }
    .framer-JW3uL .framer-jonrxx,
    .framer-JW3uL .framer-gmvvh,
    .framer-JW3uL .framer-pb8jit,
    .framer-JW3uL .framer-5m1eh1 {
        flex-flow: column;
        align-content: center;
        align-items: center;
        display: flex;
    }
    .framer-JW3uL .framer-kktmrb {
        gap: 80px;
        padding: 0 10px;
    }
    .framer-JW3uL .framer-us4jx4,
    .framer-JW3uL .framer-1im5ux8 {
        gap: 80px;
    }
    .framer-JW3uL .framer-1let0en {
        flex-flow: column;
        place-content: center flex-start;
        align-items: center;
        display: flex;
    }
    .framer-JW3uL .framer-7kmxnv {
        align-self: unset;
        justify-content: center;
        gap: 0;
        height: min-content;
        padding: 0 20px 20px;
    }
    .framer-JW3uL .framer-1k2aot,
    .framer-JW3uL .framer-fknvmp {
        padding: 20px 0 0;
    }
    .framer-JW3uL .framer-1a26ety {
        gap: 15px;
    }
    .framer-JW3uL .framer-411o17 {
        grid-template-columns: repeat(1, minmax(50px, 1fr));
    }
    .framer-JW3uL .framer-1j2pqqz {
        flex-flow: column;
        align-content: center;
        align-items: center;
        gap: 30px;
        display: flex;
    }
    .framer-JW3uL .framer-q56vwr-container {
        align-self: unset;
        order: 0;
    }
    .framer-JW3uL .framer-1be1cz7 {
        align-self: unset;
        order: 1;
        justify-content: center;
        gap: 0;
        height: min-content;
        padding: 20px;
    }
    .framer-JW3uL .framer-qs3jjh {
        gap: 30px;
        padding: 0 20px;
    }
    .framer-JW3uL .framer-19gg13y {
        --border-bottom-width: 1px;
        --border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
        --border-left-width: 1px;
        --border-right-width: 1px;
        --border-style: solid;
        --border-top-width: 1px;
        align-self: unset;
        background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f4f4e8);
        order: 2;
        padding: 20px;
    }
}
.ssr-variant {
    display: contents;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-xu0V6.framer-1asuqdq,
.framer-xu0V6 .framer-1asuqdq {
    display: block;
}
.framer-xu0V6.framer-1vuikkj {
    -webkit-user-select: none;
    user-select: none;
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    height: 800px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-xu0V6 .framer-1af0t0h {
    flex-flow: row;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1px;
    max-width: 1920px;
    height: 100%;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-xu0V6 .framer-1sn06sf,
.framer-xu0V6 .framer-ht3pqd,
.framer-xu0V6 .framer-j04te7,
.framer-xu0V6 .framer-40dfac {
    z-index: 1;
    flex: 1 0 0;
    width: 1px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.framer-xu0V6.framer-v-1ghvmo0 .framer-1af0t0h {
    padding: 0 20px;
}
.framer-xu0V6.framer-v-ywlibw .framer-1af0t0h {
    padding: 0 10px;
}
.framer-xu0V6[data-border="true"]:after,
.framer-xu0V6 [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-c0e2d.framer-v318co,
.framer-c0e2d .framer-v318co {
    display: block;
}
.framer-c0e2d.framer-mi0u4 {
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-c0e2d .framer-1ypdmxm {
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-c0e2d .framer-ykk97e,
.framer-c0e2d .framer-1qsszq {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-c0e2d .framer-bt1uo7-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-2R6aj.framer-16kcwm,
.framer-2R6aj .framer-16kcwm {
    display: block;
}
.framer-2R6aj.framer-hnim5i {
    cursor: pointer;
    flex-flow: row;
    place-content: center space-between;
    align-items: center;
    width: min-content;
    height: 50px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-2R6aj .framer-vmldxj {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0 10px 0 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-2R6aj .framer-1ei94ks {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-2R6aj .framer-rqq27i-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-2R6aj .framer-vxky71-container {
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-2R6aj .framer-1xwqwxk {
    z-index: 1;
    flex: none;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
}
.framer-2R6aj.framer-v-16yoeve.framer-hnim5i {
    cursor: unset;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
    .framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
    .framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 12px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-2R6aj[data-border="true"]:after,
.framer-2R6aj [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-3y9rg.framer-6rm07v,
.framer-3y9rg .framer-6rm07v {
    display: block;
}
.framer-3y9rg.framer-1l9qlup {
    flex-flow: row;
    place-content: flex-end;
    align-items: flex-end;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-3y9rg .framer-1j6umxf {
    flex-flow: column;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: min-content;
    height: 15px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-3y9rg .framer-5vzo0l,
.framer-3y9rg .framer-1o831f3,
.framer-3y9rg .framer-198owv9 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 5px);
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 5px;
    position: relative;
}
.framer-3y9rg .framer-15zen56 {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: 15px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-3y9rg.framer-v-19y7r2u .framer-1j6umxf {
    order: 1;
    justify-content: flex-start;
    gap: 0;
}
.framer-3y9rg.framer-v-19y7r2u .framer-15zen56 {
    order: 0;
    justify-content: flex-start;
}
.framer-3y9rg.framer-v-1e3fbpl .framer-1j6umxf,
.framer-3y9rg.framer-v-1e3fbpl .framer-15zen56 {
    height: 9px;
}
.framer-3y9rg.framer-v-1e3fbpl .framer-5vzo0l,
.framer-3y9rg.framer-v-1e3fbpl .framer-1o831f3,
.framer-3y9rg.framer-v-1e3fbpl .framer-198owv9,
.framer-3y9rg.framer-v-1yw51lh .framer-5vzo0l,
.framer-3y9rg.framer-v-1yw51lh .framer-1o831f3,
.framer-3y9rg.framer-v-1yw51lh .framer-198owv9 {
    height: var(--framer-aspect-ratio-supported, 3px);
    width: 3px;
}
.framer-3y9rg.framer-v-1yw51lh .framer-1j6umxf {
    order: 1;
    justify-content: flex-start;
    gap: 0;
    height: 9px;
}
.framer-3y9rg.framer-v-1yw51lh .framer-15zen56 {
    order: 0;
    justify-content: flex-start;
    height: 9px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-bGPnF.framer-1gmcqak,
.framer-bGPnF .framer-1gmcqak {
    display: block;
}
.framer-bGPnF.framer-zbj3kl {
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-bGPnF .framer-obpvv7 {
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: 1 0 0;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-bGPnF .framer-sfdoz6 {
    flex: none;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-raKD5.framer-cyf339,
.framer-raKD5 .framer-cyf339 {
    display: block;
}
.framer-raKD5.framer-mie96c {
    cursor: pointer;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: 800px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-raKD5 .framer-17ful3r {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 12px;
    width: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.framer-raKD5 .framer-q4ix6r {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 4px;
    display: flex;
    position: relative;
}
.framer-raKD5 .framer-10hq7l8 {
    flex: none;
    width: 20px;
    height: 20px;
    position: relative;
}
.framer-raKD5 .framer-ldvbbq {
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 4px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    top: 46%;
    left: 50px;
    overflow: visible;
}
.framer-raKD5 .framer-iqcyp4,
.framer-raKD5 .framer-vetf1d,
.framer-raKD5 .framer-hbs2m4 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-raKD5 .framer-1bkaxzk {
    aspect-ratio: 1.33333;
    height: var(--framer-aspect-ratio-supported, 600px);
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-filter-override, filter);
    flex: 1 0 0;
    width: 1px;
    position: relative;
}
.framer-raKD5 .framer-1cmha2i {
    flex: none;
    position: absolute;
    inset: 0;
    overflow: visible;
}
.framer-raKD5.framer-v-mie96c.hover .framer-17ful3r {
    bottom: unset;
    padding: 2px 12px 2px 2px;
    top: 50%;
    left: 50%;
}
.framer-raKD5.framer-v-mie96c.hover .framer-ldvbbq {
    left: unset;
    top: unset;
    position: relative;
}
.framer-raKD5.framer-v-mie96c.hover .framer-1bkaxzk {
    height: var(--framer-aspect-ratio-supported, 150px);
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-murnv.framer-13gbrju,
.framer-murnv .framer-13gbrju {
    display: block;
}
.framer-murnv.framer-1yvqxo9 {
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 16px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-murnv .framer-1c21s9l {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 30px;
    width: min-content;
    height: min-content;
    padding: 0 21px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-murnv .framer-d75q5h-container,
.framer-murnv .framer-1nqyqrc-container,
.framer-murnv .framer-gt9xgu-container,
.framer-murnv .framer-efzq4l-container,
.framer-murnv .framer-ubo59a-container {
    flex: none;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-murnv.framer-v-n2rxoh .framer-1c21s9l {
    gap: 20px;
    padding: 0 15px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-sZzc5.framer-pk07fs,
.framer-sZzc5 .framer-pk07fs {
    display: block;
}
.framer-sZzc5.framer-khf6kd {
    width: 1px;
    height: 40px;
    position: relative;
    overflow: visible;
}
.framer-sZzc5 .framer-12eikpr {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 32px);
    will-change: var(--framer-will-change-override, transform);
    z-index: 1;
    flex: none;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
}
.framer-sZzc5 .framer-mji8wk {
    height: 40px;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: 40px;
    padding: 0;
    display: flex;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(100% - 20px);
}
.framer-sZzc5 .framer-3ju24n {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-sZzc5.framer-v-aqhp5q.framer-khf6kd,
.framer-sZzc5.framer-v-1ndo4vx.framer-khf6kd {
    height: 30px;
}
.framer-sZzc5.framer-v-aqhp5q .framer-12eikpr {
    height: var(--framer-aspect-ratio-supported, 24px);
    width: 30px;
}
.framer-sZzc5.framer-v-1ndo4vx .framer-mji8wk {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(100% - 15px);
}
.framer-sZzc5.framer-v-m5e6ic.framer-khf6kd {
    height: 55px;
}
.framer-sZzc5.framer-v-m5e6ic .framer-12eikpr {
    height: var(--framer-aspect-ratio-supported, 50px);
    width: 55px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-xOoAj.framer-1y87v7f,
.framer-xOoAj .framer-1y87v7f {
    display: block;
}
.framer-xOoAj.framer-1gufuxw {
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 1120px;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-xOoAj .framer-o3tv6p-container,
.framer-xOoAj .framer-1sm36f8-container,
.framer-xOoAj .framer-qycvxp-container,
.framer-xOoAj .framer-1mm8n3m-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-xOoAj.framer-v-13v4r0i.framer-1gufuxw {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
}
.framer-xOoAj[data-border="true"]:after,
.framer-xOoAj [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-ueo30.framer-o3n3ts,
.framer-ueo30 .framer-o3n3ts {
    display: block;
}
.framer-ueo30.framer-oux7l5 {
    height: 80px;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: 201px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-ueo30 .framer-wm2e1c {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ueo30 .framer-sxk2h8,
.framer-ueo30 .framer-q3p0da,
.framer-ueo30 .framer-1dw504x,
.framer-ueo30 .framer-1swna54 {
    aspect-ratio: 3.33333;
    height: var(--framer-aspect-ratio-supported, 30px);
    flex: none;
    width: 100%;
    max-width: 110px;
    position: relative;
}
.framer-ueo30 .framer-1uy44f9,
.framer-ueo30 .framer-1ru3ryb,
.framer-ueo30 .framer-keccvz,
.framer-ueo30 .framer-h9ev6p {
    min-width: 110px;
    max-width: 100%;
    height: 33px;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-filter-override, filter);
    flex: none;
    gap: 0;
    width: 100%;
    position: relative;
}
.framer-ueo30 .framer-1m41b11,
.framer-ueo30 .framer-1s9gykg {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100px;
    height: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: -75px;
    left: 50%;
    overflow: visible;
}
.framer-ueo30 .framer-12yeanf {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100px;
    height: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    top: -75px;
    left: 50%;
    overflow: visible;
}
.framer-ueo30.framer-v-1ue331f .framer-wm2e1c {
    position: absolute;
    top: -75px;
    left: 50%;
}
.framer-ueo30.framer-v-1ue331f .framer-1s9gykg,
.framer-ueo30.framer-v-8miwrl .framer-1m41b11 {
    bottom: unset;
    left: unset;
    position: relative;
}
.framer-ueo30.framer-v-1ue331f .framer-12yeanf,
.framer-ueo30.framer-v-8miwrl .framer-12yeanf {
    bottom: -75px;
    top: unset;
}
.framer-ueo30.framer-v-8miwrl .framer-wm2e1c,
.framer-ueo30.framer-v-o4v5o .framer-wm2e1c {
    position: absolute;
    bottom: -75px;
    left: 50%;
}
.framer-ueo30.framer-v-8miwrl .framer-1s9gykg,
.framer-ueo30.framer-v-o4v5o .framer-1m41b11,
.framer-ueo30.framer-v-o4v5o .framer-1s9gykg {
    bottom: unset;
    top: -75px;
}
.framer-ueo30.framer-v-o4v5o .framer-12yeanf {
    left: unset;
    top: unset;
    position: relative;
}
.framer-ueo30[data-border="true"]:after,
.framer-ueo30 [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-dzVdn {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 5.161 C 0 2.311 2.311 0 5.161 0 C 8.012 0 10.323 2.311 10.323 5.161 C 10.323 8.012 8.012 10.323 5.161 10.323 C 2.311 10.323 0 8.012 0 5.161 Z M 6.771 2.404 C 6.85 2.126 6.58 1.961 6.333 2.137 L 2.889 4.591 C 2.621 4.781 2.663 5.161 2.952 5.161 L 3.859 5.161 L 3.859 5.154 L 5.626 5.154 L 4.186 5.662 L 3.551 7.918 C 3.473 8.197 3.743 8.361 3.99 8.185 L 7.434 5.732 C 7.702 5.541 7.66 5.161 7.371 5.161 L 5.995 5.161 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="10.322580645161292px" id="y4SxaAWO8" transform="translate(0 0.837)" width="10.32258064516129px"/><g d="M 20.386 0.997 C 20.502 1.103 20.642 1.156 20.805 1.156 C 20.974 1.156 21.114 1.103 21.225 0.997 C 21.335 0.891 21.391 0.751 21.391 0.578 C 21.391 0.405 21.335 0.265 21.225 0.159 C 21.114 0.053 20.974 0 20.805 0 C 20.642 0 20.502 0.053 20.386 0.159 C 20.275 0.265 20.22 0.405 20.22 0.578 C 20.22 0.751 20.275 0.891 20.386 0.997 Z M 3.093 5 C 2.866 5.106 2.601 5.159 2.298 5.159 L 0 5.159 L 0 0.101 L 2.269 0.101 C 2.577 0.101 2.845 0.154 3.071 0.26 C 3.302 0.361 3.48 0.508 3.606 0.701 C 3.736 0.889 3.801 1.115 3.801 1.38 L 3.801 1.452 C 3.801 1.684 3.757 1.874 3.671 2.023 C 3.584 2.168 3.48 2.281 3.36 2.363 C 3.244 2.44 3.134 2.495 3.028 2.529 L 3.028 2.659 C 3.134 2.688 3.249 2.743 3.374 2.825 C 3.5 2.902 3.606 3.016 3.692 3.165 C 3.784 3.314 3.83 3.509 3.83 3.75 L 3.83 3.822 C 3.83 4.102 3.765 4.343 3.635 4.545 C 3.505 4.743 3.324 4.894 3.093 5 Z M 2.688 3.201 C 2.563 3.1 2.394 3.049 2.182 3.049 L 0.954 3.049 L 0.954 4.292 L 2.182 4.292 C 2.389 4.292 2.556 4.242 2.681 4.14 C 2.811 4.039 2.876 3.895 2.876 3.707 L 2.876 3.635 C 2.876 3.447 2.813 3.302 2.688 3.201 Z M 2.659 1.12 C 2.534 1.019 2.37 0.968 2.168 0.968 L 0.954 0.968 L 0.954 2.182 L 2.168 2.182 C 2.365 2.182 2.527 2.132 2.652 2.03 C 2.782 1.929 2.847 1.79 2.847 1.611 L 2.847 1.539 C 2.847 1.356 2.784 1.216 2.659 1.12 Z M 5.981 5.26 C 5.624 5.26 5.304 5.188 5.02 5.044 C 4.736 4.899 4.512 4.69 4.348 4.415 C 4.184 4.14 4.102 3.81 4.102 3.425 L 4.102 3.309 C 4.102 2.924 4.184 2.594 4.348 2.319 C 4.512 2.045 4.736 1.835 5.02 1.691 C 5.304 1.546 5.624 1.474 5.981 1.474 C 6.337 1.474 6.658 1.546 6.942 1.691 C 7.226 1.835 7.45 2.045 7.614 2.319 C 7.778 2.594 7.859 2.924 7.859 3.309 L 7.859 3.425 C 7.859 3.81 7.778 4.14 7.614 4.415 C 7.45 4.69 7.226 4.899 6.942 5.044 C 6.658 5.188 6.337 5.26 5.981 5.26 Z M 5.981 4.451 C 6.26 4.451 6.491 4.362 6.674 4.184 C 6.857 4.001 6.949 3.741 6.949 3.403 L 6.949 3.331 C 6.949 2.994 6.857 2.736 6.674 2.558 C 6.496 2.375 6.265 2.283 5.981 2.283 C 5.701 2.283 5.47 2.375 5.287 2.558 C 5.104 2.736 5.013 2.994 5.013 3.331 L 5.013 3.403 C 5.013 3.741 5.104 4.001 5.287 4.184 C 5.47 4.362 5.701 4.451 5.981 4.451 Z M 11.27 5.159 C 11.033 5.159 10.841 5.087 10.691 4.942 C 10.547 4.793 10.475 4.596 10.475 4.35 L 10.475 2.327 L 9.579 2.327 L 9.579 1.575 L 10.475 1.575 L 10.475 0.462 L 11.385 0.462 L 11.385 1.575 L 12.368 1.575 L 12.368 2.327 L 11.385 2.327 L 11.385 4.191 C 11.385 4.335 11.453 4.408 11.587 4.408 L 12.281 4.408 L 12.281 5.159 Z M 13.17 4.957 C 13.469 5.159 13.852 5.26 14.319 5.26 C 14.777 5.26 15.141 5.159 15.41 4.957 C 15.685 4.75 15.822 4.458 15.822 4.083 C 15.822 3.832 15.757 3.635 15.627 3.49 C 15.502 3.341 15.329 3.228 15.107 3.15 C 14.89 3.069 14.647 3.004 14.377 2.955 L 14.175 2.919 C 14.011 2.89 13.881 2.849 13.785 2.796 C 13.688 2.739 13.64 2.652 13.64 2.536 C 13.64 2.43 13.686 2.348 13.777 2.291 C 13.869 2.228 14.001 2.197 14.175 2.197 C 14.348 2.197 14.493 2.235 14.608 2.312 C 14.729 2.389 14.808 2.519 14.847 2.702 L 15.692 2.442 C 15.61 2.153 15.437 1.92 15.172 1.741 C 14.907 1.563 14.574 1.474 14.175 1.474 C 13.751 1.474 13.409 1.57 13.149 1.763 C 12.889 1.951 12.758 2.223 12.758 2.58 C 12.758 2.816 12.821 3.008 12.946 3.158 C 13.071 3.307 13.238 3.425 13.445 3.512 C 13.652 3.594 13.881 3.659 14.131 3.707 L 14.334 3.743 C 14.546 3.781 14.7 3.832 14.796 3.895 C 14.892 3.953 14.941 4.037 14.941 4.148 C 14.941 4.258 14.89 4.352 14.789 4.429 C 14.688 4.502 14.531 4.538 14.319 4.538 C 14.18 4.538 14.05 4.519 13.929 4.48 C 13.813 4.437 13.715 4.367 13.633 4.27 C 13.556 4.174 13.5 4.042 13.467 3.873 L 12.628 4.09 C 12.691 4.466 12.872 4.755 13.17 4.957 Z M 17.401 2.565 C 17.246 2.748 17.169 3.006 17.169 3.338 L 17.169 5.159 L 16.259 5.159 L 16.259 0.101 L 17.169 0.101 L 17.169 2.016 L 17.299 2.016 C 17.338 1.939 17.398 1.862 17.48 1.785 C 17.562 1.708 17.67 1.645 17.805 1.597 C 17.945 1.544 18.121 1.517 18.333 1.517 C 18.612 1.517 18.855 1.582 19.062 1.713 C 19.274 1.838 19.438 2.014 19.554 2.24 C 19.669 2.462 19.727 2.722 19.727 3.02 L 19.727 5.159 L 18.817 5.159 L 18.817 3.093 C 18.817 2.823 18.749 2.621 18.614 2.486 C 18.484 2.351 18.297 2.283 18.051 2.283 C 17.771 2.283 17.555 2.377 17.401 2.565 Z M 25.418 4.942 C 25.274 4.793 25.202 4.596 25.202 4.35 L 25.202 2.327 L 23.411 2.327 L 23.411 5.159 L 22.501 5.159 L 22.501 2.327 L 21.59 2.327 L 21.59 1.575 L 22.501 1.575 L 22.501 0.91 C 22.501 0.665 22.573 0.47 22.717 0.325 C 22.867 0.176 23.059 0.101 23.295 0.101 L 24.235 0.101 L 24.235 0.853 L 23.613 0.853 C 23.478 0.853 23.411 0.925 23.411 1.069 L 23.411 1.575 L 25.202 1.575 L 25.202 0.462 L 26.112 0.462 L 26.112 1.575 L 27.095 1.575 L 27.095 2.327 L 26.112 2.327 L 26.112 4.191 C 26.112 4.335 26.179 4.408 26.314 4.408 L 27.008 4.408 L 27.008 5.159 L 25.996 5.159 C 25.76 5.159 25.568 5.087 25.418 4.942 Z M 20.35 1.575 L 20.35 5.159 L 21.261 5.159 L 21.261 1.575 Z M 8.339 0.101 L 8.339 5.159 L 9.249 5.159 L 9.249 0.101 Z" fill="transparent" height="5.260386811564045px" id="kQ4yHqbZQ" transform="translate(12.903 3.162)" width="27.09470892383206px"><path d="M 0.166 0.997 C 0.282 1.103 0.421 1.156 0.585 1.156 C 0.754 1.156 0.893 1.103 1.004 0.997 C 1.115 0.891 1.171 0.751 1.171 0.578 C 1.171 0.405 1.115 0.265 1.004 0.159 C 0.893 0.053 0.754 0 0.585 0 C 0.421 0 0.282 0.053 0.166 0.159 C 0.055 0.265 0 0.405 0 0.578 C 0 0.751 0.055 0.891 0.166 0.997 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="1.1561290322580646px" id="HKhez6Z7A" transform="translate(20.22 0)" width="1.1705806451612943px"/><path d="M 3.093 4.899 C 2.866 5.005 2.601 5.058 2.298 5.058 L 0 5.058 L 0 0 L 2.269 0 C 2.577 0 2.845 0.053 3.071 0.159 C 3.302 0.26 3.48 0.407 3.606 0.6 C 3.736 0.788 3.801 1.014 3.801 1.279 L 3.801 1.351 C 3.801 1.582 3.757 1.773 3.671 1.922 C 3.584 2.067 3.48 2.18 3.36 2.262 C 3.244 2.339 3.134 2.394 3.028 2.428 L 3.028 2.558 C 3.134 2.587 3.249 2.642 3.374 2.724 C 3.5 2.801 3.606 2.914 3.692 3.064 C 3.784 3.213 3.83 3.408 3.83 3.649 L 3.83 3.721 C 3.83 4.001 3.765 4.242 3.635 4.444 C 3.505 4.641 3.324 4.793 3.093 4.899 Z M 2.688 3.1 C 2.563 2.999 2.394 2.948 2.182 2.948 L 0.954 2.948 L 0.954 4.191 L 2.182 4.191 C 2.389 4.191 2.556 4.14 2.681 4.039 C 2.811 3.938 2.876 3.794 2.876 3.606 L 2.876 3.533 C 2.876 3.346 2.813 3.201 2.688 3.1 Z M 2.659 1.019 C 2.534 0.918 2.37 0.867 2.168 0.867 L 0.954 0.867 L 0.954 2.081 L 2.168 2.081 C 2.365 2.081 2.527 2.03 2.652 1.929 C 2.782 1.828 2.847 1.688 2.847 1.51 L 2.847 1.438 C 2.847 1.255 2.784 1.115 2.659 1.019 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.05806451612904px" id="ljP6JaLmR" transform="translate(0 0.101)" width="3.829677419354887px"/><path d="M 1.879 3.786 C 1.522 3.786 1.202 3.714 0.918 3.57 C 0.633 3.425 0.409 3.215 0.246 2.941 C 0.082 2.666 0 2.336 0 1.951 L 0 1.835 C 0 1.45 0.082 1.12 0.246 0.845 C 0.409 0.571 0.633 0.361 0.918 0.217 C 1.202 0.072 1.522 0 1.879 0 C 2.235 0 2.556 0.072 2.84 0.217 C 3.124 0.361 3.348 0.571 3.512 0.845 C 3.676 1.12 3.757 1.45 3.757 1.835 L 3.757 1.951 C 3.757 2.336 3.676 2.666 3.512 2.941 C 3.348 3.215 3.124 3.425 2.84 3.57 C 2.556 3.714 2.235 3.786 1.879 3.786 Z M 1.879 2.977 C 2.158 2.977 2.389 2.888 2.572 2.71 C 2.755 2.527 2.847 2.266 2.847 1.929 L 2.847 1.857 C 2.847 1.52 2.755 1.262 2.572 1.084 C 2.394 0.901 2.163 0.809 1.879 0.809 C 1.599 0.809 1.368 0.901 1.185 1.084 C 1.002 1.262 0.91 1.52 0.91 1.857 L 0.91 1.929 C 0.91 2.266 1.002 2.527 1.185 2.71 C 1.368 2.888 1.599 2.977 1.879 2.977 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7863225806451464px" id="SZyC5pONB" transform="translate(4.102 1.474)" width="3.7574193548386745px"/><path d="M 1.691 4.697 C 1.455 4.697 1.262 4.625 1.113 4.48 C 0.968 4.331 0.896 4.133 0.896 3.887 L 0.896 1.864 L 0 1.864 L 0 1.113 L 0.896 1.113 L 0.896 0 L 1.806 0 L 1.806 1.113 L 2.789 1.113 L 2.789 1.864 L 1.806 1.864 L 1.806 3.729 C 1.806 3.873 1.874 3.945 2.009 3.945 L 2.702 3.945 L 2.702 4.697 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.6967741935483875px" id="dlIIiiL7e" transform="translate(9.579 0.462)" width="2.789161290322582px"/><path d="M 0.542 3.483 C 0.841 3.685 1.223 3.786 1.691 3.786 C 2.148 3.786 2.512 3.685 2.782 3.483 C 3.057 3.276 3.194 2.984 3.194 2.609 C 3.194 2.358 3.129 2.161 2.999 2.016 C 2.874 1.867 2.7 1.753 2.478 1.676 C 2.262 1.594 2.018 1.529 1.749 1.481 L 1.546 1.445 C 1.382 1.416 1.252 1.375 1.156 1.322 C 1.06 1.265 1.012 1.178 1.012 1.062 C 1.012 0.956 1.057 0.874 1.149 0.817 C 1.241 0.754 1.373 0.723 1.546 0.723 C 1.72 0.723 1.864 0.761 1.98 0.838 C 2.1 0.915 2.18 1.045 2.218 1.228 L 3.064 0.968 C 2.982 0.679 2.809 0.446 2.543 0.267 C 2.278 0.089 1.946 0 1.546 0 C 1.122 0 0.78 0.096 0.52 0.289 C 0.26 0.477 0.13 0.749 0.13 1.106 C 0.13 1.342 0.193 1.534 0.318 1.684 C 0.443 1.833 0.609 1.951 0.817 2.038 C 1.024 2.12 1.252 2.185 1.503 2.233 L 1.705 2.269 C 1.917 2.307 2.071 2.358 2.168 2.421 C 2.264 2.478 2.312 2.563 2.312 2.674 C 2.312 2.784 2.262 2.878 2.161 2.955 C 2.059 3.028 1.903 3.064 1.691 3.064 C 1.551 3.064 1.421 3.044 1.301 3.006 C 1.185 2.963 1.086 2.893 1.004 2.796 C 0.927 2.7 0.872 2.568 0.838 2.399 L 0 2.616 C 0.063 2.991 0.243 3.281 0.542 3.483 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7863225806451606px" id="iTDU1fOw5" transform="translate(12.628 1.474)" width="3.193806451612886px"/><path d="M 1.142 2.464 C 0.987 2.647 0.91 2.905 0.91 3.237 L 0.91 5.058 L 0 5.058 L 0 0 L 0.91 0 L 0.91 1.915 L 1.041 1.915 C 1.079 1.838 1.139 1.761 1.221 1.684 C 1.303 1.607 1.411 1.544 1.546 1.496 C 1.686 1.443 1.862 1.416 2.074 1.416 C 2.353 1.416 2.596 1.481 2.804 1.611 C 3.015 1.737 3.179 1.912 3.295 2.139 C 3.411 2.36 3.468 2.621 3.468 2.919 L 3.468 5.058 L 2.558 5.058 L 2.558 2.991 C 2.558 2.722 2.49 2.519 2.356 2.385 C 2.226 2.25 2.038 2.182 1.792 2.182 C 1.513 2.182 1.296 2.276 1.142 2.464 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="vTyGetc8o" transform="translate(16.259 0.101)" width="3.468387096774194px"/><path d="M 3.828 4.841 C 3.684 4.692 3.611 4.494 3.611 4.249 L 3.611 2.226 L 1.821 2.226 L 1.821 5.058 L 0.91 5.058 L 0.91 2.226 L 0 2.226 L 0 1.474 L 0.91 1.474 L 0.91 0.809 C 0.91 0.564 0.983 0.369 1.127 0.224 C 1.277 0.075 1.469 0 1.705 0 L 2.645 0 L 2.645 0.751 L 2.023 0.751 C 1.888 0.751 1.821 0.824 1.821 0.968 L 1.821 1.474 L 3.611 1.474 L 3.611 0.361 L 4.522 0.361 L 4.522 1.474 L 5.505 1.474 L 5.505 2.226 L 4.522 2.226 L 4.522 4.09 C 4.522 4.234 4.589 4.307 4.724 4.307 L 5.418 4.307 L 5.418 5.058 L 4.406 5.058 C 4.17 5.058 3.978 4.986 3.828 4.841 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="ve1epEVqm" transform="translate(21.59 0.101)" width="5.504516129032254px"/><path d="M 0 0 L 0 3.584 L 0.91 3.584 L 0.91 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.5839999999999996px" id="CAx6bhwgx" transform="translate(20.35 1.575)" width="1px"/><path d="M 0 0 L 0 5.058 L 0.91 5.058 L 0.91 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="qKbTGT4KA" transform="translate(8.339 0.101)" width="1px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 3.33333;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 5.161 C 0 2.311 2.311 0 5.161 0 C 8.012 0 10.323 2.311 10.323 5.161 C 10.323 8.012 8.012 10.323 5.161 10.323 C 2.311 10.323 0 8.012 0 5.161 Z M 6.771 2.404 C 6.85 2.126 6.58 1.961 6.333 2.137 L 2.889 4.591 C 2.621 4.781 2.663 5.161 2.952 5.161 L 3.859 5.161 L 3.859 5.154 L 5.626 5.154 L 4.186 5.662 L 3.551 7.918 C 3.473 8.197 3.743 8.361 3.99 8.185 L 7.434 5.732 C 7.702 5.541 7.66 5.161 7.371 5.161 L 5.995 5.161 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="10.322580645161292px" id="y4SxaAWO8" transform="translate(0 0.837)" width="10.32258064516129px"/><g d="M 20.386 0.997 C 20.502 1.103 20.642 1.156 20.805 1.156 C 20.974 1.156 21.114 1.103 21.225 0.997 C 21.335 0.891 21.391 0.751 21.391 0.578 C 21.391 0.405 21.335 0.265 21.225 0.159 C 21.114 0.053 20.974 0 20.805 0 C 20.642 0 20.502 0.053 20.386 0.159 C 20.275 0.265 20.22 0.405 20.22 0.578 C 20.22 0.751 20.275 0.891 20.386 0.997 Z M 3.093 5 C 2.866 5.106 2.601 5.159 2.298 5.159 L 0 5.159 L 0 0.101 L 2.269 0.101 C 2.577 0.101 2.845 0.154 3.071 0.26 C 3.302 0.361 3.48 0.508 3.606 0.701 C 3.736 0.889 3.801 1.115 3.801 1.38 L 3.801 1.452 C 3.801 1.684 3.757 1.874 3.671 2.023 C 3.584 2.168 3.48 2.281 3.36 2.363 C 3.244 2.44 3.134 2.495 3.028 2.529 L 3.028 2.659 C 3.134 2.688 3.249 2.743 3.374 2.825 C 3.5 2.902 3.606 3.016 3.692 3.165 C 3.784 3.314 3.83 3.509 3.83 3.75 L 3.83 3.822 C 3.83 4.102 3.765 4.343 3.635 4.545 C 3.505 4.743 3.324 4.894 3.093 5 Z M 2.688 3.201 C 2.563 3.1 2.394 3.049 2.182 3.049 L 0.954 3.049 L 0.954 4.292 L 2.182 4.292 C 2.389 4.292 2.556 4.242 2.681 4.14 C 2.811 4.039 2.876 3.895 2.876 3.707 L 2.876 3.635 C 2.876 3.447 2.813 3.302 2.688 3.201 Z M 2.659 1.12 C 2.534 1.019 2.37 0.968 2.168 0.968 L 0.954 0.968 L 0.954 2.182 L 2.168 2.182 C 2.365 2.182 2.527 2.132 2.652 2.03 C 2.782 1.929 2.847 1.79 2.847 1.611 L 2.847 1.539 C 2.847 1.356 2.784 1.216 2.659 1.12 Z M 5.981 5.26 C 5.624 5.26 5.304 5.188 5.02 5.044 C 4.736 4.899 4.512 4.69 4.348 4.415 C 4.184 4.14 4.102 3.81 4.102 3.425 L 4.102 3.309 C 4.102 2.924 4.184 2.594 4.348 2.319 C 4.512 2.045 4.736 1.835 5.02 1.691 C 5.304 1.546 5.624 1.474 5.981 1.474 C 6.337 1.474 6.658 1.546 6.942 1.691 C 7.226 1.835 7.45 2.045 7.614 2.319 C 7.778 2.594 7.859 2.924 7.859 3.309 L 7.859 3.425 C 7.859 3.81 7.778 4.14 7.614 4.415 C 7.45 4.69 7.226 4.899 6.942 5.044 C 6.658 5.188 6.337 5.26 5.981 5.26 Z M 5.981 4.451 C 6.26 4.451 6.491 4.362 6.674 4.184 C 6.857 4.001 6.949 3.741 6.949 3.403 L 6.949 3.331 C 6.949 2.994 6.857 2.736 6.674 2.558 C 6.496 2.375 6.265 2.283 5.981 2.283 C 5.701 2.283 5.47 2.375 5.287 2.558 C 5.104 2.736 5.013 2.994 5.013 3.331 L 5.013 3.403 C 5.013 3.741 5.104 4.001 5.287 4.184 C 5.47 4.362 5.701 4.451 5.981 4.451 Z M 11.27 5.159 C 11.033 5.159 10.841 5.087 10.691 4.942 C 10.547 4.793 10.475 4.596 10.475 4.35 L 10.475 2.327 L 9.579 2.327 L 9.579 1.575 L 10.475 1.575 L 10.475 0.462 L 11.385 0.462 L 11.385 1.575 L 12.368 1.575 L 12.368 2.327 L 11.385 2.327 L 11.385 4.191 C 11.385 4.335 11.453 4.408 11.587 4.408 L 12.281 4.408 L 12.281 5.159 Z M 13.17 4.957 C 13.469 5.159 13.852 5.26 14.319 5.26 C 14.777 5.26 15.141 5.159 15.41 4.957 C 15.685 4.75 15.822 4.458 15.822 4.083 C 15.822 3.832 15.757 3.635 15.627 3.49 C 15.502 3.341 15.329 3.228 15.107 3.15 C 14.89 3.069 14.647 3.004 14.377 2.955 L 14.175 2.919 C 14.011 2.89 13.881 2.849 13.785 2.796 C 13.688 2.739 13.64 2.652 13.64 2.536 C 13.64 2.43 13.686 2.348 13.777 2.291 C 13.869 2.228 14.001 2.197 14.175 2.197 C 14.348 2.197 14.493 2.235 14.608 2.312 C 14.729 2.389 14.808 2.519 14.847 2.702 L 15.692 2.442 C 15.61 2.153 15.437 1.92 15.172 1.741 C 14.907 1.563 14.574 1.474 14.175 1.474 C 13.751 1.474 13.409 1.57 13.149 1.763 C 12.889 1.951 12.758 2.223 12.758 2.58 C 12.758 2.816 12.821 3.008 12.946 3.158 C 13.071 3.307 13.238 3.425 13.445 3.512 C 13.652 3.594 13.881 3.659 14.131 3.707 L 14.334 3.743 C 14.546 3.781 14.7 3.832 14.796 3.895 C 14.892 3.953 14.941 4.037 14.941 4.148 C 14.941 4.258 14.89 4.352 14.789 4.429 C 14.688 4.502 14.531 4.538 14.319 4.538 C 14.18 4.538 14.05 4.519 13.929 4.48 C 13.813 4.437 13.715 4.367 13.633 4.27 C 13.556 4.174 13.5 4.042 13.467 3.873 L 12.628 4.09 C 12.691 4.466 12.872 4.755 13.17 4.957 Z M 17.401 2.565 C 17.246 2.748 17.169 3.006 17.169 3.338 L 17.169 5.159 L 16.259 5.159 L 16.259 0.101 L 17.169 0.101 L 17.169 2.016 L 17.299 2.016 C 17.338 1.939 17.398 1.862 17.48 1.785 C 17.562 1.708 17.67 1.645 17.805 1.597 C 17.945 1.544 18.121 1.517 18.333 1.517 C 18.612 1.517 18.855 1.582 19.062 1.713 C 19.274 1.838 19.438 2.014 19.554 2.24 C 19.669 2.462 19.727 2.722 19.727 3.02 L 19.727 5.159 L 18.817 5.159 L 18.817 3.093 C 18.817 2.823 18.749 2.621 18.614 2.486 C 18.484 2.351 18.297 2.283 18.051 2.283 C 17.771 2.283 17.555 2.377 17.401 2.565 Z M 25.418 4.942 C 25.274 4.793 25.202 4.596 25.202 4.35 L 25.202 2.327 L 23.411 2.327 L 23.411 5.159 L 22.501 5.159 L 22.501 2.327 L 21.59 2.327 L 21.59 1.575 L 22.501 1.575 L 22.501 0.91 C 22.501 0.665 22.573 0.47 22.717 0.325 C 22.867 0.176 23.059 0.101 23.295 0.101 L 24.235 0.101 L 24.235 0.853 L 23.613 0.853 C 23.478 0.853 23.411 0.925 23.411 1.069 L 23.411 1.575 L 25.202 1.575 L 25.202 0.462 L 26.112 0.462 L 26.112 1.575 L 27.095 1.575 L 27.095 2.327 L 26.112 2.327 L 26.112 4.191 C 26.112 4.335 26.179 4.408 26.314 4.408 L 27.008 4.408 L 27.008 5.159 L 25.996 5.159 C 25.76 5.159 25.568 5.087 25.418 4.942 Z M 20.35 1.575 L 20.35 5.159 L 21.261 5.159 L 21.261 1.575 Z M 8.339 0.101 L 8.339 5.159 L 9.249 5.159 L 9.249 0.101 Z" fill="transparent" height="5.260386811564045px" id="kQ4yHqbZQ" transform="translate(12.903 3.162)" width="27.09470892383206px"><path d="M 0.166 0.997 C 0.282 1.103 0.421 1.156 0.585 1.156 C 0.754 1.156 0.893 1.103 1.004 0.997 C 1.115 0.891 1.171 0.751 1.171 0.578 C 1.171 0.405 1.115 0.265 1.004 0.159 C 0.893 0.053 0.754 0 0.585 0 C 0.421 0 0.282 0.053 0.166 0.159 C 0.055 0.265 0 0.405 0 0.578 C 0 0.751 0.055 0.891 0.166 0.997 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="1.1561290322580646px" id="HKhez6Z7A" transform="translate(20.22 0)" width="1.1705806451612943px"/><path d="M 3.093 4.899 C 2.866 5.005 2.601 5.058 2.298 5.058 L 0 5.058 L 0 0 L 2.269 0 C 2.577 0 2.845 0.053 3.071 0.159 C 3.302 0.26 3.48 0.407 3.606 0.6 C 3.736 0.788 3.801 1.014 3.801 1.279 L 3.801 1.351 C 3.801 1.582 3.757 1.773 3.671 1.922 C 3.584 2.067 3.48 2.18 3.36 2.262 C 3.244 2.339 3.134 2.394 3.028 2.428 L 3.028 2.558 C 3.134 2.587 3.249 2.642 3.374 2.724 C 3.5 2.801 3.606 2.914 3.692 3.064 C 3.784 3.213 3.83 3.408 3.83 3.649 L 3.83 3.721 C 3.83 4.001 3.765 4.242 3.635 4.444 C 3.505 4.641 3.324 4.793 3.093 4.899 Z M 2.688 3.1 C 2.563 2.999 2.394 2.948 2.182 2.948 L 0.954 2.948 L 0.954 4.191 L 2.182 4.191 C 2.389 4.191 2.556 4.14 2.681 4.039 C 2.811 3.938 2.876 3.794 2.876 3.606 L 2.876 3.533 C 2.876 3.346 2.813 3.201 2.688 3.1 Z M 2.659 1.019 C 2.534 0.918 2.37 0.867 2.168 0.867 L 0.954 0.867 L 0.954 2.081 L 2.168 2.081 C 2.365 2.081 2.527 2.03 2.652 1.929 C 2.782 1.828 2.847 1.688 2.847 1.51 L 2.847 1.438 C 2.847 1.255 2.784 1.115 2.659 1.019 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.05806451612904px" id="ljP6JaLmR" transform="translate(0 0.101)" width="3.829677419354887px"/><path d="M 1.879 3.786 C 1.522 3.786 1.202 3.714 0.918 3.57 C 0.633 3.425 0.409 3.215 0.246 2.941 C 0.082 2.666 0 2.336 0 1.951 L 0 1.835 C 0 1.45 0.082 1.12 0.246 0.845 C 0.409 0.571 0.633 0.361 0.918 0.217 C 1.202 0.072 1.522 0 1.879 0 C 2.235 0 2.556 0.072 2.84 0.217 C 3.124 0.361 3.348 0.571 3.512 0.845 C 3.676 1.12 3.757 1.45 3.757 1.835 L 3.757 1.951 C 3.757 2.336 3.676 2.666 3.512 2.941 C 3.348 3.215 3.124 3.425 2.84 3.57 C 2.556 3.714 2.235 3.786 1.879 3.786 Z M 1.879 2.977 C 2.158 2.977 2.389 2.888 2.572 2.71 C 2.755 2.527 2.847 2.266 2.847 1.929 L 2.847 1.857 C 2.847 1.52 2.755 1.262 2.572 1.084 C 2.394 0.901 2.163 0.809 1.879 0.809 C 1.599 0.809 1.368 0.901 1.185 1.084 C 1.002 1.262 0.91 1.52 0.91 1.857 L 0.91 1.929 C 0.91 2.266 1.002 2.527 1.185 2.71 C 1.368 2.888 1.599 2.977 1.879 2.977 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7863225806451464px" id="SZyC5pONB" transform="translate(4.102 1.474)" width="3.7574193548386745px"/><path d="M 1.691 4.697 C 1.455 4.697 1.262 4.625 1.113 4.48 C 0.968 4.331 0.896 4.133 0.896 3.887 L 0.896 1.864 L 0 1.864 L 0 1.113 L 0.896 1.113 L 0.896 0 L 1.806 0 L 1.806 1.113 L 2.789 1.113 L 2.789 1.864 L 1.806 1.864 L 1.806 3.729 C 1.806 3.873 1.874 3.945 2.009 3.945 L 2.702 3.945 L 2.702 4.697 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.6967741935483875px" id="dlIIiiL7e" transform="translate(9.579 0.462)" width="2.789161290322582px"/><path d="M 0.542 3.483 C 0.841 3.685 1.223 3.786 1.691 3.786 C 2.148 3.786 2.512 3.685 2.782 3.483 C 3.057 3.276 3.194 2.984 3.194 2.609 C 3.194 2.358 3.129 2.161 2.999 2.016 C 2.874 1.867 2.7 1.753 2.478 1.676 C 2.262 1.594 2.018 1.529 1.749 1.481 L 1.546 1.445 C 1.382 1.416 1.252 1.375 1.156 1.322 C 1.06 1.265 1.012 1.178 1.012 1.062 C 1.012 0.956 1.057 0.874 1.149 0.817 C 1.241 0.754 1.373 0.723 1.546 0.723 C 1.72 0.723 1.864 0.761 1.98 0.838 C 2.1 0.915 2.18 1.045 2.218 1.228 L 3.064 0.968 C 2.982 0.679 2.809 0.446 2.543 0.267 C 2.278 0.089 1.946 0 1.546 0 C 1.122 0 0.78 0.096 0.52 0.289 C 0.26 0.477 0.13 0.749 0.13 1.106 C 0.13 1.342 0.193 1.534 0.318 1.684 C 0.443 1.833 0.609 1.951 0.817 2.038 C 1.024 2.12 1.252 2.185 1.503 2.233 L 1.705 2.269 C 1.917 2.307 2.071 2.358 2.168 2.421 C 2.264 2.478 2.312 2.563 2.312 2.674 C 2.312 2.784 2.262 2.878 2.161 2.955 C 2.059 3.028 1.903 3.064 1.691 3.064 C 1.551 3.064 1.421 3.044 1.301 3.006 C 1.185 2.963 1.086 2.893 1.004 2.796 C 0.927 2.7 0.872 2.568 0.838 2.399 L 0 2.616 C 0.063 2.991 0.243 3.281 0.542 3.483 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7863225806451606px" id="iTDU1fOw5" transform="translate(12.628 1.474)" width="3.193806451612886px"/><path d="M 1.142 2.464 C 0.987 2.647 0.91 2.905 0.91 3.237 L 0.91 5.058 L 0 5.058 L 0 0 L 0.91 0 L 0.91 1.915 L 1.041 1.915 C 1.079 1.838 1.139 1.761 1.221 1.684 C 1.303 1.607 1.411 1.544 1.546 1.496 C 1.686 1.443 1.862 1.416 2.074 1.416 C 2.353 1.416 2.596 1.481 2.804 1.611 C 3.015 1.737 3.179 1.912 3.295 2.139 C 3.411 2.36 3.468 2.621 3.468 2.919 L 3.468 5.058 L 2.558 5.058 L 2.558 2.991 C 2.558 2.722 2.49 2.519 2.356 2.385 C 2.226 2.25 2.038 2.182 1.792 2.182 C 1.513 2.182 1.296 2.276 1.142 2.464 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="vTyGetc8o" transform="translate(16.259 0.101)" width="3.468387096774194px"/><path d="M 3.828 4.841 C 3.684 4.692 3.611 4.494 3.611 4.249 L 3.611 2.226 L 1.821 2.226 L 1.821 5.058 L 0.91 5.058 L 0.91 2.226 L 0 2.226 L 0 1.474 L 0.91 1.474 L 0.91 0.809 C 0.91 0.564 0.983 0.369 1.127 0.224 C 1.277 0.075 1.469 0 1.705 0 L 2.645 0 L 2.645 0.751 L 2.023 0.751 C 1.888 0.751 1.821 0.824 1.821 0.968 L 1.821 1.474 L 3.611 1.474 L 3.611 0.361 L 4.522 0.361 L 4.522 1.474 L 5.505 1.474 L 5.505 2.226 L 4.522 2.226 L 4.522 4.09 C 4.522 4.234 4.589 4.307 4.724 4.307 L 5.418 4.307 L 5.418 5.058 L 4.406 5.058 C 4.17 5.058 3.978 4.986 3.828 4.841 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="ve1epEVqm" transform="translate(21.59 0.101)" width="5.504516129032254px"/><path d="M 0 0 L 0 3.584 L 0.91 3.584 L 0.91 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.5839999999999996px" id="CAx6bhwgx" transform="translate(20.35 1.575)" width="1px"/><path d="M 0 0 L 0 5.058 L 0.91 5.058 L 0.91 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="qKbTGT4KA" transform="translate(8.339 0.101)" width="1px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 5.161 C 0 2.311 2.311 0 5.161 0 C 8.012 0 10.323 2.311 10.323 5.161 C 10.323 8.012 8.012 10.323 5.161 10.323 C 2.311 10.323 0 8.012 0 5.161 Z M 6.771 2.404 C 6.85 2.126 6.58 1.961 6.333 2.137 L 2.889 4.591 C 2.621 4.781 2.663 5.161 2.952 5.161 L 3.859 5.161 L 3.859 5.154 L 5.626 5.154 L 4.186 5.662 L 3.551 7.918 C 3.473 8.197 3.743 8.361 3.99 8.185 L 7.434 5.732 C 7.702 5.541 7.66 5.161 7.371 5.161 L 5.995 5.161 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="10.322580645161292px" id="y4SxaAWO8" transform="translate(0 0.837)" width="10.32258064516129px"/><g d="M 20.386 0.997 C 20.502 1.103 20.642 1.156 20.805 1.156 C 20.974 1.156 21.114 1.103 21.225 0.997 C 21.335 0.891 21.391 0.751 21.391 0.578 C 21.391 0.405 21.335 0.265 21.225 0.159 C 21.114 0.053 20.974 0 20.805 0 C 20.642 0 20.502 0.053 20.386 0.159 C 20.275 0.265 20.22 0.405 20.22 0.578 C 20.22 0.751 20.275 0.891 20.386 0.997 Z M 3.093 5 C 2.866 5.106 2.601 5.159 2.298 5.159 L 0 5.159 L 0 0.101 L 2.269 0.101 C 2.577 0.101 2.845 0.154 3.071 0.26 C 3.302 0.361 3.48 0.508 3.606 0.701 C 3.736 0.889 3.801 1.115 3.801 1.38 L 3.801 1.452 C 3.801 1.684 3.757 1.874 3.671 2.023 C 3.584 2.168 3.48 2.281 3.36 2.363 C 3.244 2.44 3.134 2.495 3.028 2.529 L 3.028 2.659 C 3.134 2.688 3.249 2.743 3.374 2.825 C 3.5 2.902 3.606 3.016 3.692 3.165 C 3.784 3.314 3.83 3.509 3.83 3.75 L 3.83 3.822 C 3.83 4.102 3.765 4.343 3.635 4.545 C 3.505 4.743 3.324 4.894 3.093 5 Z M 2.688 3.201 C 2.563 3.1 2.394 3.049 2.182 3.049 L 0.954 3.049 L 0.954 4.292 L 2.182 4.292 C 2.389 4.292 2.556 4.242 2.681 4.14 C 2.811 4.039 2.876 3.895 2.876 3.707 L 2.876 3.635 C 2.876 3.447 2.813 3.302 2.688 3.201 Z M 2.659 1.12 C 2.534 1.019 2.37 0.968 2.168 0.968 L 0.954 0.968 L 0.954 2.182 L 2.168 2.182 C 2.365 2.182 2.527 2.132 2.652 2.03 C 2.782 1.929 2.847 1.79 2.847 1.611 L 2.847 1.539 C 2.847 1.356 2.784 1.216 2.659 1.12 Z M 5.981 5.26 C 5.624 5.26 5.304 5.188 5.02 5.044 C 4.736 4.899 4.512 4.69 4.348 4.415 C 4.184 4.14 4.102 3.81 4.102 3.425 L 4.102 3.309 C 4.102 2.924 4.184 2.594 4.348 2.319 C 4.512 2.045 4.736 1.835 5.02 1.691 C 5.304 1.546 5.624 1.474 5.981 1.474 C 6.337 1.474 6.658 1.546 6.942 1.691 C 7.226 1.835 7.45 2.045 7.614 2.319 C 7.778 2.594 7.859 2.924 7.859 3.309 L 7.859 3.425 C 7.859 3.81 7.778 4.14 7.614 4.415 C 7.45 4.69 7.226 4.899 6.942 5.044 C 6.658 5.188 6.337 5.26 5.981 5.26 Z M 5.981 4.451 C 6.26 4.451 6.491 4.362 6.674 4.184 C 6.857 4.001 6.949 3.741 6.949 3.403 L 6.949 3.331 C 6.949 2.994 6.857 2.736 6.674 2.558 C 6.496 2.375 6.265 2.283 5.981 2.283 C 5.701 2.283 5.47 2.375 5.287 2.558 C 5.104 2.736 5.013 2.994 5.013 3.331 L 5.013 3.403 C 5.013 3.741 5.104 4.001 5.287 4.184 C 5.47 4.362 5.701 4.451 5.981 4.451 Z M 11.27 5.159 C 11.033 5.159 10.841 5.087 10.691 4.942 C 10.547 4.793 10.475 4.596 10.475 4.35 L 10.475 2.327 L 9.579 2.327 L 9.579 1.575 L 10.475 1.575 L 10.475 0.462 L 11.385 0.462 L 11.385 1.575 L 12.368 1.575 L 12.368 2.327 L 11.385 2.327 L 11.385 4.191 C 11.385 4.335 11.453 4.408 11.587 4.408 L 12.281 4.408 L 12.281 5.159 Z M 13.17 4.957 C 13.469 5.159 13.852 5.26 14.319 5.26 C 14.777 5.26 15.141 5.159 15.41 4.957 C 15.685 4.75 15.822 4.458 15.822 4.083 C 15.822 3.832 15.757 3.635 15.627 3.49 C 15.502 3.341 15.329 3.228 15.107 3.15 C 14.89 3.069 14.647 3.004 14.377 2.955 L 14.175 2.919 C 14.011 2.89 13.881 2.849 13.785 2.796 C 13.688 2.739 13.64 2.652 13.64 2.536 C 13.64 2.43 13.686 2.348 13.777 2.291 C 13.869 2.228 14.001 2.197 14.175 2.197 C 14.348 2.197 14.493 2.235 14.608 2.312 C 14.729 2.389 14.808 2.519 14.847 2.702 L 15.692 2.442 C 15.61 2.153 15.437 1.92 15.172 1.741 C 14.907 1.563 14.574 1.474 14.175 1.474 C 13.751 1.474 13.409 1.57 13.149 1.763 C 12.889 1.951 12.758 2.223 12.758 2.58 C 12.758 2.816 12.821 3.008 12.946 3.158 C 13.071 3.307 13.238 3.425 13.445 3.512 C 13.652 3.594 13.881 3.659 14.131 3.707 L 14.334 3.743 C 14.546 3.781 14.7 3.832 14.796 3.895 C 14.892 3.953 14.941 4.037 14.941 4.148 C 14.941 4.258 14.89 4.352 14.789 4.429 C 14.688 4.502 14.531 4.538 14.319 4.538 C 14.18 4.538 14.05 4.519 13.929 4.48 C 13.813 4.437 13.715 4.367 13.633 4.27 C 13.556 4.174 13.5 4.042 13.467 3.873 L 12.628 4.09 C 12.691 4.466 12.872 4.755 13.17 4.957 Z M 17.401 2.565 C 17.246 2.748 17.169 3.006 17.169 3.338 L 17.169 5.159 L 16.259 5.159 L 16.259 0.101 L 17.169 0.101 L 17.169 2.016 L 17.299 2.016 C 17.338 1.939 17.398 1.862 17.48 1.785 C 17.562 1.708 17.67 1.645 17.805 1.597 C 17.945 1.544 18.121 1.517 18.333 1.517 C 18.612 1.517 18.855 1.582 19.062 1.713 C 19.274 1.838 19.438 2.014 19.554 2.24 C 19.669 2.462 19.727 2.722 19.727 3.02 L 19.727 5.159 L 18.817 5.159 L 18.817 3.093 C 18.817 2.823 18.749 2.621 18.614 2.486 C 18.484 2.351 18.297 2.283 18.051 2.283 C 17.771 2.283 17.555 2.377 17.401 2.565 Z M 25.418 4.942 C 25.274 4.793 25.202 4.596 25.202 4.35 L 25.202 2.327 L 23.411 2.327 L 23.411 5.159 L 22.501 5.159 L 22.501 2.327 L 21.59 2.327 L 21.59 1.575 L 22.501 1.575 L 22.501 0.91 C 22.501 0.665 22.573 0.47 22.717 0.325 C 22.867 0.176 23.059 0.101 23.295 0.101 L 24.235 0.101 L 24.235 0.853 L 23.613 0.853 C 23.478 0.853 23.411 0.925 23.411 1.069 L 23.411 1.575 L 25.202 1.575 L 25.202 0.462 L 26.112 0.462 L 26.112 1.575 L 27.095 1.575 L 27.095 2.327 L 26.112 2.327 L 26.112 4.191 C 26.112 4.335 26.179 4.408 26.314 4.408 L 27.008 4.408 L 27.008 5.159 L 25.996 5.159 C 25.76 5.159 25.568 5.087 25.418 4.942 Z M 20.35 1.575 L 20.35 5.159 L 21.261 5.159 L 21.261 1.575 Z M 8.339 0.101 L 8.339 5.159 L 9.249 5.159 L 9.249 0.101 Z" fill="transparent" height="5.260386811564045px" id="kQ4yHqbZQ" transform="translate(12.903 3.162)" width="27.09470892383206px"><path d="M 0.166 0.997 C 0.282 1.103 0.421 1.156 0.585 1.156 C 0.754 1.156 0.893 1.103 1.004 0.997 C 1.115 0.891 1.171 0.751 1.171 0.578 C 1.171 0.405 1.115 0.265 1.004 0.159 C 0.893 0.053 0.754 0 0.585 0 C 0.421 0 0.282 0.053 0.166 0.159 C 0.055 0.265 0 0.405 0 0.578 C 0 0.751 0.055 0.891 0.166 0.997 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="1.1561290322580646px" id="HKhez6Z7A" transform="translate(20.22 0)" width="1.1705806451612943px"/><path d="M 3.093 4.899 C 2.866 5.005 2.601 5.058 2.298 5.058 L 0 5.058 L 0 0 L 2.269 0 C 2.577 0 2.845 0.053 3.071 0.159 C 3.302 0.26 3.48 0.407 3.606 0.6 C 3.736 0.788 3.801 1.014 3.801 1.279 L 3.801 1.351 C 3.801 1.582 3.757 1.773 3.671 1.922 C 3.584 2.067 3.48 2.18 3.36 2.262 C 3.244 2.339 3.134 2.394 3.028 2.428 L 3.028 2.558 C 3.134 2.587 3.249 2.642 3.374 2.724 C 3.5 2.801 3.606 2.914 3.692 3.064 C 3.784 3.213 3.83 3.408 3.83 3.649 L 3.83 3.721 C 3.83 4.001 3.765 4.242 3.635 4.444 C 3.505 4.641 3.324 4.793 3.093 4.899 Z M 2.688 3.1 C 2.563 2.999 2.394 2.948 2.182 2.948 L 0.954 2.948 L 0.954 4.191 L 2.182 4.191 C 2.389 4.191 2.556 4.14 2.681 4.039 C 2.811 3.938 2.876 3.794 2.876 3.606 L 2.876 3.533 C 2.876 3.346 2.813 3.201 2.688 3.1 Z M 2.659 1.019 C 2.534 0.918 2.37 0.867 2.168 0.867 L 0.954 0.867 L 0.954 2.081 L 2.168 2.081 C 2.365 2.081 2.527 2.03 2.652 1.929 C 2.782 1.828 2.847 1.688 2.847 1.51 L 2.847 1.438 C 2.847 1.255 2.784 1.115 2.659 1.019 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.05806451612904px" id="ljP6JaLmR" transform="translate(0 0.101)" width="3.829677419354887px"/><path d="M 1.879 3.786 C 1.522 3.786 1.202 3.714 0.918 3.57 C 0.633 3.425 0.409 3.215 0.246 2.941 C 0.082 2.666 0 2.336 0 1.951 L 0 1.835 C 0 1.45 0.082 1.12 0.246 0.845 C 0.409 0.571 0.633 0.361 0.918 0.217 C 1.202 0.072 1.522 0 1.879 0 C 2.235 0 2.556 0.072 2.84 0.217 C 3.124 0.361 3.348 0.571 3.512 0.845 C 3.676 1.12 3.757 1.45 3.757 1.835 L 3.757 1.951 C 3.757 2.336 3.676 2.666 3.512 2.941 C 3.348 3.215 3.124 3.425 2.84 3.57 C 2.556 3.714 2.235 3.786 1.879 3.786 Z M 1.879 2.977 C 2.158 2.977 2.389 2.888 2.572 2.71 C 2.755 2.527 2.847 2.266 2.847 1.929 L 2.847 1.857 C 2.847 1.52 2.755 1.262 2.572 1.084 C 2.394 0.901 2.163 0.809 1.879 0.809 C 1.599 0.809 1.368 0.901 1.185 1.084 C 1.002 1.262 0.91 1.52 0.91 1.857 L 0.91 1.929 C 0.91 2.266 1.002 2.527 1.185 2.71 C 1.368 2.888 1.599 2.977 1.879 2.977 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7863225806451464px" id="SZyC5pONB" transform="translate(4.102 1.474)" width="3.7574193548386745px"/><path d="M 1.691 4.697 C 1.455 4.697 1.262 4.625 1.113 4.48 C 0.968 4.331 0.896 4.133 0.896 3.887 L 0.896 1.864 L 0 1.864 L 0 1.113 L 0.896 1.113 L 0.896 0 L 1.806 0 L 1.806 1.113 L 2.789 1.113 L 2.789 1.864 L 1.806 1.864 L 1.806 3.729 C 1.806 3.873 1.874 3.945 2.009 3.945 L 2.702 3.945 L 2.702 4.697 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.6967741935483875px" id="dlIIiiL7e" transform="translate(9.579 0.462)" width="2.789161290322582px"/><path d="M 0.542 3.483 C 0.841 3.685 1.223 3.786 1.691 3.786 C 2.148 3.786 2.512 3.685 2.782 3.483 C 3.057 3.276 3.194 2.984 3.194 2.609 C 3.194 2.358 3.129 2.161 2.999 2.016 C 2.874 1.867 2.7 1.753 2.478 1.676 C 2.262 1.594 2.018 1.529 1.749 1.481 L 1.546 1.445 C 1.382 1.416 1.252 1.375 1.156 1.322 C 1.06 1.265 1.012 1.178 1.012 1.062 C 1.012 0.956 1.057 0.874 1.149 0.817 C 1.241 0.754 1.373 0.723 1.546 0.723 C 1.72 0.723 1.864 0.761 1.98 0.838 C 2.1 0.915 2.18 1.045 2.218 1.228 L 3.064 0.968 C 2.982 0.679 2.809 0.446 2.543 0.267 C 2.278 0.089 1.946 0 1.546 0 C 1.122 0 0.78 0.096 0.52 0.289 C 0.26 0.477 0.13 0.749 0.13 1.106 C 0.13 1.342 0.193 1.534 0.318 1.684 C 0.443 1.833 0.609 1.951 0.817 2.038 C 1.024 2.12 1.252 2.185 1.503 2.233 L 1.705 2.269 C 1.917 2.307 2.071 2.358 2.168 2.421 C 2.264 2.478 2.312 2.563 2.312 2.674 C 2.312 2.784 2.262 2.878 2.161 2.955 C 2.059 3.028 1.903 3.064 1.691 3.064 C 1.551 3.064 1.421 3.044 1.301 3.006 C 1.185 2.963 1.086 2.893 1.004 2.796 C 0.927 2.7 0.872 2.568 0.838 2.399 L 0 2.616 C 0.063 2.991 0.243 3.281 0.542 3.483 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7863225806451606px" id="iTDU1fOw5" transform="translate(12.628 1.474)" width="3.193806451612886px"/><path d="M 1.142 2.464 C 0.987 2.647 0.91 2.905 0.91 3.237 L 0.91 5.058 L 0 5.058 L 0 0 L 0.91 0 L 0.91 1.915 L 1.041 1.915 C 1.079 1.838 1.139 1.761 1.221 1.684 C 1.303 1.607 1.411 1.544 1.546 1.496 C 1.686 1.443 1.862 1.416 2.074 1.416 C 2.353 1.416 2.596 1.481 2.804 1.611 C 3.015 1.737 3.179 1.912 3.295 2.139 C 3.411 2.36 3.468 2.621 3.468 2.919 L 3.468 5.058 L 2.558 5.058 L 2.558 2.991 C 2.558 2.722 2.49 2.519 2.356 2.385 C 2.226 2.25 2.038 2.182 1.792 2.182 C 1.513 2.182 1.296 2.276 1.142 2.464 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="vTyGetc8o" transform="translate(16.259 0.101)" width="3.468387096774194px"/><path d="M 3.828 4.841 C 3.684 4.692 3.611 4.494 3.611 4.249 L 3.611 2.226 L 1.821 2.226 L 1.821 5.058 L 0.91 5.058 L 0.91 2.226 L 0 2.226 L 0 1.474 L 0.91 1.474 L 0.91 0.809 C 0.91 0.564 0.983 0.369 1.127 0.224 C 1.277 0.075 1.469 0 1.705 0 L 2.645 0 L 2.645 0.751 L 2.023 0.751 C 1.888 0.751 1.821 0.824 1.821 0.968 L 1.821 1.474 L 3.611 1.474 L 3.611 0.361 L 4.522 0.361 L 4.522 1.474 L 5.505 1.474 L 5.505 2.226 L 4.522 2.226 L 4.522 4.09 C 4.522 4.234 4.589 4.307 4.724 4.307 L 5.418 4.307 L 5.418 5.058 L 4.406 5.058 C 4.17 5.058 3.978 4.986 3.828 4.841 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="ve1epEVqm" transform="translate(21.59 0.101)" width="5.504516129032254px"/><path d="M 0 0 L 0 3.584 L 0.91 3.584 L 0.91 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.5839999999999996px" id="CAx6bhwgx" transform="translate(20.35 1.575)" width="1px"/><path d="M 0 0 L 0 5.058 L 0.91 5.058 L 0.91 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.058064516129033px" id="qKbTGT4KA" transform="translate(8.339 0.101)" width="1px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-pk5kb {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 2.395 0.485 L 3.438 4.375 L 3.438 0.098 C 3.52 0.079 3.604 0.062 3.688 0.047 L 3.688 4.375 L 4.86 0 C 4.945 0.008 5.029 0.018 5.112 0.03 L 3.93 4.44 L 6.279 0.372 C 6.355 0.406 6.431 0.443 6.505 0.481 L 4.147 4.565 L 7.513 1.199 C 7.574 1.256 7.633 1.315 7.69 1.376 L 4.324 4.742 L 8.408 2.384 C 8.446 2.459 8.483 2.534 8.517 2.611 L 4.45 4.959 L 8.859 3.778 C 8.871 3.861 8.881 3.944 8.889 4.029 L 4.514 5.201 L 8.842 5.201 C 8.827 5.285 8.81 5.369 8.791 5.452 L 4.513 5.452 L 8.404 6.494 C 8.364 6.571 8.322 6.646 8.278 6.72 L 4.45 5.694 L 7.647 7.54 C 7.586 7.602 7.524 7.662 7.46 7.721 L 4.325 5.911 L 6.697 8.283 C 6.622 8.327 6.546 8.369 6.468 8.408 L 4.147 6.088 L 5.668 8.721 C 5.584 8.745 5.5 8.766 5.415 8.785 L 3.93 6.213 L 4.646 8.885 C 4.582 8.888 4.518 8.889 4.454 8.889 C 4.432 8.889 4.41 8.889 4.388 8.888 L 3.688 6.277 L 3.688 8.823 C 3.604 8.809 3.52 8.792 3.438 8.772 L 3.438 6.278 L 2.821 8.58 C 2.742 8.549 2.664 8.516 2.588 8.48 L 3.195 6.213 L 2.055 8.188 C 1.984 8.143 1.915 8.096 1.847 8.047 L 2.979 6.087 L 1.394 7.672 C 1.334 7.615 1.275 7.555 1.217 7.495 L 2.801 5.911 L 0.842 7.042 C 0.793 6.974 0.746 6.905 0.701 6.834 L 2.677 5.693 L 0.409 6.301 C 0.373 6.225 0.34 6.147 0.309 6.068 L 2.611 5.452 L 0.116 5.452 C 0.097 5.369 0.08 5.285 0.066 5.201 L 2.611 5.201 L 0 4.502 C 0 4.48 0 4.457 0 4.435 C 0 4.371 0.001 4.307 0.004 4.243 L 2.676 4.959 L 0.104 3.474 C 0.123 3.389 0.144 3.305 0.167 3.222 L 2.802 4.743 L 0.48 2.421 C 0.52 2.343 0.562 2.267 0.606 2.192 L 2.979 4.565 L 1.168 1.429 C 1.227 1.365 1.287 1.302 1.349 1.242 L 3.196 4.44 L 2.17 0.611 C 2.244 0.567 2.319 0.525 2.395 0.485 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="8.888888888888891px" id="GclAT1HK3" transform="translate(0 0.554)" width="8.88888888888889px"/><g d="M 3.138 0.114 L 3.138 1.02 L 1.014 1.02 L 1.014 1.794 L 2.889 1.794 L 2.889 2.652 L 1.014 2.652 L 1.014 4.386 L 0 4.386 L 0 0.67 C 0 0.363 0.249 0.114 0.556 0.114 Z M 6.029 4.014 C 5.733 4.31 5.339 4.458 4.847 4.458 C 4.355 4.458 3.961 4.31 3.665 4.014 C 3.369 3.718 3.221 3.326 3.221 2.838 C 3.221 2.346 3.369 1.952 3.665 1.656 C 3.957 1.364 4.351 1.218 4.847 1.218 C 5.343 1.218 5.737 1.364 6.029 1.656 C 6.321 1.948 6.467 2.342 6.467 2.838 C 6.467 3.33 6.321 3.722 6.029 4.014 Z M 4.847 3.708 C 5.063 3.708 5.229 3.634 5.345 3.486 C 5.461 3.338 5.519 3.122 5.519 2.838 C 5.519 2.554 5.461 2.338 5.345 2.19 C 5.229 2.042 5.063 1.968 4.847 1.968 C 4.627 1.968 4.459 2.042 4.343 2.19 C 4.227 2.338 4.169 2.554 4.169 2.838 C 4.169 3.122 4.227 3.338 4.343 3.486 C 4.459 3.634 4.627 3.708 4.847 3.708 Z M 8.225 4.458 C 7.741 4.458 7.355 4.31 7.067 4.014 C 6.779 3.718 6.635 3.326 6.635 2.838 C 6.635 2.342 6.779 1.948 7.067 1.656 C 7.355 1.364 7.741 1.218 8.225 1.218 C 8.649 1.218 8.995 1.33 9.263 1.554 C 9.535 1.774 9.693 2.074 9.737 2.454 L 8.807 2.454 C 8.755 2.138 8.561 1.98 8.225 1.98 C 7.797 1.98 7.583 2.266 7.583 2.838 C 7.583 3.406 7.797 3.69 8.225 3.69 C 8.585 3.69 8.785 3.516 8.825 3.168 L 9.755 3.168 C 9.727 3.56 9.573 3.874 9.293 4.11 C 9.013 4.342 8.657 4.458 8.225 4.458 Z M 12.092 1.65 L 12.092 1.29 L 13.034 1.29 L 13.034 4.386 L 12.122 4.386 L 12.122 3.984 C 11.93 4.3 11.634 4.458 11.234 4.458 C 10.806 4.458 10.474 4.314 10.238 4.026 C 10.002 3.738 9.884 3.342 9.884 2.838 C 9.884 2.334 10.002 1.938 10.238 1.65 C 10.474 1.362 10.806 1.218 11.234 1.218 C 11.61 1.218 11.896 1.362 12.092 1.65 Z M 11.468 3.708 C 11.896 3.708 12.11 3.418 12.11 2.838 C 12.11 2.258 11.896 1.968 11.468 1.968 C 11.044 1.968 10.832 2.266 10.832 2.862 C 10.832 3.426 11.044 3.708 11.468 3.708 Z M 14.49 4.41 C 14.126 4.41 13.862 4.34 13.698 4.2 C 13.534 4.06 13.452 3.834 13.452 3.522 L 13.452 0.114 L 14.388 0.114 L 14.388 3.42 C 14.388 3.524 14.41 3.596 14.454 3.636 C 14.498 3.672 14.576 3.69 14.688 3.69 L 14.898 3.69 L 14.898 4.386 C 14.786 4.402 14.65 4.41 14.49 4.41 Z M 15.162 0.67 C 15.162 0.363 15.41 0.114 15.717 0.114 L 17.106 0.114 C 17.598 0.114 17.984 0.244 18.264 0.504 C 18.544 0.76 18.684 1.11 18.684 1.554 C 18.684 1.998 18.544 2.35 18.264 2.61 C 17.984 2.866 17.598 2.994 17.106 2.994 L 16.176 2.994 L 16.176 4.386 L 15.162 4.386 Z M 16.176 2.136 L 17.04 2.136 C 17.24 2.136 17.394 2.086 17.502 1.986 C 17.614 1.886 17.67 1.742 17.67 1.554 C 17.67 1.366 17.614 1.222 17.502 1.122 C 17.39 1.022 17.236 0.972 17.04 0.972 L 16.176 0.972 Z M 21.508 4.014 C 21.212 4.31 20.818 4.458 20.326 4.458 C 19.834 4.458 19.44 4.31 19.144 4.014 C 18.848 3.718 18.7 3.326 18.7 2.838 C 18.7 2.346 18.848 1.952 19.144 1.656 C 19.436 1.364 19.83 1.218 20.326 1.218 C 20.822 1.218 21.216 1.364 21.508 1.656 C 21.8 1.948 21.946 2.342 21.946 2.838 C 21.946 3.33 21.8 3.722 21.508 4.014 Z M 20.326 3.708 C 20.542 3.708 20.708 3.634 20.824 3.486 C 20.94 3.338 20.998 3.122 20.998 2.838 C 20.998 2.554 20.94 2.338 20.824 2.19 C 20.708 2.042 20.542 1.968 20.326 1.968 C 20.106 1.968 19.938 2.042 19.822 2.19 C 19.706 2.338 19.648 2.554 19.648 2.838 C 19.648 3.122 19.706 3.338 19.822 3.486 C 19.938 3.634 20.106 3.708 20.326 3.708 Z M 22.707 0.966 C 22.571 0.966 22.455 0.92 22.359 0.828 C 22.267 0.732 22.221 0.618 22.221 0.486 C 22.221 0.35 22.267 0.236 22.359 0.144 C 22.455 0.048 22.571 0 22.707 0 C 22.839 0 22.951 0.048 23.043 0.144 C 23.139 0.236 23.187 0.35 23.187 0.486 C 23.187 0.618 23.139 0.732 23.043 0.828 C 22.951 0.92 22.839 0.966 22.707 0.966 Z M 23.175 4.386 L 22.239 4.386 L 22.239 1.29 L 23.175 1.29 Z M 25.485 1.218 C 25.813 1.218 26.073 1.318 26.265 1.518 C 26.461 1.714 26.559 1.994 26.559 2.358 L 26.559 4.386 L 25.623 4.386 L 25.623 2.544 C 25.623 2.192 25.457 2.016 25.125 2.016 C 24.957 2.016 24.817 2.072 24.705 2.184 C 24.593 2.296 24.537 2.454 24.537 2.658 L 24.537 4.386 L 23.601 4.386 L 23.601 1.29 L 24.513 1.29 L 24.513 1.728 C 24.753 1.388 25.077 1.218 25.485 1.218 Z M 28.674 1.29 L 28.674 1.974 L 28.08 1.974 L 28.08 3.42 C 28.08 3.524 28.106 3.596 28.158 3.636 C 28.21 3.672 28.302 3.69 28.434 3.69 L 28.674 3.69 L 28.674 4.386 C 28.562 4.402 28.418 4.41 28.242 4.41 C 27.854 4.41 27.574 4.342 27.402 4.206 C 27.23 4.066 27.144 3.838 27.144 3.522 L 27.144 1.974 L 26.682 1.974 L 26.682 1.29 L 27.144 1.29 L 27.144 0.372 L 28.08 0.372 L 28.08 1.29 Z" fill="transparent" height="4.458000531196602px" id="hFVoD5zc3" transform="translate(11.111 2.612)" width="28.673554794311514px"><path d="M 3.138 0 L 3.138 0.906 L 1.014 0.906 L 1.014 1.68 L 2.889 1.68 L 2.889 2.538 L 1.014 2.538 L 1.014 4.272 L 0 4.272 L 0 0.556 C 0 0.249 0.249 0 0.556 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.272000000000001px" id="UqMwMr2I0" transform="translate(0 0.114)" width="3.137999999999991px"/><path d="M 2.808 2.796 C 2.512 3.092 2.118 3.24 1.626 3.24 C 1.134 3.24 0.74 3.092 0.444 2.796 C 0.148 2.5 0 2.108 0 1.62 C 0 1.128 0.148 0.734 0.444 0.438 C 0.736 0.146 1.13 0 1.626 0 C 2.122 0 2.516 0.146 2.808 0.438 C 3.1 0.73 3.246 1.124 3.246 1.62 C 3.246 2.112 3.1 2.504 2.808 2.796 Z M 1.626 2.49 C 1.842 2.49 2.008 2.416 2.124 2.268 C 2.24 2.12 2.298 1.904 2.298 1.62 C 2.298 1.336 2.24 1.12 2.124 0.972 C 2.008 0.824 1.842 0.75 1.626 0.75 C 1.406 0.75 1.238 0.824 1.122 0.972 C 1.006 1.12 0.948 1.336 0.948 1.62 C 0.948 1.904 1.006 2.12 1.122 2.268 C 1.238 2.416 1.406 2.49 1.626 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="o6pednNze" transform="translate(3.221 1.218)" width="3.246000000000002px"/><path d="M 1.59 3.24 C 1.106 3.24 0.72 3.092 0.432 2.796 C 0.144 2.5 0 2.108 0 1.62 C 0 1.124 0.144 0.73 0.432 0.438 C 0.72 0.146 1.106 0 1.59 0 C 2.014 0 2.36 0.112 2.628 0.336 C 2.9 0.556 3.058 0.856 3.102 1.236 L 2.172 1.236 C 2.12 0.92 1.926 0.762 1.59 0.762 C 1.162 0.762 0.948 1.048 0.948 1.62 C 0.948 2.188 1.162 2.472 1.59 2.472 C 1.95 2.472 2.15 2.298 2.19 1.95 L 3.12 1.95 C 3.092 2.342 2.938 2.656 2.658 2.892 C 2.378 3.124 2.022 3.24 1.59 3.24 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.24px" id="BumI0i_8Y" transform="translate(6.635 1.218)" width="3.1200000000000045px"/><path d="M 2.208 0.432 L 2.208 0.072 L 3.15 0.072 L 3.15 3.168 L 2.238 3.168 L 2.238 2.766 C 2.046 3.082 1.75 3.24 1.35 3.24 C 0.922 3.24 0.59 3.096 0.354 2.808 C 0.118 2.52 0 2.124 0 1.62 C 0 1.116 0.118 0.72 0.354 0.432 C 0.59 0.144 0.922 0 1.35 0 C 1.726 0 2.012 0.144 2.208 0.432 Z M 1.584 2.49 C 2.012 2.49 2.226 2.2 2.226 1.62 C 2.226 1.04 2.012 0.75 1.584 0.75 C 1.16 0.75 0.948 1.048 0.948 1.644 C 0.948 2.208 1.16 2.49 1.584 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="tRQAGiCtE" transform="translate(9.884 1.218)" width="3.1499555555555645px"/><path d="M 1.038 4.296 C 0.674 4.296 0.41 4.226 0.246 4.086 C 0.082 3.946 0 3.72 0 3.408 L 0 0 L 0.936 0 L 0.936 3.306 C 0.936 3.41 0.958 3.482 1.002 3.522 C 1.046 3.558 1.124 3.576 1.236 3.576 L 1.446 3.576 L 1.446 4.272 C 1.334 4.288 1.198 4.296 1.038 4.296 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.296px" id="IGQINGo_Y" transform="translate(13.452 0.114)" width="1.445999999999998px"/><path d="M 0 0.556 C 0 0.249 0.249 0 0.556 0 L 1.944 0 C 2.436 0 2.822 0.13 3.102 0.39 C 3.382 0.646 3.522 0.996 3.522 1.44 C 3.522 1.884 3.382 2.236 3.102 2.496 C 2.822 2.752 2.436 2.88 1.944 2.88 L 1.014 2.88 L 1.014 4.272 L 0 4.272 Z M 1.014 2.022 L 1.878 2.022 C 2.078 2.022 2.232 1.972 2.34 1.872 C 2.452 1.772 2.508 1.628 2.508 1.44 C 2.508 1.252 2.452 1.108 2.34 1.008 C 2.228 0.908 2.074 0.858 1.878 0.858 L 1.014 0.858 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.271999999999999px" id="l9YwZSClW" transform="translate(15.162 0.114)" width="3.5219999999999914px"/><path d="M 2.808 2.796 C 2.512 3.092 2.118 3.24 1.626 3.24 C 1.134 3.24 0.74 3.092 0.444 2.796 C 0.148 2.5 0 2.108 0 1.62 C 0 1.128 0.148 0.734 0.444 0.438 C 0.736 0.146 1.13 0 1.626 0 C 2.122 0 2.516 0.146 2.808 0.438 C 3.1 0.73 3.246 1.124 3.246 1.62 C 3.246 2.112 3.1 2.504 2.808 2.796 Z M 1.626 2.49 C 1.842 2.49 2.008 2.416 2.124 2.268 C 2.24 2.12 2.298 1.904 2.298 1.62 C 2.298 1.336 2.24 1.12 2.124 0.972 C 2.008 0.824 1.842 0.75 1.626 0.75 C 1.406 0.75 1.238 0.824 1.122 0.972 C 1.006 1.12 0.948 1.336 0.948 1.62 C 0.948 1.904 1.006 2.12 1.122 2.268 C 1.238 2.416 1.406 2.49 1.626 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="cQkb2fskF" transform="translate(18.7 1.218)" width="3.2460000000000235px"/><path d="M 0.486 0.966 C 0.35 0.966 0.234 0.92 0.138 0.828 C 0.046 0.732 0 0.618 0 0.486 C 0 0.35 0.046 0.236 0.138 0.144 C 0.234 0.048 0.35 0 0.486 0 C 0.618 0 0.73 0.048 0.822 0.144 C 0.918 0.236 0.966 0.35 0.966 0.486 C 0.966 0.618 0.918 0.732 0.822 0.828 C 0.73 0.92 0.618 0.966 0.486 0.966 Z M 0.954 4.386 L 0.018 4.386 L 0.018 1.29 L 0.954 1.29 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.386000081062317px" id="dHJi5bTrW" transform="translate(22.221 0)" width="1px"/><path d="M 1.884 0 C 2.212 0 2.472 0.1 2.664 0.3 C 2.86 0.496 2.958 0.776 2.958 1.14 L 2.958 3.168 L 2.022 3.168 L 2.022 1.326 C 2.022 0.974 1.856 0.798 1.524 0.798 C 1.356 0.798 1.216 0.854 1.104 0.966 C 0.992 1.078 0.936 1.236 0.936 1.44 L 0.936 3.168 L 0 3.168 L 0 0.072 L 0.912 0.072 L 0.912 0.51 C 1.152 0.17 1.476 0 1.884 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.168000000000001px" id="uGP59PR7p" transform="translate(23.601 1.218)" width="2.9579999999999984px"/><path d="M 1.992 0.918 L 1.992 1.602 L 1.398 1.602 L 1.398 3.048 C 1.398 3.152 1.424 3.224 1.476 3.264 C 1.528 3.3 1.62 3.318 1.752 3.318 L 1.992 3.318 L 1.992 4.014 C 1.88 4.03 1.736 4.038 1.56 4.038 C 1.172 4.038 0.892 3.97 0.72 3.834 C 0.548 3.694 0.462 3.466 0.462 3.15 L 0.462 1.602 L 0 1.602 L 0 0.918 L 0.462 0.918 L 0.462 0 L 1.398 0 L 1.398 0.918 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.037999999999999px" id="taKhW7scD" transform="translate(26.682 0.372)" width="1.9919999999999902px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 4;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 2.395 0.485 L 3.438 4.375 L 3.438 0.098 C 3.52 0.079 3.604 0.062 3.688 0.047 L 3.688 4.375 L 4.86 0 C 4.945 0.008 5.029 0.018 5.112 0.03 L 3.93 4.44 L 6.279 0.372 C 6.355 0.406 6.431 0.443 6.505 0.481 L 4.147 4.565 L 7.513 1.199 C 7.574 1.256 7.633 1.315 7.69 1.376 L 4.324 4.742 L 8.408 2.384 C 8.446 2.459 8.483 2.534 8.517 2.611 L 4.45 4.959 L 8.859 3.778 C 8.871 3.861 8.881 3.944 8.889 4.029 L 4.514 5.201 L 8.842 5.201 C 8.827 5.285 8.81 5.369 8.791 5.452 L 4.513 5.452 L 8.404 6.494 C 8.364 6.571 8.322 6.646 8.278 6.72 L 4.45 5.694 L 7.647 7.54 C 7.586 7.602 7.524 7.662 7.46 7.721 L 4.325 5.911 L 6.697 8.283 C 6.622 8.327 6.546 8.369 6.468 8.408 L 4.147 6.088 L 5.668 8.721 C 5.584 8.745 5.5 8.766 5.415 8.785 L 3.93 6.213 L 4.646 8.885 C 4.582 8.888 4.518 8.889 4.454 8.889 C 4.432 8.889 4.41 8.889 4.388 8.888 L 3.688 6.277 L 3.688 8.823 C 3.604 8.809 3.52 8.792 3.438 8.772 L 3.438 6.278 L 2.821 8.58 C 2.742 8.549 2.664 8.516 2.588 8.48 L 3.195 6.213 L 2.055 8.188 C 1.984 8.143 1.915 8.096 1.847 8.047 L 2.979 6.087 L 1.394 7.672 C 1.334 7.615 1.275 7.555 1.217 7.495 L 2.801 5.911 L 0.842 7.042 C 0.793 6.974 0.746 6.905 0.701 6.834 L 2.677 5.693 L 0.409 6.301 C 0.373 6.225 0.34 6.147 0.309 6.068 L 2.611 5.452 L 0.116 5.452 C 0.097 5.369 0.08 5.285 0.066 5.201 L 2.611 5.201 L 0 4.502 C 0 4.48 0 4.457 0 4.435 C 0 4.371 0.001 4.307 0.004 4.243 L 2.676 4.959 L 0.104 3.474 C 0.123 3.389 0.144 3.305 0.167 3.222 L 2.802 4.743 L 0.48 2.421 C 0.52 2.343 0.562 2.267 0.606 2.192 L 2.979 4.565 L 1.168 1.429 C 1.227 1.365 1.287 1.302 1.349 1.242 L 3.196 4.44 L 2.17 0.611 C 2.244 0.567 2.319 0.525 2.395 0.485 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="8.888888888888891px" id="GclAT1HK3" transform="translate(0 0.554)" width="8.88888888888889px"/><g d="M 3.138 0.114 L 3.138 1.02 L 1.014 1.02 L 1.014 1.794 L 2.889 1.794 L 2.889 2.652 L 1.014 2.652 L 1.014 4.386 L 0 4.386 L 0 0.67 C 0 0.363 0.249 0.114 0.556 0.114 Z M 6.029 4.014 C 5.733 4.31 5.339 4.458 4.847 4.458 C 4.355 4.458 3.961 4.31 3.665 4.014 C 3.369 3.718 3.221 3.326 3.221 2.838 C 3.221 2.346 3.369 1.952 3.665 1.656 C 3.957 1.364 4.351 1.218 4.847 1.218 C 5.343 1.218 5.737 1.364 6.029 1.656 C 6.321 1.948 6.467 2.342 6.467 2.838 C 6.467 3.33 6.321 3.722 6.029 4.014 Z M 4.847 3.708 C 5.063 3.708 5.229 3.634 5.345 3.486 C 5.461 3.338 5.519 3.122 5.519 2.838 C 5.519 2.554 5.461 2.338 5.345 2.19 C 5.229 2.042 5.063 1.968 4.847 1.968 C 4.627 1.968 4.459 2.042 4.343 2.19 C 4.227 2.338 4.169 2.554 4.169 2.838 C 4.169 3.122 4.227 3.338 4.343 3.486 C 4.459 3.634 4.627 3.708 4.847 3.708 Z M 8.225 4.458 C 7.741 4.458 7.355 4.31 7.067 4.014 C 6.779 3.718 6.635 3.326 6.635 2.838 C 6.635 2.342 6.779 1.948 7.067 1.656 C 7.355 1.364 7.741 1.218 8.225 1.218 C 8.649 1.218 8.995 1.33 9.263 1.554 C 9.535 1.774 9.693 2.074 9.737 2.454 L 8.807 2.454 C 8.755 2.138 8.561 1.98 8.225 1.98 C 7.797 1.98 7.583 2.266 7.583 2.838 C 7.583 3.406 7.797 3.69 8.225 3.69 C 8.585 3.69 8.785 3.516 8.825 3.168 L 9.755 3.168 C 9.727 3.56 9.573 3.874 9.293 4.11 C 9.013 4.342 8.657 4.458 8.225 4.458 Z M 12.092 1.65 L 12.092 1.29 L 13.034 1.29 L 13.034 4.386 L 12.122 4.386 L 12.122 3.984 C 11.93 4.3 11.634 4.458 11.234 4.458 C 10.806 4.458 10.474 4.314 10.238 4.026 C 10.002 3.738 9.884 3.342 9.884 2.838 C 9.884 2.334 10.002 1.938 10.238 1.65 C 10.474 1.362 10.806 1.218 11.234 1.218 C 11.61 1.218 11.896 1.362 12.092 1.65 Z M 11.468 3.708 C 11.896 3.708 12.11 3.418 12.11 2.838 C 12.11 2.258 11.896 1.968 11.468 1.968 C 11.044 1.968 10.832 2.266 10.832 2.862 C 10.832 3.426 11.044 3.708 11.468 3.708 Z M 14.49 4.41 C 14.126 4.41 13.862 4.34 13.698 4.2 C 13.534 4.06 13.452 3.834 13.452 3.522 L 13.452 0.114 L 14.388 0.114 L 14.388 3.42 C 14.388 3.524 14.41 3.596 14.454 3.636 C 14.498 3.672 14.576 3.69 14.688 3.69 L 14.898 3.69 L 14.898 4.386 C 14.786 4.402 14.65 4.41 14.49 4.41 Z M 15.162 0.67 C 15.162 0.363 15.41 0.114 15.717 0.114 L 17.106 0.114 C 17.598 0.114 17.984 0.244 18.264 0.504 C 18.544 0.76 18.684 1.11 18.684 1.554 C 18.684 1.998 18.544 2.35 18.264 2.61 C 17.984 2.866 17.598 2.994 17.106 2.994 L 16.176 2.994 L 16.176 4.386 L 15.162 4.386 Z M 16.176 2.136 L 17.04 2.136 C 17.24 2.136 17.394 2.086 17.502 1.986 C 17.614 1.886 17.67 1.742 17.67 1.554 C 17.67 1.366 17.614 1.222 17.502 1.122 C 17.39 1.022 17.236 0.972 17.04 0.972 L 16.176 0.972 Z M 21.508 4.014 C 21.212 4.31 20.818 4.458 20.326 4.458 C 19.834 4.458 19.44 4.31 19.144 4.014 C 18.848 3.718 18.7 3.326 18.7 2.838 C 18.7 2.346 18.848 1.952 19.144 1.656 C 19.436 1.364 19.83 1.218 20.326 1.218 C 20.822 1.218 21.216 1.364 21.508 1.656 C 21.8 1.948 21.946 2.342 21.946 2.838 C 21.946 3.33 21.8 3.722 21.508 4.014 Z M 20.326 3.708 C 20.542 3.708 20.708 3.634 20.824 3.486 C 20.94 3.338 20.998 3.122 20.998 2.838 C 20.998 2.554 20.94 2.338 20.824 2.19 C 20.708 2.042 20.542 1.968 20.326 1.968 C 20.106 1.968 19.938 2.042 19.822 2.19 C 19.706 2.338 19.648 2.554 19.648 2.838 C 19.648 3.122 19.706 3.338 19.822 3.486 C 19.938 3.634 20.106 3.708 20.326 3.708 Z M 22.707 0.966 C 22.571 0.966 22.455 0.92 22.359 0.828 C 22.267 0.732 22.221 0.618 22.221 0.486 C 22.221 0.35 22.267 0.236 22.359 0.144 C 22.455 0.048 22.571 0 22.707 0 C 22.839 0 22.951 0.048 23.043 0.144 C 23.139 0.236 23.187 0.35 23.187 0.486 C 23.187 0.618 23.139 0.732 23.043 0.828 C 22.951 0.92 22.839 0.966 22.707 0.966 Z M 23.175 4.386 L 22.239 4.386 L 22.239 1.29 L 23.175 1.29 Z M 25.485 1.218 C 25.813 1.218 26.073 1.318 26.265 1.518 C 26.461 1.714 26.559 1.994 26.559 2.358 L 26.559 4.386 L 25.623 4.386 L 25.623 2.544 C 25.623 2.192 25.457 2.016 25.125 2.016 C 24.957 2.016 24.817 2.072 24.705 2.184 C 24.593 2.296 24.537 2.454 24.537 2.658 L 24.537 4.386 L 23.601 4.386 L 23.601 1.29 L 24.513 1.29 L 24.513 1.728 C 24.753 1.388 25.077 1.218 25.485 1.218 Z M 28.674 1.29 L 28.674 1.974 L 28.08 1.974 L 28.08 3.42 C 28.08 3.524 28.106 3.596 28.158 3.636 C 28.21 3.672 28.302 3.69 28.434 3.69 L 28.674 3.69 L 28.674 4.386 C 28.562 4.402 28.418 4.41 28.242 4.41 C 27.854 4.41 27.574 4.342 27.402 4.206 C 27.23 4.066 27.144 3.838 27.144 3.522 L 27.144 1.974 L 26.682 1.974 L 26.682 1.29 L 27.144 1.29 L 27.144 0.372 L 28.08 0.372 L 28.08 1.29 Z" fill="transparent" height="4.458000531196602px" id="hFVoD5zc3" transform="translate(11.111 2.612)" width="28.673554794311514px"><path d="M 3.138 0 L 3.138 0.906 L 1.014 0.906 L 1.014 1.68 L 2.889 1.68 L 2.889 2.538 L 1.014 2.538 L 1.014 4.272 L 0 4.272 L 0 0.556 C 0 0.249 0.249 0 0.556 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.272000000000001px" id="UqMwMr2I0" transform="translate(0 0.114)" width="3.137999999999991px"/><path d="M 2.808 2.796 C 2.512 3.092 2.118 3.24 1.626 3.24 C 1.134 3.24 0.74 3.092 0.444 2.796 C 0.148 2.5 0 2.108 0 1.62 C 0 1.128 0.148 0.734 0.444 0.438 C 0.736 0.146 1.13 0 1.626 0 C 2.122 0 2.516 0.146 2.808 0.438 C 3.1 0.73 3.246 1.124 3.246 1.62 C 3.246 2.112 3.1 2.504 2.808 2.796 Z M 1.626 2.49 C 1.842 2.49 2.008 2.416 2.124 2.268 C 2.24 2.12 2.298 1.904 2.298 1.62 C 2.298 1.336 2.24 1.12 2.124 0.972 C 2.008 0.824 1.842 0.75 1.626 0.75 C 1.406 0.75 1.238 0.824 1.122 0.972 C 1.006 1.12 0.948 1.336 0.948 1.62 C 0.948 1.904 1.006 2.12 1.122 2.268 C 1.238 2.416 1.406 2.49 1.626 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="o6pednNze" transform="translate(3.221 1.218)" width="3.246000000000002px"/><path d="M 1.59 3.24 C 1.106 3.24 0.72 3.092 0.432 2.796 C 0.144 2.5 0 2.108 0 1.62 C 0 1.124 0.144 0.73 0.432 0.438 C 0.72 0.146 1.106 0 1.59 0 C 2.014 0 2.36 0.112 2.628 0.336 C 2.9 0.556 3.058 0.856 3.102 1.236 L 2.172 1.236 C 2.12 0.92 1.926 0.762 1.59 0.762 C 1.162 0.762 0.948 1.048 0.948 1.62 C 0.948 2.188 1.162 2.472 1.59 2.472 C 1.95 2.472 2.15 2.298 2.19 1.95 L 3.12 1.95 C 3.092 2.342 2.938 2.656 2.658 2.892 C 2.378 3.124 2.022 3.24 1.59 3.24 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.24px" id="BumI0i_8Y" transform="translate(6.635 1.218)" width="3.1200000000000045px"/><path d="M 2.208 0.432 L 2.208 0.072 L 3.15 0.072 L 3.15 3.168 L 2.238 3.168 L 2.238 2.766 C 2.046 3.082 1.75 3.24 1.35 3.24 C 0.922 3.24 0.59 3.096 0.354 2.808 C 0.118 2.52 0 2.124 0 1.62 C 0 1.116 0.118 0.72 0.354 0.432 C 0.59 0.144 0.922 0 1.35 0 C 1.726 0 2.012 0.144 2.208 0.432 Z M 1.584 2.49 C 2.012 2.49 2.226 2.2 2.226 1.62 C 2.226 1.04 2.012 0.75 1.584 0.75 C 1.16 0.75 0.948 1.048 0.948 1.644 C 0.948 2.208 1.16 2.49 1.584 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="tRQAGiCtE" transform="translate(9.884 1.218)" width="3.1499555555555645px"/><path d="M 1.038 4.296 C 0.674 4.296 0.41 4.226 0.246 4.086 C 0.082 3.946 0 3.72 0 3.408 L 0 0 L 0.936 0 L 0.936 3.306 C 0.936 3.41 0.958 3.482 1.002 3.522 C 1.046 3.558 1.124 3.576 1.236 3.576 L 1.446 3.576 L 1.446 4.272 C 1.334 4.288 1.198 4.296 1.038 4.296 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.296px" id="IGQINGo_Y" transform="translate(13.452 0.114)" width="1.445999999999998px"/><path d="M 0 0.556 C 0 0.249 0.249 0 0.556 0 L 1.944 0 C 2.436 0 2.822 0.13 3.102 0.39 C 3.382 0.646 3.522 0.996 3.522 1.44 C 3.522 1.884 3.382 2.236 3.102 2.496 C 2.822 2.752 2.436 2.88 1.944 2.88 L 1.014 2.88 L 1.014 4.272 L 0 4.272 Z M 1.014 2.022 L 1.878 2.022 C 2.078 2.022 2.232 1.972 2.34 1.872 C 2.452 1.772 2.508 1.628 2.508 1.44 C 2.508 1.252 2.452 1.108 2.34 1.008 C 2.228 0.908 2.074 0.858 1.878 0.858 L 1.014 0.858 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.271999999999999px" id="l9YwZSClW" transform="translate(15.162 0.114)" width="3.5219999999999914px"/><path d="M 2.808 2.796 C 2.512 3.092 2.118 3.24 1.626 3.24 C 1.134 3.24 0.74 3.092 0.444 2.796 C 0.148 2.5 0 2.108 0 1.62 C 0 1.128 0.148 0.734 0.444 0.438 C 0.736 0.146 1.13 0 1.626 0 C 2.122 0 2.516 0.146 2.808 0.438 C 3.1 0.73 3.246 1.124 3.246 1.62 C 3.246 2.112 3.1 2.504 2.808 2.796 Z M 1.626 2.49 C 1.842 2.49 2.008 2.416 2.124 2.268 C 2.24 2.12 2.298 1.904 2.298 1.62 C 2.298 1.336 2.24 1.12 2.124 0.972 C 2.008 0.824 1.842 0.75 1.626 0.75 C 1.406 0.75 1.238 0.824 1.122 0.972 C 1.006 1.12 0.948 1.336 0.948 1.62 C 0.948 1.904 1.006 2.12 1.122 2.268 C 1.238 2.416 1.406 2.49 1.626 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="cQkb2fskF" transform="translate(18.7 1.218)" width="3.2460000000000235px"/><path d="M 0.486 0.966 C 0.35 0.966 0.234 0.92 0.138 0.828 C 0.046 0.732 0 0.618 0 0.486 C 0 0.35 0.046 0.236 0.138 0.144 C 0.234 0.048 0.35 0 0.486 0 C 0.618 0 0.73 0.048 0.822 0.144 C 0.918 0.236 0.966 0.35 0.966 0.486 C 0.966 0.618 0.918 0.732 0.822 0.828 C 0.73 0.92 0.618 0.966 0.486 0.966 Z M 0.954 4.386 L 0.018 4.386 L 0.018 1.29 L 0.954 1.29 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.386000081062317px" id="dHJi5bTrW" transform="translate(22.221 0)" width="1px"/><path d="M 1.884 0 C 2.212 0 2.472 0.1 2.664 0.3 C 2.86 0.496 2.958 0.776 2.958 1.14 L 2.958 3.168 L 2.022 3.168 L 2.022 1.326 C 2.022 0.974 1.856 0.798 1.524 0.798 C 1.356 0.798 1.216 0.854 1.104 0.966 C 0.992 1.078 0.936 1.236 0.936 1.44 L 0.936 3.168 L 0 3.168 L 0 0.072 L 0.912 0.072 L 0.912 0.51 C 1.152 0.17 1.476 0 1.884 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.168000000000001px" id="uGP59PR7p" transform="translate(23.601 1.218)" width="2.9579999999999984px"/><path d="M 1.992 0.918 L 1.992 1.602 L 1.398 1.602 L 1.398 3.048 C 1.398 3.152 1.424 3.224 1.476 3.264 C 1.528 3.3 1.62 3.318 1.752 3.318 L 1.992 3.318 L 1.992 4.014 C 1.88 4.03 1.736 4.038 1.56 4.038 C 1.172 4.038 0.892 3.97 0.72 3.834 C 0.548 3.694 0.462 3.466 0.462 3.15 L 0.462 1.602 L 0 1.602 L 0 0.918 L 0.462 0.918 L 0.462 0 L 1.398 0 L 1.398 0.918 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.037999999999999px" id="taKhW7scD" transform="translate(26.682 0.372)" width="1.9919999999999902px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 2.395 0.485 L 3.438 4.375 L 3.438 0.098 C 3.52 0.079 3.604 0.062 3.688 0.047 L 3.688 4.375 L 4.86 0 C 4.945 0.008 5.029 0.018 5.112 0.03 L 3.93 4.44 L 6.279 0.372 C 6.355 0.406 6.431 0.443 6.505 0.481 L 4.147 4.565 L 7.513 1.199 C 7.574 1.256 7.633 1.315 7.69 1.376 L 4.324 4.742 L 8.408 2.384 C 8.446 2.459 8.483 2.534 8.517 2.611 L 4.45 4.959 L 8.859 3.778 C 8.871 3.861 8.881 3.944 8.889 4.029 L 4.514 5.201 L 8.842 5.201 C 8.827 5.285 8.81 5.369 8.791 5.452 L 4.513 5.452 L 8.404 6.494 C 8.364 6.571 8.322 6.646 8.278 6.72 L 4.45 5.694 L 7.647 7.54 C 7.586 7.602 7.524 7.662 7.46 7.721 L 4.325 5.911 L 6.697 8.283 C 6.622 8.327 6.546 8.369 6.468 8.408 L 4.147 6.088 L 5.668 8.721 C 5.584 8.745 5.5 8.766 5.415 8.785 L 3.93 6.213 L 4.646 8.885 C 4.582 8.888 4.518 8.889 4.454 8.889 C 4.432 8.889 4.41 8.889 4.388 8.888 L 3.688 6.277 L 3.688 8.823 C 3.604 8.809 3.52 8.792 3.438 8.772 L 3.438 6.278 L 2.821 8.58 C 2.742 8.549 2.664 8.516 2.588 8.48 L 3.195 6.213 L 2.055 8.188 C 1.984 8.143 1.915 8.096 1.847 8.047 L 2.979 6.087 L 1.394 7.672 C 1.334 7.615 1.275 7.555 1.217 7.495 L 2.801 5.911 L 0.842 7.042 C 0.793 6.974 0.746 6.905 0.701 6.834 L 2.677 5.693 L 0.409 6.301 C 0.373 6.225 0.34 6.147 0.309 6.068 L 2.611 5.452 L 0.116 5.452 C 0.097 5.369 0.08 5.285 0.066 5.201 L 2.611 5.201 L 0 4.502 C 0 4.48 0 4.457 0 4.435 C 0 4.371 0.001 4.307 0.004 4.243 L 2.676 4.959 L 0.104 3.474 C 0.123 3.389 0.144 3.305 0.167 3.222 L 2.802 4.743 L 0.48 2.421 C 0.52 2.343 0.562 2.267 0.606 2.192 L 2.979 4.565 L 1.168 1.429 C 1.227 1.365 1.287 1.302 1.349 1.242 L 3.196 4.44 L 2.17 0.611 C 2.244 0.567 2.319 0.525 2.395 0.485 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="8.888888888888891px" id="GclAT1HK3" transform="translate(0 0.554)" width="8.88888888888889px"/><g d="M 3.138 0.114 L 3.138 1.02 L 1.014 1.02 L 1.014 1.794 L 2.889 1.794 L 2.889 2.652 L 1.014 2.652 L 1.014 4.386 L 0 4.386 L 0 0.67 C 0 0.363 0.249 0.114 0.556 0.114 Z M 6.029 4.014 C 5.733 4.31 5.339 4.458 4.847 4.458 C 4.355 4.458 3.961 4.31 3.665 4.014 C 3.369 3.718 3.221 3.326 3.221 2.838 C 3.221 2.346 3.369 1.952 3.665 1.656 C 3.957 1.364 4.351 1.218 4.847 1.218 C 5.343 1.218 5.737 1.364 6.029 1.656 C 6.321 1.948 6.467 2.342 6.467 2.838 C 6.467 3.33 6.321 3.722 6.029 4.014 Z M 4.847 3.708 C 5.063 3.708 5.229 3.634 5.345 3.486 C 5.461 3.338 5.519 3.122 5.519 2.838 C 5.519 2.554 5.461 2.338 5.345 2.19 C 5.229 2.042 5.063 1.968 4.847 1.968 C 4.627 1.968 4.459 2.042 4.343 2.19 C 4.227 2.338 4.169 2.554 4.169 2.838 C 4.169 3.122 4.227 3.338 4.343 3.486 C 4.459 3.634 4.627 3.708 4.847 3.708 Z M 8.225 4.458 C 7.741 4.458 7.355 4.31 7.067 4.014 C 6.779 3.718 6.635 3.326 6.635 2.838 C 6.635 2.342 6.779 1.948 7.067 1.656 C 7.355 1.364 7.741 1.218 8.225 1.218 C 8.649 1.218 8.995 1.33 9.263 1.554 C 9.535 1.774 9.693 2.074 9.737 2.454 L 8.807 2.454 C 8.755 2.138 8.561 1.98 8.225 1.98 C 7.797 1.98 7.583 2.266 7.583 2.838 C 7.583 3.406 7.797 3.69 8.225 3.69 C 8.585 3.69 8.785 3.516 8.825 3.168 L 9.755 3.168 C 9.727 3.56 9.573 3.874 9.293 4.11 C 9.013 4.342 8.657 4.458 8.225 4.458 Z M 12.092 1.65 L 12.092 1.29 L 13.034 1.29 L 13.034 4.386 L 12.122 4.386 L 12.122 3.984 C 11.93 4.3 11.634 4.458 11.234 4.458 C 10.806 4.458 10.474 4.314 10.238 4.026 C 10.002 3.738 9.884 3.342 9.884 2.838 C 9.884 2.334 10.002 1.938 10.238 1.65 C 10.474 1.362 10.806 1.218 11.234 1.218 C 11.61 1.218 11.896 1.362 12.092 1.65 Z M 11.468 3.708 C 11.896 3.708 12.11 3.418 12.11 2.838 C 12.11 2.258 11.896 1.968 11.468 1.968 C 11.044 1.968 10.832 2.266 10.832 2.862 C 10.832 3.426 11.044 3.708 11.468 3.708 Z M 14.49 4.41 C 14.126 4.41 13.862 4.34 13.698 4.2 C 13.534 4.06 13.452 3.834 13.452 3.522 L 13.452 0.114 L 14.388 0.114 L 14.388 3.42 C 14.388 3.524 14.41 3.596 14.454 3.636 C 14.498 3.672 14.576 3.69 14.688 3.69 L 14.898 3.69 L 14.898 4.386 C 14.786 4.402 14.65 4.41 14.49 4.41 Z M 15.162 0.67 C 15.162 0.363 15.41 0.114 15.717 0.114 L 17.106 0.114 C 17.598 0.114 17.984 0.244 18.264 0.504 C 18.544 0.76 18.684 1.11 18.684 1.554 C 18.684 1.998 18.544 2.35 18.264 2.61 C 17.984 2.866 17.598 2.994 17.106 2.994 L 16.176 2.994 L 16.176 4.386 L 15.162 4.386 Z M 16.176 2.136 L 17.04 2.136 C 17.24 2.136 17.394 2.086 17.502 1.986 C 17.614 1.886 17.67 1.742 17.67 1.554 C 17.67 1.366 17.614 1.222 17.502 1.122 C 17.39 1.022 17.236 0.972 17.04 0.972 L 16.176 0.972 Z M 21.508 4.014 C 21.212 4.31 20.818 4.458 20.326 4.458 C 19.834 4.458 19.44 4.31 19.144 4.014 C 18.848 3.718 18.7 3.326 18.7 2.838 C 18.7 2.346 18.848 1.952 19.144 1.656 C 19.436 1.364 19.83 1.218 20.326 1.218 C 20.822 1.218 21.216 1.364 21.508 1.656 C 21.8 1.948 21.946 2.342 21.946 2.838 C 21.946 3.33 21.8 3.722 21.508 4.014 Z M 20.326 3.708 C 20.542 3.708 20.708 3.634 20.824 3.486 C 20.94 3.338 20.998 3.122 20.998 2.838 C 20.998 2.554 20.94 2.338 20.824 2.19 C 20.708 2.042 20.542 1.968 20.326 1.968 C 20.106 1.968 19.938 2.042 19.822 2.19 C 19.706 2.338 19.648 2.554 19.648 2.838 C 19.648 3.122 19.706 3.338 19.822 3.486 C 19.938 3.634 20.106 3.708 20.326 3.708 Z M 22.707 0.966 C 22.571 0.966 22.455 0.92 22.359 0.828 C 22.267 0.732 22.221 0.618 22.221 0.486 C 22.221 0.35 22.267 0.236 22.359 0.144 C 22.455 0.048 22.571 0 22.707 0 C 22.839 0 22.951 0.048 23.043 0.144 C 23.139 0.236 23.187 0.35 23.187 0.486 C 23.187 0.618 23.139 0.732 23.043 0.828 C 22.951 0.92 22.839 0.966 22.707 0.966 Z M 23.175 4.386 L 22.239 4.386 L 22.239 1.29 L 23.175 1.29 Z M 25.485 1.218 C 25.813 1.218 26.073 1.318 26.265 1.518 C 26.461 1.714 26.559 1.994 26.559 2.358 L 26.559 4.386 L 25.623 4.386 L 25.623 2.544 C 25.623 2.192 25.457 2.016 25.125 2.016 C 24.957 2.016 24.817 2.072 24.705 2.184 C 24.593 2.296 24.537 2.454 24.537 2.658 L 24.537 4.386 L 23.601 4.386 L 23.601 1.29 L 24.513 1.29 L 24.513 1.728 C 24.753 1.388 25.077 1.218 25.485 1.218 Z M 28.674 1.29 L 28.674 1.974 L 28.08 1.974 L 28.08 3.42 C 28.08 3.524 28.106 3.596 28.158 3.636 C 28.21 3.672 28.302 3.69 28.434 3.69 L 28.674 3.69 L 28.674 4.386 C 28.562 4.402 28.418 4.41 28.242 4.41 C 27.854 4.41 27.574 4.342 27.402 4.206 C 27.23 4.066 27.144 3.838 27.144 3.522 L 27.144 1.974 L 26.682 1.974 L 26.682 1.29 L 27.144 1.29 L 27.144 0.372 L 28.08 0.372 L 28.08 1.29 Z" fill="transparent" height="4.458000531196602px" id="hFVoD5zc3" transform="translate(11.111 2.612)" width="28.673554794311514px"><path d="M 3.138 0 L 3.138 0.906 L 1.014 0.906 L 1.014 1.68 L 2.889 1.68 L 2.889 2.538 L 1.014 2.538 L 1.014 4.272 L 0 4.272 L 0 0.556 C 0 0.249 0.249 0 0.556 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.272000000000001px" id="UqMwMr2I0" transform="translate(0 0.114)" width="3.137999999999991px"/><path d="M 2.808 2.796 C 2.512 3.092 2.118 3.24 1.626 3.24 C 1.134 3.24 0.74 3.092 0.444 2.796 C 0.148 2.5 0 2.108 0 1.62 C 0 1.128 0.148 0.734 0.444 0.438 C 0.736 0.146 1.13 0 1.626 0 C 2.122 0 2.516 0.146 2.808 0.438 C 3.1 0.73 3.246 1.124 3.246 1.62 C 3.246 2.112 3.1 2.504 2.808 2.796 Z M 1.626 2.49 C 1.842 2.49 2.008 2.416 2.124 2.268 C 2.24 2.12 2.298 1.904 2.298 1.62 C 2.298 1.336 2.24 1.12 2.124 0.972 C 2.008 0.824 1.842 0.75 1.626 0.75 C 1.406 0.75 1.238 0.824 1.122 0.972 C 1.006 1.12 0.948 1.336 0.948 1.62 C 0.948 1.904 1.006 2.12 1.122 2.268 C 1.238 2.416 1.406 2.49 1.626 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="o6pednNze" transform="translate(3.221 1.218)" width="3.246000000000002px"/><path d="M 1.59 3.24 C 1.106 3.24 0.72 3.092 0.432 2.796 C 0.144 2.5 0 2.108 0 1.62 C 0 1.124 0.144 0.73 0.432 0.438 C 0.72 0.146 1.106 0 1.59 0 C 2.014 0 2.36 0.112 2.628 0.336 C 2.9 0.556 3.058 0.856 3.102 1.236 L 2.172 1.236 C 2.12 0.92 1.926 0.762 1.59 0.762 C 1.162 0.762 0.948 1.048 0.948 1.62 C 0.948 2.188 1.162 2.472 1.59 2.472 C 1.95 2.472 2.15 2.298 2.19 1.95 L 3.12 1.95 C 3.092 2.342 2.938 2.656 2.658 2.892 C 2.378 3.124 2.022 3.24 1.59 3.24 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.24px" id="BumI0i_8Y" transform="translate(6.635 1.218)" width="3.1200000000000045px"/><path d="M 2.208 0.432 L 2.208 0.072 L 3.15 0.072 L 3.15 3.168 L 2.238 3.168 L 2.238 2.766 C 2.046 3.082 1.75 3.24 1.35 3.24 C 0.922 3.24 0.59 3.096 0.354 2.808 C 0.118 2.52 0 2.124 0 1.62 C 0 1.116 0.118 0.72 0.354 0.432 C 0.59 0.144 0.922 0 1.35 0 C 1.726 0 2.012 0.144 2.208 0.432 Z M 1.584 2.49 C 2.012 2.49 2.226 2.2 2.226 1.62 C 2.226 1.04 2.012 0.75 1.584 0.75 C 1.16 0.75 0.948 1.048 0.948 1.644 C 0.948 2.208 1.16 2.49 1.584 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="tRQAGiCtE" transform="translate(9.884 1.218)" width="3.1499555555555645px"/><path d="M 1.038 4.296 C 0.674 4.296 0.41 4.226 0.246 4.086 C 0.082 3.946 0 3.72 0 3.408 L 0 0 L 0.936 0 L 0.936 3.306 C 0.936 3.41 0.958 3.482 1.002 3.522 C 1.046 3.558 1.124 3.576 1.236 3.576 L 1.446 3.576 L 1.446 4.272 C 1.334 4.288 1.198 4.296 1.038 4.296 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.296px" id="IGQINGo_Y" transform="translate(13.452 0.114)" width="1.445999999999998px"/><path d="M 0 0.556 C 0 0.249 0.249 0 0.556 0 L 1.944 0 C 2.436 0 2.822 0.13 3.102 0.39 C 3.382 0.646 3.522 0.996 3.522 1.44 C 3.522 1.884 3.382 2.236 3.102 2.496 C 2.822 2.752 2.436 2.88 1.944 2.88 L 1.014 2.88 L 1.014 4.272 L 0 4.272 Z M 1.014 2.022 L 1.878 2.022 C 2.078 2.022 2.232 1.972 2.34 1.872 C 2.452 1.772 2.508 1.628 2.508 1.44 C 2.508 1.252 2.452 1.108 2.34 1.008 C 2.228 0.908 2.074 0.858 1.878 0.858 L 1.014 0.858 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.271999999999999px" id="l9YwZSClW" transform="translate(15.162 0.114)" width="3.5219999999999914px"/><path d="M 2.808 2.796 C 2.512 3.092 2.118 3.24 1.626 3.24 C 1.134 3.24 0.74 3.092 0.444 2.796 C 0.148 2.5 0 2.108 0 1.62 C 0 1.128 0.148 0.734 0.444 0.438 C 0.736 0.146 1.13 0 1.626 0 C 2.122 0 2.516 0.146 2.808 0.438 C 3.1 0.73 3.246 1.124 3.246 1.62 C 3.246 2.112 3.1 2.504 2.808 2.796 Z M 1.626 2.49 C 1.842 2.49 2.008 2.416 2.124 2.268 C 2.24 2.12 2.298 1.904 2.298 1.62 C 2.298 1.336 2.24 1.12 2.124 0.972 C 2.008 0.824 1.842 0.75 1.626 0.75 C 1.406 0.75 1.238 0.824 1.122 0.972 C 1.006 1.12 0.948 1.336 0.948 1.62 C 0.948 1.904 1.006 2.12 1.122 2.268 C 1.238 2.416 1.406 2.49 1.626 2.49 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2400000000000073px" id="cQkb2fskF" transform="translate(18.7 1.218)" width="3.2460000000000235px"/><path d="M 0.486 0.966 C 0.35 0.966 0.234 0.92 0.138 0.828 C 0.046 0.732 0 0.618 0 0.486 C 0 0.35 0.046 0.236 0.138 0.144 C 0.234 0.048 0.35 0 0.486 0 C 0.618 0 0.73 0.048 0.822 0.144 C 0.918 0.236 0.966 0.35 0.966 0.486 C 0.966 0.618 0.918 0.732 0.822 0.828 C 0.73 0.92 0.618 0.966 0.486 0.966 Z M 0.954 4.386 L 0.018 4.386 L 0.018 1.29 L 0.954 1.29 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.386000081062317px" id="dHJi5bTrW" transform="translate(22.221 0)" width="1px"/><path d="M 1.884 0 C 2.212 0 2.472 0.1 2.664 0.3 C 2.86 0.496 2.958 0.776 2.958 1.14 L 2.958 3.168 L 2.022 3.168 L 2.022 1.326 C 2.022 0.974 1.856 0.798 1.524 0.798 C 1.356 0.798 1.216 0.854 1.104 0.966 C 0.992 1.078 0.936 1.236 0.936 1.44 L 0.936 3.168 L 0 3.168 L 0 0.072 L 0.912 0.072 L 0.912 0.51 C 1.152 0.17 1.476 0 1.884 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.168000000000001px" id="uGP59PR7p" transform="translate(23.601 1.218)" width="2.9579999999999984px"/><path d="M 1.992 0.918 L 1.992 1.602 L 1.398 1.602 L 1.398 3.048 C 1.398 3.152 1.424 3.224 1.476 3.264 C 1.528 3.3 1.62 3.318 1.752 3.318 L 1.992 3.318 L 1.992 4.014 C 1.88 4.03 1.736 4.038 1.56 4.038 C 1.172 4.038 0.892 3.97 0.72 3.834 C 0.548 3.694 0.462 3.466 0.462 3.15 L 0.462 1.602 L 0 1.602 L 0 0.918 L 0.462 0.918 L 0.462 0 L 1.398 0 L 1.398 0.918 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.037999999999999px" id="taKhW7scD" transform="translate(26.682 0.372)" width="1.9919999999999902px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-Sbwrb {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 8" xmlns="http://www.w3.org/2000/svg"><g d="M 0 2.5 C 0 3.881 1.119 5 2.5 5 L 2.5 2.5 C 2.5 3.881 3.619 5 5 5 L 5 2.5 C 5 3.881 6.119 5 7.5 5 C 8.881 5 10 3.881 10 2.5 C 10 1.119 8.881 0 7.5 0 C 6.119 0 5 1.119 5 2.5 L 5 0 C 3.619 0 2.5 1.119 2.5 2.5 L 2.5 0 C 1.119 0 0 1.119 0 2.5 Z M 12.083 4.375 L 12.083 0.55 L 12.983 0.55 L 12.983 3.644 L 14.665 3.644 L 14.665 4.375 Z M 14.985 1.045 L 14.985 0.325 L 15.846 0.325 L 15.846 1.045 Z M 14.985 4.375 L 14.985 1.349 L 15.846 1.349 L 15.846 4.375 Z M 17.426 4.381 C 16.661 4.381 16.183 3.784 16.183 2.823 C 16.183 1.816 16.672 1.253 17.426 1.253 C 17.763 1.253 18.028 1.383 18.213 1.63 L 18.213 1.349 L 19.074 1.349 L 19.074 4.476 C 19.074 5.286 18.5 5.708 17.707 5.708 C 16.936 5.708 16.38 5.371 16.273 4.634 L 17.133 4.634 C 17.167 4.904 17.398 5.05 17.696 5.05 C 18.005 5.05 18.213 4.909 18.213 4.488 L 18.213 3.981 C 18.022 4.246 17.752 4.381 17.426 4.381 Z M 17.634 3.683 C 18.016 3.683 18.213 3.379 18.213 2.817 C 18.213 2.26 18.011 1.951 17.634 1.951 C 17.263 1.951 17.066 2.254 17.066 2.823 C 17.066 3.374 17.263 3.683 17.634 3.683 Z M 19.545 4.375 L 19.545 0.325 L 20.406 0.325 L 20.406 1.748 C 20.602 1.411 20.912 1.253 21.283 1.253 C 21.862 1.253 22.296 1.608 22.296 2.356 L 22.296 4.375 L 21.435 4.375 L 21.435 2.53 C 21.435 2.148 21.283 1.951 20.968 1.951 C 20.625 1.951 20.406 2.249 20.406 2.637 L 20.406 4.375 Z M 22.879 3.391 L 22.879 2.001 L 22.508 2.001 L 22.508 1.349 L 22.879 1.349 L 22.879 0.646 L 23.74 0.646 L 23.74 1.349 L 24.359 1.349 L 24.359 2.001 L 23.74 2.001 L 23.74 3.284 C 23.74 3.576 23.819 3.739 24.19 3.739 L 24.353 3.739 L 24.353 4.386 C 24.258 4.431 24.066 4.465 23.836 4.465 C 23.189 4.465 22.879 4.094 22.879 3.391 Z M 25.38 2.187 C 25.38 2.783 27.253 2.26 27.253 3.458 C 27.253 4.054 26.702 4.465 25.914 4.465 C 25.149 4.465 24.598 4.128 24.486 3.379 L 25.346 3.379 C 25.386 3.661 25.616 3.813 25.937 3.813 C 26.241 3.813 26.392 3.694 26.392 3.509 C 26.392 2.924 24.559 3.447 24.559 2.232 C 24.559 1.726 24.969 1.253 25.779 1.253 C 26.505 1.253 27.056 1.585 27.141 2.35 L 26.286 2.35 C 26.235 2.041 26.055 1.911 25.751 1.911 C 25.526 1.911 25.38 2.024 25.38 2.187 Z M 28.434 5.618 L 27.574 5.618 L 27.574 1.349 L 28.434 1.349 L 28.434 1.664 C 28.62 1.399 28.879 1.253 29.194 1.253 C 29.975 1.253 30.465 1.866 30.465 2.856 C 30.465 3.886 29.964 4.465 29.194 4.465 C 28.873 4.465 28.614 4.33 28.434 4.071 Z M 29.014 1.951 C 28.631 1.951 28.434 2.271 28.434 2.856 C 28.434 3.441 28.637 3.768 29.014 3.768 C 29.385 3.768 29.582 3.447 29.582 2.856 C 29.582 2.271 29.379 1.951 29.014 1.951 Z M 33.658 3.379 C 33.501 4.077 32.938 4.465 32.196 4.465 C 31.256 4.465 30.677 3.858 30.677 2.862 C 30.677 1.833 31.262 1.253 32.162 1.253 C 33.068 1.253 33.636 1.855 33.636 2.845 L 33.636 3.036 L 31.555 3.036 C 31.6 3.52 31.825 3.779 32.196 3.779 C 32.477 3.779 32.668 3.655 32.758 3.379 Z M 32.162 1.939 C 31.841 1.939 31.639 2.148 31.571 2.541 L 32.747 2.541 C 32.68 2.148 32.477 1.939 32.162 1.939 Z M 36.847 3.379 C 36.69 4.077 36.127 4.465 35.385 4.465 C 34.445 4.465 33.866 3.858 33.866 2.862 C 33.866 1.833 34.451 1.253 35.351 1.253 C 36.256 1.253 36.825 1.855 36.825 2.845 L 36.825 3.036 L 34.743 3.036 C 34.788 3.52 35.013 3.779 35.385 3.779 C 35.666 3.779 35.857 3.655 35.947 3.379 Z M 35.351 1.939 C 35.03 1.939 34.828 2.148 34.76 2.541 L 35.936 2.541 C 35.868 2.148 35.666 1.939 35.351 1.939 Z M 38.32 4.465 C 37.544 4.465 37.055 3.858 37.055 2.862 C 37.055 1.833 37.555 1.253 38.32 1.253 C 38.641 1.253 38.9 1.388 39.085 1.647 L 39.085 0.325 L 39.946 0.325 L 39.946 4.375 L 39.085 4.375 L 39.085 4.054 C 38.9 4.319 38.635 4.465 38.32 4.465 Z M 38.506 3.768 C 38.889 3.768 39.085 3.453 39.085 2.862 C 39.085 2.277 38.883 1.951 38.506 1.951 C 38.135 1.951 37.938 2.271 37.938 2.862 C 37.938 3.447 38.14 3.768 38.506 3.768 Z" fill="transparent" height="5.708146529197702px" id="LKq6Rqrvo" transform="translate(0 1.5)" width="39.94604049682604px"><path d="M 0 2.5 C 0 3.881 1.119 5 2.5 5 L 2.5 2.5 C 2.5 3.881 3.619 5 5 5 L 5 2.5 C 5 3.881 6.119 5 7.5 5 C 8.881 5 10 3.881 10 2.5 C 10 1.119 8.881 0 7.5 0 C 6.119 0 5 1.119 5 2.5 L 5 0 C 3.619 0 2.5 1.119 2.5 2.5 L 2.5 0 C 1.119 0 0 1.119 0 2.5 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5px" id="wBq2pGaqv" width="10px"/><path d="M 0 3.825 L 0 0 L 0.9 0 L 0.9 3.094 L 2.582 3.094 L 2.582 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8249999999999993px" id="M6212v5a3" transform="translate(12.083 0.55)" width="2.5818750000000037px"/><path d="M 0 0.72 L 0 0 L 0.861 0 L 0.861 0.72 Z M 0 4.05 L 0 1.024 L 0.861 1.024 L 0.861 4.05 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.050000662803649px" id="VvCgQ7TyJ" transform="translate(14.985 0.325)" width="1px"/><path d="M 1.243 3.128 C 0.478 3.128 0 2.531 0 1.569 C 0 0.563 0.489 0 1.243 0 C 1.581 0 1.845 0.129 2.031 0.377 L 2.031 0.096 L 2.891 0.096 L 2.891 3.223 C 2.891 4.033 2.317 4.455 1.524 4.455 C 0.754 4.455 0.197 4.118 0.09 3.381 L 0.951 3.381 C 0.984 3.651 1.215 3.797 1.513 3.797 C 1.822 3.797 2.031 3.656 2.031 3.234 L 2.031 2.728 C 1.839 2.993 1.569 3.128 1.243 3.128 Z M 1.451 2.43 C 1.834 2.43 2.031 2.126 2.031 1.564 C 2.031 1.007 1.828 0.697 1.451 0.697 C 1.08 0.697 0.883 1.001 0.883 1.569 C 0.883 2.121 1.08 2.43 1.451 2.43 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.455000000000009px" id="aLHqP6dOm" transform="translate(16.183 1.253)" width="2.891249999999964px"/><path d="M 0 4.05 L 0 0 L 0.861 0 L 0.861 1.423 C 1.058 1.086 1.367 0.928 1.738 0.928 C 2.318 0.928 2.751 1.282 2.751 2.031 L 2.751 4.05 L 1.89 4.05 L 1.89 2.205 C 1.89 1.822 1.738 1.626 1.423 1.626 C 1.08 1.626 0.861 1.924 0.861 2.312 L 0.861 4.05 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.049999999999999px" id="QrpBxmWcr" transform="translate(19.545 0.325)" width="2.750687499999998px"/><path d="M 0.371 2.745 L 0.371 1.356 L 0 1.356 L 0 0.703 L 0.371 0.703 L 0.371 0 L 1.232 0 L 1.232 0.703 L 1.851 0.703 L 1.851 1.356 L 1.232 1.356 L 1.232 2.638 C 1.232 2.931 1.311 3.094 1.682 3.094 L 1.845 3.094 L 1.845 3.741 C 1.749 3.786 1.558 3.819 1.328 3.819 C 0.681 3.819 0.371 3.448 0.371 2.745 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.819375000000001px" id="nf8Pgxl_t" transform="translate(22.508 0.646)" width="1.8506249999999937px"/><path d="M 0.894 0.934 C 0.894 1.53 2.767 1.007 2.767 2.205 C 2.767 2.801 2.216 3.212 1.429 3.212 C 0.664 3.212 0.112 2.874 0 2.126 L 0.861 2.126 C 0.9 2.407 1.131 2.559 1.451 2.559 C 1.755 2.559 1.907 2.441 1.907 2.256 C 1.907 1.671 0.073 2.194 0.073 0.979 C 0.073 0.473 0.484 0 1.294 0 C 2.019 0 2.571 0.332 2.655 1.097 L 1.8 1.097 C 1.749 0.787 1.569 0.658 1.266 0.658 C 1.041 0.658 0.894 0.771 0.894 0.934 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118749999999974px" id="C8F87w8k0" transform="translate(24.486 1.253)" width="2.767499999999984px"/><path d="M 0.861 4.365 L 0 4.365 L 0 0.096 L 0.861 0.096 L 0.861 0.411 C 1.046 0.146 1.305 0 1.62 0 C 2.402 0 2.891 0.613 2.891 1.603 C 2.891 2.633 2.391 3.212 1.62 3.212 C 1.299 3.212 1.041 3.077 0.861 2.818 Z M 1.44 0.697 C 1.057 0.697 0.861 1.018 0.861 1.603 C 0.861 2.188 1.063 2.514 1.44 2.514 C 1.811 2.514 2.008 2.194 2.008 1.603 C 2.008 1.018 1.806 0.697 1.44 0.697 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.365000000000011px" id="KWWAFuy_Z" transform="translate(27.574 1.253)" width="2.8912499999999426px"/><path d="M 2.981 2.126 C 2.824 2.824 2.261 3.212 1.519 3.212 C 0.579 3.212 0 2.604 0 1.609 C 0 0.579 0.585 0 1.485 0 C 2.391 0 2.959 0.602 2.959 1.592 L 2.959 1.783 L 0.877 1.783 C 0.922 2.267 1.147 2.526 1.519 2.526 C 1.8 2.526 1.991 2.402 2.081 2.126 Z M 1.485 0.686 C 1.164 0.686 0.962 0.894 0.894 1.288 L 2.07 1.288 C 2.003 0.894 1.8 0.686 1.485 0.686 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118750000000116px" id="mW4_Y3Ust" transform="translate(30.677 1.253)" width="2.981249999999932px"/><path d="M 2.981 2.126 C 2.824 2.824 2.261 3.212 1.519 3.212 C 0.579 3.212 0 2.604 0 1.609 C 0 0.579 0.585 0 1.485 0 C 2.391 0 2.959 0.602 2.959 1.592 L 2.959 1.783 L 0.877 1.783 C 0.922 2.267 1.148 2.526 1.519 2.526 C 1.8 2.526 1.991 2.402 2.081 2.126 Z M 1.485 0.686 C 1.164 0.686 0.962 0.894 0.894 1.288 L 2.07 1.288 C 2.002 0.894 1.8 0.686 1.485 0.686 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118750000000116px" id="zG6TheerN" transform="translate(33.866 1.253)" width="2.981250000000003px"/><path d="M 1.266 4.14 C 0.489 4.14 0 3.533 0 2.537 C 0 1.508 0.501 0.928 1.266 0.928 C 1.586 0.928 1.845 1.063 2.031 1.322 L 2.031 0 L 2.891 0 L 2.891 4.05 L 2.031 4.05 L 2.031 3.729 C 1.845 3.994 1.581 4.14 1.266 4.14 Z M 1.451 3.443 C 1.834 3.443 2.031 3.128 2.031 2.537 C 2.031 1.952 1.828 1.626 1.451 1.626 C 1.08 1.626 0.883 1.946 0.883 2.537 C 0.883 3.122 1.086 3.443 1.451 3.443 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.14000000000001px" id="C5OYnxCgC" transform="translate(37.055 0.325)" width="2.8912499999998715px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 5;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 8" xmlns="http://www.w3.org/2000/svg"><g d="M 0 2.5 C 0 3.881 1.119 5 2.5 5 L 2.5 2.5 C 2.5 3.881 3.619 5 5 5 L 5 2.5 C 5 3.881 6.119 5 7.5 5 C 8.881 5 10 3.881 10 2.5 C 10 1.119 8.881 0 7.5 0 C 6.119 0 5 1.119 5 2.5 L 5 0 C 3.619 0 2.5 1.119 2.5 2.5 L 2.5 0 C 1.119 0 0 1.119 0 2.5 Z M 12.083 4.375 L 12.083 0.55 L 12.983 0.55 L 12.983 3.644 L 14.665 3.644 L 14.665 4.375 Z M 14.985 1.045 L 14.985 0.325 L 15.846 0.325 L 15.846 1.045 Z M 14.985 4.375 L 14.985 1.349 L 15.846 1.349 L 15.846 4.375 Z M 17.426 4.381 C 16.661 4.381 16.183 3.784 16.183 2.823 C 16.183 1.816 16.672 1.253 17.426 1.253 C 17.763 1.253 18.028 1.383 18.213 1.63 L 18.213 1.349 L 19.074 1.349 L 19.074 4.476 C 19.074 5.286 18.5 5.708 17.707 5.708 C 16.936 5.708 16.38 5.371 16.273 4.634 L 17.133 4.634 C 17.167 4.904 17.398 5.05 17.696 5.05 C 18.005 5.05 18.213 4.909 18.213 4.488 L 18.213 3.981 C 18.022 4.246 17.752 4.381 17.426 4.381 Z M 17.634 3.683 C 18.016 3.683 18.213 3.379 18.213 2.817 C 18.213 2.26 18.011 1.951 17.634 1.951 C 17.263 1.951 17.066 2.254 17.066 2.823 C 17.066 3.374 17.263 3.683 17.634 3.683 Z M 19.545 4.375 L 19.545 0.325 L 20.406 0.325 L 20.406 1.748 C 20.602 1.411 20.912 1.253 21.283 1.253 C 21.862 1.253 22.296 1.608 22.296 2.356 L 22.296 4.375 L 21.435 4.375 L 21.435 2.53 C 21.435 2.148 21.283 1.951 20.968 1.951 C 20.625 1.951 20.406 2.249 20.406 2.637 L 20.406 4.375 Z M 22.879 3.391 L 22.879 2.001 L 22.508 2.001 L 22.508 1.349 L 22.879 1.349 L 22.879 0.646 L 23.74 0.646 L 23.74 1.349 L 24.359 1.349 L 24.359 2.001 L 23.74 2.001 L 23.74 3.284 C 23.74 3.576 23.819 3.739 24.19 3.739 L 24.353 3.739 L 24.353 4.386 C 24.258 4.431 24.066 4.465 23.836 4.465 C 23.189 4.465 22.879 4.094 22.879 3.391 Z M 25.38 2.187 C 25.38 2.783 27.253 2.26 27.253 3.458 C 27.253 4.054 26.702 4.465 25.914 4.465 C 25.149 4.465 24.598 4.128 24.486 3.379 L 25.346 3.379 C 25.386 3.661 25.616 3.813 25.937 3.813 C 26.241 3.813 26.392 3.694 26.392 3.509 C 26.392 2.924 24.559 3.447 24.559 2.232 C 24.559 1.726 24.969 1.253 25.779 1.253 C 26.505 1.253 27.056 1.585 27.141 2.35 L 26.286 2.35 C 26.235 2.041 26.055 1.911 25.751 1.911 C 25.526 1.911 25.38 2.024 25.38 2.187 Z M 28.434 5.618 L 27.574 5.618 L 27.574 1.349 L 28.434 1.349 L 28.434 1.664 C 28.62 1.399 28.879 1.253 29.194 1.253 C 29.975 1.253 30.465 1.866 30.465 2.856 C 30.465 3.886 29.964 4.465 29.194 4.465 C 28.873 4.465 28.614 4.33 28.434 4.071 Z M 29.014 1.951 C 28.631 1.951 28.434 2.271 28.434 2.856 C 28.434 3.441 28.637 3.768 29.014 3.768 C 29.385 3.768 29.582 3.447 29.582 2.856 C 29.582 2.271 29.379 1.951 29.014 1.951 Z M 33.658 3.379 C 33.501 4.077 32.938 4.465 32.196 4.465 C 31.256 4.465 30.677 3.858 30.677 2.862 C 30.677 1.833 31.262 1.253 32.162 1.253 C 33.068 1.253 33.636 1.855 33.636 2.845 L 33.636 3.036 L 31.555 3.036 C 31.6 3.52 31.825 3.779 32.196 3.779 C 32.477 3.779 32.668 3.655 32.758 3.379 Z M 32.162 1.939 C 31.841 1.939 31.639 2.148 31.571 2.541 L 32.747 2.541 C 32.68 2.148 32.477 1.939 32.162 1.939 Z M 36.847 3.379 C 36.69 4.077 36.127 4.465 35.385 4.465 C 34.445 4.465 33.866 3.858 33.866 2.862 C 33.866 1.833 34.451 1.253 35.351 1.253 C 36.256 1.253 36.825 1.855 36.825 2.845 L 36.825 3.036 L 34.743 3.036 C 34.788 3.52 35.013 3.779 35.385 3.779 C 35.666 3.779 35.857 3.655 35.947 3.379 Z M 35.351 1.939 C 35.03 1.939 34.828 2.148 34.76 2.541 L 35.936 2.541 C 35.868 2.148 35.666 1.939 35.351 1.939 Z M 38.32 4.465 C 37.544 4.465 37.055 3.858 37.055 2.862 C 37.055 1.833 37.555 1.253 38.32 1.253 C 38.641 1.253 38.9 1.388 39.085 1.647 L 39.085 0.325 L 39.946 0.325 L 39.946 4.375 L 39.085 4.375 L 39.085 4.054 C 38.9 4.319 38.635 4.465 38.32 4.465 Z M 38.506 3.768 C 38.889 3.768 39.085 3.453 39.085 2.862 C 39.085 2.277 38.883 1.951 38.506 1.951 C 38.135 1.951 37.938 2.271 37.938 2.862 C 37.938 3.447 38.14 3.768 38.506 3.768 Z" fill="transparent" height="5.708146529197702px" id="LKq6Rqrvo" transform="translate(0 1.5)" width="39.94604049682604px"><path d="M 0 2.5 C 0 3.881 1.119 5 2.5 5 L 2.5 2.5 C 2.5 3.881 3.619 5 5 5 L 5 2.5 C 5 3.881 6.119 5 7.5 5 C 8.881 5 10 3.881 10 2.5 C 10 1.119 8.881 0 7.5 0 C 6.119 0 5 1.119 5 2.5 L 5 0 C 3.619 0 2.5 1.119 2.5 2.5 L 2.5 0 C 1.119 0 0 1.119 0 2.5 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5px" id="wBq2pGaqv" width="10px"/><path d="M 0 3.825 L 0 0 L 0.9 0 L 0.9 3.094 L 2.582 3.094 L 2.582 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8249999999999993px" id="M6212v5a3" transform="translate(12.083 0.55)" width="2.5818750000000037px"/><path d="M 0 0.72 L 0 0 L 0.861 0 L 0.861 0.72 Z M 0 4.05 L 0 1.024 L 0.861 1.024 L 0.861 4.05 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.050000662803649px" id="VvCgQ7TyJ" transform="translate(14.985 0.325)" width="1px"/><path d="M 1.243 3.128 C 0.478 3.128 0 2.531 0 1.569 C 0 0.563 0.489 0 1.243 0 C 1.581 0 1.845 0.129 2.031 0.377 L 2.031 0.096 L 2.891 0.096 L 2.891 3.223 C 2.891 4.033 2.317 4.455 1.524 4.455 C 0.754 4.455 0.197 4.118 0.09 3.381 L 0.951 3.381 C 0.984 3.651 1.215 3.797 1.513 3.797 C 1.822 3.797 2.031 3.656 2.031 3.234 L 2.031 2.728 C 1.839 2.993 1.569 3.128 1.243 3.128 Z M 1.451 2.43 C 1.834 2.43 2.031 2.126 2.031 1.564 C 2.031 1.007 1.828 0.697 1.451 0.697 C 1.08 0.697 0.883 1.001 0.883 1.569 C 0.883 2.121 1.08 2.43 1.451 2.43 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.455000000000009px" id="aLHqP6dOm" transform="translate(16.183 1.253)" width="2.891249999999964px"/><path d="M 0 4.05 L 0 0 L 0.861 0 L 0.861 1.423 C 1.058 1.086 1.367 0.928 1.738 0.928 C 2.318 0.928 2.751 1.282 2.751 2.031 L 2.751 4.05 L 1.89 4.05 L 1.89 2.205 C 1.89 1.822 1.738 1.626 1.423 1.626 C 1.08 1.626 0.861 1.924 0.861 2.312 L 0.861 4.05 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.049999999999999px" id="QrpBxmWcr" transform="translate(19.545 0.325)" width="2.750687499999998px"/><path d="M 0.371 2.745 L 0.371 1.356 L 0 1.356 L 0 0.703 L 0.371 0.703 L 0.371 0 L 1.232 0 L 1.232 0.703 L 1.851 0.703 L 1.851 1.356 L 1.232 1.356 L 1.232 2.638 C 1.232 2.931 1.311 3.094 1.682 3.094 L 1.845 3.094 L 1.845 3.741 C 1.749 3.786 1.558 3.819 1.328 3.819 C 0.681 3.819 0.371 3.448 0.371 2.745 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.819375000000001px" id="nf8Pgxl_t" transform="translate(22.508 0.646)" width="1.8506249999999937px"/><path d="M 0.894 0.934 C 0.894 1.53 2.767 1.007 2.767 2.205 C 2.767 2.801 2.216 3.212 1.429 3.212 C 0.664 3.212 0.112 2.874 0 2.126 L 0.861 2.126 C 0.9 2.407 1.131 2.559 1.451 2.559 C 1.755 2.559 1.907 2.441 1.907 2.256 C 1.907 1.671 0.073 2.194 0.073 0.979 C 0.073 0.473 0.484 0 1.294 0 C 2.019 0 2.571 0.332 2.655 1.097 L 1.8 1.097 C 1.749 0.787 1.569 0.658 1.266 0.658 C 1.041 0.658 0.894 0.771 0.894 0.934 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118749999999974px" id="C8F87w8k0" transform="translate(24.486 1.253)" width="2.767499999999984px"/><path d="M 0.861 4.365 L 0 4.365 L 0 0.096 L 0.861 0.096 L 0.861 0.411 C 1.046 0.146 1.305 0 1.62 0 C 2.402 0 2.891 0.613 2.891 1.603 C 2.891 2.633 2.391 3.212 1.62 3.212 C 1.299 3.212 1.041 3.077 0.861 2.818 Z M 1.44 0.697 C 1.057 0.697 0.861 1.018 0.861 1.603 C 0.861 2.188 1.063 2.514 1.44 2.514 C 1.811 2.514 2.008 2.194 2.008 1.603 C 2.008 1.018 1.806 0.697 1.44 0.697 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.365000000000011px" id="KWWAFuy_Z" transform="translate(27.574 1.253)" width="2.8912499999999426px"/><path d="M 2.981 2.126 C 2.824 2.824 2.261 3.212 1.519 3.212 C 0.579 3.212 0 2.604 0 1.609 C 0 0.579 0.585 0 1.485 0 C 2.391 0 2.959 0.602 2.959 1.592 L 2.959 1.783 L 0.877 1.783 C 0.922 2.267 1.147 2.526 1.519 2.526 C 1.8 2.526 1.991 2.402 2.081 2.126 Z M 1.485 0.686 C 1.164 0.686 0.962 0.894 0.894 1.288 L 2.07 1.288 C 2.003 0.894 1.8 0.686 1.485 0.686 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118750000000116px" id="mW4_Y3Ust" transform="translate(30.677 1.253)" width="2.981249999999932px"/><path d="M 2.981 2.126 C 2.824 2.824 2.261 3.212 1.519 3.212 C 0.579 3.212 0 2.604 0 1.609 C 0 0.579 0.585 0 1.485 0 C 2.391 0 2.959 0.602 2.959 1.592 L 2.959 1.783 L 0.877 1.783 C 0.922 2.267 1.148 2.526 1.519 2.526 C 1.8 2.526 1.991 2.402 2.081 2.126 Z M 1.485 0.686 C 1.164 0.686 0.962 0.894 0.894 1.288 L 2.07 1.288 C 2.002 0.894 1.8 0.686 1.485 0.686 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118750000000116px" id="zG6TheerN" transform="translate(33.866 1.253)" width="2.981250000000003px"/><path d="M 1.266 4.14 C 0.489 4.14 0 3.533 0 2.537 C 0 1.508 0.501 0.928 1.266 0.928 C 1.586 0.928 1.845 1.063 2.031 1.322 L 2.031 0 L 2.891 0 L 2.891 4.05 L 2.031 4.05 L 2.031 3.729 C 1.845 3.994 1.581 4.14 1.266 4.14 Z M 1.451 3.443 C 1.834 3.443 2.031 3.128 2.031 2.537 C 2.031 1.952 1.828 1.626 1.451 1.626 C 1.08 1.626 0.883 1.946 0.883 2.537 C 0.883 3.122 1.086 3.443 1.451 3.443 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.14000000000001px" id="C5OYnxCgC" transform="translate(37.055 0.325)" width="2.8912499999998715px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 8" xmlns="http://www.w3.org/2000/svg"><g d="M 0 2.5 C 0 3.881 1.119 5 2.5 5 L 2.5 2.5 C 2.5 3.881 3.619 5 5 5 L 5 2.5 C 5 3.881 6.119 5 7.5 5 C 8.881 5 10 3.881 10 2.5 C 10 1.119 8.881 0 7.5 0 C 6.119 0 5 1.119 5 2.5 L 5 0 C 3.619 0 2.5 1.119 2.5 2.5 L 2.5 0 C 1.119 0 0 1.119 0 2.5 Z M 12.083 4.375 L 12.083 0.55 L 12.983 0.55 L 12.983 3.644 L 14.665 3.644 L 14.665 4.375 Z M 14.985 1.045 L 14.985 0.325 L 15.846 0.325 L 15.846 1.045 Z M 14.985 4.375 L 14.985 1.349 L 15.846 1.349 L 15.846 4.375 Z M 17.426 4.381 C 16.661 4.381 16.183 3.784 16.183 2.823 C 16.183 1.816 16.672 1.253 17.426 1.253 C 17.763 1.253 18.028 1.383 18.213 1.63 L 18.213 1.349 L 19.074 1.349 L 19.074 4.476 C 19.074 5.286 18.5 5.708 17.707 5.708 C 16.936 5.708 16.38 5.371 16.273 4.634 L 17.133 4.634 C 17.167 4.904 17.398 5.05 17.696 5.05 C 18.005 5.05 18.213 4.909 18.213 4.488 L 18.213 3.981 C 18.022 4.246 17.752 4.381 17.426 4.381 Z M 17.634 3.683 C 18.016 3.683 18.213 3.379 18.213 2.817 C 18.213 2.26 18.011 1.951 17.634 1.951 C 17.263 1.951 17.066 2.254 17.066 2.823 C 17.066 3.374 17.263 3.683 17.634 3.683 Z M 19.545 4.375 L 19.545 0.325 L 20.406 0.325 L 20.406 1.748 C 20.602 1.411 20.912 1.253 21.283 1.253 C 21.862 1.253 22.296 1.608 22.296 2.356 L 22.296 4.375 L 21.435 4.375 L 21.435 2.53 C 21.435 2.148 21.283 1.951 20.968 1.951 C 20.625 1.951 20.406 2.249 20.406 2.637 L 20.406 4.375 Z M 22.879 3.391 L 22.879 2.001 L 22.508 2.001 L 22.508 1.349 L 22.879 1.349 L 22.879 0.646 L 23.74 0.646 L 23.74 1.349 L 24.359 1.349 L 24.359 2.001 L 23.74 2.001 L 23.74 3.284 C 23.74 3.576 23.819 3.739 24.19 3.739 L 24.353 3.739 L 24.353 4.386 C 24.258 4.431 24.066 4.465 23.836 4.465 C 23.189 4.465 22.879 4.094 22.879 3.391 Z M 25.38 2.187 C 25.38 2.783 27.253 2.26 27.253 3.458 C 27.253 4.054 26.702 4.465 25.914 4.465 C 25.149 4.465 24.598 4.128 24.486 3.379 L 25.346 3.379 C 25.386 3.661 25.616 3.813 25.937 3.813 C 26.241 3.813 26.392 3.694 26.392 3.509 C 26.392 2.924 24.559 3.447 24.559 2.232 C 24.559 1.726 24.969 1.253 25.779 1.253 C 26.505 1.253 27.056 1.585 27.141 2.35 L 26.286 2.35 C 26.235 2.041 26.055 1.911 25.751 1.911 C 25.526 1.911 25.38 2.024 25.38 2.187 Z M 28.434 5.618 L 27.574 5.618 L 27.574 1.349 L 28.434 1.349 L 28.434 1.664 C 28.62 1.399 28.879 1.253 29.194 1.253 C 29.975 1.253 30.465 1.866 30.465 2.856 C 30.465 3.886 29.964 4.465 29.194 4.465 C 28.873 4.465 28.614 4.33 28.434 4.071 Z M 29.014 1.951 C 28.631 1.951 28.434 2.271 28.434 2.856 C 28.434 3.441 28.637 3.768 29.014 3.768 C 29.385 3.768 29.582 3.447 29.582 2.856 C 29.582 2.271 29.379 1.951 29.014 1.951 Z M 33.658 3.379 C 33.501 4.077 32.938 4.465 32.196 4.465 C 31.256 4.465 30.677 3.858 30.677 2.862 C 30.677 1.833 31.262 1.253 32.162 1.253 C 33.068 1.253 33.636 1.855 33.636 2.845 L 33.636 3.036 L 31.555 3.036 C 31.6 3.52 31.825 3.779 32.196 3.779 C 32.477 3.779 32.668 3.655 32.758 3.379 Z M 32.162 1.939 C 31.841 1.939 31.639 2.148 31.571 2.541 L 32.747 2.541 C 32.68 2.148 32.477 1.939 32.162 1.939 Z M 36.847 3.379 C 36.69 4.077 36.127 4.465 35.385 4.465 C 34.445 4.465 33.866 3.858 33.866 2.862 C 33.866 1.833 34.451 1.253 35.351 1.253 C 36.256 1.253 36.825 1.855 36.825 2.845 L 36.825 3.036 L 34.743 3.036 C 34.788 3.52 35.013 3.779 35.385 3.779 C 35.666 3.779 35.857 3.655 35.947 3.379 Z M 35.351 1.939 C 35.03 1.939 34.828 2.148 34.76 2.541 L 35.936 2.541 C 35.868 2.148 35.666 1.939 35.351 1.939 Z M 38.32 4.465 C 37.544 4.465 37.055 3.858 37.055 2.862 C 37.055 1.833 37.555 1.253 38.32 1.253 C 38.641 1.253 38.9 1.388 39.085 1.647 L 39.085 0.325 L 39.946 0.325 L 39.946 4.375 L 39.085 4.375 L 39.085 4.054 C 38.9 4.319 38.635 4.465 38.32 4.465 Z M 38.506 3.768 C 38.889 3.768 39.085 3.453 39.085 2.862 C 39.085 2.277 38.883 1.951 38.506 1.951 C 38.135 1.951 37.938 2.271 37.938 2.862 C 37.938 3.447 38.14 3.768 38.506 3.768 Z" fill="transparent" height="5.708146529197702px" id="LKq6Rqrvo" transform="translate(0 1.5)" width="39.94604049682604px"><path d="M 0 2.5 C 0 3.881 1.119 5 2.5 5 L 2.5 2.5 C 2.5 3.881 3.619 5 5 5 L 5 2.5 C 5 3.881 6.119 5 7.5 5 C 8.881 5 10 3.881 10 2.5 C 10 1.119 8.881 0 7.5 0 C 6.119 0 5 1.119 5 2.5 L 5 0 C 3.619 0 2.5 1.119 2.5 2.5 L 2.5 0 C 1.119 0 0 1.119 0 2.5 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5px" id="wBq2pGaqv" width="10px"/><path d="M 0 3.825 L 0 0 L 0.9 0 L 0.9 3.094 L 2.582 3.094 L 2.582 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8249999999999993px" id="M6212v5a3" transform="translate(12.083 0.55)" width="2.5818750000000037px"/><path d="M 0 0.72 L 0 0 L 0.861 0 L 0.861 0.72 Z M 0 4.05 L 0 1.024 L 0.861 1.024 L 0.861 4.05 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.050000662803649px" id="VvCgQ7TyJ" transform="translate(14.985 0.325)" width="1px"/><path d="M 1.243 3.128 C 0.478 3.128 0 2.531 0 1.569 C 0 0.563 0.489 0 1.243 0 C 1.581 0 1.845 0.129 2.031 0.377 L 2.031 0.096 L 2.891 0.096 L 2.891 3.223 C 2.891 4.033 2.317 4.455 1.524 4.455 C 0.754 4.455 0.197 4.118 0.09 3.381 L 0.951 3.381 C 0.984 3.651 1.215 3.797 1.513 3.797 C 1.822 3.797 2.031 3.656 2.031 3.234 L 2.031 2.728 C 1.839 2.993 1.569 3.128 1.243 3.128 Z M 1.451 2.43 C 1.834 2.43 2.031 2.126 2.031 1.564 C 2.031 1.007 1.828 0.697 1.451 0.697 C 1.08 0.697 0.883 1.001 0.883 1.569 C 0.883 2.121 1.08 2.43 1.451 2.43 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.455000000000009px" id="aLHqP6dOm" transform="translate(16.183 1.253)" width="2.891249999999964px"/><path d="M 0 4.05 L 0 0 L 0.861 0 L 0.861 1.423 C 1.058 1.086 1.367 0.928 1.738 0.928 C 2.318 0.928 2.751 1.282 2.751 2.031 L 2.751 4.05 L 1.89 4.05 L 1.89 2.205 C 1.89 1.822 1.738 1.626 1.423 1.626 C 1.08 1.626 0.861 1.924 0.861 2.312 L 0.861 4.05 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.049999999999999px" id="QrpBxmWcr" transform="translate(19.545 0.325)" width="2.750687499999998px"/><path d="M 0.371 2.745 L 0.371 1.356 L 0 1.356 L 0 0.703 L 0.371 0.703 L 0.371 0 L 1.232 0 L 1.232 0.703 L 1.851 0.703 L 1.851 1.356 L 1.232 1.356 L 1.232 2.638 C 1.232 2.931 1.311 3.094 1.682 3.094 L 1.845 3.094 L 1.845 3.741 C 1.749 3.786 1.558 3.819 1.328 3.819 C 0.681 3.819 0.371 3.448 0.371 2.745 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.819375000000001px" id="nf8Pgxl_t" transform="translate(22.508 0.646)" width="1.8506249999999937px"/><path d="M 0.894 0.934 C 0.894 1.53 2.767 1.007 2.767 2.205 C 2.767 2.801 2.216 3.212 1.429 3.212 C 0.664 3.212 0.112 2.874 0 2.126 L 0.861 2.126 C 0.9 2.407 1.131 2.559 1.451 2.559 C 1.755 2.559 1.907 2.441 1.907 2.256 C 1.907 1.671 0.073 2.194 0.073 0.979 C 0.073 0.473 0.484 0 1.294 0 C 2.019 0 2.571 0.332 2.655 1.097 L 1.8 1.097 C 1.749 0.787 1.569 0.658 1.266 0.658 C 1.041 0.658 0.894 0.771 0.894 0.934 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118749999999974px" id="C8F87w8k0" transform="translate(24.486 1.253)" width="2.767499999999984px"/><path d="M 0.861 4.365 L 0 4.365 L 0 0.096 L 0.861 0.096 L 0.861 0.411 C 1.046 0.146 1.305 0 1.62 0 C 2.402 0 2.891 0.613 2.891 1.603 C 2.891 2.633 2.391 3.212 1.62 3.212 C 1.299 3.212 1.041 3.077 0.861 2.818 Z M 1.44 0.697 C 1.057 0.697 0.861 1.018 0.861 1.603 C 0.861 2.188 1.063 2.514 1.44 2.514 C 1.811 2.514 2.008 2.194 2.008 1.603 C 2.008 1.018 1.806 0.697 1.44 0.697 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.365000000000011px" id="KWWAFuy_Z" transform="translate(27.574 1.253)" width="2.8912499999999426px"/><path d="M 2.981 2.126 C 2.824 2.824 2.261 3.212 1.519 3.212 C 0.579 3.212 0 2.604 0 1.609 C 0 0.579 0.585 0 1.485 0 C 2.391 0 2.959 0.602 2.959 1.592 L 2.959 1.783 L 0.877 1.783 C 0.922 2.267 1.147 2.526 1.519 2.526 C 1.8 2.526 1.991 2.402 2.081 2.126 Z M 1.485 0.686 C 1.164 0.686 0.962 0.894 0.894 1.288 L 2.07 1.288 C 2.003 0.894 1.8 0.686 1.485 0.686 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118750000000116px" id="mW4_Y3Ust" transform="translate(30.677 1.253)" width="2.981249999999932px"/><path d="M 2.981 2.126 C 2.824 2.824 2.261 3.212 1.519 3.212 C 0.579 3.212 0 2.604 0 1.609 C 0 0.579 0.585 0 1.485 0 C 2.391 0 2.959 0.602 2.959 1.592 L 2.959 1.783 L 0.877 1.783 C 0.922 2.267 1.148 2.526 1.519 2.526 C 1.8 2.526 1.991 2.402 2.081 2.126 Z M 1.485 0.686 C 1.164 0.686 0.962 0.894 0.894 1.288 L 2.07 1.288 C 2.002 0.894 1.8 0.686 1.485 0.686 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.2118750000000116px" id="zG6TheerN" transform="translate(33.866 1.253)" width="2.981250000000003px"/><path d="M 1.266 4.14 C 0.489 4.14 0 3.533 0 2.537 C 0 1.508 0.501 0.928 1.266 0.928 C 1.586 0.928 1.845 1.063 2.031 1.322 L 2.031 0 L 2.891 0 L 2.891 4.05 L 2.031 4.05 L 2.031 3.729 C 1.845 3.994 1.581 4.14 1.266 4.14 Z M 1.451 3.443 C 1.834 3.443 2.031 3.128 2.031 2.537 C 2.031 1.952 1.828 1.626 1.451 1.626 C 1.08 1.626 0.883 1.946 0.883 2.537 C 0.883 3.122 1.086 3.443 1.451 3.443 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.14000000000001px" id="C5OYnxCgC" transform="translate(37.055 0.325)" width="2.8912499999998715px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-60wsf {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 8" xmlns="http://www.w3.org/2000/svg"><g d="M 4.027 3.621 L 3.824 3.418 L 1.929 1.523 L 2.335 1.117 L 3.74 2.522 L 3.74 0 L 4.314 0 L 4.314 2.522 L 5.718 1.117 L 6.124 1.523 L 4.23 3.418 Z M 4.635 3.824 L 6.53 1.929 L 6.936 2.335 L 5.532 3.74 L 8.038 3.74 L 8.038 4.314 L 5.532 4.314 L 6.936 5.719 L 6.53 6.125 L 4.432 4.027 Z M 1.117 5.719 L 2.522 4.314 L 0 4.314 L 0 3.74 L 2.522 3.74 L 1.117 2.335 L 1.523 1.929 L 3.418 3.824 L 3.621 4.027 L 3.418 4.23 L 1.523 6.125 Z M 4.027 4.433 L 6.124 6.531 L 5.718 6.937 L 4.314 5.532 L 4.314 8.038 L 3.74 8.038 L 3.74 5.532 L 2.335 6.937 L 1.929 6.531 L 3.824 4.636 Z M 15.935 5.741 C 15.996 5.573 16.028 5.385 16.028 5.184 C 16.028 4.362 15.496 3.778 14.618 3.778 C 13.734 3.778 13.202 4.362 13.202 5.184 C 13.202 5.385 13.234 5.573 13.295 5.741 L 14.166 5.741 C 14.077 5.609 14.028 5.422 14.028 5.184 C 14.028 4.672 14.251 4.398 14.618 4.398 C 14.979 4.398 15.201 4.672 15.201 5.184 C 15.201 5.422 15.153 5.609 15.065 5.741 Z M 11.424 2.724 C 11.915 2.724 12.101 3.018 12.168 3.421 L 13.098 3.421 C 13.01 2.564 12.473 1.964 11.465 1.964 C 10.297 1.964 9.672 2.781 9.672 3.892 C 9.672 5.008 10.297 5.824 11.465 5.824 C 12.478 5.824 13.016 5.225 13.098 4.357 L 12.168 4.357 C 12.106 4.77 11.92 5.065 11.424 5.065 C 10.809 5.065 10.602 4.589 10.602 3.892 C 10.602 3.199 10.809 2.724 11.424 2.724 Z M 18.773 3.954 C 18.773 3.349 18.427 3.013 17.915 3.013 C 17.445 3.013 17.186 3.235 17.047 3.478 L 17.036 3.478 L 17.036 3.049 L 16.21 3.049 L 16.21 5.742 L 17.036 5.742 L 17.036 4.212 C 17.036 3.845 17.217 3.685 17.533 3.685 C 17.806 3.685 17.946 3.819 17.946 4.217 L 17.946 5.742 L 18.773 5.742 Z M 18.786 3.096 L 19.613 3.096 L 20.15 4.822 L 20.16 4.822 L 20.698 3.096 L 21.525 3.096 L 20.61 5.742 L 19.7 5.742 Z M 24.053 5.018 C 23.891 5.507 23.483 5.824 22.8 5.824 C 21.922 5.824 21.39 5.246 21.39 4.419 C 21.39 3.613 21.912 3.013 22.754 3.013 C 23.658 3.013 24.118 3.675 24.118 4.636 L 24.114 4.636 L 24.114 4.635 L 22.966 4.635 L 22.966 4.636 L 22.216 4.636 C 22.216 5.008 22.49 5.204 22.785 5.204 C 23.012 5.204 23.143 5.119 23.213 5.018 Z M 23.291 4.135 C 23.291 3.768 23.069 3.582 22.754 3.582 C 22.439 3.582 22.216 3.768 22.216 4.135 Z M 25.78 3.049 C 25.852 3.049 25.914 3.049 26.007 3.07 L 26.007 3.793 L 25.997 3.793 C 25.573 3.716 25.124 3.948 25.124 4.512 L 25.124 5.742 L 24.297 5.742 L 24.297 3.049 L 25.124 3.049 L 25.124 3.53 L 25.134 3.53 C 25.263 3.235 25.491 3.049 25.78 3.049 Z M 28.674 5.483 C 28.674 6.357 28.173 6.656 27.372 6.656 C 26.535 6.656 26.147 6.222 26.054 5.798 L 26.881 5.798 C 26.932 5.943 27.062 6.062 27.351 6.062 C 27.723 6.062 27.847 5.866 27.847 5.426 L 27.847 5.271 L 27.837 5.271 C 27.733 5.411 27.501 5.618 27.113 5.618 C 26.436 5.618 26.002 5.08 26.002 4.315 C 26.002 3.551 26.436 3.013 27.113 3.013 C 27.501 3.013 27.733 3.22 27.837 3.359 L 27.847 3.359 L 27.847 3.049 L 28.674 3.049 Z M 27.33 3.633 C 26.994 3.633 26.829 3.886 26.829 4.315 C 26.829 4.744 26.994 4.997 27.33 4.997 C 27.666 4.997 27.832 4.744 27.832 4.315 C 27.832 3.886 27.666 3.633 27.33 3.633 Z M 30.251 5.204 C 30.478 5.204 30.61 5.119 30.68 5.018 L 31.52 5.018 C 31.357 5.507 30.95 5.824 30.267 5.824 C 29.388 5.824 28.856 5.246 28.856 4.419 C 28.856 3.613 29.378 3.013 30.22 3.013 C 31.125 3.013 31.585 3.675 31.585 4.636 L 31.579 4.636 L 31.579 4.635 L 30.43 4.635 L 30.43 4.636 L 29.683 4.636 C 29.683 5.008 29.957 5.204 30.251 5.204 Z M 30.22 3.582 C 29.905 3.582 29.683 3.768 29.683 4.135 L 30.758 4.135 C 30.758 3.768 30.536 3.582 30.22 3.582 Z M 34.326 3.954 C 34.326 3.349 33.98 3.013 33.468 3.013 C 32.998 3.013 32.74 3.235 32.6 3.478 L 32.59 3.478 L 32.59 3.049 L 31.763 3.049 L 31.763 5.742 L 32.59 5.742 L 32.59 4.212 C 32.59 3.845 32.771 3.685 33.086 3.685 C 33.36 3.685 33.499 3.819 33.499 4.217 L 33.499 5.742 L 34.326 5.742 Z M 36.317 4.083 C 36.291 3.871 36.178 3.633 35.847 3.633 C 35.506 3.633 35.315 3.923 35.315 4.419 C 35.315 4.915 35.501 5.204 35.847 5.204 C 36.178 5.204 36.291 4.982 36.317 4.744 L 37.129 4.744 C 37.087 5.37 36.612 5.824 35.852 5.824 C 35.015 5.824 34.488 5.246 34.488 4.419 C 34.488 3.597 35.015 3.013 35.832 3.013 C 36.602 3.013 37.061 3.468 37.129 4.083 Z M 39.839 5.018 C 39.676 5.507 39.269 5.824 38.586 5.824 C 37.708 5.824 37.175 5.246 37.175 4.419 C 37.175 3.613 37.697 3.013 38.54 3.013 C 39.444 3.013 39.904 3.674 39.904 4.635 L 38.851 4.635 L 38.851 4.636 L 38.002 4.636 C 38.002 5.008 38.276 5.204 38.571 5.204 C 38.798 5.204 38.929 5.119 38.999 5.018 Z M 39.077 4.135 C 39.077 3.768 38.855 3.582 38.54 3.582 C 38.224 3.582 38.002 3.768 38.002 4.135 Z" fill="transparent" height="8.03827776650607px" id="M5NBNV9Gf" transform="translate(0 -0.021)" width="39.90374453895987px"><path d="M 4.027 3.621 L 3.824 3.418 L 1.929 1.523 L 2.335 1.117 L 3.74 2.522 L 3.74 0 L 4.314 0 L 4.314 2.522 L 5.718 1.117 L 6.124 1.523 L 4.23 3.418 Z M 4.635 3.824 L 6.53 1.929 L 6.936 2.335 L 5.532 3.74 L 8.038 3.74 L 8.038 4.314 L 5.532 4.314 L 6.936 5.719 L 6.53 6.125 L 4.432 4.027 Z M 1.117 5.719 L 2.522 4.314 L 0 4.314 L 0 3.74 L 2.522 3.74 L 1.117 2.335 L 1.523 1.929 L 3.418 3.824 L 3.621 4.027 L 3.418 4.23 L 1.523 6.125 Z M 4.027 4.433 L 6.124 6.531 L 5.718 6.937 L 4.314 5.532 L 4.314 8.038 L 3.74 8.038 L 3.74 5.532 L 2.335 6.937 L 1.929 6.531 L 3.824 4.636 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="8.03827776650607px" id="HBPtGpFsR" width="8.037903755735554px"/><path d="M 2.733 1.963 C 2.794 1.795 2.827 1.607 2.827 1.406 C 2.827 0.584 2.294 0 1.416 0 C 0.532 0 0 0.584 0 1.406 C 0 1.607 0.032 1.795 0.094 1.963 L 0.964 1.963 C 0.875 1.831 0.827 1.644 0.827 1.406 C 0.827 0.894 1.049 0.62 1.416 0.62 C 1.778 0.62 2 0.894 2 1.406 C 2 1.644 1.951 1.831 1.863 1.963 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="1.9628899521531125px" id="MYYCzIExz" transform="translate(13.202 3.778)" width="2.826602870813396px"/><path d="M 1.752 0.76 C 2.243 0.76 2.429 1.054 2.496 1.457 L 3.426 1.457 C 3.338 0.599 2.801 0 1.793 0 C 0.625 0 0 0.816 0 1.927 C 0 3.044 0.625 3.86 1.793 3.86 C 2.806 3.86 3.343 3.261 3.426 2.393 L 2.496 2.393 C 2.434 2.806 2.248 3.1 1.752 3.1 C 1.137 3.1 0.93 2.625 0.93 1.927 C 0.93 1.235 1.137 0.76 1.752 0.76 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.860095693779906px" id="d1YjLTtdh" transform="translate(9.672 1.964)" width="3.426028708133977px"/><path d="M 2.563 0.94 C 2.563 0.336 2.217 0 1.705 0 C 1.235 0 0.977 0.222 0.837 0.465 L 0.827 0.465 L 0.827 0.036 L 0 0.036 L 0 2.728 L 0.827 2.728 L 0.827 1.199 C 0.827 0.832 1.008 0.672 1.323 0.672 C 1.597 0.672 1.736 0.806 1.736 1.204 L 1.736 2.728 L 2.563 2.728 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.72842105263158px" id="hD462g6Aa" transform="translate(16.21 3.013)" width="2.563062200956935px"/><path d="M 0 0 L 0.827 0 L 1.364 1.726 L 1.374 1.726 L 1.912 0 L 2.739 0 L 1.824 2.646 L 0.915 2.646 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.6457416267942584px" id="SvUOqxtGj" transform="translate(18.786 3.096)" width="2.7386794258373186px"/><path d="M 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.269 0 2.728 0.661 2.728 1.623 L 2.725 1.623 L 2.725 1.622 L 1.576 1.622 L 1.576 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 Z M 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="FChfXLIRs" transform="translate(21.39 3.013)" width="2.728421052631603px"/><path d="M 1.483 0.001 C 1.555 0.001 1.617 0.001 1.71 0.021 L 1.71 0.745 L 1.7 0.745 C 1.276 0.667 0.827 0.9 0.827 1.463 L 0.827 2.693 L 0 2.693 L 0 0 L 0.827 0 L 0.827 0.481 L 0.837 0.481 C 0.966 0.187 1.194 0.001 1.483 0.001 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.692803827751197px" id="TD2osvDhI" transform="translate(24.297 3.049)" width="1.710430622009568px"/><path d="M 2.672 2.47 C 2.672 3.343 2.17 3.643 1.369 3.643 C 0.532 3.643 0.145 3.209 0.052 2.785 L 0.878 2.785 C 0.93 2.93 1.059 3.049 1.349 3.049 C 1.721 3.049 1.845 2.852 1.845 2.413 L 1.845 2.258 L 1.834 2.258 C 1.731 2.398 1.499 2.604 1.111 2.604 C 0.434 2.604 0 2.067 0 1.302 C 0 0.537 0.434 0 1.111 0 C 1.499 0 1.731 0.207 1.834 0.346 L 1.845 0.346 L 1.845 0.036 L 2.672 0.036 Z M 1.328 0.62 C 0.992 0.62 0.827 0.873 0.827 1.302 C 0.827 1.731 0.992 1.984 1.328 1.984 C 1.664 1.984 1.829 1.731 1.829 1.302 C 1.829 0.873 1.664 0.62 1.328 0.62 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.64306220095693px" id="x5tDqb2uE" transform="translate(26.002 3.013)" width="2.6715789473684737px"/><path d="M 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 L 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.269 0 2.728 0.661 2.728 1.623 L 2.722 1.623 L 2.722 1.622 L 1.574 1.622 L 1.574 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 Z M 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 L 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="eO0pUp7E0" transform="translate(28.856 3.013)" width="2.7284210526315746px"/><path d="M 2.563 0.94 C 2.563 0.336 2.217 0 1.705 0 C 1.235 0 0.977 0.222 0.837 0.465 L 0.827 0.465 L 0.827 0.036 L 0 0.036 L 0 2.728 L 0.827 2.728 L 0.827 1.199 C 0.827 0.832 1.008 0.672 1.323 0.672 C 1.597 0.672 1.736 0.806 1.736 1.204 L 1.736 2.728 L 2.563 2.728 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.72842105263158px" id="JPzxPjy91" transform="translate(31.763 3.013)" width="2.563062200956921px"/><path d="M 1.829 1.07 C 1.803 0.858 1.69 0.62 1.359 0.62 C 1.018 0.62 0.827 0.909 0.827 1.406 C 0.827 1.902 1.013 2.191 1.359 2.191 C 1.69 2.191 1.803 1.969 1.829 1.731 L 2.641 1.731 C 2.599 2.356 2.124 2.811 1.364 2.811 C 0.527 2.811 0 2.232 0 1.406 C 0 0.584 0.527 0 1.344 0 C 2.113 0 2.573 0.455 2.641 1.07 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784689015px" id="rjQ_a4fWq" transform="translate(34.488 3.013)" width="2.640574162679428px"/><path d="M 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.268 0 2.728 0.661 2.728 1.622 L 1.676 1.622 L 1.676 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 Z M 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="A04EppWVO" transform="translate(37.175 3.013)" width="2.728421052631745px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 5;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 8" xmlns="http://www.w3.org/2000/svg"><g d="M 4.027 3.621 L 3.824 3.418 L 1.929 1.523 L 2.335 1.117 L 3.74 2.522 L 3.74 0 L 4.314 0 L 4.314 2.522 L 5.718 1.117 L 6.124 1.523 L 4.23 3.418 Z M 4.635 3.824 L 6.53 1.929 L 6.936 2.335 L 5.532 3.74 L 8.038 3.74 L 8.038 4.314 L 5.532 4.314 L 6.936 5.719 L 6.53 6.125 L 4.432 4.027 Z M 1.117 5.719 L 2.522 4.314 L 0 4.314 L 0 3.74 L 2.522 3.74 L 1.117 2.335 L 1.523 1.929 L 3.418 3.824 L 3.621 4.027 L 3.418 4.23 L 1.523 6.125 Z M 4.027 4.433 L 6.124 6.531 L 5.718 6.937 L 4.314 5.532 L 4.314 8.038 L 3.74 8.038 L 3.74 5.532 L 2.335 6.937 L 1.929 6.531 L 3.824 4.636 Z M 15.935 5.741 C 15.996 5.573 16.028 5.385 16.028 5.184 C 16.028 4.362 15.496 3.778 14.618 3.778 C 13.734 3.778 13.202 4.362 13.202 5.184 C 13.202 5.385 13.234 5.573 13.295 5.741 L 14.166 5.741 C 14.077 5.609 14.028 5.422 14.028 5.184 C 14.028 4.672 14.251 4.398 14.618 4.398 C 14.979 4.398 15.201 4.672 15.201 5.184 C 15.201 5.422 15.153 5.609 15.065 5.741 Z M 11.424 2.724 C 11.915 2.724 12.101 3.018 12.168 3.421 L 13.098 3.421 C 13.01 2.564 12.473 1.964 11.465 1.964 C 10.297 1.964 9.672 2.781 9.672 3.892 C 9.672 5.008 10.297 5.824 11.465 5.824 C 12.478 5.824 13.016 5.225 13.098 4.357 L 12.168 4.357 C 12.106 4.77 11.92 5.065 11.424 5.065 C 10.809 5.065 10.602 4.589 10.602 3.892 C 10.602 3.199 10.809 2.724 11.424 2.724 Z M 18.773 3.954 C 18.773 3.349 18.427 3.013 17.915 3.013 C 17.445 3.013 17.186 3.235 17.047 3.478 L 17.036 3.478 L 17.036 3.049 L 16.21 3.049 L 16.21 5.742 L 17.036 5.742 L 17.036 4.212 C 17.036 3.845 17.217 3.685 17.533 3.685 C 17.806 3.685 17.946 3.819 17.946 4.217 L 17.946 5.742 L 18.773 5.742 Z M 18.786 3.096 L 19.613 3.096 L 20.15 4.822 L 20.16 4.822 L 20.698 3.096 L 21.525 3.096 L 20.61 5.742 L 19.7 5.742 Z M 24.053 5.018 C 23.891 5.507 23.483 5.824 22.8 5.824 C 21.922 5.824 21.39 5.246 21.39 4.419 C 21.39 3.613 21.912 3.013 22.754 3.013 C 23.658 3.013 24.118 3.675 24.118 4.636 L 24.114 4.636 L 24.114 4.635 L 22.966 4.635 L 22.966 4.636 L 22.216 4.636 C 22.216 5.008 22.49 5.204 22.785 5.204 C 23.012 5.204 23.143 5.119 23.213 5.018 Z M 23.291 4.135 C 23.291 3.768 23.069 3.582 22.754 3.582 C 22.439 3.582 22.216 3.768 22.216 4.135 Z M 25.78 3.049 C 25.852 3.049 25.914 3.049 26.007 3.07 L 26.007 3.793 L 25.997 3.793 C 25.573 3.716 25.124 3.948 25.124 4.512 L 25.124 5.742 L 24.297 5.742 L 24.297 3.049 L 25.124 3.049 L 25.124 3.53 L 25.134 3.53 C 25.263 3.235 25.491 3.049 25.78 3.049 Z M 28.674 5.483 C 28.674 6.357 28.173 6.656 27.372 6.656 C 26.535 6.656 26.147 6.222 26.054 5.798 L 26.881 5.798 C 26.932 5.943 27.062 6.062 27.351 6.062 C 27.723 6.062 27.847 5.866 27.847 5.426 L 27.847 5.271 L 27.837 5.271 C 27.733 5.411 27.501 5.618 27.113 5.618 C 26.436 5.618 26.002 5.08 26.002 4.315 C 26.002 3.551 26.436 3.013 27.113 3.013 C 27.501 3.013 27.733 3.22 27.837 3.359 L 27.847 3.359 L 27.847 3.049 L 28.674 3.049 Z M 27.33 3.633 C 26.994 3.633 26.829 3.886 26.829 4.315 C 26.829 4.744 26.994 4.997 27.33 4.997 C 27.666 4.997 27.832 4.744 27.832 4.315 C 27.832 3.886 27.666 3.633 27.33 3.633 Z M 30.251 5.204 C 30.478 5.204 30.61 5.119 30.68 5.018 L 31.52 5.018 C 31.357 5.507 30.95 5.824 30.267 5.824 C 29.388 5.824 28.856 5.246 28.856 4.419 C 28.856 3.613 29.378 3.013 30.22 3.013 C 31.125 3.013 31.585 3.675 31.585 4.636 L 31.579 4.636 L 31.579 4.635 L 30.43 4.635 L 30.43 4.636 L 29.683 4.636 C 29.683 5.008 29.957 5.204 30.251 5.204 Z M 30.22 3.582 C 29.905 3.582 29.683 3.768 29.683 4.135 L 30.758 4.135 C 30.758 3.768 30.536 3.582 30.22 3.582 Z M 34.326 3.954 C 34.326 3.349 33.98 3.013 33.468 3.013 C 32.998 3.013 32.74 3.235 32.6 3.478 L 32.59 3.478 L 32.59 3.049 L 31.763 3.049 L 31.763 5.742 L 32.59 5.742 L 32.59 4.212 C 32.59 3.845 32.771 3.685 33.086 3.685 C 33.36 3.685 33.499 3.819 33.499 4.217 L 33.499 5.742 L 34.326 5.742 Z M 36.317 4.083 C 36.291 3.871 36.178 3.633 35.847 3.633 C 35.506 3.633 35.315 3.923 35.315 4.419 C 35.315 4.915 35.501 5.204 35.847 5.204 C 36.178 5.204 36.291 4.982 36.317 4.744 L 37.129 4.744 C 37.087 5.37 36.612 5.824 35.852 5.824 C 35.015 5.824 34.488 5.246 34.488 4.419 C 34.488 3.597 35.015 3.013 35.832 3.013 C 36.602 3.013 37.061 3.468 37.129 4.083 Z M 39.839 5.018 C 39.676 5.507 39.269 5.824 38.586 5.824 C 37.708 5.824 37.175 5.246 37.175 4.419 C 37.175 3.613 37.697 3.013 38.54 3.013 C 39.444 3.013 39.904 3.674 39.904 4.635 L 38.851 4.635 L 38.851 4.636 L 38.002 4.636 C 38.002 5.008 38.276 5.204 38.571 5.204 C 38.798 5.204 38.929 5.119 38.999 5.018 Z M 39.077 4.135 C 39.077 3.768 38.855 3.582 38.54 3.582 C 38.224 3.582 38.002 3.768 38.002 4.135 Z" fill="transparent" height="8.03827776650607px" id="M5NBNV9Gf" transform="translate(0 -0.021)" width="39.90374453895987px"><path d="M 4.027 3.621 L 3.824 3.418 L 1.929 1.523 L 2.335 1.117 L 3.74 2.522 L 3.74 0 L 4.314 0 L 4.314 2.522 L 5.718 1.117 L 6.124 1.523 L 4.23 3.418 Z M 4.635 3.824 L 6.53 1.929 L 6.936 2.335 L 5.532 3.74 L 8.038 3.74 L 8.038 4.314 L 5.532 4.314 L 6.936 5.719 L 6.53 6.125 L 4.432 4.027 Z M 1.117 5.719 L 2.522 4.314 L 0 4.314 L 0 3.74 L 2.522 3.74 L 1.117 2.335 L 1.523 1.929 L 3.418 3.824 L 3.621 4.027 L 3.418 4.23 L 1.523 6.125 Z M 4.027 4.433 L 6.124 6.531 L 5.718 6.937 L 4.314 5.532 L 4.314 8.038 L 3.74 8.038 L 3.74 5.532 L 2.335 6.937 L 1.929 6.531 L 3.824 4.636 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="8.03827776650607px" id="HBPtGpFsR" width="8.037903755735554px"/><path d="M 2.733 1.963 C 2.794 1.795 2.827 1.607 2.827 1.406 C 2.827 0.584 2.294 0 1.416 0 C 0.532 0 0 0.584 0 1.406 C 0 1.607 0.032 1.795 0.094 1.963 L 0.964 1.963 C 0.875 1.831 0.827 1.644 0.827 1.406 C 0.827 0.894 1.049 0.62 1.416 0.62 C 1.778 0.62 2 0.894 2 1.406 C 2 1.644 1.951 1.831 1.863 1.963 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="1.9628899521531125px" id="MYYCzIExz" transform="translate(13.202 3.778)" width="2.826602870813396px"/><path d="M 1.752 0.76 C 2.243 0.76 2.429 1.054 2.496 1.457 L 3.426 1.457 C 3.338 0.599 2.801 0 1.793 0 C 0.625 0 0 0.816 0 1.927 C 0 3.044 0.625 3.86 1.793 3.86 C 2.806 3.86 3.343 3.261 3.426 2.393 L 2.496 2.393 C 2.434 2.806 2.248 3.1 1.752 3.1 C 1.137 3.1 0.93 2.625 0.93 1.927 C 0.93 1.235 1.137 0.76 1.752 0.76 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.860095693779906px" id="d1YjLTtdh" transform="translate(9.672 1.964)" width="3.426028708133977px"/><path d="M 2.563 0.94 C 2.563 0.336 2.217 0 1.705 0 C 1.235 0 0.977 0.222 0.837 0.465 L 0.827 0.465 L 0.827 0.036 L 0 0.036 L 0 2.728 L 0.827 2.728 L 0.827 1.199 C 0.827 0.832 1.008 0.672 1.323 0.672 C 1.597 0.672 1.736 0.806 1.736 1.204 L 1.736 2.728 L 2.563 2.728 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.72842105263158px" id="hD462g6Aa" transform="translate(16.21 3.013)" width="2.563062200956935px"/><path d="M 0 0 L 0.827 0 L 1.364 1.726 L 1.374 1.726 L 1.912 0 L 2.739 0 L 1.824 2.646 L 0.915 2.646 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.6457416267942584px" id="SvUOqxtGj" transform="translate(18.786 3.096)" width="2.7386794258373186px"/><path d="M 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.269 0 2.728 0.661 2.728 1.623 L 2.725 1.623 L 2.725 1.622 L 1.576 1.622 L 1.576 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 Z M 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="FChfXLIRs" transform="translate(21.39 3.013)" width="2.728421052631603px"/><path d="M 1.483 0.001 C 1.555 0.001 1.617 0.001 1.71 0.021 L 1.71 0.745 L 1.7 0.745 C 1.276 0.667 0.827 0.9 0.827 1.463 L 0.827 2.693 L 0 2.693 L 0 0 L 0.827 0 L 0.827 0.481 L 0.837 0.481 C 0.966 0.187 1.194 0.001 1.483 0.001 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.692803827751197px" id="TD2osvDhI" transform="translate(24.297 3.049)" width="1.710430622009568px"/><path d="M 2.672 2.47 C 2.672 3.343 2.17 3.643 1.369 3.643 C 0.532 3.643 0.145 3.209 0.052 2.785 L 0.878 2.785 C 0.93 2.93 1.059 3.049 1.349 3.049 C 1.721 3.049 1.845 2.852 1.845 2.413 L 1.845 2.258 L 1.834 2.258 C 1.731 2.398 1.499 2.604 1.111 2.604 C 0.434 2.604 0 2.067 0 1.302 C 0 0.537 0.434 0 1.111 0 C 1.499 0 1.731 0.207 1.834 0.346 L 1.845 0.346 L 1.845 0.036 L 2.672 0.036 Z M 1.328 0.62 C 0.992 0.62 0.827 0.873 0.827 1.302 C 0.827 1.731 0.992 1.984 1.328 1.984 C 1.664 1.984 1.829 1.731 1.829 1.302 C 1.829 0.873 1.664 0.62 1.328 0.62 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.64306220095693px" id="x5tDqb2uE" transform="translate(26.002 3.013)" width="2.6715789473684737px"/><path d="M 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 L 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.269 0 2.728 0.661 2.728 1.623 L 2.722 1.623 L 2.722 1.622 L 1.574 1.622 L 1.574 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 Z M 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 L 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="eO0pUp7E0" transform="translate(28.856 3.013)" width="2.7284210526315746px"/><path d="M 2.563 0.94 C 2.563 0.336 2.217 0 1.705 0 C 1.235 0 0.977 0.222 0.837 0.465 L 0.827 0.465 L 0.827 0.036 L 0 0.036 L 0 2.728 L 0.827 2.728 L 0.827 1.199 C 0.827 0.832 1.008 0.672 1.323 0.672 C 1.597 0.672 1.736 0.806 1.736 1.204 L 1.736 2.728 L 2.563 2.728 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.72842105263158px" id="JPzxPjy91" transform="translate(31.763 3.013)" width="2.563062200956921px"/><path d="M 1.829 1.07 C 1.803 0.858 1.69 0.62 1.359 0.62 C 1.018 0.62 0.827 0.909 0.827 1.406 C 0.827 1.902 1.013 2.191 1.359 2.191 C 1.69 2.191 1.803 1.969 1.829 1.731 L 2.641 1.731 C 2.599 2.356 2.124 2.811 1.364 2.811 C 0.527 2.811 0 2.232 0 1.406 C 0 0.584 0.527 0 1.344 0 C 2.113 0 2.573 0.455 2.641 1.07 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784689015px" id="rjQ_a4fWq" transform="translate(34.488 3.013)" width="2.640574162679428px"/><path d="M 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.268 0 2.728 0.661 2.728 1.622 L 1.676 1.622 L 1.676 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 Z M 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="A04EppWVO" transform="translate(37.175 3.013)" width="2.728421052631745px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 8" xmlns="http://www.w3.org/2000/svg"><g d="M 4.027 3.621 L 3.824 3.418 L 1.929 1.523 L 2.335 1.117 L 3.74 2.522 L 3.74 0 L 4.314 0 L 4.314 2.522 L 5.718 1.117 L 6.124 1.523 L 4.23 3.418 Z M 4.635 3.824 L 6.53 1.929 L 6.936 2.335 L 5.532 3.74 L 8.038 3.74 L 8.038 4.314 L 5.532 4.314 L 6.936 5.719 L 6.53 6.125 L 4.432 4.027 Z M 1.117 5.719 L 2.522 4.314 L 0 4.314 L 0 3.74 L 2.522 3.74 L 1.117 2.335 L 1.523 1.929 L 3.418 3.824 L 3.621 4.027 L 3.418 4.23 L 1.523 6.125 Z M 4.027 4.433 L 6.124 6.531 L 5.718 6.937 L 4.314 5.532 L 4.314 8.038 L 3.74 8.038 L 3.74 5.532 L 2.335 6.937 L 1.929 6.531 L 3.824 4.636 Z M 15.935 5.741 C 15.996 5.573 16.028 5.385 16.028 5.184 C 16.028 4.362 15.496 3.778 14.618 3.778 C 13.734 3.778 13.202 4.362 13.202 5.184 C 13.202 5.385 13.234 5.573 13.295 5.741 L 14.166 5.741 C 14.077 5.609 14.028 5.422 14.028 5.184 C 14.028 4.672 14.251 4.398 14.618 4.398 C 14.979 4.398 15.201 4.672 15.201 5.184 C 15.201 5.422 15.153 5.609 15.065 5.741 Z M 11.424 2.724 C 11.915 2.724 12.101 3.018 12.168 3.421 L 13.098 3.421 C 13.01 2.564 12.473 1.964 11.465 1.964 C 10.297 1.964 9.672 2.781 9.672 3.892 C 9.672 5.008 10.297 5.824 11.465 5.824 C 12.478 5.824 13.016 5.225 13.098 4.357 L 12.168 4.357 C 12.106 4.77 11.92 5.065 11.424 5.065 C 10.809 5.065 10.602 4.589 10.602 3.892 C 10.602 3.199 10.809 2.724 11.424 2.724 Z M 18.773 3.954 C 18.773 3.349 18.427 3.013 17.915 3.013 C 17.445 3.013 17.186 3.235 17.047 3.478 L 17.036 3.478 L 17.036 3.049 L 16.21 3.049 L 16.21 5.742 L 17.036 5.742 L 17.036 4.212 C 17.036 3.845 17.217 3.685 17.533 3.685 C 17.806 3.685 17.946 3.819 17.946 4.217 L 17.946 5.742 L 18.773 5.742 Z M 18.786 3.096 L 19.613 3.096 L 20.15 4.822 L 20.16 4.822 L 20.698 3.096 L 21.525 3.096 L 20.61 5.742 L 19.7 5.742 Z M 24.053 5.018 C 23.891 5.507 23.483 5.824 22.8 5.824 C 21.922 5.824 21.39 5.246 21.39 4.419 C 21.39 3.613 21.912 3.013 22.754 3.013 C 23.658 3.013 24.118 3.675 24.118 4.636 L 24.114 4.636 L 24.114 4.635 L 22.966 4.635 L 22.966 4.636 L 22.216 4.636 C 22.216 5.008 22.49 5.204 22.785 5.204 C 23.012 5.204 23.143 5.119 23.213 5.018 Z M 23.291 4.135 C 23.291 3.768 23.069 3.582 22.754 3.582 C 22.439 3.582 22.216 3.768 22.216 4.135 Z M 25.78 3.049 C 25.852 3.049 25.914 3.049 26.007 3.07 L 26.007 3.793 L 25.997 3.793 C 25.573 3.716 25.124 3.948 25.124 4.512 L 25.124 5.742 L 24.297 5.742 L 24.297 3.049 L 25.124 3.049 L 25.124 3.53 L 25.134 3.53 C 25.263 3.235 25.491 3.049 25.78 3.049 Z M 28.674 5.483 C 28.674 6.357 28.173 6.656 27.372 6.656 C 26.535 6.656 26.147 6.222 26.054 5.798 L 26.881 5.798 C 26.932 5.943 27.062 6.062 27.351 6.062 C 27.723 6.062 27.847 5.866 27.847 5.426 L 27.847 5.271 L 27.837 5.271 C 27.733 5.411 27.501 5.618 27.113 5.618 C 26.436 5.618 26.002 5.08 26.002 4.315 C 26.002 3.551 26.436 3.013 27.113 3.013 C 27.501 3.013 27.733 3.22 27.837 3.359 L 27.847 3.359 L 27.847 3.049 L 28.674 3.049 Z M 27.33 3.633 C 26.994 3.633 26.829 3.886 26.829 4.315 C 26.829 4.744 26.994 4.997 27.33 4.997 C 27.666 4.997 27.832 4.744 27.832 4.315 C 27.832 3.886 27.666 3.633 27.33 3.633 Z M 30.251 5.204 C 30.478 5.204 30.61 5.119 30.68 5.018 L 31.52 5.018 C 31.357 5.507 30.95 5.824 30.267 5.824 C 29.388 5.824 28.856 5.246 28.856 4.419 C 28.856 3.613 29.378 3.013 30.22 3.013 C 31.125 3.013 31.585 3.675 31.585 4.636 L 31.579 4.636 L 31.579 4.635 L 30.43 4.635 L 30.43 4.636 L 29.683 4.636 C 29.683 5.008 29.957 5.204 30.251 5.204 Z M 30.22 3.582 C 29.905 3.582 29.683 3.768 29.683 4.135 L 30.758 4.135 C 30.758 3.768 30.536 3.582 30.22 3.582 Z M 34.326 3.954 C 34.326 3.349 33.98 3.013 33.468 3.013 C 32.998 3.013 32.74 3.235 32.6 3.478 L 32.59 3.478 L 32.59 3.049 L 31.763 3.049 L 31.763 5.742 L 32.59 5.742 L 32.59 4.212 C 32.59 3.845 32.771 3.685 33.086 3.685 C 33.36 3.685 33.499 3.819 33.499 4.217 L 33.499 5.742 L 34.326 5.742 Z M 36.317 4.083 C 36.291 3.871 36.178 3.633 35.847 3.633 C 35.506 3.633 35.315 3.923 35.315 4.419 C 35.315 4.915 35.501 5.204 35.847 5.204 C 36.178 5.204 36.291 4.982 36.317 4.744 L 37.129 4.744 C 37.087 5.37 36.612 5.824 35.852 5.824 C 35.015 5.824 34.488 5.246 34.488 4.419 C 34.488 3.597 35.015 3.013 35.832 3.013 C 36.602 3.013 37.061 3.468 37.129 4.083 Z M 39.839 5.018 C 39.676 5.507 39.269 5.824 38.586 5.824 C 37.708 5.824 37.175 5.246 37.175 4.419 C 37.175 3.613 37.697 3.013 38.54 3.013 C 39.444 3.013 39.904 3.674 39.904 4.635 L 38.851 4.635 L 38.851 4.636 L 38.002 4.636 C 38.002 5.008 38.276 5.204 38.571 5.204 C 38.798 5.204 38.929 5.119 38.999 5.018 Z M 39.077 4.135 C 39.077 3.768 38.855 3.582 38.54 3.582 C 38.224 3.582 38.002 3.768 38.002 4.135 Z" fill="transparent" height="8.03827776650607px" id="M5NBNV9Gf" transform="translate(0 -0.021)" width="39.90374453895987px"><path d="M 4.027 3.621 L 3.824 3.418 L 1.929 1.523 L 2.335 1.117 L 3.74 2.522 L 3.74 0 L 4.314 0 L 4.314 2.522 L 5.718 1.117 L 6.124 1.523 L 4.23 3.418 Z M 4.635 3.824 L 6.53 1.929 L 6.936 2.335 L 5.532 3.74 L 8.038 3.74 L 8.038 4.314 L 5.532 4.314 L 6.936 5.719 L 6.53 6.125 L 4.432 4.027 Z M 1.117 5.719 L 2.522 4.314 L 0 4.314 L 0 3.74 L 2.522 3.74 L 1.117 2.335 L 1.523 1.929 L 3.418 3.824 L 3.621 4.027 L 3.418 4.23 L 1.523 6.125 Z M 4.027 4.433 L 6.124 6.531 L 5.718 6.937 L 4.314 5.532 L 4.314 8.038 L 3.74 8.038 L 3.74 5.532 L 2.335 6.937 L 1.929 6.531 L 3.824 4.636 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="8.03827776650607px" id="HBPtGpFsR" width="8.037903755735554px"/><path d="M 2.733 1.963 C 2.794 1.795 2.827 1.607 2.827 1.406 C 2.827 0.584 2.294 0 1.416 0 C 0.532 0 0 0.584 0 1.406 C 0 1.607 0.032 1.795 0.094 1.963 L 0.964 1.963 C 0.875 1.831 0.827 1.644 0.827 1.406 C 0.827 0.894 1.049 0.62 1.416 0.62 C 1.778 0.62 2 0.894 2 1.406 C 2 1.644 1.951 1.831 1.863 1.963 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="1.9628899521531125px" id="MYYCzIExz" transform="translate(13.202 3.778)" width="2.826602870813396px"/><path d="M 1.752 0.76 C 2.243 0.76 2.429 1.054 2.496 1.457 L 3.426 1.457 C 3.338 0.599 2.801 0 1.793 0 C 0.625 0 0 0.816 0 1.927 C 0 3.044 0.625 3.86 1.793 3.86 C 2.806 3.86 3.343 3.261 3.426 2.393 L 2.496 2.393 C 2.434 2.806 2.248 3.1 1.752 3.1 C 1.137 3.1 0.93 2.625 0.93 1.927 C 0.93 1.235 1.137 0.76 1.752 0.76 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.860095693779906px" id="d1YjLTtdh" transform="translate(9.672 1.964)" width="3.426028708133977px"/><path d="M 2.563 0.94 C 2.563 0.336 2.217 0 1.705 0 C 1.235 0 0.977 0.222 0.837 0.465 L 0.827 0.465 L 0.827 0.036 L 0 0.036 L 0 2.728 L 0.827 2.728 L 0.827 1.199 C 0.827 0.832 1.008 0.672 1.323 0.672 C 1.597 0.672 1.736 0.806 1.736 1.204 L 1.736 2.728 L 2.563 2.728 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.72842105263158px" id="hD462g6Aa" transform="translate(16.21 3.013)" width="2.563062200956935px"/><path d="M 0 0 L 0.827 0 L 1.364 1.726 L 1.374 1.726 L 1.912 0 L 2.739 0 L 1.824 2.646 L 0.915 2.646 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.6457416267942584px" id="SvUOqxtGj" transform="translate(18.786 3.096)" width="2.7386794258373186px"/><path d="M 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.269 0 2.728 0.661 2.728 1.623 L 2.725 1.623 L 2.725 1.622 L 1.576 1.622 L 1.576 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 Z M 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="FChfXLIRs" transform="translate(21.39 3.013)" width="2.728421052631603px"/><path d="M 1.483 0.001 C 1.555 0.001 1.617 0.001 1.71 0.021 L 1.71 0.745 L 1.7 0.745 C 1.276 0.667 0.827 0.9 0.827 1.463 L 0.827 2.693 L 0 2.693 L 0 0 L 0.827 0 L 0.827 0.481 L 0.837 0.481 C 0.966 0.187 1.194 0.001 1.483 0.001 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.692803827751197px" id="TD2osvDhI" transform="translate(24.297 3.049)" width="1.710430622009568px"/><path d="M 2.672 2.47 C 2.672 3.343 2.17 3.643 1.369 3.643 C 0.532 3.643 0.145 3.209 0.052 2.785 L 0.878 2.785 C 0.93 2.93 1.059 3.049 1.349 3.049 C 1.721 3.049 1.845 2.852 1.845 2.413 L 1.845 2.258 L 1.834 2.258 C 1.731 2.398 1.499 2.604 1.111 2.604 C 0.434 2.604 0 2.067 0 1.302 C 0 0.537 0.434 0 1.111 0 C 1.499 0 1.731 0.207 1.834 0.346 L 1.845 0.346 L 1.845 0.036 L 2.672 0.036 Z M 1.328 0.62 C 0.992 0.62 0.827 0.873 0.827 1.302 C 0.827 1.731 0.992 1.984 1.328 1.984 C 1.664 1.984 1.829 1.731 1.829 1.302 C 1.829 0.873 1.664 0.62 1.328 0.62 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.64306220095693px" id="x5tDqb2uE" transform="translate(26.002 3.013)" width="2.6715789473684737px"/><path d="M 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 L 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.269 0 2.728 0.661 2.728 1.623 L 2.722 1.623 L 2.722 1.622 L 1.574 1.622 L 1.574 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 Z M 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 L 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="eO0pUp7E0" transform="translate(28.856 3.013)" width="2.7284210526315746px"/><path d="M 2.563 0.94 C 2.563 0.336 2.217 0 1.705 0 C 1.235 0 0.977 0.222 0.837 0.465 L 0.827 0.465 L 0.827 0.036 L 0 0.036 L 0 2.728 L 0.827 2.728 L 0.827 1.199 C 0.827 0.832 1.008 0.672 1.323 0.672 C 1.597 0.672 1.736 0.806 1.736 1.204 L 1.736 2.728 L 2.563 2.728 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.72842105263158px" id="JPzxPjy91" transform="translate(31.763 3.013)" width="2.563062200956921px"/><path d="M 1.829 1.07 C 1.803 0.858 1.69 0.62 1.359 0.62 C 1.018 0.62 0.827 0.909 0.827 1.406 C 0.827 1.902 1.013 2.191 1.359 2.191 C 1.69 2.191 1.803 1.969 1.829 1.731 L 2.641 1.731 C 2.599 2.356 2.124 2.811 1.364 2.811 C 0.527 2.811 0 2.232 0 1.406 C 0 0.584 0.527 0 1.344 0 C 2.113 0 2.573 0.455 2.641 1.07 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784689015px" id="rjQ_a4fWq" transform="translate(34.488 3.013)" width="2.640574162679428px"/><path d="M 2.664 2.005 C 2.501 2.494 2.094 2.811 1.411 2.811 C 0.532 2.811 0 2.232 0 1.406 C 0 0.599 0.522 0 1.364 0 C 2.268 0 2.728 0.661 2.728 1.622 L 1.676 1.622 L 1.676 1.623 L 0.827 1.623 C 0.827 1.995 1.101 2.191 1.395 2.191 C 1.622 2.191 1.754 2.105 1.824 2.005 Z M 1.902 1.121 C 1.902 0.754 1.679 0.568 1.364 0.568 C 1.049 0.568 0.827 0.754 0.827 1.121 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.8111004784688944px" id="A04EppWVO" transform="translate(37.175 3.013)" width="2.728421052631745px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-yaR7A {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 3.522 5.031 C 4.911 5.031 6.038 3.905 6.038 2.516 C 6.038 1.126 4.911 0 3.522 0 L 0 0 L 0 5.031 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.031452830188679px" id="WQ46hDPJd" transform="translate(0 1.225)" width="6.037735849056604px"/><path d="M 0 0 L 6.038 7.547 L 2.013 7.547 L 0 5.031 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="7.547169811320757px" id="OWMxIDfSn" transform="translate(0 1.225)" width="6.037735849056604px"/><path d="M 3.99 4.988 C 3.839 5.017 3.682 5.031 3.522 5.031 L 0 5.031 L 0 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.03145283018868px" id="phh1WzOYr" transform="translate(0 1.225)" width="3.9903396226415087px"/><g d="M 1.814 3.811 C 1.416 3.811 1.082 3.734 0.81 3.581 C 0.542 3.428 0.34 3.211 0.204 2.929 C 0.068 2.644 0 2.306 0 1.915 L 0 1.9 C 0 1.486 0.075 1.138 0.224 0.856 C 0.374 0.574 0.584 0.362 0.856 0.219 C 1.128 0.073 1.447 0 1.814 0 C 2.126 0 2.403 0.056 2.644 0.168 C 2.888 0.277 3.084 0.43 3.23 0.627 C 3.379 0.824 3.468 1.055 3.495 1.319 L 2.639 1.319 C 2.595 1.122 2.496 0.975 2.343 0.876 C 2.191 0.774 2.014 0.723 1.814 0.723 C 1.498 0.723 1.262 0.807 1.105 0.973 C 0.953 1.139 0.876 1.353 0.876 1.615 L 0.876 2.196 C 0.876 2.481 0.959 2.702 1.126 2.858 C 1.292 3.011 1.522 3.087 1.814 3.087 C 2.017 3.087 2.196 3.035 2.348 2.929 C 2.505 2.821 2.602 2.671 2.639 2.481 L 3.495 2.481 C 3.468 2.746 3.378 2.978 3.225 3.179 C 3.075 3.379 2.878 3.535 2.634 3.648 C 2.389 3.756 2.116 3.811 1.814 3.811 Z M 5.112 3.811 C 4.668 3.811 4.336 3.683 4.119 3.428 C 3.902 3.174 3.793 2.834 3.793 2.41 L 3.793 2.394 C 3.793 1.912 3.914 1.555 4.155 1.325 C 4.396 1.09 4.715 0.973 5.112 0.973 C 5.513 0.973 5.834 1.09 6.075 1.325 C 6.32 1.555 6.442 1.912 6.442 2.394 L 6.442 2.41 C 6.439 2.834 6.328 3.174 6.111 3.428 C 5.894 3.683 5.561 3.811 5.112 3.811 Z M 5.112 3.179 C 5.286 3.179 5.416 3.131 5.505 3.036 C 5.596 2.941 5.642 2.81 5.642 2.644 L 5.642 2.155 C 5.642 1.985 5.595 1.853 5.5 1.758 C 5.408 1.659 5.279 1.61 5.112 1.61 C 4.949 1.61 4.82 1.659 4.725 1.758 C 4.634 1.853 4.588 1.985 4.588 2.155 L 4.588 2.644 C 4.588 2.81 4.632 2.941 4.72 3.036 C 4.812 3.131 4.943 3.179 5.112 3.179 Z M 6.869 3.76 L 6.869 1.024 L 7.603 1.024 L 7.654 1.457 L 7.7 1.457 C 7.757 1.308 7.858 1.19 8 1.105 C 8.143 1.021 8.308 0.978 8.494 0.978 C 8.712 0.978 8.893 1.029 9.04 1.131 C 9.186 1.233 9.284 1.37 9.335 1.544 L 9.371 1.544 C 9.428 1.364 9.534 1.224 9.686 1.126 C 9.839 1.027 10.019 0.978 10.226 0.978 C 10.512 0.978 10.738 1.063 10.904 1.233 C 11.074 1.399 11.159 1.664 11.159 2.028 L 11.159 3.76 L 10.374 3.76 L 10.374 2.17 C 10.374 1.966 10.333 1.824 10.252 1.742 C 10.17 1.657 10.058 1.615 9.916 1.615 C 9.749 1.615 9.622 1.671 9.534 1.783 C 9.449 1.892 9.406 2.039 9.406 2.226 L 9.406 3.76 L 8.622 3.76 L 8.622 2.17 C 8.622 1.966 8.581 1.824 8.5 1.742 C 8.421 1.657 8.308 1.615 8.158 1.615 C 7.992 1.615 7.866 1.671 7.781 1.783 C 7.696 1.892 7.654 2.039 7.654 2.226 L 7.654 3.76 Z M 11.742 3.76 L 11.742 1.024 L 12.476 1.024 L 12.527 1.457 L 12.573 1.457 C 12.631 1.308 12.731 1.19 12.873 1.105 C 13.016 1.021 13.181 0.978 13.368 0.978 C 13.585 0.978 13.767 1.029 13.913 1.131 C 14.059 1.233 14.157 1.37 14.208 1.544 L 14.244 1.544 C 14.302 1.364 14.407 1.224 14.56 1.126 C 14.712 1.027 14.892 0.978 15.1 0.978 C 15.385 0.978 15.611 1.063 15.777 1.233 C 15.947 1.399 16.032 1.664 16.032 2.028 L 16.032 3.76 L 15.247 3.76 L 15.247 2.17 C 15.247 1.966 15.207 1.824 15.125 1.742 C 15.044 1.657 14.932 1.615 14.789 1.615 C 14.622 1.615 14.495 1.671 14.407 1.783 C 14.322 1.892 14.279 2.039 14.279 2.226 L 14.279 3.76 L 13.495 3.76 L 13.495 2.17 C 13.495 1.966 13.454 1.824 13.373 1.742 C 13.295 1.657 13.181 1.615 13.031 1.615 C 12.865 1.615 12.739 1.671 12.654 1.783 C 12.569 1.892 12.527 2.039 12.527 2.226 L 12.527 3.76 Z M 17.482 3.811 C 17.118 3.811 16.853 3.688 16.687 3.444 C 16.52 3.196 16.437 2.866 16.437 2.455 L 16.437 2.338 C 16.437 1.859 16.531 1.513 16.717 1.299 C 16.908 1.082 17.164 0.973 17.487 0.973 C 17.667 0.973 17.828 1.014 17.971 1.095 C 18.113 1.173 18.218 1.284 18.286 1.426 L 18.322 1.426 L 18.363 1.024 L 19.102 1.024 L 19.102 3.76 L 18.322 3.76 L 18.322 3.357 L 18.286 3.357 C 18.218 3.5 18.112 3.612 17.965 3.693 C 17.823 3.772 17.662 3.811 17.482 3.811 Z M 17.797 3.174 C 17.957 3.174 18.084 3.126 18.179 3.031 C 18.275 2.933 18.322 2.795 18.322 2.618 L 18.322 2.17 C 18.322 1.994 18.275 1.856 18.179 1.758 C 18.084 1.659 17.957 1.61 17.797 1.61 C 17.631 1.61 17.502 1.659 17.41 1.758 C 17.318 1.853 17.273 1.987 17.273 2.16 L 17.273 2.629 C 17.273 2.802 17.318 2.936 17.41 3.031 C 17.502 3.126 17.631 3.174 17.797 3.174 Z M 19.717 3.76 L 19.717 1.024 L 20.446 1.024 L 20.502 1.472 L 20.548 1.472 C 20.605 1.323 20.706 1.202 20.848 1.111 C 20.991 1.019 21.161 0.973 21.358 0.973 C 21.65 0.973 21.881 1.063 22.051 1.243 C 22.22 1.42 22.305 1.7 22.305 2.084 L 22.305 3.76 L 21.526 3.76 L 21.526 2.185 C 21.526 1.965 21.482 1.814 21.393 1.732 C 21.305 1.651 21.186 1.61 21.037 1.61 C 20.86 1.61 20.726 1.668 20.634 1.783 C 20.546 1.898 20.502 2.051 20.502 2.242 L 20.502 3.76 Z M 23.76 3.811 C 23.393 3.811 23.127 3.687 22.96 3.439 C 22.794 3.191 22.711 2.86 22.711 2.445 L 22.711 2.333 C 22.711 1.858 22.804 1.513 22.991 1.299 C 23.181 1.082 23.436 0.973 23.755 0.973 C 23.935 0.973 24.096 1.014 24.239 1.095 C 24.385 1.173 24.492 1.284 24.56 1.426 L 24.596 1.426 L 24.596 0.046 L 25.38 0.046 L 25.38 3.76 L 24.636 3.76 L 24.596 3.357 L 24.56 3.357 C 24.492 3.5 24.387 3.612 24.244 3.693 C 24.102 3.772 23.94 3.811 23.76 3.811 Z M 24.071 3.174 C 24.231 3.174 24.358 3.125 24.453 3.026 C 24.548 2.928 24.596 2.79 24.596 2.613 L 24.596 2.165 C 24.596 1.992 24.548 1.856 24.453 1.758 C 24.358 1.659 24.231 1.61 24.071 1.61 C 23.905 1.61 23.775 1.657 23.684 1.752 C 23.592 1.848 23.546 1.982 23.546 2.155 L 23.546 2.629 C 23.546 2.798 23.592 2.933 23.684 3.031 C 23.775 3.126 23.905 3.174 24.071 3.174 Z M 26.725 3.51 L 26.725 2.604 L 25.828 2.604 L 25.828 1.992 L 26.725 1.992 L 26.725 1.091 L 27.351 1.091 L 27.351 1.992 L 28.248 1.992 L 28.248 2.604 L 27.351 2.604 L 27.351 3.51 Z M 28.761 3.76 L 28.761 0.046 L 30.615 0.046 C 30.857 0.046 31.074 0.08 31.268 0.148 C 31.461 0.212 31.616 0.323 31.731 0.479 C 31.847 0.632 31.904 0.844 31.904 1.116 C 31.904 1.36 31.842 1.561 31.716 1.717 C 31.594 1.87 31.427 1.965 31.217 2.002 L 31.217 2.043 C 31.641 2.08 31.853 2.323 31.853 2.771 L 31.853 3.76 L 31.008 3.76 L 31.008 2.894 C 31.008 2.714 30.965 2.59 30.88 2.522 C 30.799 2.45 30.682 2.415 30.529 2.415 L 29.597 2.415 L 29.597 3.76 Z M 30.432 0.749 L 29.597 0.749 L 29.597 1.758 L 30.447 1.758 C 30.638 1.758 30.778 1.722 30.87 1.651 C 30.962 1.576 31.008 1.474 31.008 1.345 L 31.008 1.182 C 31.008 1.026 30.957 0.915 30.855 0.851 C 30.753 0.783 30.612 0.749 30.432 0.749 Z" fill="transparent" height="3.810566173679435px" id="rMiwFIVSR" transform="translate(7.925 2.937)" width="31.90433501909365px"><path d="M 1.814 3.811 C 1.416 3.811 1.082 3.734 0.81 3.581 C 0.542 3.428 0.34 3.211 0.204 2.929 C 0.068 2.644 0 2.306 0 1.915 L 0 1.9 C 0 1.486 0.075 1.138 0.224 0.856 C 0.374 0.574 0.584 0.362 0.856 0.219 C 1.128 0.073 1.447 0 1.814 0 C 2.126 0 2.403 0.056 2.644 0.168 C 2.888 0.277 3.084 0.43 3.23 0.627 C 3.379 0.824 3.468 1.055 3.495 1.319 L 2.639 1.319 C 2.595 1.122 2.496 0.975 2.343 0.876 C 2.191 0.774 2.014 0.723 1.814 0.723 C 1.498 0.723 1.262 0.807 1.105 0.973 C 0.953 1.139 0.876 1.353 0.876 1.615 L 0.876 2.196 C 0.876 2.481 0.959 2.702 1.126 2.858 C 1.292 3.011 1.522 3.087 1.814 3.087 C 2.017 3.087 2.196 3.035 2.348 2.929 C 2.505 2.821 2.602 2.671 2.639 2.481 L 3.495 2.481 C 3.468 2.746 3.378 2.978 3.225 3.179 C 3.075 3.379 2.878 3.535 2.634 3.648 C 2.389 3.756 2.116 3.811 1.814 3.811 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8105660377358506px" id="m51Vh68bc" transform="translate(0 0)" width="3.494716981132072px"/><path d="M 1.319 2.838 C 0.875 2.838 0.543 2.71 0.326 2.455 C 0.109 2.201 0 1.861 0 1.437 L 0 1.421 C 0 0.939 0.121 0.582 0.362 0.352 C 0.603 0.117 0.922 0 1.319 0 C 1.72 0 2.041 0.117 2.282 0.352 C 2.527 0.582 2.649 0.939 2.649 1.421 L 2.649 1.437 C 2.646 1.861 2.535 2.201 2.318 2.455 C 2.101 2.71 1.768 2.838 1.319 2.838 Z M 1.319 2.206 C 1.493 2.206 1.623 2.158 1.712 2.063 C 1.803 1.968 1.849 1.837 1.849 1.671 L 1.849 1.182 C 1.849 1.012 1.802 0.88 1.707 0.785 C 1.615 0.686 1.486 0.637 1.319 0.637 C 1.156 0.637 1.027 0.686 0.932 0.785 C 0.841 0.88 0.795 1.012 0.795 1.182 L 0.795 1.671 C 0.795 1.837 0.839 1.968 0.927 2.063 C 1.019 2.158 1.15 2.206 1.319 2.206 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.837547169811332px" id="XQKFL1bhM" transform="translate(3.793 0.973)" width="2.6490566037736087px"/><path d="M 0 2.782 L 0 0.046 L 0.734 0.046 L 0.785 0.479 L 0.83 0.479 C 0.888 0.329 0.988 0.212 1.131 0.127 C 1.274 0.042 1.438 0 1.625 0 C 1.842 0 2.024 0.051 2.17 0.153 C 2.316 0.255 2.415 0.392 2.466 0.565 L 2.501 0.565 C 2.559 0.385 2.664 0.246 2.817 0.148 C 2.97 0.049 3.15 0 3.357 0 C 3.642 0 3.868 0.085 4.035 0.255 C 4.204 0.421 4.289 0.686 4.289 1.049 L 4.289 2.782 L 3.505 2.782 L 3.505 1.192 C 3.505 0.988 3.464 0.846 3.383 0.764 C 3.301 0.679 3.189 0.637 3.046 0.637 C 2.88 0.637 2.753 0.693 2.664 0.805 C 2.579 0.914 2.537 1.061 2.537 1.248 L 2.537 2.782 L 1.752 2.782 L 1.752 1.192 C 1.752 0.988 1.712 0.846 1.63 0.764 C 1.552 0.679 1.438 0.637 1.289 0.637 C 1.122 0.637 0.997 0.693 0.912 0.805 C 0.827 0.914 0.785 1.061 0.785 1.248 L 0.785 2.782 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.781509433962265px" id="k74Y4ZGwC" transform="translate(6.869 0.978)" width="4.2893584905660305px"/><path d="M 0 2.782 L 0 0.046 L 0.734 0.046 L 0.785 0.479 L 0.83 0.479 C 0.888 0.329 0.988 0.212 1.131 0.127 C 1.274 0.042 1.438 0 1.625 0 C 1.842 0 2.024 0.051 2.17 0.153 C 2.316 0.255 2.415 0.392 2.466 0.565 L 2.501 0.565 C 2.559 0.385 2.664 0.246 2.817 0.148 C 2.97 0.049 3.15 0 3.357 0 C 3.642 0 3.868 0.085 4.035 0.255 C 4.205 0.421 4.289 0.686 4.289 1.049 L 4.289 2.782 L 3.505 2.782 L 3.505 1.192 C 3.505 0.988 3.464 0.846 3.383 0.764 C 3.301 0.679 3.189 0.637 3.046 0.637 C 2.88 0.637 2.753 0.693 2.664 0.805 C 2.579 0.914 2.537 1.061 2.537 1.248 L 2.537 2.782 L 1.752 2.782 L 1.752 1.192 C 1.752 0.988 1.712 0.846 1.63 0.764 C 1.552 0.679 1.438 0.637 1.289 0.637 C 1.122 0.637 0.997 0.693 0.912 0.805 C 0.827 0.914 0.785 1.061 0.785 1.248 L 0.785 2.782 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.781509433962265px" id="Goz5GvLVl" transform="translate(11.742 0.978)" width="4.289433962264141px"/><path d="M 1.044 2.838 C 0.681 2.838 0.416 2.715 0.25 2.471 C 0.083 2.223 0 1.893 0 1.482 L 0 1.365 C 0 0.886 0.093 0.54 0.28 0.326 C 0.47 0.109 0.727 0 1.049 0 C 1.229 0 1.391 0.041 1.533 0.122 C 1.676 0.2 1.781 0.311 1.849 0.453 L 1.885 0.453 L 1.926 0.051 L 2.664 0.051 L 2.664 2.787 L 1.885 2.787 L 1.885 2.384 L 1.849 2.384 C 1.781 2.527 1.674 2.639 1.528 2.72 C 1.386 2.798 1.224 2.838 1.044 2.838 Z M 1.36 2.201 C 1.52 2.201 1.647 2.153 1.742 2.058 C 1.837 1.96 1.885 1.822 1.885 1.645 L 1.885 1.197 C 1.885 1.021 1.837 0.883 1.742 0.785 C 1.647 0.686 1.52 0.637 1.36 0.637 C 1.194 0.637 1.065 0.686 0.973 0.785 C 0.881 0.88 0.835 1.014 0.835 1.187 L 0.835 1.656 C 0.835 1.829 0.881 1.963 0.973 2.058 C 1.065 2.153 1.194 2.201 1.36 2.201 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.837547169811332px" id="Os8IePg7J" transform="translate(16.437 0.973)" width="2.664339622641535px"/><path d="M 0 2.787 L 0 0.051 L 0.728 0.051 L 0.785 0.499 L 0.83 0.499 C 0.888 0.35 0.988 0.229 1.131 0.138 C 1.274 0.046 1.443 0 1.64 0 C 1.932 0 2.163 0.09 2.333 0.27 C 2.503 0.447 2.588 0.727 2.588 1.111 L 2.588 2.787 L 1.808 2.787 L 1.808 1.212 C 1.808 0.992 1.764 0.841 1.676 0.759 C 1.588 0.678 1.469 0.637 1.319 0.637 C 1.143 0.637 1.009 0.695 0.917 0.81 C 0.829 0.925 0.785 1.078 0.785 1.268 L 0.785 2.787 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.7866037735849076px" id="Hk5lOCSU2" transform="translate(19.717 0.973)" width="2.5879245283018832px"/><path d="M 1.049 3.765 C 0.683 3.765 0.416 3.641 0.25 3.393 C 0.083 3.145 0 2.814 0 2.399 L 0 2.287 C 0 1.812 0.093 1.467 0.28 1.253 C 0.47 1.036 0.725 0.927 1.044 0.927 C 1.224 0.927 1.386 0.968 1.528 1.049 C 1.674 1.128 1.781 1.238 1.849 1.381 L 1.885 1.381 L 1.885 0 L 2.669 0 L 2.669 3.714 L 1.926 3.714 L 1.885 3.311 L 1.849 3.311 C 1.781 3.454 1.676 3.566 1.533 3.648 C 1.391 3.726 1.229 3.765 1.049 3.765 Z M 1.36 3.128 C 1.52 3.128 1.647 3.079 1.742 2.98 C 1.837 2.882 1.885 2.744 1.885 2.568 L 1.885 2.119 C 1.885 1.946 1.837 1.81 1.742 1.712 C 1.647 1.613 1.52 1.564 1.36 1.564 C 1.194 1.564 1.065 1.612 0.973 1.707 C 0.881 1.802 0.835 1.936 0.835 2.109 L 0.835 2.583 C 0.835 2.753 0.881 2.887 0.973 2.985 C 1.065 3.08 1.194 3.128 1.36 3.128 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.764716981132085px" id="GAJZLjBBb" transform="translate(22.711 0.046)" width="2.6694339622642076px"/><path d="M 0.897 2.42 L 0.897 1.513 L 0 1.513 L 0 0.902 L 0.897 0.902 L 0.897 0 L 1.523 0 L 1.523 0.902 L 2.42 0.902 L 2.42 1.513 L 1.523 1.513 L 1.523 2.42 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.419811320754718px" id="yIRsw0ZnM" transform="translate(25.828 1.091)" width="2.419811320754718px"/><path d="M 0 3.714 L 0 0 L 1.854 0 C 2.095 0 2.313 0.034 2.506 0.102 C 2.7 0.166 2.855 0.277 2.97 0.433 C 3.085 0.586 3.143 0.798 3.143 1.07 C 3.143 1.314 3.08 1.515 2.955 1.671 C 2.832 1.824 2.666 1.919 2.455 1.956 L 2.455 1.997 C 2.88 2.034 3.092 2.277 3.092 2.725 L 3.092 3.714 L 2.247 3.714 L 2.247 2.848 C 2.247 2.668 2.204 2.544 2.119 2.476 C 2.038 2.405 1.921 2.369 1.768 2.369 L 0.835 2.369 L 0.835 3.714 Z M 1.671 0.703 L 0.835 0.703 L 0.835 1.712 L 1.686 1.712 C 1.876 1.712 2.017 1.676 2.109 1.605 C 2.201 1.53 2.247 1.428 2.247 1.299 L 2.247 1.136 C 2.247 0.98 2.196 0.869 2.094 0.805 C 1.992 0.737 1.851 0.703 1.671 0.703 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7137735849056694px" id="vgyMKRfRl" transform="translate(28.761 0.046)" width="3.1432075471698226px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 4;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 3.522 5.031 C 4.911 5.031 6.038 3.905 6.038 2.516 C 6.038 1.126 4.911 0 3.522 0 L 0 0 L 0 5.031 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.031452830188679px" id="WQ46hDPJd" transform="translate(0 1.225)" width="6.037735849056604px"/><path d="M 0 0 L 6.038 7.547 L 2.013 7.547 L 0 5.031 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="7.547169811320757px" id="OWMxIDfSn" transform="translate(0 1.225)" width="6.037735849056604px"/><path d="M 3.99 4.988 C 3.839 5.017 3.682 5.031 3.522 5.031 L 0 5.031 L 0 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.03145283018868px" id="phh1WzOYr" transform="translate(0 1.225)" width="3.9903396226415087px"/><g d="M 1.814 3.811 C 1.416 3.811 1.082 3.734 0.81 3.581 C 0.542 3.428 0.34 3.211 0.204 2.929 C 0.068 2.644 0 2.306 0 1.915 L 0 1.9 C 0 1.486 0.075 1.138 0.224 0.856 C 0.374 0.574 0.584 0.362 0.856 0.219 C 1.128 0.073 1.447 0 1.814 0 C 2.126 0 2.403 0.056 2.644 0.168 C 2.888 0.277 3.084 0.43 3.23 0.627 C 3.379 0.824 3.468 1.055 3.495 1.319 L 2.639 1.319 C 2.595 1.122 2.496 0.975 2.343 0.876 C 2.191 0.774 2.014 0.723 1.814 0.723 C 1.498 0.723 1.262 0.807 1.105 0.973 C 0.953 1.139 0.876 1.353 0.876 1.615 L 0.876 2.196 C 0.876 2.481 0.959 2.702 1.126 2.858 C 1.292 3.011 1.522 3.087 1.814 3.087 C 2.017 3.087 2.196 3.035 2.348 2.929 C 2.505 2.821 2.602 2.671 2.639 2.481 L 3.495 2.481 C 3.468 2.746 3.378 2.978 3.225 3.179 C 3.075 3.379 2.878 3.535 2.634 3.648 C 2.389 3.756 2.116 3.811 1.814 3.811 Z M 5.112 3.811 C 4.668 3.811 4.336 3.683 4.119 3.428 C 3.902 3.174 3.793 2.834 3.793 2.41 L 3.793 2.394 C 3.793 1.912 3.914 1.555 4.155 1.325 C 4.396 1.09 4.715 0.973 5.112 0.973 C 5.513 0.973 5.834 1.09 6.075 1.325 C 6.32 1.555 6.442 1.912 6.442 2.394 L 6.442 2.41 C 6.439 2.834 6.328 3.174 6.111 3.428 C 5.894 3.683 5.561 3.811 5.112 3.811 Z M 5.112 3.179 C 5.286 3.179 5.416 3.131 5.505 3.036 C 5.596 2.941 5.642 2.81 5.642 2.644 L 5.642 2.155 C 5.642 1.985 5.595 1.853 5.5 1.758 C 5.408 1.659 5.279 1.61 5.112 1.61 C 4.949 1.61 4.82 1.659 4.725 1.758 C 4.634 1.853 4.588 1.985 4.588 2.155 L 4.588 2.644 C 4.588 2.81 4.632 2.941 4.72 3.036 C 4.812 3.131 4.943 3.179 5.112 3.179 Z M 6.869 3.76 L 6.869 1.024 L 7.603 1.024 L 7.654 1.457 L 7.7 1.457 C 7.757 1.308 7.858 1.19 8 1.105 C 8.143 1.021 8.308 0.978 8.494 0.978 C 8.712 0.978 8.893 1.029 9.04 1.131 C 9.186 1.233 9.284 1.37 9.335 1.544 L 9.371 1.544 C 9.428 1.364 9.534 1.224 9.686 1.126 C 9.839 1.027 10.019 0.978 10.226 0.978 C 10.512 0.978 10.738 1.063 10.904 1.233 C 11.074 1.399 11.159 1.664 11.159 2.028 L 11.159 3.76 L 10.374 3.76 L 10.374 2.17 C 10.374 1.966 10.333 1.824 10.252 1.742 C 10.17 1.657 10.058 1.615 9.916 1.615 C 9.749 1.615 9.622 1.671 9.534 1.783 C 9.449 1.892 9.406 2.039 9.406 2.226 L 9.406 3.76 L 8.622 3.76 L 8.622 2.17 C 8.622 1.966 8.581 1.824 8.5 1.742 C 8.421 1.657 8.308 1.615 8.158 1.615 C 7.992 1.615 7.866 1.671 7.781 1.783 C 7.696 1.892 7.654 2.039 7.654 2.226 L 7.654 3.76 Z M 11.742 3.76 L 11.742 1.024 L 12.476 1.024 L 12.527 1.457 L 12.573 1.457 C 12.631 1.308 12.731 1.19 12.873 1.105 C 13.016 1.021 13.181 0.978 13.368 0.978 C 13.585 0.978 13.767 1.029 13.913 1.131 C 14.059 1.233 14.157 1.37 14.208 1.544 L 14.244 1.544 C 14.302 1.364 14.407 1.224 14.56 1.126 C 14.712 1.027 14.892 0.978 15.1 0.978 C 15.385 0.978 15.611 1.063 15.777 1.233 C 15.947 1.399 16.032 1.664 16.032 2.028 L 16.032 3.76 L 15.247 3.76 L 15.247 2.17 C 15.247 1.966 15.207 1.824 15.125 1.742 C 15.044 1.657 14.932 1.615 14.789 1.615 C 14.622 1.615 14.495 1.671 14.407 1.783 C 14.322 1.892 14.279 2.039 14.279 2.226 L 14.279 3.76 L 13.495 3.76 L 13.495 2.17 C 13.495 1.966 13.454 1.824 13.373 1.742 C 13.295 1.657 13.181 1.615 13.031 1.615 C 12.865 1.615 12.739 1.671 12.654 1.783 C 12.569 1.892 12.527 2.039 12.527 2.226 L 12.527 3.76 Z M 17.482 3.811 C 17.118 3.811 16.853 3.688 16.687 3.444 C 16.52 3.196 16.437 2.866 16.437 2.455 L 16.437 2.338 C 16.437 1.859 16.531 1.513 16.717 1.299 C 16.908 1.082 17.164 0.973 17.487 0.973 C 17.667 0.973 17.828 1.014 17.971 1.095 C 18.113 1.173 18.218 1.284 18.286 1.426 L 18.322 1.426 L 18.363 1.024 L 19.102 1.024 L 19.102 3.76 L 18.322 3.76 L 18.322 3.357 L 18.286 3.357 C 18.218 3.5 18.112 3.612 17.965 3.693 C 17.823 3.772 17.662 3.811 17.482 3.811 Z M 17.797 3.174 C 17.957 3.174 18.084 3.126 18.179 3.031 C 18.275 2.933 18.322 2.795 18.322 2.618 L 18.322 2.17 C 18.322 1.994 18.275 1.856 18.179 1.758 C 18.084 1.659 17.957 1.61 17.797 1.61 C 17.631 1.61 17.502 1.659 17.41 1.758 C 17.318 1.853 17.273 1.987 17.273 2.16 L 17.273 2.629 C 17.273 2.802 17.318 2.936 17.41 3.031 C 17.502 3.126 17.631 3.174 17.797 3.174 Z M 19.717 3.76 L 19.717 1.024 L 20.446 1.024 L 20.502 1.472 L 20.548 1.472 C 20.605 1.323 20.706 1.202 20.848 1.111 C 20.991 1.019 21.161 0.973 21.358 0.973 C 21.65 0.973 21.881 1.063 22.051 1.243 C 22.22 1.42 22.305 1.7 22.305 2.084 L 22.305 3.76 L 21.526 3.76 L 21.526 2.185 C 21.526 1.965 21.482 1.814 21.393 1.732 C 21.305 1.651 21.186 1.61 21.037 1.61 C 20.86 1.61 20.726 1.668 20.634 1.783 C 20.546 1.898 20.502 2.051 20.502 2.242 L 20.502 3.76 Z M 23.76 3.811 C 23.393 3.811 23.127 3.687 22.96 3.439 C 22.794 3.191 22.711 2.86 22.711 2.445 L 22.711 2.333 C 22.711 1.858 22.804 1.513 22.991 1.299 C 23.181 1.082 23.436 0.973 23.755 0.973 C 23.935 0.973 24.096 1.014 24.239 1.095 C 24.385 1.173 24.492 1.284 24.56 1.426 L 24.596 1.426 L 24.596 0.046 L 25.38 0.046 L 25.38 3.76 L 24.636 3.76 L 24.596 3.357 L 24.56 3.357 C 24.492 3.5 24.387 3.612 24.244 3.693 C 24.102 3.772 23.94 3.811 23.76 3.811 Z M 24.071 3.174 C 24.231 3.174 24.358 3.125 24.453 3.026 C 24.548 2.928 24.596 2.79 24.596 2.613 L 24.596 2.165 C 24.596 1.992 24.548 1.856 24.453 1.758 C 24.358 1.659 24.231 1.61 24.071 1.61 C 23.905 1.61 23.775 1.657 23.684 1.752 C 23.592 1.848 23.546 1.982 23.546 2.155 L 23.546 2.629 C 23.546 2.798 23.592 2.933 23.684 3.031 C 23.775 3.126 23.905 3.174 24.071 3.174 Z M 26.725 3.51 L 26.725 2.604 L 25.828 2.604 L 25.828 1.992 L 26.725 1.992 L 26.725 1.091 L 27.351 1.091 L 27.351 1.992 L 28.248 1.992 L 28.248 2.604 L 27.351 2.604 L 27.351 3.51 Z M 28.761 3.76 L 28.761 0.046 L 30.615 0.046 C 30.857 0.046 31.074 0.08 31.268 0.148 C 31.461 0.212 31.616 0.323 31.731 0.479 C 31.847 0.632 31.904 0.844 31.904 1.116 C 31.904 1.36 31.842 1.561 31.716 1.717 C 31.594 1.87 31.427 1.965 31.217 2.002 L 31.217 2.043 C 31.641 2.08 31.853 2.323 31.853 2.771 L 31.853 3.76 L 31.008 3.76 L 31.008 2.894 C 31.008 2.714 30.965 2.59 30.88 2.522 C 30.799 2.45 30.682 2.415 30.529 2.415 L 29.597 2.415 L 29.597 3.76 Z M 30.432 0.749 L 29.597 0.749 L 29.597 1.758 L 30.447 1.758 C 30.638 1.758 30.778 1.722 30.87 1.651 C 30.962 1.576 31.008 1.474 31.008 1.345 L 31.008 1.182 C 31.008 1.026 30.957 0.915 30.855 0.851 C 30.753 0.783 30.612 0.749 30.432 0.749 Z" fill="transparent" height="3.810566173679435px" id="rMiwFIVSR" transform="translate(7.925 2.937)" width="31.90433501909365px"><path d="M 1.814 3.811 C 1.416 3.811 1.082 3.734 0.81 3.581 C 0.542 3.428 0.34 3.211 0.204 2.929 C 0.068 2.644 0 2.306 0 1.915 L 0 1.9 C 0 1.486 0.075 1.138 0.224 0.856 C 0.374 0.574 0.584 0.362 0.856 0.219 C 1.128 0.073 1.447 0 1.814 0 C 2.126 0 2.403 0.056 2.644 0.168 C 2.888 0.277 3.084 0.43 3.23 0.627 C 3.379 0.824 3.468 1.055 3.495 1.319 L 2.639 1.319 C 2.595 1.122 2.496 0.975 2.343 0.876 C 2.191 0.774 2.014 0.723 1.814 0.723 C 1.498 0.723 1.262 0.807 1.105 0.973 C 0.953 1.139 0.876 1.353 0.876 1.615 L 0.876 2.196 C 0.876 2.481 0.959 2.702 1.126 2.858 C 1.292 3.011 1.522 3.087 1.814 3.087 C 2.017 3.087 2.196 3.035 2.348 2.929 C 2.505 2.821 2.602 2.671 2.639 2.481 L 3.495 2.481 C 3.468 2.746 3.378 2.978 3.225 3.179 C 3.075 3.379 2.878 3.535 2.634 3.648 C 2.389 3.756 2.116 3.811 1.814 3.811 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8105660377358506px" id="m51Vh68bc" transform="translate(0 0)" width="3.494716981132072px"/><path d="M 1.319 2.838 C 0.875 2.838 0.543 2.71 0.326 2.455 C 0.109 2.201 0 1.861 0 1.437 L 0 1.421 C 0 0.939 0.121 0.582 0.362 0.352 C 0.603 0.117 0.922 0 1.319 0 C 1.72 0 2.041 0.117 2.282 0.352 C 2.527 0.582 2.649 0.939 2.649 1.421 L 2.649 1.437 C 2.646 1.861 2.535 2.201 2.318 2.455 C 2.101 2.71 1.768 2.838 1.319 2.838 Z M 1.319 2.206 C 1.493 2.206 1.623 2.158 1.712 2.063 C 1.803 1.968 1.849 1.837 1.849 1.671 L 1.849 1.182 C 1.849 1.012 1.802 0.88 1.707 0.785 C 1.615 0.686 1.486 0.637 1.319 0.637 C 1.156 0.637 1.027 0.686 0.932 0.785 C 0.841 0.88 0.795 1.012 0.795 1.182 L 0.795 1.671 C 0.795 1.837 0.839 1.968 0.927 2.063 C 1.019 2.158 1.15 2.206 1.319 2.206 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.837547169811332px" id="XQKFL1bhM" transform="translate(3.793 0.973)" width="2.6490566037736087px"/><path d="M 0 2.782 L 0 0.046 L 0.734 0.046 L 0.785 0.479 L 0.83 0.479 C 0.888 0.329 0.988 0.212 1.131 0.127 C 1.274 0.042 1.438 0 1.625 0 C 1.842 0 2.024 0.051 2.17 0.153 C 2.316 0.255 2.415 0.392 2.466 0.565 L 2.501 0.565 C 2.559 0.385 2.664 0.246 2.817 0.148 C 2.97 0.049 3.15 0 3.357 0 C 3.642 0 3.868 0.085 4.035 0.255 C 4.204 0.421 4.289 0.686 4.289 1.049 L 4.289 2.782 L 3.505 2.782 L 3.505 1.192 C 3.505 0.988 3.464 0.846 3.383 0.764 C 3.301 0.679 3.189 0.637 3.046 0.637 C 2.88 0.637 2.753 0.693 2.664 0.805 C 2.579 0.914 2.537 1.061 2.537 1.248 L 2.537 2.782 L 1.752 2.782 L 1.752 1.192 C 1.752 0.988 1.712 0.846 1.63 0.764 C 1.552 0.679 1.438 0.637 1.289 0.637 C 1.122 0.637 0.997 0.693 0.912 0.805 C 0.827 0.914 0.785 1.061 0.785 1.248 L 0.785 2.782 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.781509433962265px" id="k74Y4ZGwC" transform="translate(6.869 0.978)" width="4.2893584905660305px"/><path d="M 0 2.782 L 0 0.046 L 0.734 0.046 L 0.785 0.479 L 0.83 0.479 C 0.888 0.329 0.988 0.212 1.131 0.127 C 1.274 0.042 1.438 0 1.625 0 C 1.842 0 2.024 0.051 2.17 0.153 C 2.316 0.255 2.415 0.392 2.466 0.565 L 2.501 0.565 C 2.559 0.385 2.664 0.246 2.817 0.148 C 2.97 0.049 3.15 0 3.357 0 C 3.642 0 3.868 0.085 4.035 0.255 C 4.205 0.421 4.289 0.686 4.289 1.049 L 4.289 2.782 L 3.505 2.782 L 3.505 1.192 C 3.505 0.988 3.464 0.846 3.383 0.764 C 3.301 0.679 3.189 0.637 3.046 0.637 C 2.88 0.637 2.753 0.693 2.664 0.805 C 2.579 0.914 2.537 1.061 2.537 1.248 L 2.537 2.782 L 1.752 2.782 L 1.752 1.192 C 1.752 0.988 1.712 0.846 1.63 0.764 C 1.552 0.679 1.438 0.637 1.289 0.637 C 1.122 0.637 0.997 0.693 0.912 0.805 C 0.827 0.914 0.785 1.061 0.785 1.248 L 0.785 2.782 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.781509433962265px" id="Goz5GvLVl" transform="translate(11.742 0.978)" width="4.289433962264141px"/><path d="M 1.044 2.838 C 0.681 2.838 0.416 2.715 0.25 2.471 C 0.083 2.223 0 1.893 0 1.482 L 0 1.365 C 0 0.886 0.093 0.54 0.28 0.326 C 0.47 0.109 0.727 0 1.049 0 C 1.229 0 1.391 0.041 1.533 0.122 C 1.676 0.2 1.781 0.311 1.849 0.453 L 1.885 0.453 L 1.926 0.051 L 2.664 0.051 L 2.664 2.787 L 1.885 2.787 L 1.885 2.384 L 1.849 2.384 C 1.781 2.527 1.674 2.639 1.528 2.72 C 1.386 2.798 1.224 2.838 1.044 2.838 Z M 1.36 2.201 C 1.52 2.201 1.647 2.153 1.742 2.058 C 1.837 1.96 1.885 1.822 1.885 1.645 L 1.885 1.197 C 1.885 1.021 1.837 0.883 1.742 0.785 C 1.647 0.686 1.52 0.637 1.36 0.637 C 1.194 0.637 1.065 0.686 0.973 0.785 C 0.881 0.88 0.835 1.014 0.835 1.187 L 0.835 1.656 C 0.835 1.829 0.881 1.963 0.973 2.058 C 1.065 2.153 1.194 2.201 1.36 2.201 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.837547169811332px" id="Os8IePg7J" transform="translate(16.437 0.973)" width="2.664339622641535px"/><path d="M 0 2.787 L 0 0.051 L 0.728 0.051 L 0.785 0.499 L 0.83 0.499 C 0.888 0.35 0.988 0.229 1.131 0.138 C 1.274 0.046 1.443 0 1.64 0 C 1.932 0 2.163 0.09 2.333 0.27 C 2.503 0.447 2.588 0.727 2.588 1.111 L 2.588 2.787 L 1.808 2.787 L 1.808 1.212 C 1.808 0.992 1.764 0.841 1.676 0.759 C 1.588 0.678 1.469 0.637 1.319 0.637 C 1.143 0.637 1.009 0.695 0.917 0.81 C 0.829 0.925 0.785 1.078 0.785 1.268 L 0.785 2.787 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.7866037735849076px" id="Hk5lOCSU2" transform="translate(19.717 0.973)" width="2.5879245283018832px"/><path d="M 1.049 3.765 C 0.683 3.765 0.416 3.641 0.25 3.393 C 0.083 3.145 0 2.814 0 2.399 L 0 2.287 C 0 1.812 0.093 1.467 0.28 1.253 C 0.47 1.036 0.725 0.927 1.044 0.927 C 1.224 0.927 1.386 0.968 1.528 1.049 C 1.674 1.128 1.781 1.238 1.849 1.381 L 1.885 1.381 L 1.885 0 L 2.669 0 L 2.669 3.714 L 1.926 3.714 L 1.885 3.311 L 1.849 3.311 C 1.781 3.454 1.676 3.566 1.533 3.648 C 1.391 3.726 1.229 3.765 1.049 3.765 Z M 1.36 3.128 C 1.52 3.128 1.647 3.079 1.742 2.98 C 1.837 2.882 1.885 2.744 1.885 2.568 L 1.885 2.119 C 1.885 1.946 1.837 1.81 1.742 1.712 C 1.647 1.613 1.52 1.564 1.36 1.564 C 1.194 1.564 1.065 1.612 0.973 1.707 C 0.881 1.802 0.835 1.936 0.835 2.109 L 0.835 2.583 C 0.835 2.753 0.881 2.887 0.973 2.985 C 1.065 3.08 1.194 3.128 1.36 3.128 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.764716981132085px" id="GAJZLjBBb" transform="translate(22.711 0.046)" width="2.6694339622642076px"/><path d="M 0.897 2.42 L 0.897 1.513 L 0 1.513 L 0 0.902 L 0.897 0.902 L 0.897 0 L 1.523 0 L 1.523 0.902 L 2.42 0.902 L 2.42 1.513 L 1.523 1.513 L 1.523 2.42 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.419811320754718px" id="yIRsw0ZnM" transform="translate(25.828 1.091)" width="2.419811320754718px"/><path d="M 0 3.714 L 0 0 L 1.854 0 C 2.095 0 2.313 0.034 2.506 0.102 C 2.7 0.166 2.855 0.277 2.97 0.433 C 3.085 0.586 3.143 0.798 3.143 1.07 C 3.143 1.314 3.08 1.515 2.955 1.671 C 2.832 1.824 2.666 1.919 2.455 1.956 L 2.455 1.997 C 2.88 2.034 3.092 2.277 3.092 2.725 L 3.092 3.714 L 2.247 3.714 L 2.247 2.848 C 2.247 2.668 2.204 2.544 2.119 2.476 C 2.038 2.405 1.921 2.369 1.768 2.369 L 0.835 2.369 L 0.835 3.714 Z M 1.671 0.703 L 0.835 0.703 L 0.835 1.712 L 1.686 1.712 C 1.876 1.712 2.017 1.676 2.109 1.605 C 2.201 1.53 2.247 1.428 2.247 1.299 L 2.247 1.136 C 2.247 0.98 2.196 0.869 2.094 0.805 C 1.992 0.737 1.851 0.703 1.671 0.703 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7137735849056694px" id="vgyMKRfRl" transform="translate(28.761 0.046)" width="3.1432075471698226px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 3.522 5.031 C 4.911 5.031 6.038 3.905 6.038 2.516 C 6.038 1.126 4.911 0 3.522 0 L 0 0 L 0 5.031 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.031452830188679px" id="WQ46hDPJd" transform="translate(0 1.225)" width="6.037735849056604px"/><path d="M 0 0 L 6.038 7.547 L 2.013 7.547 L 0 5.031 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="7.547169811320757px" id="OWMxIDfSn" transform="translate(0 1.225)" width="6.037735849056604px"/><path d="M 3.99 4.988 C 3.839 5.017 3.682 5.031 3.522 5.031 L 0 5.031 L 0 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.03145283018868px" id="phh1WzOYr" transform="translate(0 1.225)" width="3.9903396226415087px"/><g d="M 1.814 3.811 C 1.416 3.811 1.082 3.734 0.81 3.581 C 0.542 3.428 0.34 3.211 0.204 2.929 C 0.068 2.644 0 2.306 0 1.915 L 0 1.9 C 0 1.486 0.075 1.138 0.224 0.856 C 0.374 0.574 0.584 0.362 0.856 0.219 C 1.128 0.073 1.447 0 1.814 0 C 2.126 0 2.403 0.056 2.644 0.168 C 2.888 0.277 3.084 0.43 3.23 0.627 C 3.379 0.824 3.468 1.055 3.495 1.319 L 2.639 1.319 C 2.595 1.122 2.496 0.975 2.343 0.876 C 2.191 0.774 2.014 0.723 1.814 0.723 C 1.498 0.723 1.262 0.807 1.105 0.973 C 0.953 1.139 0.876 1.353 0.876 1.615 L 0.876 2.196 C 0.876 2.481 0.959 2.702 1.126 2.858 C 1.292 3.011 1.522 3.087 1.814 3.087 C 2.017 3.087 2.196 3.035 2.348 2.929 C 2.505 2.821 2.602 2.671 2.639 2.481 L 3.495 2.481 C 3.468 2.746 3.378 2.978 3.225 3.179 C 3.075 3.379 2.878 3.535 2.634 3.648 C 2.389 3.756 2.116 3.811 1.814 3.811 Z M 5.112 3.811 C 4.668 3.811 4.336 3.683 4.119 3.428 C 3.902 3.174 3.793 2.834 3.793 2.41 L 3.793 2.394 C 3.793 1.912 3.914 1.555 4.155 1.325 C 4.396 1.09 4.715 0.973 5.112 0.973 C 5.513 0.973 5.834 1.09 6.075 1.325 C 6.32 1.555 6.442 1.912 6.442 2.394 L 6.442 2.41 C 6.439 2.834 6.328 3.174 6.111 3.428 C 5.894 3.683 5.561 3.811 5.112 3.811 Z M 5.112 3.179 C 5.286 3.179 5.416 3.131 5.505 3.036 C 5.596 2.941 5.642 2.81 5.642 2.644 L 5.642 2.155 C 5.642 1.985 5.595 1.853 5.5 1.758 C 5.408 1.659 5.279 1.61 5.112 1.61 C 4.949 1.61 4.82 1.659 4.725 1.758 C 4.634 1.853 4.588 1.985 4.588 2.155 L 4.588 2.644 C 4.588 2.81 4.632 2.941 4.72 3.036 C 4.812 3.131 4.943 3.179 5.112 3.179 Z M 6.869 3.76 L 6.869 1.024 L 7.603 1.024 L 7.654 1.457 L 7.7 1.457 C 7.757 1.308 7.858 1.19 8 1.105 C 8.143 1.021 8.308 0.978 8.494 0.978 C 8.712 0.978 8.893 1.029 9.04 1.131 C 9.186 1.233 9.284 1.37 9.335 1.544 L 9.371 1.544 C 9.428 1.364 9.534 1.224 9.686 1.126 C 9.839 1.027 10.019 0.978 10.226 0.978 C 10.512 0.978 10.738 1.063 10.904 1.233 C 11.074 1.399 11.159 1.664 11.159 2.028 L 11.159 3.76 L 10.374 3.76 L 10.374 2.17 C 10.374 1.966 10.333 1.824 10.252 1.742 C 10.17 1.657 10.058 1.615 9.916 1.615 C 9.749 1.615 9.622 1.671 9.534 1.783 C 9.449 1.892 9.406 2.039 9.406 2.226 L 9.406 3.76 L 8.622 3.76 L 8.622 2.17 C 8.622 1.966 8.581 1.824 8.5 1.742 C 8.421 1.657 8.308 1.615 8.158 1.615 C 7.992 1.615 7.866 1.671 7.781 1.783 C 7.696 1.892 7.654 2.039 7.654 2.226 L 7.654 3.76 Z M 11.742 3.76 L 11.742 1.024 L 12.476 1.024 L 12.527 1.457 L 12.573 1.457 C 12.631 1.308 12.731 1.19 12.873 1.105 C 13.016 1.021 13.181 0.978 13.368 0.978 C 13.585 0.978 13.767 1.029 13.913 1.131 C 14.059 1.233 14.157 1.37 14.208 1.544 L 14.244 1.544 C 14.302 1.364 14.407 1.224 14.56 1.126 C 14.712 1.027 14.892 0.978 15.1 0.978 C 15.385 0.978 15.611 1.063 15.777 1.233 C 15.947 1.399 16.032 1.664 16.032 2.028 L 16.032 3.76 L 15.247 3.76 L 15.247 2.17 C 15.247 1.966 15.207 1.824 15.125 1.742 C 15.044 1.657 14.932 1.615 14.789 1.615 C 14.622 1.615 14.495 1.671 14.407 1.783 C 14.322 1.892 14.279 2.039 14.279 2.226 L 14.279 3.76 L 13.495 3.76 L 13.495 2.17 C 13.495 1.966 13.454 1.824 13.373 1.742 C 13.295 1.657 13.181 1.615 13.031 1.615 C 12.865 1.615 12.739 1.671 12.654 1.783 C 12.569 1.892 12.527 2.039 12.527 2.226 L 12.527 3.76 Z M 17.482 3.811 C 17.118 3.811 16.853 3.688 16.687 3.444 C 16.52 3.196 16.437 2.866 16.437 2.455 L 16.437 2.338 C 16.437 1.859 16.531 1.513 16.717 1.299 C 16.908 1.082 17.164 0.973 17.487 0.973 C 17.667 0.973 17.828 1.014 17.971 1.095 C 18.113 1.173 18.218 1.284 18.286 1.426 L 18.322 1.426 L 18.363 1.024 L 19.102 1.024 L 19.102 3.76 L 18.322 3.76 L 18.322 3.357 L 18.286 3.357 C 18.218 3.5 18.112 3.612 17.965 3.693 C 17.823 3.772 17.662 3.811 17.482 3.811 Z M 17.797 3.174 C 17.957 3.174 18.084 3.126 18.179 3.031 C 18.275 2.933 18.322 2.795 18.322 2.618 L 18.322 2.17 C 18.322 1.994 18.275 1.856 18.179 1.758 C 18.084 1.659 17.957 1.61 17.797 1.61 C 17.631 1.61 17.502 1.659 17.41 1.758 C 17.318 1.853 17.273 1.987 17.273 2.16 L 17.273 2.629 C 17.273 2.802 17.318 2.936 17.41 3.031 C 17.502 3.126 17.631 3.174 17.797 3.174 Z M 19.717 3.76 L 19.717 1.024 L 20.446 1.024 L 20.502 1.472 L 20.548 1.472 C 20.605 1.323 20.706 1.202 20.848 1.111 C 20.991 1.019 21.161 0.973 21.358 0.973 C 21.65 0.973 21.881 1.063 22.051 1.243 C 22.22 1.42 22.305 1.7 22.305 2.084 L 22.305 3.76 L 21.526 3.76 L 21.526 2.185 C 21.526 1.965 21.482 1.814 21.393 1.732 C 21.305 1.651 21.186 1.61 21.037 1.61 C 20.86 1.61 20.726 1.668 20.634 1.783 C 20.546 1.898 20.502 2.051 20.502 2.242 L 20.502 3.76 Z M 23.76 3.811 C 23.393 3.811 23.127 3.687 22.96 3.439 C 22.794 3.191 22.711 2.86 22.711 2.445 L 22.711 2.333 C 22.711 1.858 22.804 1.513 22.991 1.299 C 23.181 1.082 23.436 0.973 23.755 0.973 C 23.935 0.973 24.096 1.014 24.239 1.095 C 24.385 1.173 24.492 1.284 24.56 1.426 L 24.596 1.426 L 24.596 0.046 L 25.38 0.046 L 25.38 3.76 L 24.636 3.76 L 24.596 3.357 L 24.56 3.357 C 24.492 3.5 24.387 3.612 24.244 3.693 C 24.102 3.772 23.94 3.811 23.76 3.811 Z M 24.071 3.174 C 24.231 3.174 24.358 3.125 24.453 3.026 C 24.548 2.928 24.596 2.79 24.596 2.613 L 24.596 2.165 C 24.596 1.992 24.548 1.856 24.453 1.758 C 24.358 1.659 24.231 1.61 24.071 1.61 C 23.905 1.61 23.775 1.657 23.684 1.752 C 23.592 1.848 23.546 1.982 23.546 2.155 L 23.546 2.629 C 23.546 2.798 23.592 2.933 23.684 3.031 C 23.775 3.126 23.905 3.174 24.071 3.174 Z M 26.725 3.51 L 26.725 2.604 L 25.828 2.604 L 25.828 1.992 L 26.725 1.992 L 26.725 1.091 L 27.351 1.091 L 27.351 1.992 L 28.248 1.992 L 28.248 2.604 L 27.351 2.604 L 27.351 3.51 Z M 28.761 3.76 L 28.761 0.046 L 30.615 0.046 C 30.857 0.046 31.074 0.08 31.268 0.148 C 31.461 0.212 31.616 0.323 31.731 0.479 C 31.847 0.632 31.904 0.844 31.904 1.116 C 31.904 1.36 31.842 1.561 31.716 1.717 C 31.594 1.87 31.427 1.965 31.217 2.002 L 31.217 2.043 C 31.641 2.08 31.853 2.323 31.853 2.771 L 31.853 3.76 L 31.008 3.76 L 31.008 2.894 C 31.008 2.714 30.965 2.59 30.88 2.522 C 30.799 2.45 30.682 2.415 30.529 2.415 L 29.597 2.415 L 29.597 3.76 Z M 30.432 0.749 L 29.597 0.749 L 29.597 1.758 L 30.447 1.758 C 30.638 1.758 30.778 1.722 30.87 1.651 C 30.962 1.576 31.008 1.474 31.008 1.345 L 31.008 1.182 C 31.008 1.026 30.957 0.915 30.855 0.851 C 30.753 0.783 30.612 0.749 30.432 0.749 Z" fill="transparent" height="3.810566173679435px" id="rMiwFIVSR" transform="translate(7.925 2.937)" width="31.90433501909365px"><path d="M 1.814 3.811 C 1.416 3.811 1.082 3.734 0.81 3.581 C 0.542 3.428 0.34 3.211 0.204 2.929 C 0.068 2.644 0 2.306 0 1.915 L 0 1.9 C 0 1.486 0.075 1.138 0.224 0.856 C 0.374 0.574 0.584 0.362 0.856 0.219 C 1.128 0.073 1.447 0 1.814 0 C 2.126 0 2.403 0.056 2.644 0.168 C 2.888 0.277 3.084 0.43 3.23 0.627 C 3.379 0.824 3.468 1.055 3.495 1.319 L 2.639 1.319 C 2.595 1.122 2.496 0.975 2.343 0.876 C 2.191 0.774 2.014 0.723 1.814 0.723 C 1.498 0.723 1.262 0.807 1.105 0.973 C 0.953 1.139 0.876 1.353 0.876 1.615 L 0.876 2.196 C 0.876 2.481 0.959 2.702 1.126 2.858 C 1.292 3.011 1.522 3.087 1.814 3.087 C 2.017 3.087 2.196 3.035 2.348 2.929 C 2.505 2.821 2.602 2.671 2.639 2.481 L 3.495 2.481 C 3.468 2.746 3.378 2.978 3.225 3.179 C 3.075 3.379 2.878 3.535 2.634 3.648 C 2.389 3.756 2.116 3.811 1.814 3.811 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8105660377358506px" id="m51Vh68bc" transform="translate(0 0)" width="3.494716981132072px"/><path d="M 1.319 2.838 C 0.875 2.838 0.543 2.71 0.326 2.455 C 0.109 2.201 0 1.861 0 1.437 L 0 1.421 C 0 0.939 0.121 0.582 0.362 0.352 C 0.603 0.117 0.922 0 1.319 0 C 1.72 0 2.041 0.117 2.282 0.352 C 2.527 0.582 2.649 0.939 2.649 1.421 L 2.649 1.437 C 2.646 1.861 2.535 2.201 2.318 2.455 C 2.101 2.71 1.768 2.838 1.319 2.838 Z M 1.319 2.206 C 1.493 2.206 1.623 2.158 1.712 2.063 C 1.803 1.968 1.849 1.837 1.849 1.671 L 1.849 1.182 C 1.849 1.012 1.802 0.88 1.707 0.785 C 1.615 0.686 1.486 0.637 1.319 0.637 C 1.156 0.637 1.027 0.686 0.932 0.785 C 0.841 0.88 0.795 1.012 0.795 1.182 L 0.795 1.671 C 0.795 1.837 0.839 1.968 0.927 2.063 C 1.019 2.158 1.15 2.206 1.319 2.206 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.837547169811332px" id="XQKFL1bhM" transform="translate(3.793 0.973)" width="2.6490566037736087px"/><path d="M 0 2.782 L 0 0.046 L 0.734 0.046 L 0.785 0.479 L 0.83 0.479 C 0.888 0.329 0.988 0.212 1.131 0.127 C 1.274 0.042 1.438 0 1.625 0 C 1.842 0 2.024 0.051 2.17 0.153 C 2.316 0.255 2.415 0.392 2.466 0.565 L 2.501 0.565 C 2.559 0.385 2.664 0.246 2.817 0.148 C 2.97 0.049 3.15 0 3.357 0 C 3.642 0 3.868 0.085 4.035 0.255 C 4.204 0.421 4.289 0.686 4.289 1.049 L 4.289 2.782 L 3.505 2.782 L 3.505 1.192 C 3.505 0.988 3.464 0.846 3.383 0.764 C 3.301 0.679 3.189 0.637 3.046 0.637 C 2.88 0.637 2.753 0.693 2.664 0.805 C 2.579 0.914 2.537 1.061 2.537 1.248 L 2.537 2.782 L 1.752 2.782 L 1.752 1.192 C 1.752 0.988 1.712 0.846 1.63 0.764 C 1.552 0.679 1.438 0.637 1.289 0.637 C 1.122 0.637 0.997 0.693 0.912 0.805 C 0.827 0.914 0.785 1.061 0.785 1.248 L 0.785 2.782 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.781509433962265px" id="k74Y4ZGwC" transform="translate(6.869 0.978)" width="4.2893584905660305px"/><path d="M 0 2.782 L 0 0.046 L 0.734 0.046 L 0.785 0.479 L 0.83 0.479 C 0.888 0.329 0.988 0.212 1.131 0.127 C 1.274 0.042 1.438 0 1.625 0 C 1.842 0 2.024 0.051 2.17 0.153 C 2.316 0.255 2.415 0.392 2.466 0.565 L 2.501 0.565 C 2.559 0.385 2.664 0.246 2.817 0.148 C 2.97 0.049 3.15 0 3.357 0 C 3.642 0 3.868 0.085 4.035 0.255 C 4.205 0.421 4.289 0.686 4.289 1.049 L 4.289 2.782 L 3.505 2.782 L 3.505 1.192 C 3.505 0.988 3.464 0.846 3.383 0.764 C 3.301 0.679 3.189 0.637 3.046 0.637 C 2.88 0.637 2.753 0.693 2.664 0.805 C 2.579 0.914 2.537 1.061 2.537 1.248 L 2.537 2.782 L 1.752 2.782 L 1.752 1.192 C 1.752 0.988 1.712 0.846 1.63 0.764 C 1.552 0.679 1.438 0.637 1.289 0.637 C 1.122 0.637 0.997 0.693 0.912 0.805 C 0.827 0.914 0.785 1.061 0.785 1.248 L 0.785 2.782 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.781509433962265px" id="Goz5GvLVl" transform="translate(11.742 0.978)" width="4.289433962264141px"/><path d="M 1.044 2.838 C 0.681 2.838 0.416 2.715 0.25 2.471 C 0.083 2.223 0 1.893 0 1.482 L 0 1.365 C 0 0.886 0.093 0.54 0.28 0.326 C 0.47 0.109 0.727 0 1.049 0 C 1.229 0 1.391 0.041 1.533 0.122 C 1.676 0.2 1.781 0.311 1.849 0.453 L 1.885 0.453 L 1.926 0.051 L 2.664 0.051 L 2.664 2.787 L 1.885 2.787 L 1.885 2.384 L 1.849 2.384 C 1.781 2.527 1.674 2.639 1.528 2.72 C 1.386 2.798 1.224 2.838 1.044 2.838 Z M 1.36 2.201 C 1.52 2.201 1.647 2.153 1.742 2.058 C 1.837 1.96 1.885 1.822 1.885 1.645 L 1.885 1.197 C 1.885 1.021 1.837 0.883 1.742 0.785 C 1.647 0.686 1.52 0.637 1.36 0.637 C 1.194 0.637 1.065 0.686 0.973 0.785 C 0.881 0.88 0.835 1.014 0.835 1.187 L 0.835 1.656 C 0.835 1.829 0.881 1.963 0.973 2.058 C 1.065 2.153 1.194 2.201 1.36 2.201 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.837547169811332px" id="Os8IePg7J" transform="translate(16.437 0.973)" width="2.664339622641535px"/><path d="M 0 2.787 L 0 0.051 L 0.728 0.051 L 0.785 0.499 L 0.83 0.499 C 0.888 0.35 0.988 0.229 1.131 0.138 C 1.274 0.046 1.443 0 1.64 0 C 1.932 0 2.163 0.09 2.333 0.27 C 2.503 0.447 2.588 0.727 2.588 1.111 L 2.588 2.787 L 1.808 2.787 L 1.808 1.212 C 1.808 0.992 1.764 0.841 1.676 0.759 C 1.588 0.678 1.469 0.637 1.319 0.637 C 1.143 0.637 1.009 0.695 0.917 0.81 C 0.829 0.925 0.785 1.078 0.785 1.268 L 0.785 2.787 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.7866037735849076px" id="Hk5lOCSU2" transform="translate(19.717 0.973)" width="2.5879245283018832px"/><path d="M 1.049 3.765 C 0.683 3.765 0.416 3.641 0.25 3.393 C 0.083 3.145 0 2.814 0 2.399 L 0 2.287 C 0 1.812 0.093 1.467 0.28 1.253 C 0.47 1.036 0.725 0.927 1.044 0.927 C 1.224 0.927 1.386 0.968 1.528 1.049 C 1.674 1.128 1.781 1.238 1.849 1.381 L 1.885 1.381 L 1.885 0 L 2.669 0 L 2.669 3.714 L 1.926 3.714 L 1.885 3.311 L 1.849 3.311 C 1.781 3.454 1.676 3.566 1.533 3.648 C 1.391 3.726 1.229 3.765 1.049 3.765 Z M 1.36 3.128 C 1.52 3.128 1.647 3.079 1.742 2.98 C 1.837 2.882 1.885 2.744 1.885 2.568 L 1.885 2.119 C 1.885 1.946 1.837 1.81 1.742 1.712 C 1.647 1.613 1.52 1.564 1.36 1.564 C 1.194 1.564 1.065 1.612 0.973 1.707 C 0.881 1.802 0.835 1.936 0.835 2.109 L 0.835 2.583 C 0.835 2.753 0.881 2.887 0.973 2.985 C 1.065 3.08 1.194 3.128 1.36 3.128 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.764716981132085px" id="GAJZLjBBb" transform="translate(22.711 0.046)" width="2.6694339622642076px"/><path d="M 0.897 2.42 L 0.897 1.513 L 0 1.513 L 0 0.902 L 0.897 0.902 L 0.897 0 L 1.523 0 L 1.523 0.902 L 2.42 0.902 L 2.42 1.513 L 1.523 1.513 L 1.523 2.42 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.419811320754718px" id="yIRsw0ZnM" transform="translate(25.828 1.091)" width="2.419811320754718px"/><path d="M 0 3.714 L 0 0 L 1.854 0 C 2.095 0 2.313 0.034 2.506 0.102 C 2.7 0.166 2.855 0.277 2.97 0.433 C 3.085 0.586 3.143 0.798 3.143 1.07 C 3.143 1.314 3.08 1.515 2.955 1.671 C 2.832 1.824 2.666 1.919 2.455 1.956 L 2.455 1.997 C 2.88 2.034 3.092 2.277 3.092 2.725 L 3.092 3.714 L 2.247 3.714 L 2.247 2.848 C 2.247 2.668 2.204 2.544 2.119 2.476 C 2.038 2.405 1.921 2.369 1.768 2.369 L 0.835 2.369 L 0.835 3.714 Z M 1.671 0.703 L 0.835 0.703 L 0.835 1.712 L 1.686 1.712 C 1.876 1.712 2.017 1.676 2.109 1.605 C 2.201 1.53 2.247 1.428 2.247 1.299 L 2.247 1.136 C 2.247 0.98 2.196 0.869 2.094 0.805 C 1.992 0.737 1.851 0.703 1.671 0.703 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.7137735849056694px" id="vgyMKRfRl" transform="translate(28.761 0.046)" width="3.1432075471698226px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-dxpyI {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 3.832 C 0 1.716 1.716 0 3.832 0 C 5.949 0 7.665 1.716 7.665 3.832 C 7.665 5.949 5.949 7.665 3.832 7.665 C 1.716 7.665 0 5.949 0 3.832 Z" fill="transparent" height="7.664670658682635px" id="MQ0lPwTsm" stroke-dasharray="" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-width="1.44" stroke="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" transform="translate(0.719 2.166)" width="7.664670658682634px"/><g d="M 3.204 1.581 C 3.204 1.824 3.148 2.048 3.036 2.251 C 2.924 2.451 2.753 2.613 2.521 2.737 C 2.289 2.86 2.002 2.922 1.659 2.922 L 1.024 2.922 L 1.024 4.431 L 0 4.431 L 0 0.228 L 1.659 0.228 C 1.994 0.228 2.277 0.285 2.509 0.401 C 2.741 0.517 2.914 0.677 3.03 0.88 C 3.146 1.084 3.204 1.317 3.204 1.581 Z M 1.581 2.108 C 1.776 2.108 1.922 2.062 2.018 1.97 C 2.114 1.878 2.162 1.749 2.162 1.581 C 2.162 1.413 2.114 1.283 2.018 1.192 C 1.922 1.1 1.776 1.054 1.581 1.054 L 1.024 1.054 L 1.024 2.108 Z M 5.138 4.479 C 4.811 4.479 4.515 4.409 4.252 4.269 C 3.992 4.13 3.787 3.93 3.635 3.671 C 3.487 3.411 3.413 3.108 3.413 2.76 C 3.413 2.417 3.489 2.116 3.641 1.856 C 3.793 1.593 4 1.391 4.264 1.251 C 4.527 1.112 4.822 1.042 5.15 1.042 C 5.477 1.042 5.773 1.112 6.036 1.251 C 6.3 1.391 6.507 1.593 6.659 1.856 C 6.811 2.116 6.886 2.417 6.886 2.76 C 6.886 3.104 6.809 3.407 6.653 3.671 C 6.501 3.93 6.292 4.13 6.024 4.269 C 5.761 4.409 5.465 4.479 5.138 4.479 Z M 5.138 3.593 C 5.333 3.593 5.499 3.521 5.635 3.377 C 5.775 3.234 5.844 3.028 5.844 2.76 C 5.844 2.493 5.777 2.287 5.641 2.144 C 5.509 2 5.345 1.928 5.15 1.928 C 4.95 1.928 4.785 2 4.653 2.144 C 4.521 2.283 4.455 2.489 4.455 2.76 C 4.455 3.028 4.519 3.234 4.647 3.377 C 4.779 3.521 4.942 3.593 5.138 3.593 Z M 8.334 0 L 8.334 4.431 L 7.31 4.431 L 7.31 0 Z M 12.369 1.09 L 10.273 6.018 L 9.172 6.018 L 9.938 4.317 L 8.579 1.09 L 9.723 1.09 L 10.495 3.18 L 11.261 1.09 Z M 16.883 1.054 C 17.298 1.054 17.628 1.18 17.871 1.431 C 18.119 1.683 18.242 2.032 18.242 2.479 L 18.242 4.431 L 17.224 4.431 L 17.224 2.617 C 17.224 2.401 17.167 2.236 17.051 2.12 C 16.939 2 16.783 1.94 16.584 1.94 C 16.384 1.94 16.227 2 16.111 2.12 C 15.999 2.236 15.943 2.401 15.943 2.617 L 15.943 4.431 L 14.925 4.431 L 14.925 2.617 C 14.925 2.401 14.867 2.236 14.752 2.12 C 14.64 2 14.484 1.94 14.285 1.94 C 14.085 1.94 13.927 2 13.811 2.12 C 13.7 2.236 13.644 2.401 13.644 2.617 L 13.644 4.431 L 12.62 4.431 L 12.62 1.09 L 13.644 1.09 L 13.644 1.509 C 13.748 1.369 13.883 1.259 14.051 1.18 C 14.219 1.096 14.408 1.054 14.62 1.054 C 14.871 1.054 15.095 1.108 15.291 1.216 C 15.49 1.323 15.646 1.477 15.757 1.677 C 15.873 1.493 16.031 1.343 16.23 1.228 C 16.43 1.112 16.648 1.054 16.883 1.054 Z M 18.635 2.754 C 18.635 2.411 18.699 2.11 18.827 1.85 C 18.959 1.591 19.136 1.391 19.36 1.251 C 19.583 1.112 19.833 1.042 20.108 1.042 C 20.344 1.042 20.549 1.09 20.725 1.186 C 20.905 1.281 21.042 1.407 21.138 1.563 L 21.138 1.09 L 22.162 1.09 L 22.162 4.431 L 21.138 4.431 L 21.138 3.958 C 21.039 4.114 20.899 4.24 20.719 4.335 C 20.543 4.431 20.338 4.479 20.102 4.479 C 19.831 4.479 19.583 4.409 19.36 4.269 C 19.136 4.126 18.959 3.924 18.827 3.665 C 18.699 3.401 18.635 3.098 18.635 2.754 Z M 21.138 2.76 C 21.138 2.505 21.066 2.303 20.923 2.156 C 20.783 2.008 20.611 1.934 20.408 1.934 C 20.204 1.934 20.03 2.008 19.887 2.156 C 19.747 2.299 19.677 2.499 19.677 2.754 C 19.677 3.01 19.747 3.214 19.887 3.365 C 20.03 3.513 20.204 3.587 20.408 3.587 C 20.611 3.587 20.783 3.513 20.923 3.365 C 21.066 3.218 21.138 3.016 21.138 2.76 Z M 24.646 3.563 L 24.646 4.431 L 24.125 4.431 C 23.753 4.431 23.464 4.341 23.256 4.162 C 23.049 3.978 22.945 3.681 22.945 3.269 L 22.945 1.94 L 22.538 1.94 L 22.538 1.09 L 22.945 1.09 L 22.945 0.275 L 23.969 0.275 L 23.969 1.09 L 24.64 1.09 L 24.64 1.94 L 23.969 1.94 L 23.969 3.281 C 23.969 3.381 23.993 3.453 24.041 3.497 C 24.089 3.541 24.168 3.563 24.28 3.563 Z M 27.15 1.054 C 27.533 1.054 27.841 1.182 28.072 1.437 C 28.304 1.689 28.419 2.036 28.419 2.479 L 28.419 4.431 L 27.401 4.431 L 27.401 2.617 C 27.401 2.393 27.344 2.22 27.228 2.096 C 27.112 1.972 26.956 1.91 26.761 1.91 C 26.565 1.91 26.41 1.972 26.294 2.096 C 26.178 2.22 26.12 2.393 26.12 2.617 L 26.12 4.431 L 25.096 4.431 L 25.096 0 L 26.12 0 L 26.12 1.539 C 26.224 1.391 26.366 1.273 26.545 1.186 C 26.725 1.098 26.926 1.054 27.15 1.054 Z" fill="transparent" height="6.017964335972678px" id="aubl2imQW" transform="translate(11.497 3.723)" width="28.419401648515716px"><path d="M 3.204 1.353 C 3.204 1.597 3.148 1.82 3.036 2.024 C 2.924 2.224 2.753 2.385 2.521 2.509 C 2.289 2.633 2.002 2.695 1.659 2.695 L 1.024 2.695 L 1.024 4.204 L 0 4.204 L 0 0 L 1.659 0 C 1.994 0 2.277 0.058 2.509 0.174 C 2.741 0.289 2.914 0.449 3.03 0.653 C 3.146 0.856 3.204 1.09 3.204 1.353 Z M 1.581 1.88 C 1.776 1.88 1.922 1.834 2.018 1.743 C 2.114 1.651 2.162 1.521 2.162 1.353 C 2.162 1.186 2.114 1.056 2.018 0.964 C 1.922 0.872 1.776 0.826 1.581 0.826 L 1.024 0.826 L 1.024 1.88 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.203592814371257px" id="jjkPD2IUV" transform="translate(0 0.228)" width="3.2035928143712695px"/><path d="M 1.725 3.437 C 1.397 3.437 1.102 3.367 0.838 3.228 C 0.579 3.088 0.373 2.888 0.222 2.629 C 0.074 2.369 0 2.066 0 1.719 C 0 1.375 0.076 1.074 0.228 0.814 C 0.379 0.551 0.587 0.349 0.85 0.21 C 1.114 0.07 1.409 0 1.737 0 C 2.064 0 2.359 0.07 2.623 0.21 C 2.886 0.349 3.094 0.551 3.246 0.814 C 3.397 1.074 3.473 1.375 3.473 1.719 C 3.473 2.062 3.395 2.365 3.24 2.629 C 3.088 2.888 2.878 3.088 2.611 3.228 C 2.347 3.367 2.052 3.437 1.725 3.437 Z M 1.725 2.551 C 1.92 2.551 2.086 2.479 2.222 2.335 C 2.361 2.192 2.431 1.986 2.431 1.719 C 2.431 1.451 2.363 1.246 2.228 1.102 C 2.096 0.958 1.932 0.886 1.737 0.886 C 1.537 0.886 1.371 0.958 1.24 1.102 C 1.108 1.242 1.042 1.447 1.042 1.719 C 1.042 1.986 1.106 2.192 1.234 2.335 C 1.365 2.479 1.529 2.551 1.725 2.551 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.437125748502993px" id="qeY2yhdtR" transform="translate(3.413 1.042)" width="3.4730538922155745px"/><path d="M 1.024 0 L 1.024 4.431 L 0 4.431 L 0 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.431137724550898px" id="vd6SwOIWz" transform="translate(7.31 0)" width="1.023952095808383px"/><path d="M 3.79 0 L 1.695 4.928 L 0.593 4.928 L 1.359 3.228 L 0 0 L 1.144 0 L 1.916 2.09 L 2.683 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.928143712574851px" id="Ikuml2Mks" transform="translate(8.579 1.09)" width="3.7904191616766454px"/><path d="M 4.263 0 C 4.679 0 5.008 0.126 5.251 0.377 C 5.499 0.629 5.623 0.978 5.623 1.425 L 5.623 3.377 L 4.605 3.377 L 4.605 1.563 C 4.605 1.347 4.547 1.182 4.431 1.066 C 4.319 0.946 4.164 0.886 3.964 0.886 C 3.764 0.886 3.607 0.946 3.491 1.066 C 3.379 1.182 3.323 1.347 3.323 1.563 L 3.323 3.377 L 2.305 3.377 L 2.305 1.563 C 2.305 1.347 2.247 1.182 2.132 1.066 C 2.02 0.946 1.864 0.886 1.665 0.886 C 1.465 0.886 1.307 0.946 1.191 1.066 C 1.08 1.182 1.024 1.347 1.024 1.563 L 1.024 3.377 L 0 3.377 L 0 0.036 L 1.024 0.036 L 1.024 0.455 C 1.128 0.315 1.263 0.206 1.431 0.126 C 1.599 0.042 1.788 0 2 0 C 2.251 0 2.475 0.054 2.671 0.162 C 2.87 0.269 3.026 0.423 3.137 0.623 C 3.253 0.439 3.411 0.289 3.611 0.174 C 3.81 0.058 4.028 0 4.263 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.3772455089820372px" id="acFHYmrx5" transform="translate(12.62 1.054)" width="5.622514970059882px"/><path d="M 0 1.713 C 0 1.369 0.064 1.068 0.192 0.808 C 0.323 0.549 0.501 0.349 0.725 0.21 C 0.948 0.07 1.198 0 1.473 0 C 1.709 0 1.914 0.048 2.09 0.144 C 2.269 0.24 2.407 0.365 2.503 0.521 L 2.503 0.048 L 3.527 0.048 L 3.527 3.389 L 2.503 3.389 L 2.503 2.916 C 2.403 3.072 2.263 3.198 2.084 3.293 C 1.908 3.389 1.703 3.437 1.467 3.437 C 1.196 3.437 0.948 3.367 0.725 3.228 C 0.501 3.084 0.323 2.882 0.192 2.623 C 0.064 2.359 0 2.056 0 1.713 Z M 2.503 1.719 C 2.503 1.463 2.431 1.261 2.287 1.114 C 2.148 0.966 1.976 0.892 1.772 0.892 C 1.569 0.892 1.395 0.966 1.251 1.114 C 1.112 1.257 1.042 1.457 1.042 1.713 C 1.042 1.968 1.112 2.172 1.251 2.323 C 1.395 2.471 1.569 2.545 1.772 2.545 C 1.976 2.545 2.148 2.471 2.287 2.323 C 2.431 2.176 2.503 1.974 2.503 1.719 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.437125748502993px" id="PmbaWQch2" transform="translate(18.635 1.042)" width="3.526946107784312px"/><path d="M 2.108 3.287 L 2.108 4.156 L 1.587 4.156 C 1.216 4.156 0.926 4.066 0.719 3.886 C 0.511 3.703 0.407 3.405 0.407 2.994 L 0.407 1.665 L 0 1.665 L 0 0.814 L 0.407 0.814 L 0.407 0 L 1.431 0 L 1.431 0.814 L 2.102 0.814 L 2.102 1.665 L 1.431 1.665 L 1.431 3.006 C 1.431 3.106 1.455 3.178 1.503 3.222 C 1.551 3.265 1.631 3.287 1.743 3.287 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.155688622754492px" id="RSPD9rvC8" transform="translate(22.538 0.275)" width="2.1077844311377305px"/><path d="M 2.054 1.054 C 2.437 1.054 2.745 1.182 2.976 1.437 C 3.208 1.689 3.323 2.036 3.323 2.479 L 3.323 4.431 L 2.305 4.431 L 2.305 2.617 C 2.305 2.393 2.248 2.22 2.132 2.096 C 2.016 1.972 1.86 1.91 1.665 1.91 C 1.469 1.91 1.314 1.972 1.198 2.096 C 1.082 2.22 1.024 2.393 1.024 2.617 L 1.024 4.431 L 0 4.431 L 0 0 L 1.024 0 L 1.024 1.539 C 1.128 1.391 1.269 1.273 1.449 1.186 C 1.629 1.098 1.83 1.054 2.054 1.054 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.431137724550898px" id="cIBwKFfXR" transform="translate(25.096 0)" width="3.3233532934131773px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 3.33333;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 3.832 C 0 1.716 1.716 0 3.832 0 C 5.949 0 7.665 1.716 7.665 3.832 C 7.665 5.949 5.949 7.665 3.832 7.665 C 1.716 7.665 0 5.949 0 3.832 Z" fill="transparent" height="7.664670658682635px" id="MQ0lPwTsm" stroke-dasharray="" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-width="1.44" stroke="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" transform="translate(0.719 2.166)" width="7.664670658682634px"/><g d="M 3.204 1.581 C 3.204 1.824 3.148 2.048 3.036 2.251 C 2.924 2.451 2.753 2.613 2.521 2.737 C 2.289 2.86 2.002 2.922 1.659 2.922 L 1.024 2.922 L 1.024 4.431 L 0 4.431 L 0 0.228 L 1.659 0.228 C 1.994 0.228 2.277 0.285 2.509 0.401 C 2.741 0.517 2.914 0.677 3.03 0.88 C 3.146 1.084 3.204 1.317 3.204 1.581 Z M 1.581 2.108 C 1.776 2.108 1.922 2.062 2.018 1.97 C 2.114 1.878 2.162 1.749 2.162 1.581 C 2.162 1.413 2.114 1.283 2.018 1.192 C 1.922 1.1 1.776 1.054 1.581 1.054 L 1.024 1.054 L 1.024 2.108 Z M 5.138 4.479 C 4.811 4.479 4.515 4.409 4.252 4.269 C 3.992 4.13 3.787 3.93 3.635 3.671 C 3.487 3.411 3.413 3.108 3.413 2.76 C 3.413 2.417 3.489 2.116 3.641 1.856 C 3.793 1.593 4 1.391 4.264 1.251 C 4.527 1.112 4.822 1.042 5.15 1.042 C 5.477 1.042 5.773 1.112 6.036 1.251 C 6.3 1.391 6.507 1.593 6.659 1.856 C 6.811 2.116 6.886 2.417 6.886 2.76 C 6.886 3.104 6.809 3.407 6.653 3.671 C 6.501 3.93 6.292 4.13 6.024 4.269 C 5.761 4.409 5.465 4.479 5.138 4.479 Z M 5.138 3.593 C 5.333 3.593 5.499 3.521 5.635 3.377 C 5.775 3.234 5.844 3.028 5.844 2.76 C 5.844 2.493 5.777 2.287 5.641 2.144 C 5.509 2 5.345 1.928 5.15 1.928 C 4.95 1.928 4.785 2 4.653 2.144 C 4.521 2.283 4.455 2.489 4.455 2.76 C 4.455 3.028 4.519 3.234 4.647 3.377 C 4.779 3.521 4.942 3.593 5.138 3.593 Z M 8.334 0 L 8.334 4.431 L 7.31 4.431 L 7.31 0 Z M 12.369 1.09 L 10.273 6.018 L 9.172 6.018 L 9.938 4.317 L 8.579 1.09 L 9.723 1.09 L 10.495 3.18 L 11.261 1.09 Z M 16.883 1.054 C 17.298 1.054 17.628 1.18 17.871 1.431 C 18.119 1.683 18.242 2.032 18.242 2.479 L 18.242 4.431 L 17.224 4.431 L 17.224 2.617 C 17.224 2.401 17.167 2.236 17.051 2.12 C 16.939 2 16.783 1.94 16.584 1.94 C 16.384 1.94 16.227 2 16.111 2.12 C 15.999 2.236 15.943 2.401 15.943 2.617 L 15.943 4.431 L 14.925 4.431 L 14.925 2.617 C 14.925 2.401 14.867 2.236 14.752 2.12 C 14.64 2 14.484 1.94 14.285 1.94 C 14.085 1.94 13.927 2 13.811 2.12 C 13.7 2.236 13.644 2.401 13.644 2.617 L 13.644 4.431 L 12.62 4.431 L 12.62 1.09 L 13.644 1.09 L 13.644 1.509 C 13.748 1.369 13.883 1.259 14.051 1.18 C 14.219 1.096 14.408 1.054 14.62 1.054 C 14.871 1.054 15.095 1.108 15.291 1.216 C 15.49 1.323 15.646 1.477 15.757 1.677 C 15.873 1.493 16.031 1.343 16.23 1.228 C 16.43 1.112 16.648 1.054 16.883 1.054 Z M 18.635 2.754 C 18.635 2.411 18.699 2.11 18.827 1.85 C 18.959 1.591 19.136 1.391 19.36 1.251 C 19.583 1.112 19.833 1.042 20.108 1.042 C 20.344 1.042 20.549 1.09 20.725 1.186 C 20.905 1.281 21.042 1.407 21.138 1.563 L 21.138 1.09 L 22.162 1.09 L 22.162 4.431 L 21.138 4.431 L 21.138 3.958 C 21.039 4.114 20.899 4.24 20.719 4.335 C 20.543 4.431 20.338 4.479 20.102 4.479 C 19.831 4.479 19.583 4.409 19.36 4.269 C 19.136 4.126 18.959 3.924 18.827 3.665 C 18.699 3.401 18.635 3.098 18.635 2.754 Z M 21.138 2.76 C 21.138 2.505 21.066 2.303 20.923 2.156 C 20.783 2.008 20.611 1.934 20.408 1.934 C 20.204 1.934 20.03 2.008 19.887 2.156 C 19.747 2.299 19.677 2.499 19.677 2.754 C 19.677 3.01 19.747 3.214 19.887 3.365 C 20.03 3.513 20.204 3.587 20.408 3.587 C 20.611 3.587 20.783 3.513 20.923 3.365 C 21.066 3.218 21.138 3.016 21.138 2.76 Z M 24.646 3.563 L 24.646 4.431 L 24.125 4.431 C 23.753 4.431 23.464 4.341 23.256 4.162 C 23.049 3.978 22.945 3.681 22.945 3.269 L 22.945 1.94 L 22.538 1.94 L 22.538 1.09 L 22.945 1.09 L 22.945 0.275 L 23.969 0.275 L 23.969 1.09 L 24.64 1.09 L 24.64 1.94 L 23.969 1.94 L 23.969 3.281 C 23.969 3.381 23.993 3.453 24.041 3.497 C 24.089 3.541 24.168 3.563 24.28 3.563 Z M 27.15 1.054 C 27.533 1.054 27.841 1.182 28.072 1.437 C 28.304 1.689 28.419 2.036 28.419 2.479 L 28.419 4.431 L 27.401 4.431 L 27.401 2.617 C 27.401 2.393 27.344 2.22 27.228 2.096 C 27.112 1.972 26.956 1.91 26.761 1.91 C 26.565 1.91 26.41 1.972 26.294 2.096 C 26.178 2.22 26.12 2.393 26.12 2.617 L 26.12 4.431 L 25.096 4.431 L 25.096 0 L 26.12 0 L 26.12 1.539 C 26.224 1.391 26.366 1.273 26.545 1.186 C 26.725 1.098 26.926 1.054 27.15 1.054 Z" fill="transparent" height="6.017964335972678px" id="aubl2imQW" transform="translate(11.497 3.723)" width="28.419401648515716px"><path d="M 3.204 1.353 C 3.204 1.597 3.148 1.82 3.036 2.024 C 2.924 2.224 2.753 2.385 2.521 2.509 C 2.289 2.633 2.002 2.695 1.659 2.695 L 1.024 2.695 L 1.024 4.204 L 0 4.204 L 0 0 L 1.659 0 C 1.994 0 2.277 0.058 2.509 0.174 C 2.741 0.289 2.914 0.449 3.03 0.653 C 3.146 0.856 3.204 1.09 3.204 1.353 Z M 1.581 1.88 C 1.776 1.88 1.922 1.834 2.018 1.743 C 2.114 1.651 2.162 1.521 2.162 1.353 C 2.162 1.186 2.114 1.056 2.018 0.964 C 1.922 0.872 1.776 0.826 1.581 0.826 L 1.024 0.826 L 1.024 1.88 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.203592814371257px" id="jjkPD2IUV" transform="translate(0 0.228)" width="3.2035928143712695px"/><path d="M 1.725 3.437 C 1.397 3.437 1.102 3.367 0.838 3.228 C 0.579 3.088 0.373 2.888 0.222 2.629 C 0.074 2.369 0 2.066 0 1.719 C 0 1.375 0.076 1.074 0.228 0.814 C 0.379 0.551 0.587 0.349 0.85 0.21 C 1.114 0.07 1.409 0 1.737 0 C 2.064 0 2.359 0.07 2.623 0.21 C 2.886 0.349 3.094 0.551 3.246 0.814 C 3.397 1.074 3.473 1.375 3.473 1.719 C 3.473 2.062 3.395 2.365 3.24 2.629 C 3.088 2.888 2.878 3.088 2.611 3.228 C 2.347 3.367 2.052 3.437 1.725 3.437 Z M 1.725 2.551 C 1.92 2.551 2.086 2.479 2.222 2.335 C 2.361 2.192 2.431 1.986 2.431 1.719 C 2.431 1.451 2.363 1.246 2.228 1.102 C 2.096 0.958 1.932 0.886 1.737 0.886 C 1.537 0.886 1.371 0.958 1.24 1.102 C 1.108 1.242 1.042 1.447 1.042 1.719 C 1.042 1.986 1.106 2.192 1.234 2.335 C 1.365 2.479 1.529 2.551 1.725 2.551 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.437125748502993px" id="qeY2yhdtR" transform="translate(3.413 1.042)" width="3.4730538922155745px"/><path d="M 1.024 0 L 1.024 4.431 L 0 4.431 L 0 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.431137724550898px" id="vd6SwOIWz" transform="translate(7.31 0)" width="1.023952095808383px"/><path d="M 3.79 0 L 1.695 4.928 L 0.593 4.928 L 1.359 3.228 L 0 0 L 1.144 0 L 1.916 2.09 L 2.683 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.928143712574851px" id="Ikuml2Mks" transform="translate(8.579 1.09)" width="3.7904191616766454px"/><path d="M 4.263 0 C 4.679 0 5.008 0.126 5.251 0.377 C 5.499 0.629 5.623 0.978 5.623 1.425 L 5.623 3.377 L 4.605 3.377 L 4.605 1.563 C 4.605 1.347 4.547 1.182 4.431 1.066 C 4.319 0.946 4.164 0.886 3.964 0.886 C 3.764 0.886 3.607 0.946 3.491 1.066 C 3.379 1.182 3.323 1.347 3.323 1.563 L 3.323 3.377 L 2.305 3.377 L 2.305 1.563 C 2.305 1.347 2.247 1.182 2.132 1.066 C 2.02 0.946 1.864 0.886 1.665 0.886 C 1.465 0.886 1.307 0.946 1.191 1.066 C 1.08 1.182 1.024 1.347 1.024 1.563 L 1.024 3.377 L 0 3.377 L 0 0.036 L 1.024 0.036 L 1.024 0.455 C 1.128 0.315 1.263 0.206 1.431 0.126 C 1.599 0.042 1.788 0 2 0 C 2.251 0 2.475 0.054 2.671 0.162 C 2.87 0.269 3.026 0.423 3.137 0.623 C 3.253 0.439 3.411 0.289 3.611 0.174 C 3.81 0.058 4.028 0 4.263 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.3772455089820372px" id="acFHYmrx5" transform="translate(12.62 1.054)" width="5.622514970059882px"/><path d="M 0 1.713 C 0 1.369 0.064 1.068 0.192 0.808 C 0.323 0.549 0.501 0.349 0.725 0.21 C 0.948 0.07 1.198 0 1.473 0 C 1.709 0 1.914 0.048 2.09 0.144 C 2.269 0.24 2.407 0.365 2.503 0.521 L 2.503 0.048 L 3.527 0.048 L 3.527 3.389 L 2.503 3.389 L 2.503 2.916 C 2.403 3.072 2.263 3.198 2.084 3.293 C 1.908 3.389 1.703 3.437 1.467 3.437 C 1.196 3.437 0.948 3.367 0.725 3.228 C 0.501 3.084 0.323 2.882 0.192 2.623 C 0.064 2.359 0 2.056 0 1.713 Z M 2.503 1.719 C 2.503 1.463 2.431 1.261 2.287 1.114 C 2.148 0.966 1.976 0.892 1.772 0.892 C 1.569 0.892 1.395 0.966 1.251 1.114 C 1.112 1.257 1.042 1.457 1.042 1.713 C 1.042 1.968 1.112 2.172 1.251 2.323 C 1.395 2.471 1.569 2.545 1.772 2.545 C 1.976 2.545 2.148 2.471 2.287 2.323 C 2.431 2.176 2.503 1.974 2.503 1.719 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.437125748502993px" id="PmbaWQch2" transform="translate(18.635 1.042)" width="3.526946107784312px"/><path d="M 2.108 3.287 L 2.108 4.156 L 1.587 4.156 C 1.216 4.156 0.926 4.066 0.719 3.886 C 0.511 3.703 0.407 3.405 0.407 2.994 L 0.407 1.665 L 0 1.665 L 0 0.814 L 0.407 0.814 L 0.407 0 L 1.431 0 L 1.431 0.814 L 2.102 0.814 L 2.102 1.665 L 1.431 1.665 L 1.431 3.006 C 1.431 3.106 1.455 3.178 1.503 3.222 C 1.551 3.265 1.631 3.287 1.743 3.287 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.155688622754492px" id="RSPD9rvC8" transform="translate(22.538 0.275)" width="2.1077844311377305px"/><path d="M 2.054 1.054 C 2.437 1.054 2.745 1.182 2.976 1.437 C 3.208 1.689 3.323 2.036 3.323 2.479 L 3.323 4.431 L 2.305 4.431 L 2.305 2.617 C 2.305 2.393 2.248 2.22 2.132 2.096 C 2.016 1.972 1.86 1.91 1.665 1.91 C 1.469 1.91 1.314 1.972 1.198 2.096 C 1.082 2.22 1.024 2.393 1.024 2.617 L 1.024 4.431 L 0 4.431 L 0 0 L 1.024 0 L 1.024 1.539 C 1.128 1.391 1.269 1.273 1.449 1.186 C 1.629 1.098 1.83 1.054 2.054 1.054 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.431137724550898px" id="cIBwKFfXR" transform="translate(25.096 0)" width="3.3233532934131773px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 3.832 C 0 1.716 1.716 0 3.832 0 C 5.949 0 7.665 1.716 7.665 3.832 C 7.665 5.949 5.949 7.665 3.832 7.665 C 1.716 7.665 0 5.949 0 3.832 Z" fill="transparent" height="7.664670658682635px" id="MQ0lPwTsm" stroke-dasharray="" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-width="1.44" stroke="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" transform="translate(0.719 2.166)" width="7.664670658682634px"/><g d="M 3.204 1.581 C 3.204 1.824 3.148 2.048 3.036 2.251 C 2.924 2.451 2.753 2.613 2.521 2.737 C 2.289 2.86 2.002 2.922 1.659 2.922 L 1.024 2.922 L 1.024 4.431 L 0 4.431 L 0 0.228 L 1.659 0.228 C 1.994 0.228 2.277 0.285 2.509 0.401 C 2.741 0.517 2.914 0.677 3.03 0.88 C 3.146 1.084 3.204 1.317 3.204 1.581 Z M 1.581 2.108 C 1.776 2.108 1.922 2.062 2.018 1.97 C 2.114 1.878 2.162 1.749 2.162 1.581 C 2.162 1.413 2.114 1.283 2.018 1.192 C 1.922 1.1 1.776 1.054 1.581 1.054 L 1.024 1.054 L 1.024 2.108 Z M 5.138 4.479 C 4.811 4.479 4.515 4.409 4.252 4.269 C 3.992 4.13 3.787 3.93 3.635 3.671 C 3.487 3.411 3.413 3.108 3.413 2.76 C 3.413 2.417 3.489 2.116 3.641 1.856 C 3.793 1.593 4 1.391 4.264 1.251 C 4.527 1.112 4.822 1.042 5.15 1.042 C 5.477 1.042 5.773 1.112 6.036 1.251 C 6.3 1.391 6.507 1.593 6.659 1.856 C 6.811 2.116 6.886 2.417 6.886 2.76 C 6.886 3.104 6.809 3.407 6.653 3.671 C 6.501 3.93 6.292 4.13 6.024 4.269 C 5.761 4.409 5.465 4.479 5.138 4.479 Z M 5.138 3.593 C 5.333 3.593 5.499 3.521 5.635 3.377 C 5.775 3.234 5.844 3.028 5.844 2.76 C 5.844 2.493 5.777 2.287 5.641 2.144 C 5.509 2 5.345 1.928 5.15 1.928 C 4.95 1.928 4.785 2 4.653 2.144 C 4.521 2.283 4.455 2.489 4.455 2.76 C 4.455 3.028 4.519 3.234 4.647 3.377 C 4.779 3.521 4.942 3.593 5.138 3.593 Z M 8.334 0 L 8.334 4.431 L 7.31 4.431 L 7.31 0 Z M 12.369 1.09 L 10.273 6.018 L 9.172 6.018 L 9.938 4.317 L 8.579 1.09 L 9.723 1.09 L 10.495 3.18 L 11.261 1.09 Z M 16.883 1.054 C 17.298 1.054 17.628 1.18 17.871 1.431 C 18.119 1.683 18.242 2.032 18.242 2.479 L 18.242 4.431 L 17.224 4.431 L 17.224 2.617 C 17.224 2.401 17.167 2.236 17.051 2.12 C 16.939 2 16.783 1.94 16.584 1.94 C 16.384 1.94 16.227 2 16.111 2.12 C 15.999 2.236 15.943 2.401 15.943 2.617 L 15.943 4.431 L 14.925 4.431 L 14.925 2.617 C 14.925 2.401 14.867 2.236 14.752 2.12 C 14.64 2 14.484 1.94 14.285 1.94 C 14.085 1.94 13.927 2 13.811 2.12 C 13.7 2.236 13.644 2.401 13.644 2.617 L 13.644 4.431 L 12.62 4.431 L 12.62 1.09 L 13.644 1.09 L 13.644 1.509 C 13.748 1.369 13.883 1.259 14.051 1.18 C 14.219 1.096 14.408 1.054 14.62 1.054 C 14.871 1.054 15.095 1.108 15.291 1.216 C 15.49 1.323 15.646 1.477 15.757 1.677 C 15.873 1.493 16.031 1.343 16.23 1.228 C 16.43 1.112 16.648 1.054 16.883 1.054 Z M 18.635 2.754 C 18.635 2.411 18.699 2.11 18.827 1.85 C 18.959 1.591 19.136 1.391 19.36 1.251 C 19.583 1.112 19.833 1.042 20.108 1.042 C 20.344 1.042 20.549 1.09 20.725 1.186 C 20.905 1.281 21.042 1.407 21.138 1.563 L 21.138 1.09 L 22.162 1.09 L 22.162 4.431 L 21.138 4.431 L 21.138 3.958 C 21.039 4.114 20.899 4.24 20.719 4.335 C 20.543 4.431 20.338 4.479 20.102 4.479 C 19.831 4.479 19.583 4.409 19.36 4.269 C 19.136 4.126 18.959 3.924 18.827 3.665 C 18.699 3.401 18.635 3.098 18.635 2.754 Z M 21.138 2.76 C 21.138 2.505 21.066 2.303 20.923 2.156 C 20.783 2.008 20.611 1.934 20.408 1.934 C 20.204 1.934 20.03 2.008 19.887 2.156 C 19.747 2.299 19.677 2.499 19.677 2.754 C 19.677 3.01 19.747 3.214 19.887 3.365 C 20.03 3.513 20.204 3.587 20.408 3.587 C 20.611 3.587 20.783 3.513 20.923 3.365 C 21.066 3.218 21.138 3.016 21.138 2.76 Z M 24.646 3.563 L 24.646 4.431 L 24.125 4.431 C 23.753 4.431 23.464 4.341 23.256 4.162 C 23.049 3.978 22.945 3.681 22.945 3.269 L 22.945 1.94 L 22.538 1.94 L 22.538 1.09 L 22.945 1.09 L 22.945 0.275 L 23.969 0.275 L 23.969 1.09 L 24.64 1.09 L 24.64 1.94 L 23.969 1.94 L 23.969 3.281 C 23.969 3.381 23.993 3.453 24.041 3.497 C 24.089 3.541 24.168 3.563 24.28 3.563 Z M 27.15 1.054 C 27.533 1.054 27.841 1.182 28.072 1.437 C 28.304 1.689 28.419 2.036 28.419 2.479 L 28.419 4.431 L 27.401 4.431 L 27.401 2.617 C 27.401 2.393 27.344 2.22 27.228 2.096 C 27.112 1.972 26.956 1.91 26.761 1.91 C 26.565 1.91 26.41 1.972 26.294 2.096 C 26.178 2.22 26.12 2.393 26.12 2.617 L 26.12 4.431 L 25.096 4.431 L 25.096 0 L 26.12 0 L 26.12 1.539 C 26.224 1.391 26.366 1.273 26.545 1.186 C 26.725 1.098 26.926 1.054 27.15 1.054 Z" fill="transparent" height="6.017964335972678px" id="aubl2imQW" transform="translate(11.497 3.723)" width="28.419401648515716px"><path d="M 3.204 1.353 C 3.204 1.597 3.148 1.82 3.036 2.024 C 2.924 2.224 2.753 2.385 2.521 2.509 C 2.289 2.633 2.002 2.695 1.659 2.695 L 1.024 2.695 L 1.024 4.204 L 0 4.204 L 0 0 L 1.659 0 C 1.994 0 2.277 0.058 2.509 0.174 C 2.741 0.289 2.914 0.449 3.03 0.653 C 3.146 0.856 3.204 1.09 3.204 1.353 Z M 1.581 1.88 C 1.776 1.88 1.922 1.834 2.018 1.743 C 2.114 1.651 2.162 1.521 2.162 1.353 C 2.162 1.186 2.114 1.056 2.018 0.964 C 1.922 0.872 1.776 0.826 1.581 0.826 L 1.024 0.826 L 1.024 1.88 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.203592814371257px" id="jjkPD2IUV" transform="translate(0 0.228)" width="3.2035928143712695px"/><path d="M 1.725 3.437 C 1.397 3.437 1.102 3.367 0.838 3.228 C 0.579 3.088 0.373 2.888 0.222 2.629 C 0.074 2.369 0 2.066 0 1.719 C 0 1.375 0.076 1.074 0.228 0.814 C 0.379 0.551 0.587 0.349 0.85 0.21 C 1.114 0.07 1.409 0 1.737 0 C 2.064 0 2.359 0.07 2.623 0.21 C 2.886 0.349 3.094 0.551 3.246 0.814 C 3.397 1.074 3.473 1.375 3.473 1.719 C 3.473 2.062 3.395 2.365 3.24 2.629 C 3.088 2.888 2.878 3.088 2.611 3.228 C 2.347 3.367 2.052 3.437 1.725 3.437 Z M 1.725 2.551 C 1.92 2.551 2.086 2.479 2.222 2.335 C 2.361 2.192 2.431 1.986 2.431 1.719 C 2.431 1.451 2.363 1.246 2.228 1.102 C 2.096 0.958 1.932 0.886 1.737 0.886 C 1.537 0.886 1.371 0.958 1.24 1.102 C 1.108 1.242 1.042 1.447 1.042 1.719 C 1.042 1.986 1.106 2.192 1.234 2.335 C 1.365 2.479 1.529 2.551 1.725 2.551 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.437125748502993px" id="qeY2yhdtR" transform="translate(3.413 1.042)" width="3.4730538922155745px"/><path d="M 1.024 0 L 1.024 4.431 L 0 4.431 L 0 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.431137724550898px" id="vd6SwOIWz" transform="translate(7.31 0)" width="1.023952095808383px"/><path d="M 3.79 0 L 1.695 4.928 L 0.593 4.928 L 1.359 3.228 L 0 0 L 1.144 0 L 1.916 2.09 L 2.683 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.928143712574851px" id="Ikuml2Mks" transform="translate(8.579 1.09)" width="3.7904191616766454px"/><path d="M 4.263 0 C 4.679 0 5.008 0.126 5.251 0.377 C 5.499 0.629 5.623 0.978 5.623 1.425 L 5.623 3.377 L 4.605 3.377 L 4.605 1.563 C 4.605 1.347 4.547 1.182 4.431 1.066 C 4.319 0.946 4.164 0.886 3.964 0.886 C 3.764 0.886 3.607 0.946 3.491 1.066 C 3.379 1.182 3.323 1.347 3.323 1.563 L 3.323 3.377 L 2.305 3.377 L 2.305 1.563 C 2.305 1.347 2.247 1.182 2.132 1.066 C 2.02 0.946 1.864 0.886 1.665 0.886 C 1.465 0.886 1.307 0.946 1.191 1.066 C 1.08 1.182 1.024 1.347 1.024 1.563 L 1.024 3.377 L 0 3.377 L 0 0.036 L 1.024 0.036 L 1.024 0.455 C 1.128 0.315 1.263 0.206 1.431 0.126 C 1.599 0.042 1.788 0 2 0 C 2.251 0 2.475 0.054 2.671 0.162 C 2.87 0.269 3.026 0.423 3.137 0.623 C 3.253 0.439 3.411 0.289 3.611 0.174 C 3.81 0.058 4.028 0 4.263 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.3772455089820372px" id="acFHYmrx5" transform="translate(12.62 1.054)" width="5.622514970059882px"/><path d="M 0 1.713 C 0 1.369 0.064 1.068 0.192 0.808 C 0.323 0.549 0.501 0.349 0.725 0.21 C 0.948 0.07 1.198 0 1.473 0 C 1.709 0 1.914 0.048 2.09 0.144 C 2.269 0.24 2.407 0.365 2.503 0.521 L 2.503 0.048 L 3.527 0.048 L 3.527 3.389 L 2.503 3.389 L 2.503 2.916 C 2.403 3.072 2.263 3.198 2.084 3.293 C 1.908 3.389 1.703 3.437 1.467 3.437 C 1.196 3.437 0.948 3.367 0.725 3.228 C 0.501 3.084 0.323 2.882 0.192 2.623 C 0.064 2.359 0 2.056 0 1.713 Z M 2.503 1.719 C 2.503 1.463 2.431 1.261 2.287 1.114 C 2.148 0.966 1.976 0.892 1.772 0.892 C 1.569 0.892 1.395 0.966 1.251 1.114 C 1.112 1.257 1.042 1.457 1.042 1.713 C 1.042 1.968 1.112 2.172 1.251 2.323 C 1.395 2.471 1.569 2.545 1.772 2.545 C 1.976 2.545 2.148 2.471 2.287 2.323 C 2.431 2.176 2.503 1.974 2.503 1.719 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.437125748502993px" id="PmbaWQch2" transform="translate(18.635 1.042)" width="3.526946107784312px"/><path d="M 2.108 3.287 L 2.108 4.156 L 1.587 4.156 C 1.216 4.156 0.926 4.066 0.719 3.886 C 0.511 3.703 0.407 3.405 0.407 2.994 L 0.407 1.665 L 0 1.665 L 0 0.814 L 0.407 0.814 L 0.407 0 L 1.431 0 L 1.431 0.814 L 2.102 0.814 L 2.102 1.665 L 1.431 1.665 L 1.431 3.006 C 1.431 3.106 1.455 3.178 1.503 3.222 C 1.551 3.265 1.631 3.287 1.743 3.287 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.155688622754492px" id="RSPD9rvC8" transform="translate(22.538 0.275)" width="2.1077844311377305px"/><path d="M 2.054 1.054 C 2.437 1.054 2.745 1.182 2.976 1.437 C 3.208 1.689 3.323 2.036 3.323 2.479 L 3.323 4.431 L 2.305 4.431 L 2.305 2.617 C 2.305 2.393 2.248 2.22 2.132 2.096 C 2.016 1.972 1.86 1.91 1.665 1.91 C 1.469 1.91 1.314 1.972 1.198 2.096 C 1.082 2.22 1.024 2.393 1.024 2.617 L 1.024 4.431 L 0 4.431 L 0 0 L 1.024 0 L 1.024 1.539 C 1.128 1.391 1.269 1.273 1.449 1.186 C 1.629 1.098 1.83 1.054 2.054 1.054 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.431137724550898px" id="cIBwKFfXR" transform="translate(25.096 0)" width="3.3233532934131773px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-w2kb3 {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 2.808 0 C 2.808 1.551 1.551 2.808 0 2.808 L 0 4.68 L 2.808 4.68 L 2.808 7.488 L 4.68 7.488 C 4.68 5.937 5.937 4.68 7.488 4.68 L 7.488 2.808 L 4.68 2.808 L 4.68 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="7.487684729064041px" id="mgFPrJfZp" transform="translate(0 1.255)" width="7.48768472906404px"/><g d="M 2.01 4.327 C 1.592 4.327 1.233 4.238 0.934 4.061 C 0.634 3.88 0.404 3.63 0.242 3.31 C 0.081 2.987 0 2.615 0 2.193 C 0 1.771 0.081 1.399 0.242 1.076 C 0.404 0.753 0.634 0.5 0.934 0.319 C 1.233 0.138 1.592 0.047 2.01 0.047 C 2.506 0.047 2.912 0.171 3.228 0.42 C 3.547 0.664 3.746 1.009 3.825 1.454 L 2.991 1.454 C 2.94 1.23 2.83 1.054 2.66 0.928 C 2.495 0.798 2.274 0.733 1.998 0.733 C 1.616 0.733 1.316 0.863 1.1 1.123 C 0.883 1.383 0.774 1.74 0.774 2.193 C 0.774 2.646 0.883 3.003 1.1 3.263 C 1.316 3.519 1.616 3.647 1.998 3.647 C 2.274 3.647 2.495 3.588 2.66 3.47 C 2.83 3.348 2.94 3.18 2.991 2.967 L 3.825 2.967 C 3.746 3.393 3.547 3.726 3.228 3.967 C 2.912 4.207 2.506 4.327 2.01 4.327 Z M 4.122 4.256 L 4.122 0 L 4.879 0 L 4.879 4.256 Z M 6.645 4.327 C 6.369 4.327 6.123 4.26 5.906 4.126 C 5.689 3.992 5.518 3.809 5.392 3.576 C 5.266 3.344 5.203 3.08 5.203 2.784 C 5.203 2.489 5.266 2.227 5.392 1.998 C 5.518 1.766 5.689 1.584 5.906 1.454 C 6.123 1.32 6.369 1.253 6.645 1.253 C 6.866 1.253 7.059 1.295 7.224 1.377 C 7.39 1.46 7.524 1.576 7.626 1.726 L 7.668 1.324 L 8.383 1.324 L 8.383 4.256 L 7.673 4.256 L 7.626 3.836 C 7.532 3.967 7.405 4.081 7.248 4.179 C 7.094 4.278 6.893 4.327 6.645 4.327 Z M 6.804 3.665 C 7.049 3.665 7.248 3.584 7.402 3.423 C 7.559 3.257 7.638 3.046 7.638 2.79 C 7.638 2.534 7.559 2.325 7.402 2.164 C 7.248 1.998 7.049 1.915 6.804 1.915 C 6.564 1.915 6.365 1.996 6.207 2.158 C 6.05 2.319 5.971 2.528 5.971 2.784 C 5.971 3.04 6.05 3.251 6.207 3.417 C 6.365 3.582 6.564 3.665 6.804 3.665 Z M 8.799 4.256 L 8.799 1.324 L 9.467 1.324 L 9.526 1.821 C 9.616 1.647 9.746 1.509 9.916 1.407 C 10.089 1.304 10.292 1.253 10.525 1.253 C 10.887 1.253 11.169 1.367 11.37 1.596 C 11.571 1.825 11.672 2.16 11.672 2.601 L 11.672 4.256 L 10.915 4.256 L 10.915 2.672 C 10.915 2.42 10.864 2.227 10.761 2.093 C 10.659 1.959 10.499 1.892 10.282 1.892 C 10.07 1.892 9.894 1.967 9.756 2.116 C 9.622 2.266 9.555 2.475 9.555 2.743 L 9.555 4.256 Z M 13.388 4.327 C 13.112 4.327 12.866 4.26 12.649 4.126 C 12.433 3.992 12.261 3.809 12.135 3.576 C 12.009 3.344 11.946 3.08 11.946 2.784 C 11.946 2.489 12.009 2.227 12.135 1.998 C 12.261 1.766 12.433 1.584 12.649 1.454 C 12.866 1.32 13.112 1.253 13.388 1.253 C 13.609 1.253 13.802 1.295 13.967 1.377 C 14.133 1.46 14.267 1.576 14.369 1.726 L 14.369 0 L 15.126 0 L 15.126 4.256 L 14.452 4.256 L 14.369 3.836 C 14.275 3.967 14.149 4.081 13.991 4.179 C 13.837 4.278 13.636 4.327 13.388 4.327 Z M 13.548 3.665 C 13.792 3.665 13.991 3.584 14.145 3.423 C 14.302 3.257 14.381 3.046 14.381 2.79 C 14.381 2.534 14.302 2.325 14.145 2.164 C 13.991 1.998 13.792 1.915 13.548 1.915 C 13.307 1.915 13.108 1.996 12.951 2.158 C 12.793 2.319 12.714 2.528 12.714 2.784 C 12.714 3.04 12.793 3.251 12.951 3.417 C 13.108 3.582 13.307 3.665 13.548 3.665 Z M 16.967 4.327 C 16.671 4.327 16.409 4.264 16.18 4.138 C 15.952 4.012 15.772 3.834 15.642 3.606 C 15.512 3.377 15.447 3.113 15.447 2.814 C 15.447 2.51 15.51 2.24 15.636 2.004 C 15.767 1.767 15.944 1.584 16.168 1.454 C 16.397 1.32 16.665 1.253 16.972 1.253 C 17.26 1.253 17.514 1.316 17.735 1.442 C 17.956 1.568 18.127 1.742 18.249 1.963 C 18.375 2.179 18.438 2.422 18.438 2.69 C 18.438 2.733 18.436 2.778 18.433 2.826 C 18.433 2.873 18.431 2.922 18.427 2.973 L 16.198 2.973 C 16.214 3.202 16.293 3.381 16.434 3.511 C 16.58 3.641 16.756 3.706 16.961 3.706 C 17.114 3.706 17.242 3.673 17.345 3.606 C 17.451 3.535 17.53 3.444 17.581 3.334 L 18.35 3.334 C 18.295 3.519 18.202 3.689 18.072 3.842 C 17.946 3.992 17.788 4.11 17.599 4.197 C 17.414 4.284 17.203 4.327 16.967 4.327 Z M 16.972 1.868 C 16.787 1.868 16.624 1.921 16.482 2.028 C 16.34 2.13 16.249 2.288 16.21 2.5 L 17.67 2.5 C 17.658 2.307 17.587 2.154 17.457 2.039 C 17.327 1.925 17.166 1.868 16.972 1.868 Z M 19.932 4.327 C 19.672 4.327 19.443 4.286 19.246 4.203 C 19.049 4.116 18.892 3.998 18.773 3.848 C 18.655 3.699 18.584 3.525 18.561 3.328 L 19.323 3.328 C 19.347 3.442 19.41 3.541 19.512 3.624 C 19.619 3.702 19.755 3.742 19.92 3.742 C 20.086 3.742 20.206 3.708 20.281 3.641 C 20.36 3.574 20.399 3.498 20.399 3.411 C 20.399 3.285 20.344 3.2 20.234 3.157 C 20.123 3.109 19.969 3.064 19.772 3.021 C 19.646 2.993 19.518 2.96 19.388 2.92 C 19.258 2.881 19.138 2.832 19.028 2.772 C 18.921 2.709 18.834 2.631 18.767 2.536 C 18.7 2.437 18.667 2.317 18.667 2.175 C 18.667 1.915 18.769 1.697 18.974 1.519 C 19.183 1.342 19.475 1.253 19.849 1.253 C 20.196 1.253 20.472 1.334 20.677 1.496 C 20.886 1.657 21.01 1.88 21.049 2.164 L 20.334 2.164 C 20.291 1.947 20.127 1.838 19.843 1.838 C 19.701 1.838 19.591 1.866 19.512 1.921 C 19.437 1.976 19.4 2.045 19.4 2.128 C 19.4 2.215 19.457 2.284 19.571 2.335 C 19.686 2.386 19.837 2.433 20.027 2.477 C 20.232 2.524 20.419 2.577 20.588 2.636 C 20.762 2.692 20.9 2.776 21.002 2.891 C 21.104 3.001 21.156 3.161 21.156 3.369 C 21.16 3.551 21.112 3.714 21.014 3.86 C 20.915 4.006 20.773 4.12 20.588 4.203 C 20.403 4.286 20.184 4.327 19.932 4.327 Z M 22.685 4.256 C 22.378 4.256 22.132 4.181 21.946 4.032 C 21.761 3.882 21.669 3.616 21.669 3.233 L 21.669 1.957 L 21.166 1.957 L 21.166 1.324 L 21.669 1.324 L 21.757 0.538 L 22.425 0.538 L 22.425 1.324 L 23.217 1.324 L 23.217 1.957 L 22.622 1.957 C 22.513 1.957 22.425 2.045 22.425 2.154 L 22.425 3.239 C 22.425 3.381 22.455 3.48 22.514 3.535 C 22.577 3.586 22.683 3.612 22.833 3.612 L 23.2 3.612 L 23.2 4.256 Z M 23.92 0.869 C 23.782 0.869 23.668 0.828 23.577 0.745 C 23.491 0.662 23.447 0.558 23.447 0.432 C 23.447 0.305 23.491 0.203 23.577 0.124 C 23.668 0.041 23.782 0 23.92 0 C 24.058 0 24.17 0.041 24.257 0.124 C 24.348 0.203 24.393 0.305 24.393 0.432 C 24.393 0.558 24.348 0.662 24.257 0.745 C 24.17 0.828 24.058 0.869 23.92 0.869 Z M 23.542 4.256 L 23.542 1.324 L 24.299 1.324 L 24.299 4.256 Z M 24.734 4.256 L 24.734 1.324 L 25.402 1.324 L 25.461 1.821 C 25.551 1.647 25.681 1.509 25.851 1.407 C 26.024 1.304 26.227 1.253 26.46 1.253 C 26.822 1.253 27.104 1.367 27.305 1.596 C 27.506 1.825 27.607 2.16 27.607 2.601 L 27.607 4.256 L 26.85 4.256 L 26.85 2.672 C 26.85 2.42 26.799 2.227 26.696 2.093 C 26.594 1.959 26.434 1.892 26.217 1.892 C 26.005 1.892 25.829 1.967 25.691 2.116 C 25.557 2.266 25.49 2.475 25.49 2.743 L 25.49 4.256 Z M 29.4 4.327 C 29.104 4.327 28.842 4.264 28.614 4.138 C 28.385 4.012 28.206 3.834 28.076 3.606 C 27.946 3.377 27.881 3.113 27.881 2.814 C 27.881 2.51 27.944 2.24 28.07 2.004 C 28.2 1.767 28.377 1.584 28.602 1.454 C 28.831 1.32 29.099 1.253 29.406 1.253 C 29.694 1.253 29.948 1.316 30.168 1.442 C 30.389 1.568 30.561 1.742 30.683 1.963 C 30.809 2.179 30.872 2.422 30.872 2.69 C 30.872 2.733 30.87 2.778 30.866 2.826 C 30.866 2.873 30.864 2.922 30.86 2.973 L 28.632 2.973 C 28.647 3.202 28.726 3.381 28.868 3.511 C 29.014 3.641 29.189 3.706 29.394 3.706 C 29.548 3.706 29.676 3.673 29.778 3.606 C 29.885 3.535 29.964 3.444 30.015 3.334 L 30.783 3.334 C 30.728 3.519 30.635 3.689 30.505 3.842 C 30.379 3.992 30.222 4.11 30.033 4.197 C 29.847 4.284 29.636 4.327 29.4 4.327 Z M 29.406 1.868 C 29.221 1.868 29.057 1.921 28.915 2.028 C 28.773 2.13 28.683 2.288 28.643 2.5 L 30.103 2.5 C 30.092 2.307 30.021 2.154 29.891 2.039 C 29.761 1.925 29.599 1.868 29.406 1.868 Z" fill="transparent" height="4.3270935960591235px" id="z_2_F8O7L" transform="translate(9.064 2.516)" width="30.87192371537543px"><path d="M 2.01 4.28 C 1.592 4.28 1.233 4.191 0.934 4.014 C 0.634 3.833 0.404 3.582 0.242 3.263 C 0.081 2.94 0 2.567 0 2.146 C 0 1.724 0.081 1.352 0.242 1.029 C 0.404 0.705 0.634 0.453 0.934 0.272 C 1.233 0.091 1.592 0 2.01 0 C 2.506 0 2.912 0.124 3.228 0.372 C 3.547 0.617 3.746 0.962 3.825 1.407 L 2.991 1.407 C 2.94 1.182 2.83 1.007 2.66 0.881 C 2.495 0.751 2.274 0.686 1.998 0.686 C 1.616 0.686 1.316 0.816 1.1 1.076 C 0.883 1.336 0.774 1.693 0.774 2.146 C 0.774 2.599 0.883 2.956 1.1 3.216 C 1.316 3.472 1.616 3.6 1.998 3.6 C 2.274 3.6 2.495 3.541 2.66 3.423 C 2.83 3.3 2.94 3.133 2.991 2.92 L 3.825 2.92 C 3.746 3.346 3.547 3.679 3.228 3.919 C 2.912 4.16 2.506 4.28 2.01 4.28 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.2798029556650246px" id="rWMoxvvfX" transform="translate(0 0.047)" width="3.8246305418719118px"/><path d="M 0 4.256 L 0 0 L 0.757 0 L 0.757 4.256 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.25615763546798px" id="zZWNlTup8" transform="translate(4.122 0)" width="1px"/><path d="M 1.442 3.074 C 1.167 3.074 0.92 3.007 0.703 2.873 C 0.487 2.739 0.315 2.556 0.189 2.323 C 0.063 2.091 0 1.827 0 1.531 C 0 1.235 0.063 0.973 0.189 0.745 C 0.315 0.512 0.487 0.331 0.703 0.201 C 0.92 0.067 1.167 0 1.442 0 C 1.663 0 1.856 0.041 2.022 0.124 C 2.187 0.207 2.321 0.323 2.424 0.473 L 2.465 0.071 L 3.18 0.071 L 3.18 3.003 L 2.471 3.003 L 2.424 2.583 C 2.329 2.713 2.203 2.828 2.045 2.926 C 1.892 3.025 1.691 3.074 1.442 3.074 Z M 1.602 2.412 C 1.846 2.412 2.045 2.331 2.199 2.169 C 2.357 2.004 2.435 1.793 2.435 1.537 C 2.435 1.281 2.357 1.072 2.199 0.91 C 2.045 0.745 1.846 0.662 1.602 0.662 C 1.362 0.662 1.163 0.743 1.005 0.904 C 0.847 1.066 0.768 1.275 0.768 1.531 C 0.768 1.787 0.847 1.998 1.005 2.164 C 1.163 2.329 1.362 2.412 1.602 2.412 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="qPU1rwIex" transform="translate(5.203 1.253)" width="3.1802955477108483px"/><path d="M 0 3.003 L 0 0.071 L 0.668 0.071 L 0.727 0.567 C 0.818 0.394 0.948 0.256 1.117 0.154 C 1.291 0.051 1.494 0 1.726 0 C 2.089 0 2.37 0.114 2.571 0.343 C 2.772 0.571 2.873 0.906 2.873 1.348 L 2.873 3.003 L 2.116 3.003 L 2.116 1.419 C 2.116 1.167 2.065 0.973 1.963 0.839 C 1.86 0.705 1.7 0.638 1.484 0.638 C 1.271 0.638 1.096 0.713 0.958 0.863 C 0.824 1.013 0.757 1.222 0.757 1.49 L 0.757 3.003 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.0029556650246327px" id="nHBjz4BUH" transform="translate(8.799 1.253)" width="2.87288669950739px"/><path d="M 1.442 4.327 C 1.167 4.327 0.92 4.26 0.703 4.126 C 0.487 3.992 0.315 3.809 0.189 3.576 C 0.063 3.344 0 3.08 0 2.784 C 0 2.489 0.063 2.227 0.189 1.998 C 0.315 1.766 0.487 1.584 0.703 1.454 C 0.92 1.32 1.167 1.253 1.442 1.253 C 1.663 1.253 1.856 1.295 2.022 1.377 C 2.187 1.46 2.321 1.576 2.424 1.726 L 2.424 0 L 3.18 0 L 3.18 4.256 L 2.506 4.256 L 2.424 3.836 C 2.329 3.967 2.203 4.081 2.045 4.179 C 1.892 4.278 1.691 4.327 1.442 4.327 Z M 1.602 3.665 C 1.846 3.665 2.045 3.584 2.199 3.423 C 2.357 3.257 2.435 3.046 2.435 2.79 C 2.435 2.534 2.357 2.325 2.199 2.164 C 2.045 1.998 1.846 1.915 1.602 1.915 C 1.362 1.915 1.163 1.996 1.005 2.158 C 0.847 2.319 0.768 2.528 0.768 2.784 C 0.768 3.04 0.847 3.251 1.005 3.417 C 1.163 3.582 1.362 3.665 1.602 3.665 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.327093596059109px" id="UAq8s1lJv" transform="translate(11.946 0)" width="3.180295566502494px"/><path d="M 1.519 3.074 C 1.224 3.074 0.962 3.011 0.733 2.885 C 0.504 2.759 0.325 2.581 0.195 2.353 C 0.065 2.124 0 1.86 0 1.561 C 0 1.257 0.063 0.987 0.189 0.751 C 0.319 0.514 0.497 0.331 0.721 0.201 C 0.95 0.067 1.218 0 1.525 0 C 1.813 0 2.067 0.063 2.288 0.189 C 2.508 0.315 2.68 0.489 2.802 0.709 C 2.928 0.926 2.991 1.168 2.991 1.436 C 2.991 1.48 2.989 1.525 2.985 1.572 C 2.985 1.62 2.983 1.669 2.979 1.72 L 0.751 1.72 C 0.767 1.949 0.845 2.128 0.987 2.258 C 1.133 2.388 1.308 2.453 1.513 2.453 C 1.667 2.453 1.795 2.42 1.898 2.353 C 2.004 2.282 2.083 2.191 2.134 2.081 L 2.902 2.081 C 2.847 2.266 2.755 2.435 2.625 2.589 C 2.499 2.739 2.341 2.857 2.152 2.944 C 1.967 3.031 1.756 3.074 1.519 3.074 Z M 1.525 0.615 C 1.34 0.615 1.176 0.668 1.034 0.774 C 0.893 0.877 0.802 1.034 0.763 1.247 L 2.223 1.247 C 2.211 1.054 2.14 0.9 2.01 0.786 C 1.88 0.672 1.718 0.615 1.525 0.615 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="o_a4qbnxM" transform="translate(15.447 1.253)" width="2.9911330049261267px"/><path d="M 1.371 3.074 C 1.111 3.074 0.883 3.033 0.686 2.95 C 0.489 2.863 0.331 2.745 0.213 2.595 C 0.095 2.445 0.024 2.272 0 2.075 L 0.763 2.075 C 0.786 2.189 0.849 2.288 0.952 2.37 C 1.058 2.449 1.194 2.489 1.36 2.489 C 1.525 2.489 1.645 2.455 1.72 2.388 C 1.799 2.321 1.838 2.244 1.838 2.158 C 1.838 2.032 1.783 1.947 1.673 1.903 C 1.563 1.856 1.409 1.811 1.212 1.767 C 1.086 1.74 0.958 1.706 0.828 1.667 C 0.698 1.628 0.577 1.578 0.467 1.519 C 0.361 1.456 0.274 1.377 0.207 1.283 C 0.14 1.184 0.106 1.064 0.106 0.922 C 0.106 0.662 0.209 0.443 0.414 0.266 C 0.623 0.089 0.914 0 1.289 0 C 1.635 0 1.911 0.081 2.116 0.242 C 2.325 0.404 2.449 0.627 2.489 0.91 L 1.773 0.91 C 1.73 0.694 1.567 0.585 1.283 0.585 C 1.141 0.585 1.031 0.613 0.952 0.668 C 0.877 0.723 0.839 0.792 0.839 0.875 C 0.839 0.962 0.897 1.031 1.011 1.082 C 1.125 1.133 1.277 1.18 1.466 1.224 C 1.671 1.271 1.858 1.324 2.028 1.383 C 2.201 1.438 2.339 1.523 2.441 1.637 C 2.544 1.748 2.595 1.907 2.595 2.116 C 2.599 2.298 2.552 2.461 2.453 2.607 C 2.355 2.753 2.213 2.867 2.028 2.95 C 1.842 3.033 1.624 3.074 1.371 3.074 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.073891625615765px" id="AHGqMOb7h" transform="translate(18.561 1.253)" width="2.5953012500882124px"/><path d="M 1.519 3.718 C 1.212 3.718 0.966 3.643 0.78 3.494 C 0.595 3.344 0.502 3.078 0.502 2.696 L 0.502 1.419 L 0 1.419 L 0 0.786 L 0.502 0.786 L 0.591 0 L 1.259 0 L 1.259 0.786 L 2.051 0.786 L 2.051 1.419 L 1.456 1.419 C 1.347 1.419 1.259 1.507 1.259 1.616 L 1.259 2.701 C 1.259 2.843 1.289 2.942 1.348 2.997 C 1.411 3.048 1.517 3.074 1.667 3.074 L 2.033 3.074 L 2.033 3.718 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.718226600985222px" id="Qf02PQIib" transform="translate(21.166 0.538)" width="2.0512315270935773px"/><path d="M 0.473 0.869 C 0.335 0.869 0.221 0.828 0.13 0.745 C 0.043 0.662 0 0.558 0 0.432 C 0 0.305 0.043 0.203 0.13 0.124 C 0.221 0.041 0.335 0 0.473 0 C 0.611 0 0.723 0.041 0.81 0.124 C 0.9 0.203 0.946 0.305 0.946 0.432 C 0.946 0.558 0.9 0.662 0.81 0.745 C 0.723 0.828 0.611 0.869 0.473 0.869 Z M 0.095 4.256 L 0.095 1.324 L 0.851 1.324 L 0.851 4.256 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.256157034488735px" id="SYZZO8s9H" transform="translate(23.447 0)" width="1px"/><path d="M 0 3.003 L 0 0.071 L 0.668 0.071 L 0.727 0.567 C 0.818 0.394 0.948 0.256 1.117 0.154 C 1.291 0.051 1.494 0 1.726 0 C 2.089 0 2.37 0.114 2.571 0.343 C 2.772 0.571 2.873 0.906 2.873 1.348 L 2.873 3.003 L 2.116 3.003 L 2.116 1.419 C 2.116 1.167 2.065 0.973 1.963 0.839 C 1.86 0.705 1.7 0.638 1.484 0.638 C 1.271 0.638 1.096 0.713 0.958 0.863 C 0.824 1.013 0.757 1.222 0.757 1.49 L 0.757 3.003 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.0029556650246327px" id="IcBZKP3OR" transform="translate(24.734 1.253)" width="2.8729064039409025px"/><path d="M 1.519 3.074 C 1.224 3.074 0.962 3.011 0.733 2.885 C 0.504 2.759 0.325 2.581 0.195 2.353 C 0.065 2.124 0 1.86 0 1.561 C 0 1.257 0.063 0.987 0.189 0.751 C 0.319 0.514 0.497 0.331 0.721 0.201 C 0.95 0.067 1.218 0 1.525 0 C 1.813 0 2.067 0.063 2.288 0.189 C 2.508 0.315 2.68 0.489 2.802 0.709 C 2.928 0.926 2.991 1.168 2.991 1.436 C 2.991 1.48 2.989 1.525 2.985 1.572 C 2.985 1.62 2.983 1.669 2.979 1.72 L 0.751 1.72 C 0.767 1.949 0.845 2.128 0.987 2.258 C 1.133 2.388 1.308 2.453 1.513 2.453 C 1.667 2.453 1.795 2.42 1.898 2.353 C 2.004 2.282 2.083 2.191 2.134 2.081 L 2.902 2.081 C 2.847 2.266 2.755 2.435 2.625 2.589 C 2.499 2.739 2.341 2.857 2.152 2.944 C 1.967 3.031 1.756 3.074 1.519 3.074 Z M 1.525 0.615 C 1.34 0.615 1.176 0.668 1.034 0.774 C 0.893 0.877 0.802 1.034 0.763 1.247 L 2.223 1.247 C 2.211 1.054 2.14 0.9 2.01 0.786 C 1.88 0.672 1.718 0.615 1.525 0.615 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="BRXpCcVNw" transform="translate(27.881 1.253)" width="2.991133004926212px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 4;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 2.808 0 C 2.808 1.551 1.551 2.808 0 2.808 L 0 4.68 L 2.808 4.68 L 2.808 7.488 L 4.68 7.488 C 4.68 5.937 5.937 4.68 7.488 4.68 L 7.488 2.808 L 4.68 2.808 L 4.68 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="7.487684729064041px" id="mgFPrJfZp" transform="translate(0 1.255)" width="7.48768472906404px"/><g d="M 2.01 4.327 C 1.592 4.327 1.233 4.238 0.934 4.061 C 0.634 3.88 0.404 3.63 0.242 3.31 C 0.081 2.987 0 2.615 0 2.193 C 0 1.771 0.081 1.399 0.242 1.076 C 0.404 0.753 0.634 0.5 0.934 0.319 C 1.233 0.138 1.592 0.047 2.01 0.047 C 2.506 0.047 2.912 0.171 3.228 0.42 C 3.547 0.664 3.746 1.009 3.825 1.454 L 2.991 1.454 C 2.94 1.23 2.83 1.054 2.66 0.928 C 2.495 0.798 2.274 0.733 1.998 0.733 C 1.616 0.733 1.316 0.863 1.1 1.123 C 0.883 1.383 0.774 1.74 0.774 2.193 C 0.774 2.646 0.883 3.003 1.1 3.263 C 1.316 3.519 1.616 3.647 1.998 3.647 C 2.274 3.647 2.495 3.588 2.66 3.47 C 2.83 3.348 2.94 3.18 2.991 2.967 L 3.825 2.967 C 3.746 3.393 3.547 3.726 3.228 3.967 C 2.912 4.207 2.506 4.327 2.01 4.327 Z M 4.122 4.256 L 4.122 0 L 4.879 0 L 4.879 4.256 Z M 6.645 4.327 C 6.369 4.327 6.123 4.26 5.906 4.126 C 5.689 3.992 5.518 3.809 5.392 3.576 C 5.266 3.344 5.203 3.08 5.203 2.784 C 5.203 2.489 5.266 2.227 5.392 1.998 C 5.518 1.766 5.689 1.584 5.906 1.454 C 6.123 1.32 6.369 1.253 6.645 1.253 C 6.866 1.253 7.059 1.295 7.224 1.377 C 7.39 1.46 7.524 1.576 7.626 1.726 L 7.668 1.324 L 8.383 1.324 L 8.383 4.256 L 7.673 4.256 L 7.626 3.836 C 7.532 3.967 7.405 4.081 7.248 4.179 C 7.094 4.278 6.893 4.327 6.645 4.327 Z M 6.804 3.665 C 7.049 3.665 7.248 3.584 7.402 3.423 C 7.559 3.257 7.638 3.046 7.638 2.79 C 7.638 2.534 7.559 2.325 7.402 2.164 C 7.248 1.998 7.049 1.915 6.804 1.915 C 6.564 1.915 6.365 1.996 6.207 2.158 C 6.05 2.319 5.971 2.528 5.971 2.784 C 5.971 3.04 6.05 3.251 6.207 3.417 C 6.365 3.582 6.564 3.665 6.804 3.665 Z M 8.799 4.256 L 8.799 1.324 L 9.467 1.324 L 9.526 1.821 C 9.616 1.647 9.746 1.509 9.916 1.407 C 10.089 1.304 10.292 1.253 10.525 1.253 C 10.887 1.253 11.169 1.367 11.37 1.596 C 11.571 1.825 11.672 2.16 11.672 2.601 L 11.672 4.256 L 10.915 4.256 L 10.915 2.672 C 10.915 2.42 10.864 2.227 10.761 2.093 C 10.659 1.959 10.499 1.892 10.282 1.892 C 10.07 1.892 9.894 1.967 9.756 2.116 C 9.622 2.266 9.555 2.475 9.555 2.743 L 9.555 4.256 Z M 13.388 4.327 C 13.112 4.327 12.866 4.26 12.649 4.126 C 12.433 3.992 12.261 3.809 12.135 3.576 C 12.009 3.344 11.946 3.08 11.946 2.784 C 11.946 2.489 12.009 2.227 12.135 1.998 C 12.261 1.766 12.433 1.584 12.649 1.454 C 12.866 1.32 13.112 1.253 13.388 1.253 C 13.609 1.253 13.802 1.295 13.967 1.377 C 14.133 1.46 14.267 1.576 14.369 1.726 L 14.369 0 L 15.126 0 L 15.126 4.256 L 14.452 4.256 L 14.369 3.836 C 14.275 3.967 14.149 4.081 13.991 4.179 C 13.837 4.278 13.636 4.327 13.388 4.327 Z M 13.548 3.665 C 13.792 3.665 13.991 3.584 14.145 3.423 C 14.302 3.257 14.381 3.046 14.381 2.79 C 14.381 2.534 14.302 2.325 14.145 2.164 C 13.991 1.998 13.792 1.915 13.548 1.915 C 13.307 1.915 13.108 1.996 12.951 2.158 C 12.793 2.319 12.714 2.528 12.714 2.784 C 12.714 3.04 12.793 3.251 12.951 3.417 C 13.108 3.582 13.307 3.665 13.548 3.665 Z M 16.967 4.327 C 16.671 4.327 16.409 4.264 16.18 4.138 C 15.952 4.012 15.772 3.834 15.642 3.606 C 15.512 3.377 15.447 3.113 15.447 2.814 C 15.447 2.51 15.51 2.24 15.636 2.004 C 15.767 1.767 15.944 1.584 16.168 1.454 C 16.397 1.32 16.665 1.253 16.972 1.253 C 17.26 1.253 17.514 1.316 17.735 1.442 C 17.956 1.568 18.127 1.742 18.249 1.963 C 18.375 2.179 18.438 2.422 18.438 2.69 C 18.438 2.733 18.436 2.778 18.433 2.826 C 18.433 2.873 18.431 2.922 18.427 2.973 L 16.198 2.973 C 16.214 3.202 16.293 3.381 16.434 3.511 C 16.58 3.641 16.756 3.706 16.961 3.706 C 17.114 3.706 17.242 3.673 17.345 3.606 C 17.451 3.535 17.53 3.444 17.581 3.334 L 18.35 3.334 C 18.295 3.519 18.202 3.689 18.072 3.842 C 17.946 3.992 17.788 4.11 17.599 4.197 C 17.414 4.284 17.203 4.327 16.967 4.327 Z M 16.972 1.868 C 16.787 1.868 16.624 1.921 16.482 2.028 C 16.34 2.13 16.249 2.288 16.21 2.5 L 17.67 2.5 C 17.658 2.307 17.587 2.154 17.457 2.039 C 17.327 1.925 17.166 1.868 16.972 1.868 Z M 19.932 4.327 C 19.672 4.327 19.443 4.286 19.246 4.203 C 19.049 4.116 18.892 3.998 18.773 3.848 C 18.655 3.699 18.584 3.525 18.561 3.328 L 19.323 3.328 C 19.347 3.442 19.41 3.541 19.512 3.624 C 19.619 3.702 19.755 3.742 19.92 3.742 C 20.086 3.742 20.206 3.708 20.281 3.641 C 20.36 3.574 20.399 3.498 20.399 3.411 C 20.399 3.285 20.344 3.2 20.234 3.157 C 20.123 3.109 19.969 3.064 19.772 3.021 C 19.646 2.993 19.518 2.96 19.388 2.92 C 19.258 2.881 19.138 2.832 19.028 2.772 C 18.921 2.709 18.834 2.631 18.767 2.536 C 18.7 2.437 18.667 2.317 18.667 2.175 C 18.667 1.915 18.769 1.697 18.974 1.519 C 19.183 1.342 19.475 1.253 19.849 1.253 C 20.196 1.253 20.472 1.334 20.677 1.496 C 20.886 1.657 21.01 1.88 21.049 2.164 L 20.334 2.164 C 20.291 1.947 20.127 1.838 19.843 1.838 C 19.701 1.838 19.591 1.866 19.512 1.921 C 19.437 1.976 19.4 2.045 19.4 2.128 C 19.4 2.215 19.457 2.284 19.571 2.335 C 19.686 2.386 19.837 2.433 20.027 2.477 C 20.232 2.524 20.419 2.577 20.588 2.636 C 20.762 2.692 20.9 2.776 21.002 2.891 C 21.104 3.001 21.156 3.161 21.156 3.369 C 21.16 3.551 21.112 3.714 21.014 3.86 C 20.915 4.006 20.773 4.12 20.588 4.203 C 20.403 4.286 20.184 4.327 19.932 4.327 Z M 22.685 4.256 C 22.378 4.256 22.132 4.181 21.946 4.032 C 21.761 3.882 21.669 3.616 21.669 3.233 L 21.669 1.957 L 21.166 1.957 L 21.166 1.324 L 21.669 1.324 L 21.757 0.538 L 22.425 0.538 L 22.425 1.324 L 23.217 1.324 L 23.217 1.957 L 22.622 1.957 C 22.513 1.957 22.425 2.045 22.425 2.154 L 22.425 3.239 C 22.425 3.381 22.455 3.48 22.514 3.535 C 22.577 3.586 22.683 3.612 22.833 3.612 L 23.2 3.612 L 23.2 4.256 Z M 23.92 0.869 C 23.782 0.869 23.668 0.828 23.577 0.745 C 23.491 0.662 23.447 0.558 23.447 0.432 C 23.447 0.305 23.491 0.203 23.577 0.124 C 23.668 0.041 23.782 0 23.92 0 C 24.058 0 24.17 0.041 24.257 0.124 C 24.348 0.203 24.393 0.305 24.393 0.432 C 24.393 0.558 24.348 0.662 24.257 0.745 C 24.17 0.828 24.058 0.869 23.92 0.869 Z M 23.542 4.256 L 23.542 1.324 L 24.299 1.324 L 24.299 4.256 Z M 24.734 4.256 L 24.734 1.324 L 25.402 1.324 L 25.461 1.821 C 25.551 1.647 25.681 1.509 25.851 1.407 C 26.024 1.304 26.227 1.253 26.46 1.253 C 26.822 1.253 27.104 1.367 27.305 1.596 C 27.506 1.825 27.607 2.16 27.607 2.601 L 27.607 4.256 L 26.85 4.256 L 26.85 2.672 C 26.85 2.42 26.799 2.227 26.696 2.093 C 26.594 1.959 26.434 1.892 26.217 1.892 C 26.005 1.892 25.829 1.967 25.691 2.116 C 25.557 2.266 25.49 2.475 25.49 2.743 L 25.49 4.256 Z M 29.4 4.327 C 29.104 4.327 28.842 4.264 28.614 4.138 C 28.385 4.012 28.206 3.834 28.076 3.606 C 27.946 3.377 27.881 3.113 27.881 2.814 C 27.881 2.51 27.944 2.24 28.07 2.004 C 28.2 1.767 28.377 1.584 28.602 1.454 C 28.831 1.32 29.099 1.253 29.406 1.253 C 29.694 1.253 29.948 1.316 30.168 1.442 C 30.389 1.568 30.561 1.742 30.683 1.963 C 30.809 2.179 30.872 2.422 30.872 2.69 C 30.872 2.733 30.87 2.778 30.866 2.826 C 30.866 2.873 30.864 2.922 30.86 2.973 L 28.632 2.973 C 28.647 3.202 28.726 3.381 28.868 3.511 C 29.014 3.641 29.189 3.706 29.394 3.706 C 29.548 3.706 29.676 3.673 29.778 3.606 C 29.885 3.535 29.964 3.444 30.015 3.334 L 30.783 3.334 C 30.728 3.519 30.635 3.689 30.505 3.842 C 30.379 3.992 30.222 4.11 30.033 4.197 C 29.847 4.284 29.636 4.327 29.4 4.327 Z M 29.406 1.868 C 29.221 1.868 29.057 1.921 28.915 2.028 C 28.773 2.13 28.683 2.288 28.643 2.5 L 30.103 2.5 C 30.092 2.307 30.021 2.154 29.891 2.039 C 29.761 1.925 29.599 1.868 29.406 1.868 Z" fill="transparent" height="4.3270935960591235px" id="z_2_F8O7L" transform="translate(9.064 2.516)" width="30.87192371537543px"><path d="M 2.01 4.28 C 1.592 4.28 1.233 4.191 0.934 4.014 C 0.634 3.833 0.404 3.582 0.242 3.263 C 0.081 2.94 0 2.567 0 2.146 C 0 1.724 0.081 1.352 0.242 1.029 C 0.404 0.705 0.634 0.453 0.934 0.272 C 1.233 0.091 1.592 0 2.01 0 C 2.506 0 2.912 0.124 3.228 0.372 C 3.547 0.617 3.746 0.962 3.825 1.407 L 2.991 1.407 C 2.94 1.182 2.83 1.007 2.66 0.881 C 2.495 0.751 2.274 0.686 1.998 0.686 C 1.616 0.686 1.316 0.816 1.1 1.076 C 0.883 1.336 0.774 1.693 0.774 2.146 C 0.774 2.599 0.883 2.956 1.1 3.216 C 1.316 3.472 1.616 3.6 1.998 3.6 C 2.274 3.6 2.495 3.541 2.66 3.423 C 2.83 3.3 2.94 3.133 2.991 2.92 L 3.825 2.92 C 3.746 3.346 3.547 3.679 3.228 3.919 C 2.912 4.16 2.506 4.28 2.01 4.28 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.2798029556650246px" id="rWMoxvvfX" transform="translate(0 0.047)" width="3.8246305418719118px"/><path d="M 0 4.256 L 0 0 L 0.757 0 L 0.757 4.256 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.25615763546798px" id="zZWNlTup8" transform="translate(4.122 0)" width="1px"/><path d="M 1.442 3.074 C 1.167 3.074 0.92 3.007 0.703 2.873 C 0.487 2.739 0.315 2.556 0.189 2.323 C 0.063 2.091 0 1.827 0 1.531 C 0 1.235 0.063 0.973 0.189 0.745 C 0.315 0.512 0.487 0.331 0.703 0.201 C 0.92 0.067 1.167 0 1.442 0 C 1.663 0 1.856 0.041 2.022 0.124 C 2.187 0.207 2.321 0.323 2.424 0.473 L 2.465 0.071 L 3.18 0.071 L 3.18 3.003 L 2.471 3.003 L 2.424 2.583 C 2.329 2.713 2.203 2.828 2.045 2.926 C 1.892 3.025 1.691 3.074 1.442 3.074 Z M 1.602 2.412 C 1.846 2.412 2.045 2.331 2.199 2.169 C 2.357 2.004 2.435 1.793 2.435 1.537 C 2.435 1.281 2.357 1.072 2.199 0.91 C 2.045 0.745 1.846 0.662 1.602 0.662 C 1.362 0.662 1.163 0.743 1.005 0.904 C 0.847 1.066 0.768 1.275 0.768 1.531 C 0.768 1.787 0.847 1.998 1.005 2.164 C 1.163 2.329 1.362 2.412 1.602 2.412 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="qPU1rwIex" transform="translate(5.203 1.253)" width="3.1802955477108483px"/><path d="M 0 3.003 L 0 0.071 L 0.668 0.071 L 0.727 0.567 C 0.818 0.394 0.948 0.256 1.117 0.154 C 1.291 0.051 1.494 0 1.726 0 C 2.089 0 2.37 0.114 2.571 0.343 C 2.772 0.571 2.873 0.906 2.873 1.348 L 2.873 3.003 L 2.116 3.003 L 2.116 1.419 C 2.116 1.167 2.065 0.973 1.963 0.839 C 1.86 0.705 1.7 0.638 1.484 0.638 C 1.271 0.638 1.096 0.713 0.958 0.863 C 0.824 1.013 0.757 1.222 0.757 1.49 L 0.757 3.003 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.0029556650246327px" id="nHBjz4BUH" transform="translate(8.799 1.253)" width="2.87288669950739px"/><path d="M 1.442 4.327 C 1.167 4.327 0.92 4.26 0.703 4.126 C 0.487 3.992 0.315 3.809 0.189 3.576 C 0.063 3.344 0 3.08 0 2.784 C 0 2.489 0.063 2.227 0.189 1.998 C 0.315 1.766 0.487 1.584 0.703 1.454 C 0.92 1.32 1.167 1.253 1.442 1.253 C 1.663 1.253 1.856 1.295 2.022 1.377 C 2.187 1.46 2.321 1.576 2.424 1.726 L 2.424 0 L 3.18 0 L 3.18 4.256 L 2.506 4.256 L 2.424 3.836 C 2.329 3.967 2.203 4.081 2.045 4.179 C 1.892 4.278 1.691 4.327 1.442 4.327 Z M 1.602 3.665 C 1.846 3.665 2.045 3.584 2.199 3.423 C 2.357 3.257 2.435 3.046 2.435 2.79 C 2.435 2.534 2.357 2.325 2.199 2.164 C 2.045 1.998 1.846 1.915 1.602 1.915 C 1.362 1.915 1.163 1.996 1.005 2.158 C 0.847 2.319 0.768 2.528 0.768 2.784 C 0.768 3.04 0.847 3.251 1.005 3.417 C 1.163 3.582 1.362 3.665 1.602 3.665 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.327093596059109px" id="UAq8s1lJv" transform="translate(11.946 0)" width="3.180295566502494px"/><path d="M 1.519 3.074 C 1.224 3.074 0.962 3.011 0.733 2.885 C 0.504 2.759 0.325 2.581 0.195 2.353 C 0.065 2.124 0 1.86 0 1.561 C 0 1.257 0.063 0.987 0.189 0.751 C 0.319 0.514 0.497 0.331 0.721 0.201 C 0.95 0.067 1.218 0 1.525 0 C 1.813 0 2.067 0.063 2.288 0.189 C 2.508 0.315 2.68 0.489 2.802 0.709 C 2.928 0.926 2.991 1.168 2.991 1.436 C 2.991 1.48 2.989 1.525 2.985 1.572 C 2.985 1.62 2.983 1.669 2.979 1.72 L 0.751 1.72 C 0.767 1.949 0.845 2.128 0.987 2.258 C 1.133 2.388 1.308 2.453 1.513 2.453 C 1.667 2.453 1.795 2.42 1.898 2.353 C 2.004 2.282 2.083 2.191 2.134 2.081 L 2.902 2.081 C 2.847 2.266 2.755 2.435 2.625 2.589 C 2.499 2.739 2.341 2.857 2.152 2.944 C 1.967 3.031 1.756 3.074 1.519 3.074 Z M 1.525 0.615 C 1.34 0.615 1.176 0.668 1.034 0.774 C 0.893 0.877 0.802 1.034 0.763 1.247 L 2.223 1.247 C 2.211 1.054 2.14 0.9 2.01 0.786 C 1.88 0.672 1.718 0.615 1.525 0.615 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="o_a4qbnxM" transform="translate(15.447 1.253)" width="2.9911330049261267px"/><path d="M 1.371 3.074 C 1.111 3.074 0.883 3.033 0.686 2.95 C 0.489 2.863 0.331 2.745 0.213 2.595 C 0.095 2.445 0.024 2.272 0 2.075 L 0.763 2.075 C 0.786 2.189 0.849 2.288 0.952 2.37 C 1.058 2.449 1.194 2.489 1.36 2.489 C 1.525 2.489 1.645 2.455 1.72 2.388 C 1.799 2.321 1.838 2.244 1.838 2.158 C 1.838 2.032 1.783 1.947 1.673 1.903 C 1.563 1.856 1.409 1.811 1.212 1.767 C 1.086 1.74 0.958 1.706 0.828 1.667 C 0.698 1.628 0.577 1.578 0.467 1.519 C 0.361 1.456 0.274 1.377 0.207 1.283 C 0.14 1.184 0.106 1.064 0.106 0.922 C 0.106 0.662 0.209 0.443 0.414 0.266 C 0.623 0.089 0.914 0 1.289 0 C 1.635 0 1.911 0.081 2.116 0.242 C 2.325 0.404 2.449 0.627 2.489 0.91 L 1.773 0.91 C 1.73 0.694 1.567 0.585 1.283 0.585 C 1.141 0.585 1.031 0.613 0.952 0.668 C 0.877 0.723 0.839 0.792 0.839 0.875 C 0.839 0.962 0.897 1.031 1.011 1.082 C 1.125 1.133 1.277 1.18 1.466 1.224 C 1.671 1.271 1.858 1.324 2.028 1.383 C 2.201 1.438 2.339 1.523 2.441 1.637 C 2.544 1.748 2.595 1.907 2.595 2.116 C 2.599 2.298 2.552 2.461 2.453 2.607 C 2.355 2.753 2.213 2.867 2.028 2.95 C 1.842 3.033 1.624 3.074 1.371 3.074 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.073891625615765px" id="AHGqMOb7h" transform="translate(18.561 1.253)" width="2.5953012500882124px"/><path d="M 1.519 3.718 C 1.212 3.718 0.966 3.643 0.78 3.494 C 0.595 3.344 0.502 3.078 0.502 2.696 L 0.502 1.419 L 0 1.419 L 0 0.786 L 0.502 0.786 L 0.591 0 L 1.259 0 L 1.259 0.786 L 2.051 0.786 L 2.051 1.419 L 1.456 1.419 C 1.347 1.419 1.259 1.507 1.259 1.616 L 1.259 2.701 C 1.259 2.843 1.289 2.942 1.348 2.997 C 1.411 3.048 1.517 3.074 1.667 3.074 L 2.033 3.074 L 2.033 3.718 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.718226600985222px" id="Qf02PQIib" transform="translate(21.166 0.538)" width="2.0512315270935773px"/><path d="M 0.473 0.869 C 0.335 0.869 0.221 0.828 0.13 0.745 C 0.043 0.662 0 0.558 0 0.432 C 0 0.305 0.043 0.203 0.13 0.124 C 0.221 0.041 0.335 0 0.473 0 C 0.611 0 0.723 0.041 0.81 0.124 C 0.9 0.203 0.946 0.305 0.946 0.432 C 0.946 0.558 0.9 0.662 0.81 0.745 C 0.723 0.828 0.611 0.869 0.473 0.869 Z M 0.095 4.256 L 0.095 1.324 L 0.851 1.324 L 0.851 4.256 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.256157034488735px" id="SYZZO8s9H" transform="translate(23.447 0)" width="1px"/><path d="M 0 3.003 L 0 0.071 L 0.668 0.071 L 0.727 0.567 C 0.818 0.394 0.948 0.256 1.117 0.154 C 1.291 0.051 1.494 0 1.726 0 C 2.089 0 2.37 0.114 2.571 0.343 C 2.772 0.571 2.873 0.906 2.873 1.348 L 2.873 3.003 L 2.116 3.003 L 2.116 1.419 C 2.116 1.167 2.065 0.973 1.963 0.839 C 1.86 0.705 1.7 0.638 1.484 0.638 C 1.271 0.638 1.096 0.713 0.958 0.863 C 0.824 1.013 0.757 1.222 0.757 1.49 L 0.757 3.003 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.0029556650246327px" id="IcBZKP3OR" transform="translate(24.734 1.253)" width="2.8729064039409025px"/><path d="M 1.519 3.074 C 1.224 3.074 0.962 3.011 0.733 2.885 C 0.504 2.759 0.325 2.581 0.195 2.353 C 0.065 2.124 0 1.86 0 1.561 C 0 1.257 0.063 0.987 0.189 0.751 C 0.319 0.514 0.497 0.331 0.721 0.201 C 0.95 0.067 1.218 0 1.525 0 C 1.813 0 2.067 0.063 2.288 0.189 C 2.508 0.315 2.68 0.489 2.802 0.709 C 2.928 0.926 2.991 1.168 2.991 1.436 C 2.991 1.48 2.989 1.525 2.985 1.572 C 2.985 1.62 2.983 1.669 2.979 1.72 L 0.751 1.72 C 0.767 1.949 0.845 2.128 0.987 2.258 C 1.133 2.388 1.308 2.453 1.513 2.453 C 1.667 2.453 1.795 2.42 1.898 2.353 C 2.004 2.282 2.083 2.191 2.134 2.081 L 2.902 2.081 C 2.847 2.266 2.755 2.435 2.625 2.589 C 2.499 2.739 2.341 2.857 2.152 2.944 C 1.967 3.031 1.756 3.074 1.519 3.074 Z M 1.525 0.615 C 1.34 0.615 1.176 0.668 1.034 0.774 C 0.893 0.877 0.802 1.034 0.763 1.247 L 2.223 1.247 C 2.211 1.054 2.14 0.9 2.01 0.786 C 1.88 0.672 1.718 0.615 1.525 0.615 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="BRXpCcVNw" transform="translate(27.881 1.253)" width="2.991133004926212px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg"><path d="M 2.808 0 C 2.808 1.551 1.551 2.808 0 2.808 L 0 4.68 L 2.808 4.68 L 2.808 7.488 L 4.68 7.488 C 4.68 5.937 5.937 4.68 7.488 4.68 L 7.488 2.808 L 4.68 2.808 L 4.68 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="7.487684729064041px" id="mgFPrJfZp" transform="translate(0 1.255)" width="7.48768472906404px"/><g d="M 2.01 4.327 C 1.592 4.327 1.233 4.238 0.934 4.061 C 0.634 3.88 0.404 3.63 0.242 3.31 C 0.081 2.987 0 2.615 0 2.193 C 0 1.771 0.081 1.399 0.242 1.076 C 0.404 0.753 0.634 0.5 0.934 0.319 C 1.233 0.138 1.592 0.047 2.01 0.047 C 2.506 0.047 2.912 0.171 3.228 0.42 C 3.547 0.664 3.746 1.009 3.825 1.454 L 2.991 1.454 C 2.94 1.23 2.83 1.054 2.66 0.928 C 2.495 0.798 2.274 0.733 1.998 0.733 C 1.616 0.733 1.316 0.863 1.1 1.123 C 0.883 1.383 0.774 1.74 0.774 2.193 C 0.774 2.646 0.883 3.003 1.1 3.263 C 1.316 3.519 1.616 3.647 1.998 3.647 C 2.274 3.647 2.495 3.588 2.66 3.47 C 2.83 3.348 2.94 3.18 2.991 2.967 L 3.825 2.967 C 3.746 3.393 3.547 3.726 3.228 3.967 C 2.912 4.207 2.506 4.327 2.01 4.327 Z M 4.122 4.256 L 4.122 0 L 4.879 0 L 4.879 4.256 Z M 6.645 4.327 C 6.369 4.327 6.123 4.26 5.906 4.126 C 5.689 3.992 5.518 3.809 5.392 3.576 C 5.266 3.344 5.203 3.08 5.203 2.784 C 5.203 2.489 5.266 2.227 5.392 1.998 C 5.518 1.766 5.689 1.584 5.906 1.454 C 6.123 1.32 6.369 1.253 6.645 1.253 C 6.866 1.253 7.059 1.295 7.224 1.377 C 7.39 1.46 7.524 1.576 7.626 1.726 L 7.668 1.324 L 8.383 1.324 L 8.383 4.256 L 7.673 4.256 L 7.626 3.836 C 7.532 3.967 7.405 4.081 7.248 4.179 C 7.094 4.278 6.893 4.327 6.645 4.327 Z M 6.804 3.665 C 7.049 3.665 7.248 3.584 7.402 3.423 C 7.559 3.257 7.638 3.046 7.638 2.79 C 7.638 2.534 7.559 2.325 7.402 2.164 C 7.248 1.998 7.049 1.915 6.804 1.915 C 6.564 1.915 6.365 1.996 6.207 2.158 C 6.05 2.319 5.971 2.528 5.971 2.784 C 5.971 3.04 6.05 3.251 6.207 3.417 C 6.365 3.582 6.564 3.665 6.804 3.665 Z M 8.799 4.256 L 8.799 1.324 L 9.467 1.324 L 9.526 1.821 C 9.616 1.647 9.746 1.509 9.916 1.407 C 10.089 1.304 10.292 1.253 10.525 1.253 C 10.887 1.253 11.169 1.367 11.37 1.596 C 11.571 1.825 11.672 2.16 11.672 2.601 L 11.672 4.256 L 10.915 4.256 L 10.915 2.672 C 10.915 2.42 10.864 2.227 10.761 2.093 C 10.659 1.959 10.499 1.892 10.282 1.892 C 10.07 1.892 9.894 1.967 9.756 2.116 C 9.622 2.266 9.555 2.475 9.555 2.743 L 9.555 4.256 Z M 13.388 4.327 C 13.112 4.327 12.866 4.26 12.649 4.126 C 12.433 3.992 12.261 3.809 12.135 3.576 C 12.009 3.344 11.946 3.08 11.946 2.784 C 11.946 2.489 12.009 2.227 12.135 1.998 C 12.261 1.766 12.433 1.584 12.649 1.454 C 12.866 1.32 13.112 1.253 13.388 1.253 C 13.609 1.253 13.802 1.295 13.967 1.377 C 14.133 1.46 14.267 1.576 14.369 1.726 L 14.369 0 L 15.126 0 L 15.126 4.256 L 14.452 4.256 L 14.369 3.836 C 14.275 3.967 14.149 4.081 13.991 4.179 C 13.837 4.278 13.636 4.327 13.388 4.327 Z M 13.548 3.665 C 13.792 3.665 13.991 3.584 14.145 3.423 C 14.302 3.257 14.381 3.046 14.381 2.79 C 14.381 2.534 14.302 2.325 14.145 2.164 C 13.991 1.998 13.792 1.915 13.548 1.915 C 13.307 1.915 13.108 1.996 12.951 2.158 C 12.793 2.319 12.714 2.528 12.714 2.784 C 12.714 3.04 12.793 3.251 12.951 3.417 C 13.108 3.582 13.307 3.665 13.548 3.665 Z M 16.967 4.327 C 16.671 4.327 16.409 4.264 16.18 4.138 C 15.952 4.012 15.772 3.834 15.642 3.606 C 15.512 3.377 15.447 3.113 15.447 2.814 C 15.447 2.51 15.51 2.24 15.636 2.004 C 15.767 1.767 15.944 1.584 16.168 1.454 C 16.397 1.32 16.665 1.253 16.972 1.253 C 17.26 1.253 17.514 1.316 17.735 1.442 C 17.956 1.568 18.127 1.742 18.249 1.963 C 18.375 2.179 18.438 2.422 18.438 2.69 C 18.438 2.733 18.436 2.778 18.433 2.826 C 18.433 2.873 18.431 2.922 18.427 2.973 L 16.198 2.973 C 16.214 3.202 16.293 3.381 16.434 3.511 C 16.58 3.641 16.756 3.706 16.961 3.706 C 17.114 3.706 17.242 3.673 17.345 3.606 C 17.451 3.535 17.53 3.444 17.581 3.334 L 18.35 3.334 C 18.295 3.519 18.202 3.689 18.072 3.842 C 17.946 3.992 17.788 4.11 17.599 4.197 C 17.414 4.284 17.203 4.327 16.967 4.327 Z M 16.972 1.868 C 16.787 1.868 16.624 1.921 16.482 2.028 C 16.34 2.13 16.249 2.288 16.21 2.5 L 17.67 2.5 C 17.658 2.307 17.587 2.154 17.457 2.039 C 17.327 1.925 17.166 1.868 16.972 1.868 Z M 19.932 4.327 C 19.672 4.327 19.443 4.286 19.246 4.203 C 19.049 4.116 18.892 3.998 18.773 3.848 C 18.655 3.699 18.584 3.525 18.561 3.328 L 19.323 3.328 C 19.347 3.442 19.41 3.541 19.512 3.624 C 19.619 3.702 19.755 3.742 19.92 3.742 C 20.086 3.742 20.206 3.708 20.281 3.641 C 20.36 3.574 20.399 3.498 20.399 3.411 C 20.399 3.285 20.344 3.2 20.234 3.157 C 20.123 3.109 19.969 3.064 19.772 3.021 C 19.646 2.993 19.518 2.96 19.388 2.92 C 19.258 2.881 19.138 2.832 19.028 2.772 C 18.921 2.709 18.834 2.631 18.767 2.536 C 18.7 2.437 18.667 2.317 18.667 2.175 C 18.667 1.915 18.769 1.697 18.974 1.519 C 19.183 1.342 19.475 1.253 19.849 1.253 C 20.196 1.253 20.472 1.334 20.677 1.496 C 20.886 1.657 21.01 1.88 21.049 2.164 L 20.334 2.164 C 20.291 1.947 20.127 1.838 19.843 1.838 C 19.701 1.838 19.591 1.866 19.512 1.921 C 19.437 1.976 19.4 2.045 19.4 2.128 C 19.4 2.215 19.457 2.284 19.571 2.335 C 19.686 2.386 19.837 2.433 20.027 2.477 C 20.232 2.524 20.419 2.577 20.588 2.636 C 20.762 2.692 20.9 2.776 21.002 2.891 C 21.104 3.001 21.156 3.161 21.156 3.369 C 21.16 3.551 21.112 3.714 21.014 3.86 C 20.915 4.006 20.773 4.12 20.588 4.203 C 20.403 4.286 20.184 4.327 19.932 4.327 Z M 22.685 4.256 C 22.378 4.256 22.132 4.181 21.946 4.032 C 21.761 3.882 21.669 3.616 21.669 3.233 L 21.669 1.957 L 21.166 1.957 L 21.166 1.324 L 21.669 1.324 L 21.757 0.538 L 22.425 0.538 L 22.425 1.324 L 23.217 1.324 L 23.217 1.957 L 22.622 1.957 C 22.513 1.957 22.425 2.045 22.425 2.154 L 22.425 3.239 C 22.425 3.381 22.455 3.48 22.514 3.535 C 22.577 3.586 22.683 3.612 22.833 3.612 L 23.2 3.612 L 23.2 4.256 Z M 23.92 0.869 C 23.782 0.869 23.668 0.828 23.577 0.745 C 23.491 0.662 23.447 0.558 23.447 0.432 C 23.447 0.305 23.491 0.203 23.577 0.124 C 23.668 0.041 23.782 0 23.92 0 C 24.058 0 24.17 0.041 24.257 0.124 C 24.348 0.203 24.393 0.305 24.393 0.432 C 24.393 0.558 24.348 0.662 24.257 0.745 C 24.17 0.828 24.058 0.869 23.92 0.869 Z M 23.542 4.256 L 23.542 1.324 L 24.299 1.324 L 24.299 4.256 Z M 24.734 4.256 L 24.734 1.324 L 25.402 1.324 L 25.461 1.821 C 25.551 1.647 25.681 1.509 25.851 1.407 C 26.024 1.304 26.227 1.253 26.46 1.253 C 26.822 1.253 27.104 1.367 27.305 1.596 C 27.506 1.825 27.607 2.16 27.607 2.601 L 27.607 4.256 L 26.85 4.256 L 26.85 2.672 C 26.85 2.42 26.799 2.227 26.696 2.093 C 26.594 1.959 26.434 1.892 26.217 1.892 C 26.005 1.892 25.829 1.967 25.691 2.116 C 25.557 2.266 25.49 2.475 25.49 2.743 L 25.49 4.256 Z M 29.4 4.327 C 29.104 4.327 28.842 4.264 28.614 4.138 C 28.385 4.012 28.206 3.834 28.076 3.606 C 27.946 3.377 27.881 3.113 27.881 2.814 C 27.881 2.51 27.944 2.24 28.07 2.004 C 28.2 1.767 28.377 1.584 28.602 1.454 C 28.831 1.32 29.099 1.253 29.406 1.253 C 29.694 1.253 29.948 1.316 30.168 1.442 C 30.389 1.568 30.561 1.742 30.683 1.963 C 30.809 2.179 30.872 2.422 30.872 2.69 C 30.872 2.733 30.87 2.778 30.866 2.826 C 30.866 2.873 30.864 2.922 30.86 2.973 L 28.632 2.973 C 28.647 3.202 28.726 3.381 28.868 3.511 C 29.014 3.641 29.189 3.706 29.394 3.706 C 29.548 3.706 29.676 3.673 29.778 3.606 C 29.885 3.535 29.964 3.444 30.015 3.334 L 30.783 3.334 C 30.728 3.519 30.635 3.689 30.505 3.842 C 30.379 3.992 30.222 4.11 30.033 4.197 C 29.847 4.284 29.636 4.327 29.4 4.327 Z M 29.406 1.868 C 29.221 1.868 29.057 1.921 28.915 2.028 C 28.773 2.13 28.683 2.288 28.643 2.5 L 30.103 2.5 C 30.092 2.307 30.021 2.154 29.891 2.039 C 29.761 1.925 29.599 1.868 29.406 1.868 Z" fill="transparent" height="4.3270935960591235px" id="z_2_F8O7L" transform="translate(9.064 2.516)" width="30.87192371537543px"><path d="M 2.01 4.28 C 1.592 4.28 1.233 4.191 0.934 4.014 C 0.634 3.833 0.404 3.582 0.242 3.263 C 0.081 2.94 0 2.567 0 2.146 C 0 1.724 0.081 1.352 0.242 1.029 C 0.404 0.705 0.634 0.453 0.934 0.272 C 1.233 0.091 1.592 0 2.01 0 C 2.506 0 2.912 0.124 3.228 0.372 C 3.547 0.617 3.746 0.962 3.825 1.407 L 2.991 1.407 C 2.94 1.182 2.83 1.007 2.66 0.881 C 2.495 0.751 2.274 0.686 1.998 0.686 C 1.616 0.686 1.316 0.816 1.1 1.076 C 0.883 1.336 0.774 1.693 0.774 2.146 C 0.774 2.599 0.883 2.956 1.1 3.216 C 1.316 3.472 1.616 3.6 1.998 3.6 C 2.274 3.6 2.495 3.541 2.66 3.423 C 2.83 3.3 2.94 3.133 2.991 2.92 L 3.825 2.92 C 3.746 3.346 3.547 3.679 3.228 3.919 C 2.912 4.16 2.506 4.28 2.01 4.28 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.2798029556650246px" id="rWMoxvvfX" transform="translate(0 0.047)" width="3.8246305418719118px"/><path d="M 0 4.256 L 0 0 L 0.757 0 L 0.757 4.256 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.25615763546798px" id="zZWNlTup8" transform="translate(4.122 0)" width="1px"/><path d="M 1.442 3.074 C 1.167 3.074 0.92 3.007 0.703 2.873 C 0.487 2.739 0.315 2.556 0.189 2.323 C 0.063 2.091 0 1.827 0 1.531 C 0 1.235 0.063 0.973 0.189 0.745 C 0.315 0.512 0.487 0.331 0.703 0.201 C 0.92 0.067 1.167 0 1.442 0 C 1.663 0 1.856 0.041 2.022 0.124 C 2.187 0.207 2.321 0.323 2.424 0.473 L 2.465 0.071 L 3.18 0.071 L 3.18 3.003 L 2.471 3.003 L 2.424 2.583 C 2.329 2.713 2.203 2.828 2.045 2.926 C 1.892 3.025 1.691 3.074 1.442 3.074 Z M 1.602 2.412 C 1.846 2.412 2.045 2.331 2.199 2.169 C 2.357 2.004 2.435 1.793 2.435 1.537 C 2.435 1.281 2.357 1.072 2.199 0.91 C 2.045 0.745 1.846 0.662 1.602 0.662 C 1.362 0.662 1.163 0.743 1.005 0.904 C 0.847 1.066 0.768 1.275 0.768 1.531 C 0.768 1.787 0.847 1.998 1.005 2.164 C 1.163 2.329 1.362 2.412 1.602 2.412 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="qPU1rwIex" transform="translate(5.203 1.253)" width="3.1802955477108483px"/><path d="M 0 3.003 L 0 0.071 L 0.668 0.071 L 0.727 0.567 C 0.818 0.394 0.948 0.256 1.117 0.154 C 1.291 0.051 1.494 0 1.726 0 C 2.089 0 2.37 0.114 2.571 0.343 C 2.772 0.571 2.873 0.906 2.873 1.348 L 2.873 3.003 L 2.116 3.003 L 2.116 1.419 C 2.116 1.167 2.065 0.973 1.963 0.839 C 1.86 0.705 1.7 0.638 1.484 0.638 C 1.271 0.638 1.096 0.713 0.958 0.863 C 0.824 1.013 0.757 1.222 0.757 1.49 L 0.757 3.003 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.0029556650246327px" id="nHBjz4BUH" transform="translate(8.799 1.253)" width="2.87288669950739px"/><path d="M 1.442 4.327 C 1.167 4.327 0.92 4.26 0.703 4.126 C 0.487 3.992 0.315 3.809 0.189 3.576 C 0.063 3.344 0 3.08 0 2.784 C 0 2.489 0.063 2.227 0.189 1.998 C 0.315 1.766 0.487 1.584 0.703 1.454 C 0.92 1.32 1.167 1.253 1.442 1.253 C 1.663 1.253 1.856 1.295 2.022 1.377 C 2.187 1.46 2.321 1.576 2.424 1.726 L 2.424 0 L 3.18 0 L 3.18 4.256 L 2.506 4.256 L 2.424 3.836 C 2.329 3.967 2.203 4.081 2.045 4.179 C 1.892 4.278 1.691 4.327 1.442 4.327 Z M 1.602 3.665 C 1.846 3.665 2.045 3.584 2.199 3.423 C 2.357 3.257 2.435 3.046 2.435 2.79 C 2.435 2.534 2.357 2.325 2.199 2.164 C 2.045 1.998 1.846 1.915 1.602 1.915 C 1.362 1.915 1.163 1.996 1.005 2.158 C 0.847 2.319 0.768 2.528 0.768 2.784 C 0.768 3.04 0.847 3.251 1.005 3.417 C 1.163 3.582 1.362 3.665 1.602 3.665 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.327093596059109px" id="UAq8s1lJv" transform="translate(11.946 0)" width="3.180295566502494px"/><path d="M 1.519 3.074 C 1.224 3.074 0.962 3.011 0.733 2.885 C 0.504 2.759 0.325 2.581 0.195 2.353 C 0.065 2.124 0 1.86 0 1.561 C 0 1.257 0.063 0.987 0.189 0.751 C 0.319 0.514 0.497 0.331 0.721 0.201 C 0.95 0.067 1.218 0 1.525 0 C 1.813 0 2.067 0.063 2.288 0.189 C 2.508 0.315 2.68 0.489 2.802 0.709 C 2.928 0.926 2.991 1.168 2.991 1.436 C 2.991 1.48 2.989 1.525 2.985 1.572 C 2.985 1.62 2.983 1.669 2.979 1.72 L 0.751 1.72 C 0.767 1.949 0.845 2.128 0.987 2.258 C 1.133 2.388 1.308 2.453 1.513 2.453 C 1.667 2.453 1.795 2.42 1.898 2.353 C 2.004 2.282 2.083 2.191 2.134 2.081 L 2.902 2.081 C 2.847 2.266 2.755 2.435 2.625 2.589 C 2.499 2.739 2.341 2.857 2.152 2.944 C 1.967 3.031 1.756 3.074 1.519 3.074 Z M 1.525 0.615 C 1.34 0.615 1.176 0.668 1.034 0.774 C 0.893 0.877 0.802 1.034 0.763 1.247 L 2.223 1.247 C 2.211 1.054 2.14 0.9 2.01 0.786 C 1.88 0.672 1.718 0.615 1.525 0.615 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="o_a4qbnxM" transform="translate(15.447 1.253)" width="2.9911330049261267px"/><path d="M 1.371 3.074 C 1.111 3.074 0.883 3.033 0.686 2.95 C 0.489 2.863 0.331 2.745 0.213 2.595 C 0.095 2.445 0.024 2.272 0 2.075 L 0.763 2.075 C 0.786 2.189 0.849 2.288 0.952 2.37 C 1.058 2.449 1.194 2.489 1.36 2.489 C 1.525 2.489 1.645 2.455 1.72 2.388 C 1.799 2.321 1.838 2.244 1.838 2.158 C 1.838 2.032 1.783 1.947 1.673 1.903 C 1.563 1.856 1.409 1.811 1.212 1.767 C 1.086 1.74 0.958 1.706 0.828 1.667 C 0.698 1.628 0.577 1.578 0.467 1.519 C 0.361 1.456 0.274 1.377 0.207 1.283 C 0.14 1.184 0.106 1.064 0.106 0.922 C 0.106 0.662 0.209 0.443 0.414 0.266 C 0.623 0.089 0.914 0 1.289 0 C 1.635 0 1.911 0.081 2.116 0.242 C 2.325 0.404 2.449 0.627 2.489 0.91 L 1.773 0.91 C 1.73 0.694 1.567 0.585 1.283 0.585 C 1.141 0.585 1.031 0.613 0.952 0.668 C 0.877 0.723 0.839 0.792 0.839 0.875 C 0.839 0.962 0.897 1.031 1.011 1.082 C 1.125 1.133 1.277 1.18 1.466 1.224 C 1.671 1.271 1.858 1.324 2.028 1.383 C 2.201 1.438 2.339 1.523 2.441 1.637 C 2.544 1.748 2.595 1.907 2.595 2.116 C 2.599 2.298 2.552 2.461 2.453 2.607 C 2.355 2.753 2.213 2.867 2.028 2.95 C 1.842 3.033 1.624 3.074 1.371 3.074 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.073891625615765px" id="AHGqMOb7h" transform="translate(18.561 1.253)" width="2.5953012500882124px"/><path d="M 1.519 3.718 C 1.212 3.718 0.966 3.643 0.78 3.494 C 0.595 3.344 0.502 3.078 0.502 2.696 L 0.502 1.419 L 0 1.419 L 0 0.786 L 0.502 0.786 L 0.591 0 L 1.259 0 L 1.259 0.786 L 2.051 0.786 L 2.051 1.419 L 1.456 1.419 C 1.347 1.419 1.259 1.507 1.259 1.616 L 1.259 2.701 C 1.259 2.843 1.289 2.942 1.348 2.997 C 1.411 3.048 1.517 3.074 1.667 3.074 L 2.033 3.074 L 2.033 3.718 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.718226600985222px" id="Qf02PQIib" transform="translate(21.166 0.538)" width="2.0512315270935773px"/><path d="M 0.473 0.869 C 0.335 0.869 0.221 0.828 0.13 0.745 C 0.043 0.662 0 0.558 0 0.432 C 0 0.305 0.043 0.203 0.13 0.124 C 0.221 0.041 0.335 0 0.473 0 C 0.611 0 0.723 0.041 0.81 0.124 C 0.9 0.203 0.946 0.305 0.946 0.432 C 0.946 0.558 0.9 0.662 0.81 0.745 C 0.723 0.828 0.611 0.869 0.473 0.869 Z M 0.095 4.256 L 0.095 1.324 L 0.851 1.324 L 0.851 4.256 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.256157034488735px" id="SYZZO8s9H" transform="translate(23.447 0)" width="1px"/><path d="M 0 3.003 L 0 0.071 L 0.668 0.071 L 0.727 0.567 C 0.818 0.394 0.948 0.256 1.117 0.154 C 1.291 0.051 1.494 0 1.726 0 C 2.089 0 2.37 0.114 2.571 0.343 C 2.772 0.571 2.873 0.906 2.873 1.348 L 2.873 3.003 L 2.116 3.003 L 2.116 1.419 C 2.116 1.167 2.065 0.973 1.963 0.839 C 1.86 0.705 1.7 0.638 1.484 0.638 C 1.271 0.638 1.096 0.713 0.958 0.863 C 0.824 1.013 0.757 1.222 0.757 1.49 L 0.757 3.003 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.0029556650246327px" id="IcBZKP3OR" transform="translate(24.734 1.253)" width="2.8729064039409025px"/><path d="M 1.519 3.074 C 1.224 3.074 0.962 3.011 0.733 2.885 C 0.504 2.759 0.325 2.581 0.195 2.353 C 0.065 2.124 0 1.86 0 1.561 C 0 1.257 0.063 0.987 0.189 0.751 C 0.319 0.514 0.497 0.331 0.721 0.201 C 0.95 0.067 1.218 0 1.525 0 C 1.813 0 2.067 0.063 2.288 0.189 C 2.508 0.315 2.68 0.489 2.802 0.709 C 2.928 0.926 2.991 1.168 2.991 1.436 C 2.991 1.48 2.989 1.525 2.985 1.572 C 2.985 1.62 2.983 1.669 2.979 1.72 L 0.751 1.72 C 0.767 1.949 0.845 2.128 0.987 2.258 C 1.133 2.388 1.308 2.453 1.513 2.453 C 1.667 2.453 1.795 2.42 1.898 2.353 C 2.004 2.282 2.083 2.191 2.134 2.081 L 2.902 2.081 C 2.847 2.266 2.755 2.435 2.625 2.589 C 2.499 2.739 2.341 2.857 2.152 2.944 C 1.967 3.031 1.756 3.074 1.519 3.074 Z M 1.525 0.615 C 1.34 0.615 1.176 0.668 1.034 0.774 C 0.893 0.877 0.802 1.034 0.763 1.247 L 2.223 1.247 C 2.211 1.054 2.14 0.9 2.01 0.786 C 1.88 0.672 1.718 0.615 1.525 0.615 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.07389162561576px" id="BRXpCcVNw" transform="translate(27.881 1.253)" width="2.991133004926212px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-WNb22 {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 0 L 2.446 0 L 2.446 2.446 L 0 2.446 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.4458573248407642px" id="nGaUS54Z1" transform="translate(0.153 4.777)" width="2.4458547770700605px"/><path d="M 2.446 2.446 L 0 2.446 L 0 0 L 2.446 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.445857324840766px" id="KzYRgopfd" transform="translate(5.554 4.777)" width="2.4458598726114698px"/><g opacity="0.2"><path d="M 0 2.446 L 2.955 0 L 2.955 2.446 L 0 4.892 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222931px" id="DmNcvtyXv" transform="translate(2.599 2.331)" width="2.955414012738859px"/></g><g opacity="0.5"><path d="M 2.955 2.446 L 0 4.892 L 0 2.446 L 2.955 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222931px" id="QgAsxKGv3" transform="translate(2.598 4.777)" width="2.955414012738859px"/></g><g opacity="0.6"><path d="M 0 4.892 L 5.401 0 L 5.401 2.446 L 2.446 4.892 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.89171974522293px" id="qlVvbiWVY" transform="translate(0.153 -0.115)" width="5.401271592356691px"/></g><g opacity="0.7"><path d="M 5.401 0 L 0 4.892 L 0 2.446 L 2.955 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222932px" id="RLIt4q9ye" transform="translate(2.599 7.223)" width="5.4012738853503155px"/></g><g d="M 2.071 5.139 C 1.392 5.139 0.876 4.987 0.523 4.685 C 0.174 4.382 0 3.988 0 3.501 L 1.087 3.501 C 1.096 3.749 1.179 3.949 1.335 4.1 C 1.495 4.247 1.754 4.32 2.112 4.32 C 2.387 4.32 2.607 4.27 2.772 4.169 C 2.937 4.068 3.02 3.919 3.02 3.722 C 3.02 3.561 2.985 3.437 2.917 3.35 C 2.848 3.258 2.729 3.187 2.559 3.137 C 2.389 3.086 2.153 3.036 1.85 2.985 C 1.273 2.894 0.837 2.738 0.543 2.518 C 0.25 2.293 0.103 1.963 0.103 1.527 C 0.103 1.055 0.277 0.683 0.626 0.413 C 0.975 0.138 1.454 0 2.064 0 C 2.458 0 2.797 0.062 3.082 0.186 C 3.366 0.31 3.586 0.484 3.742 0.709 C 3.903 0.933 3.983 1.195 3.983 1.493 L 2.903 1.493 C 2.894 1.25 2.804 1.075 2.635 0.97 C 2.47 0.864 2.268 0.812 2.029 0.812 C 1.777 0.812 1.578 0.864 1.431 0.97 C 1.289 1.071 1.218 1.211 1.218 1.39 C 1.218 1.545 1.259 1.662 1.341 1.74 C 1.424 1.818 1.552 1.878 1.727 1.919 C 1.905 1.961 2.139 2.006 2.428 2.057 C 2.639 2.089 2.846 2.132 3.047 2.188 C 3.249 2.243 3.43 2.325 3.591 2.435 C 3.756 2.541 3.887 2.69 3.983 2.882 C 4.084 3.07 4.134 3.316 4.134 3.618 C 4.134 4.068 3.96 4.435 3.611 4.719 C 3.268 4.999 2.754 5.139 2.071 5.139 Z M 4.69 0.915 L 4.69 0.062 L 5.702 0.062 L 5.702 0.915 Z M 4.69 5.077 L 4.69 1.39 L 5.702 1.39 L 5.702 5.077 Z M 7.886 5.145 C 7.349 5.145 6.934 5.033 6.641 4.808 C 6.352 4.579 6.21 4.281 6.214 3.914 L 7.205 3.914 C 7.21 4.111 7.278 4.254 7.411 4.341 C 7.549 4.423 7.716 4.464 7.913 4.464 C 8.12 4.464 8.276 4.43 8.381 4.361 C 8.487 4.288 8.539 4.189 8.539 4.065 C 8.539 3.896 8.478 3.786 8.354 3.735 C 8.234 3.685 8.044 3.641 7.783 3.605 C 7.512 3.568 7.265 3.515 7.04 3.446 C 6.815 3.373 6.636 3.263 6.503 3.116 C 6.375 2.969 6.311 2.761 6.311 2.49 C 6.311 2.1 6.457 1.809 6.751 1.617 C 7.049 1.419 7.439 1.321 7.92 1.321 C 8.393 1.321 8.769 1.424 9.048 1.63 C 9.328 1.832 9.473 2.116 9.482 2.483 L 8.491 2.483 C 8.491 2.327 8.436 2.208 8.326 2.126 C 8.221 2.043 8.076 2.002 7.893 2.002 C 7.705 2.002 7.563 2.038 7.466 2.112 C 7.37 2.181 7.322 2.272 7.322 2.387 C 7.322 2.525 7.384 2.621 7.508 2.676 C 7.631 2.731 7.829 2.777 8.099 2.814 C 8.292 2.841 8.475 2.875 8.65 2.917 C 8.824 2.953 8.977 3.013 9.11 3.096 C 9.248 3.174 9.356 3.284 9.434 3.426 C 9.516 3.563 9.558 3.744 9.558 3.969 C 9.558 4.373 9.408 4.671 9.11 4.863 C 8.812 5.051 8.404 5.145 7.886 5.145 Z M 9.827 6.225 L 9.827 5.393 L 10.254 5.393 C 10.405 5.393 10.524 5.361 10.611 5.297 C 10.703 5.237 10.772 5.143 10.818 5.015 L 10.907 4.788 L 9.497 1.39 L 10.605 1.39 L 11.279 3.364 L 11.396 3.756 L 11.43 3.756 L 11.54 3.364 L 12.173 1.39 L 13.253 1.39 L 11.815 5.249 C 11.673 5.634 11.487 5.893 11.258 6.026 C 11.033 6.159 10.763 6.225 10.446 6.225 Z M 13.535 6.225 L 13.535 1.39 L 14.512 1.39 L 14.546 2.029 L 14.601 2.029 C 14.688 1.814 14.833 1.642 15.034 1.513 C 15.241 1.385 15.486 1.321 15.77 1.321 C 16.211 1.321 16.566 1.481 16.837 1.802 C 17.112 2.119 17.249 2.596 17.249 3.233 C 17.249 3.866 17.112 4.343 16.837 4.664 C 16.566 4.985 16.211 5.145 15.77 5.145 C 15.486 5.145 15.241 5.081 15.034 4.953 C 14.833 4.82 14.688 4.648 14.601 4.437 L 14.546 4.437 L 14.546 6.225 Z M 15.392 4.327 C 15.64 4.327 15.837 4.24 15.984 4.065 C 16.135 3.887 16.211 3.609 16.211 3.233 C 16.211 2.857 16.135 2.582 15.984 2.408 C 15.837 2.229 15.64 2.139 15.392 2.139 C 15.204 2.139 15.048 2.183 14.924 2.27 C 14.801 2.357 14.709 2.472 14.649 2.614 C 14.59 2.752 14.56 2.898 14.56 3.054 L 14.56 3.412 C 14.56 3.568 14.59 3.717 14.649 3.859 C 14.709 3.997 14.801 4.109 14.924 4.196 C 15.048 4.283 15.204 4.327 15.392 4.327 Z M 17.75 5.077 L 17.75 0.062 L 18.762 0.062 L 18.762 2.057 L 18.803 2.057 C 18.904 1.814 19.06 1.63 19.271 1.506 C 19.482 1.383 19.718 1.321 19.979 1.321 C 20.227 1.321 20.447 1.371 20.639 1.472 C 20.837 1.573 20.993 1.736 21.107 1.961 C 21.222 2.181 21.279 2.476 21.279 2.848 L 21.279 5.077 L 20.268 5.077 L 20.268 3.068 C 20.268 2.756 20.213 2.525 20.103 2.373 C 19.993 2.222 19.816 2.146 19.573 2.146 C 19.312 2.146 19.11 2.236 18.968 2.415 C 18.83 2.589 18.762 2.793 18.762 3.027 L 18.762 5.077 Z M 23.185 5.139 C 22.758 5.139 22.433 5.015 22.208 4.767 C 21.983 4.519 21.871 4.159 21.871 3.687 L 21.871 1.39 L 22.882 1.39 L 22.882 3.419 C 22.882 3.712 22.935 3.937 23.041 4.093 C 23.151 4.244 23.332 4.32 23.584 4.32 C 23.841 4.32 24.038 4.233 24.176 4.059 C 24.318 3.88 24.389 3.669 24.389 3.426 L 24.389 1.39 L 25.4 1.39 L 25.4 5.077 L 24.43 5.077 L 24.389 4.403 L 24.341 4.403 C 24.254 4.641 24.104 4.824 23.894 4.953 C 23.687 5.077 23.451 5.139 23.185 5.139 Z M 27.573 5.145 C 27.036 5.145 26.621 5.033 26.328 4.808 C 26.039 4.579 25.897 4.281 25.901 3.914 L 26.892 3.914 C 26.897 4.111 26.965 4.254 27.098 4.341 C 27.236 4.423 27.403 4.464 27.601 4.464 C 27.807 4.464 27.963 4.43 28.068 4.361 C 28.174 4.288 28.226 4.189 28.226 4.065 C 28.226 3.896 28.165 3.786 28.041 3.735 C 27.922 3.685 27.731 3.641 27.47 3.605 C 27.199 3.568 26.952 3.515 26.727 3.446 C 26.502 3.373 26.323 3.263 26.19 3.116 C 26.062 2.969 25.998 2.761 25.998 2.49 C 25.998 2.1 26.144 1.809 26.438 1.617 C 26.736 1.419 27.126 1.321 27.607 1.321 C 28.08 1.321 28.456 1.424 28.736 1.63 C 29.015 1.832 29.16 2.116 29.169 2.483 L 28.178 2.483 C 28.178 2.327 28.123 2.208 28.013 2.126 C 27.908 2.043 27.763 2.002 27.58 2.002 C 27.392 2.002 27.25 2.038 27.153 2.112 C 27.057 2.181 27.009 2.272 27.009 2.387 C 27.009 2.525 27.071 2.621 27.195 2.676 C 27.318 2.731 27.516 2.777 27.786 2.814 C 27.979 2.841 28.162 2.875 28.337 2.917 C 28.511 2.953 28.664 3.013 28.797 3.096 C 28.935 3.174 29.043 3.284 29.121 3.426 C 29.203 3.563 29.245 3.744 29.245 3.969 C 29.245 4.373 29.096 4.671 28.797 4.863 C 28.499 5.051 28.091 5.145 27.573 5.145 Z" fill="transparent" height="6.225477829040237px" id="b0Cm3lf_h" transform="translate(10.701 3.216)" width="29.244586905704168px"><path d="M 2.071 5.139 C 1.392 5.139 0.876 4.987 0.523 4.685 C 0.174 4.382 0 3.988 0 3.501 L 1.087 3.501 C 1.096 3.749 1.179 3.949 1.335 4.1 C 1.495 4.247 1.754 4.32 2.112 4.32 C 2.387 4.32 2.607 4.27 2.772 4.169 C 2.937 4.068 3.02 3.919 3.02 3.722 C 3.02 3.561 2.985 3.437 2.917 3.35 C 2.848 3.258 2.729 3.187 2.559 3.137 C 2.389 3.086 2.153 3.036 1.85 2.985 C 1.273 2.894 0.837 2.738 0.543 2.518 C 0.25 2.293 0.103 1.963 0.103 1.527 C 0.103 1.055 0.277 0.683 0.626 0.413 C 0.975 0.138 1.454 0 2.064 0 C 2.458 0 2.797 0.062 3.082 0.186 C 3.366 0.31 3.586 0.484 3.742 0.709 C 3.903 0.933 3.983 1.195 3.983 1.493 L 2.903 1.493 C 2.894 1.25 2.804 1.075 2.635 0.97 C 2.47 0.864 2.268 0.812 2.029 0.812 C 1.777 0.812 1.578 0.864 1.431 0.97 C 1.289 1.071 1.218 1.211 1.218 1.39 C 1.218 1.545 1.259 1.662 1.341 1.74 C 1.424 1.818 1.552 1.878 1.727 1.919 C 1.905 1.961 2.139 2.006 2.428 2.057 C 2.639 2.089 2.846 2.132 3.047 2.188 C 3.249 2.243 3.43 2.325 3.591 2.435 C 3.756 2.541 3.887 2.69 3.983 2.882 C 4.084 3.07 4.134 3.316 4.134 3.618 C 4.134 4.068 3.96 4.435 3.611 4.719 C 3.268 4.999 2.754 5.139 2.071 5.139 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.138598726114649px" id="Y9o4WjnYh" transform="translate(0 0)" width="4.134267515923561px"/><path d="M 0 0.853 L 0 0 L 1.011 0 L 1.011 0.853 Z M 0 5.015 L 0 1.328 L 1.011 1.328 L 1.011 5.015 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.014777033222709px" id="E0w9jOkAN" transform="translate(4.69 0.062)" width="1.011210191082796px"/><path d="M 1.672 3.825 C 1.135 3.825 0.72 3.712 0.427 3.488 C 0.138 3.258 -0.004 2.96 0 2.593 L 0.991 2.593 C 0.995 2.791 1.064 2.933 1.197 3.02 C 1.335 3.102 1.502 3.144 1.699 3.144 C 1.906 3.144 2.062 3.109 2.167 3.041 C 2.272 2.967 2.325 2.869 2.325 2.745 C 2.325 2.575 2.263 2.465 2.139 2.415 C 2.02 2.364 1.83 2.321 1.569 2.284 C 1.298 2.247 1.05 2.194 0.826 2.126 C 0.601 2.052 0.422 1.942 0.289 1.795 C 0.161 1.649 0.096 1.44 0.096 1.169 C 0.096 0.78 0.243 0.488 0.537 0.296 C 0.835 0.099 1.225 0 1.706 0 C 2.178 0 2.555 0.103 2.834 0.31 C 3.114 0.511 3.258 0.796 3.268 1.163 L 2.277 1.163 C 2.277 1.007 2.222 0.887 2.112 0.805 C 2.006 0.722 1.862 0.681 1.679 0.681 C 1.491 0.681 1.348 0.718 1.252 0.791 C 1.156 0.86 1.108 0.952 1.108 1.066 C 1.108 1.204 1.17 1.3 1.293 1.355 C 1.417 1.41 1.614 1.456 1.885 1.493 C 2.078 1.52 2.261 1.555 2.435 1.596 C 2.61 1.633 2.763 1.692 2.896 1.775 C 3.034 1.853 3.142 1.963 3.219 2.105 C 3.302 2.243 3.343 2.424 3.343 2.648 C 3.343 3.052 3.194 3.35 2.896 3.543 C 2.598 3.731 2.19 3.825 1.672 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8247133757961773px" id="RIAbZb6G4" transform="translate(6.214 1.321)" width="3.3432921974522074px"/><path d="M 0.33 4.836 L 0.33 4.004 L 0.757 4.004 C 0.908 4.004 1.027 3.971 1.114 3.907 C 1.206 3.848 1.275 3.754 1.321 3.625 L 1.41 3.398 L 0 0 L 1.108 0 L 1.782 1.974 L 1.899 2.366 L 1.933 2.366 L 2.043 1.974 L 2.676 0 L 3.756 0 L 2.318 3.859 C 2.176 4.244 1.99 4.503 1.761 4.636 C 1.536 4.769 1.266 4.836 0.949 4.836 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.835923566878982px" id="UJndIqedc" transform="translate(9.497 1.39)" width="3.755923566878984px"/><path d="M 0 4.905 L 0 0.069 L 0.977 0.069 L 1.011 0.709 L 1.066 0.709 C 1.153 0.493 1.298 0.321 1.5 0.193 C 1.706 0.064 1.951 0 2.236 0 C 2.676 0 3.031 0.161 3.302 0.482 C 3.577 0.798 3.715 1.275 3.715 1.912 C 3.715 2.545 3.577 3.022 3.302 3.343 C 3.031 3.664 2.676 3.825 2.236 3.825 C 1.951 3.825 1.706 3.761 1.5 3.632 C 1.298 3.499 1.153 3.327 1.066 3.116 L 1.011 3.116 L 1.011 4.905 Z M 1.857 3.006 C 2.105 3.006 2.302 2.919 2.449 2.745 C 2.6 2.566 2.676 2.288 2.676 1.912 C 2.676 1.536 2.6 1.261 2.449 1.087 C 2.302 0.908 2.105 0.819 1.857 0.819 C 1.669 0.819 1.513 0.862 1.39 0.949 C 1.266 1.036 1.174 1.151 1.114 1.293 C 1.055 1.431 1.025 1.578 1.025 1.734 L 1.025 2.091 C 1.025 2.247 1.055 2.396 1.114 2.538 C 1.174 2.676 1.266 2.788 1.39 2.875 C 1.513 2.963 1.669 3.006 1.857 3.006 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.904713436539767px" id="zpAxqdxNY" transform="translate(13.535 1.321)" width="3.7146496815286127px"/><path d="M 0 5.015 L 0 0 L 1.011 0 L 1.011 1.995 L 1.052 1.995 C 1.153 1.752 1.309 1.568 1.52 1.445 C 1.731 1.321 1.967 1.259 2.229 1.259 C 2.476 1.259 2.697 1.309 2.889 1.41 C 3.086 1.511 3.242 1.674 3.357 1.899 C 3.472 2.119 3.529 2.415 3.529 2.786 L 3.529 5.015 L 2.518 5.015 L 2.518 3.006 C 2.518 2.694 2.463 2.463 2.353 2.311 C 2.243 2.16 2.066 2.084 1.823 2.084 C 1.562 2.084 1.36 2.174 1.218 2.353 C 1.08 2.527 1.011 2.731 1.011 2.965 L 1.011 5.015 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.014777070063694px" id="jURNR8M8X" transform="translate(17.75 0.062)" width="3.528917197452216px"/><path d="M 1.314 3.749 C 0.887 3.749 0.562 3.625 0.337 3.378 C 0.112 3.13 0 2.77 0 2.298 L 0 0 L 1.011 0 L 1.011 2.029 C 1.011 2.323 1.064 2.548 1.169 2.703 C 1.279 2.855 1.461 2.93 1.713 2.93 C 1.97 2.93 2.167 2.843 2.304 2.669 C 2.447 2.49 2.518 2.279 2.518 2.036 L 2.518 0 L 3.529 0 L 3.529 3.687 L 2.559 3.687 L 2.518 3.013 L 2.47 3.013 C 2.382 3.251 2.233 3.435 2.022 3.563 C 1.816 3.687 1.58 3.749 1.314 3.749 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.749044585987262px" id="iyEVYLO8i" transform="translate(21.871 1.39)" width="3.5289171974522304px"/><path d="M 1.672 3.825 C 1.135 3.825 0.72 3.712 0.427 3.488 C 0.138 3.258 -0.004 2.96 0 2.593 L 0.991 2.593 C 0.995 2.791 1.064 2.933 1.197 3.02 C 1.335 3.102 1.502 3.144 1.699 3.144 C 1.906 3.144 2.062 3.109 2.167 3.041 C 2.272 2.967 2.325 2.869 2.325 2.745 C 2.325 2.575 2.263 2.465 2.139 2.415 C 2.02 2.364 1.83 2.321 1.569 2.284 C 1.298 2.247 1.05 2.194 0.826 2.126 C 0.601 2.052 0.422 1.942 0.289 1.795 C 0.161 1.649 0.096 1.44 0.096 1.169 C 0.096 0.78 0.243 0.488 0.537 0.296 C 0.835 0.099 1.225 0 1.706 0 C 2.178 0 2.555 0.103 2.834 0.31 C 3.114 0.511 3.258 0.796 3.268 1.163 L 2.277 1.163 C 2.277 1.007 2.222 0.887 2.112 0.805 C 2.006 0.722 1.862 0.681 1.679 0.681 C 1.491 0.681 1.348 0.718 1.252 0.791 C 1.156 0.86 1.108 0.952 1.108 1.066 C 1.108 1.204 1.17 1.3 1.293 1.355 C 1.417 1.41 1.614 1.456 1.885 1.493 C 2.078 1.52 2.261 1.555 2.435 1.596 C 2.61 1.633 2.763 1.692 2.896 1.775 C 3.034 1.853 3.142 1.963 3.219 2.105 C 3.302 2.243 3.343 2.424 3.343 2.648 C 3.343 3.052 3.194 3.35 2.896 3.543 C 2.598 3.731 2.19 3.825 1.672 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8247133757961773px" id="ZmU3fAovN" transform="translate(25.901 1.321)" width="3.3432921974522145px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 3.33333;
    background-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 0 L 2.446 0 L 2.446 2.446 L 0 2.446 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.4458573248407642px" id="nGaUS54Z1" transform="translate(0.153 4.777)" width="2.4458547770700605px"/><path d="M 2.446 2.446 L 0 2.446 L 0 0 L 2.446 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.445857324840766px" id="KzYRgopfd" transform="translate(5.554 4.777)" width="2.4458598726114698px"/><g opacity="0.2"><path d="M 0 2.446 L 2.955 0 L 2.955 2.446 L 0 4.892 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222931px" id="DmNcvtyXv" transform="translate(2.599 2.331)" width="2.955414012738859px"/></g><g opacity="0.5"><path d="M 2.955 2.446 L 0 4.892 L 0 2.446 L 2.955 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222931px" id="QgAsxKGv3" transform="translate(2.598 4.777)" width="2.955414012738859px"/></g><g opacity="0.6"><path d="M 0 4.892 L 5.401 0 L 5.401 2.446 L 2.446 4.892 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.89171974522293px" id="qlVvbiWVY" transform="translate(0.153 -0.115)" width="5.401271592356691px"/></g><g opacity="0.7"><path d="M 5.401 0 L 0 4.892 L 0 2.446 L 2.955 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222932px" id="RLIt4q9ye" transform="translate(2.599 7.223)" width="5.4012738853503155px"/></g><g d="M 2.071 5.139 C 1.392 5.139 0.876 4.987 0.523 4.685 C 0.174 4.382 0 3.988 0 3.501 L 1.087 3.501 C 1.096 3.749 1.179 3.949 1.335 4.1 C 1.495 4.247 1.754 4.32 2.112 4.32 C 2.387 4.32 2.607 4.27 2.772 4.169 C 2.937 4.068 3.02 3.919 3.02 3.722 C 3.02 3.561 2.985 3.437 2.917 3.35 C 2.848 3.258 2.729 3.187 2.559 3.137 C 2.389 3.086 2.153 3.036 1.85 2.985 C 1.273 2.894 0.837 2.738 0.543 2.518 C 0.25 2.293 0.103 1.963 0.103 1.527 C 0.103 1.055 0.277 0.683 0.626 0.413 C 0.975 0.138 1.454 0 2.064 0 C 2.458 0 2.797 0.062 3.082 0.186 C 3.366 0.31 3.586 0.484 3.742 0.709 C 3.903 0.933 3.983 1.195 3.983 1.493 L 2.903 1.493 C 2.894 1.25 2.804 1.075 2.635 0.97 C 2.47 0.864 2.268 0.812 2.029 0.812 C 1.777 0.812 1.578 0.864 1.431 0.97 C 1.289 1.071 1.218 1.211 1.218 1.39 C 1.218 1.545 1.259 1.662 1.341 1.74 C 1.424 1.818 1.552 1.878 1.727 1.919 C 1.905 1.961 2.139 2.006 2.428 2.057 C 2.639 2.089 2.846 2.132 3.047 2.188 C 3.249 2.243 3.43 2.325 3.591 2.435 C 3.756 2.541 3.887 2.69 3.983 2.882 C 4.084 3.07 4.134 3.316 4.134 3.618 C 4.134 4.068 3.96 4.435 3.611 4.719 C 3.268 4.999 2.754 5.139 2.071 5.139 Z M 4.69 0.915 L 4.69 0.062 L 5.702 0.062 L 5.702 0.915 Z M 4.69 5.077 L 4.69 1.39 L 5.702 1.39 L 5.702 5.077 Z M 7.886 5.145 C 7.349 5.145 6.934 5.033 6.641 4.808 C 6.352 4.579 6.21 4.281 6.214 3.914 L 7.205 3.914 C 7.21 4.111 7.278 4.254 7.411 4.341 C 7.549 4.423 7.716 4.464 7.913 4.464 C 8.12 4.464 8.276 4.43 8.381 4.361 C 8.487 4.288 8.539 4.189 8.539 4.065 C 8.539 3.896 8.478 3.786 8.354 3.735 C 8.234 3.685 8.044 3.641 7.783 3.605 C 7.512 3.568 7.265 3.515 7.04 3.446 C 6.815 3.373 6.636 3.263 6.503 3.116 C 6.375 2.969 6.311 2.761 6.311 2.49 C 6.311 2.1 6.457 1.809 6.751 1.617 C 7.049 1.419 7.439 1.321 7.92 1.321 C 8.393 1.321 8.769 1.424 9.048 1.63 C 9.328 1.832 9.473 2.116 9.482 2.483 L 8.491 2.483 C 8.491 2.327 8.436 2.208 8.326 2.126 C 8.221 2.043 8.076 2.002 7.893 2.002 C 7.705 2.002 7.563 2.038 7.466 2.112 C 7.37 2.181 7.322 2.272 7.322 2.387 C 7.322 2.525 7.384 2.621 7.508 2.676 C 7.631 2.731 7.829 2.777 8.099 2.814 C 8.292 2.841 8.475 2.875 8.65 2.917 C 8.824 2.953 8.977 3.013 9.11 3.096 C 9.248 3.174 9.356 3.284 9.434 3.426 C 9.516 3.563 9.558 3.744 9.558 3.969 C 9.558 4.373 9.408 4.671 9.11 4.863 C 8.812 5.051 8.404 5.145 7.886 5.145 Z M 9.827 6.225 L 9.827 5.393 L 10.254 5.393 C 10.405 5.393 10.524 5.361 10.611 5.297 C 10.703 5.237 10.772 5.143 10.818 5.015 L 10.907 4.788 L 9.497 1.39 L 10.605 1.39 L 11.279 3.364 L 11.396 3.756 L 11.43 3.756 L 11.54 3.364 L 12.173 1.39 L 13.253 1.39 L 11.815 5.249 C 11.673 5.634 11.487 5.893 11.258 6.026 C 11.033 6.159 10.763 6.225 10.446 6.225 Z M 13.535 6.225 L 13.535 1.39 L 14.512 1.39 L 14.546 2.029 L 14.601 2.029 C 14.688 1.814 14.833 1.642 15.034 1.513 C 15.241 1.385 15.486 1.321 15.77 1.321 C 16.211 1.321 16.566 1.481 16.837 1.802 C 17.112 2.119 17.249 2.596 17.249 3.233 C 17.249 3.866 17.112 4.343 16.837 4.664 C 16.566 4.985 16.211 5.145 15.77 5.145 C 15.486 5.145 15.241 5.081 15.034 4.953 C 14.833 4.82 14.688 4.648 14.601 4.437 L 14.546 4.437 L 14.546 6.225 Z M 15.392 4.327 C 15.64 4.327 15.837 4.24 15.984 4.065 C 16.135 3.887 16.211 3.609 16.211 3.233 C 16.211 2.857 16.135 2.582 15.984 2.408 C 15.837 2.229 15.64 2.139 15.392 2.139 C 15.204 2.139 15.048 2.183 14.924 2.27 C 14.801 2.357 14.709 2.472 14.649 2.614 C 14.59 2.752 14.56 2.898 14.56 3.054 L 14.56 3.412 C 14.56 3.568 14.59 3.717 14.649 3.859 C 14.709 3.997 14.801 4.109 14.924 4.196 C 15.048 4.283 15.204 4.327 15.392 4.327 Z M 17.75 5.077 L 17.75 0.062 L 18.762 0.062 L 18.762 2.057 L 18.803 2.057 C 18.904 1.814 19.06 1.63 19.271 1.506 C 19.482 1.383 19.718 1.321 19.979 1.321 C 20.227 1.321 20.447 1.371 20.639 1.472 C 20.837 1.573 20.993 1.736 21.107 1.961 C 21.222 2.181 21.279 2.476 21.279 2.848 L 21.279 5.077 L 20.268 5.077 L 20.268 3.068 C 20.268 2.756 20.213 2.525 20.103 2.373 C 19.993 2.222 19.816 2.146 19.573 2.146 C 19.312 2.146 19.11 2.236 18.968 2.415 C 18.83 2.589 18.762 2.793 18.762 3.027 L 18.762 5.077 Z M 23.185 5.139 C 22.758 5.139 22.433 5.015 22.208 4.767 C 21.983 4.519 21.871 4.159 21.871 3.687 L 21.871 1.39 L 22.882 1.39 L 22.882 3.419 C 22.882 3.712 22.935 3.937 23.041 4.093 C 23.151 4.244 23.332 4.32 23.584 4.32 C 23.841 4.32 24.038 4.233 24.176 4.059 C 24.318 3.88 24.389 3.669 24.389 3.426 L 24.389 1.39 L 25.4 1.39 L 25.4 5.077 L 24.43 5.077 L 24.389 4.403 L 24.341 4.403 C 24.254 4.641 24.104 4.824 23.894 4.953 C 23.687 5.077 23.451 5.139 23.185 5.139 Z M 27.573 5.145 C 27.036 5.145 26.621 5.033 26.328 4.808 C 26.039 4.579 25.897 4.281 25.901 3.914 L 26.892 3.914 C 26.897 4.111 26.965 4.254 27.098 4.341 C 27.236 4.423 27.403 4.464 27.601 4.464 C 27.807 4.464 27.963 4.43 28.068 4.361 C 28.174 4.288 28.226 4.189 28.226 4.065 C 28.226 3.896 28.165 3.786 28.041 3.735 C 27.922 3.685 27.731 3.641 27.47 3.605 C 27.199 3.568 26.952 3.515 26.727 3.446 C 26.502 3.373 26.323 3.263 26.19 3.116 C 26.062 2.969 25.998 2.761 25.998 2.49 C 25.998 2.1 26.144 1.809 26.438 1.617 C 26.736 1.419 27.126 1.321 27.607 1.321 C 28.08 1.321 28.456 1.424 28.736 1.63 C 29.015 1.832 29.16 2.116 29.169 2.483 L 28.178 2.483 C 28.178 2.327 28.123 2.208 28.013 2.126 C 27.908 2.043 27.763 2.002 27.58 2.002 C 27.392 2.002 27.25 2.038 27.153 2.112 C 27.057 2.181 27.009 2.272 27.009 2.387 C 27.009 2.525 27.071 2.621 27.195 2.676 C 27.318 2.731 27.516 2.777 27.786 2.814 C 27.979 2.841 28.162 2.875 28.337 2.917 C 28.511 2.953 28.664 3.013 28.797 3.096 C 28.935 3.174 29.043 3.284 29.121 3.426 C 29.203 3.563 29.245 3.744 29.245 3.969 C 29.245 4.373 29.096 4.671 28.797 4.863 C 28.499 5.051 28.091 5.145 27.573 5.145 Z" fill="transparent" height="6.225477829040237px" id="b0Cm3lf_h" transform="translate(10.701 3.216)" width="29.244586905704168px"><path d="M 2.071 5.139 C 1.392 5.139 0.876 4.987 0.523 4.685 C 0.174 4.382 0 3.988 0 3.501 L 1.087 3.501 C 1.096 3.749 1.179 3.949 1.335 4.1 C 1.495 4.247 1.754 4.32 2.112 4.32 C 2.387 4.32 2.607 4.27 2.772 4.169 C 2.937 4.068 3.02 3.919 3.02 3.722 C 3.02 3.561 2.985 3.437 2.917 3.35 C 2.848 3.258 2.729 3.187 2.559 3.137 C 2.389 3.086 2.153 3.036 1.85 2.985 C 1.273 2.894 0.837 2.738 0.543 2.518 C 0.25 2.293 0.103 1.963 0.103 1.527 C 0.103 1.055 0.277 0.683 0.626 0.413 C 0.975 0.138 1.454 0 2.064 0 C 2.458 0 2.797 0.062 3.082 0.186 C 3.366 0.31 3.586 0.484 3.742 0.709 C 3.903 0.933 3.983 1.195 3.983 1.493 L 2.903 1.493 C 2.894 1.25 2.804 1.075 2.635 0.97 C 2.47 0.864 2.268 0.812 2.029 0.812 C 1.777 0.812 1.578 0.864 1.431 0.97 C 1.289 1.071 1.218 1.211 1.218 1.39 C 1.218 1.545 1.259 1.662 1.341 1.74 C 1.424 1.818 1.552 1.878 1.727 1.919 C 1.905 1.961 2.139 2.006 2.428 2.057 C 2.639 2.089 2.846 2.132 3.047 2.188 C 3.249 2.243 3.43 2.325 3.591 2.435 C 3.756 2.541 3.887 2.69 3.983 2.882 C 4.084 3.07 4.134 3.316 4.134 3.618 C 4.134 4.068 3.96 4.435 3.611 4.719 C 3.268 4.999 2.754 5.139 2.071 5.139 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.138598726114649px" id="Y9o4WjnYh" transform="translate(0 0)" width="4.134267515923561px"/><path d="M 0 0.853 L 0 0 L 1.011 0 L 1.011 0.853 Z M 0 5.015 L 0 1.328 L 1.011 1.328 L 1.011 5.015 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.014777033222709px" id="E0w9jOkAN" transform="translate(4.69 0.062)" width="1.011210191082796px"/><path d="M 1.672 3.825 C 1.135 3.825 0.72 3.712 0.427 3.488 C 0.138 3.258 -0.004 2.96 0 2.593 L 0.991 2.593 C 0.995 2.791 1.064 2.933 1.197 3.02 C 1.335 3.102 1.502 3.144 1.699 3.144 C 1.906 3.144 2.062 3.109 2.167 3.041 C 2.272 2.967 2.325 2.869 2.325 2.745 C 2.325 2.575 2.263 2.465 2.139 2.415 C 2.02 2.364 1.83 2.321 1.569 2.284 C 1.298 2.247 1.05 2.194 0.826 2.126 C 0.601 2.052 0.422 1.942 0.289 1.795 C 0.161 1.649 0.096 1.44 0.096 1.169 C 0.096 0.78 0.243 0.488 0.537 0.296 C 0.835 0.099 1.225 0 1.706 0 C 2.178 0 2.555 0.103 2.834 0.31 C 3.114 0.511 3.258 0.796 3.268 1.163 L 2.277 1.163 C 2.277 1.007 2.222 0.887 2.112 0.805 C 2.006 0.722 1.862 0.681 1.679 0.681 C 1.491 0.681 1.348 0.718 1.252 0.791 C 1.156 0.86 1.108 0.952 1.108 1.066 C 1.108 1.204 1.17 1.3 1.293 1.355 C 1.417 1.41 1.614 1.456 1.885 1.493 C 2.078 1.52 2.261 1.555 2.435 1.596 C 2.61 1.633 2.763 1.692 2.896 1.775 C 3.034 1.853 3.142 1.963 3.219 2.105 C 3.302 2.243 3.343 2.424 3.343 2.648 C 3.343 3.052 3.194 3.35 2.896 3.543 C 2.598 3.731 2.19 3.825 1.672 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8247133757961773px" id="RIAbZb6G4" transform="translate(6.214 1.321)" width="3.3432921974522074px"/><path d="M 0.33 4.836 L 0.33 4.004 L 0.757 4.004 C 0.908 4.004 1.027 3.971 1.114 3.907 C 1.206 3.848 1.275 3.754 1.321 3.625 L 1.41 3.398 L 0 0 L 1.108 0 L 1.782 1.974 L 1.899 2.366 L 1.933 2.366 L 2.043 1.974 L 2.676 0 L 3.756 0 L 2.318 3.859 C 2.176 4.244 1.99 4.503 1.761 4.636 C 1.536 4.769 1.266 4.836 0.949 4.836 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.835923566878982px" id="UJndIqedc" transform="translate(9.497 1.39)" width="3.755923566878984px"/><path d="M 0 4.905 L 0 0.069 L 0.977 0.069 L 1.011 0.709 L 1.066 0.709 C 1.153 0.493 1.298 0.321 1.5 0.193 C 1.706 0.064 1.951 0 2.236 0 C 2.676 0 3.031 0.161 3.302 0.482 C 3.577 0.798 3.715 1.275 3.715 1.912 C 3.715 2.545 3.577 3.022 3.302 3.343 C 3.031 3.664 2.676 3.825 2.236 3.825 C 1.951 3.825 1.706 3.761 1.5 3.632 C 1.298 3.499 1.153 3.327 1.066 3.116 L 1.011 3.116 L 1.011 4.905 Z M 1.857 3.006 C 2.105 3.006 2.302 2.919 2.449 2.745 C 2.6 2.566 2.676 2.288 2.676 1.912 C 2.676 1.536 2.6 1.261 2.449 1.087 C 2.302 0.908 2.105 0.819 1.857 0.819 C 1.669 0.819 1.513 0.862 1.39 0.949 C 1.266 1.036 1.174 1.151 1.114 1.293 C 1.055 1.431 1.025 1.578 1.025 1.734 L 1.025 2.091 C 1.025 2.247 1.055 2.396 1.114 2.538 C 1.174 2.676 1.266 2.788 1.39 2.875 C 1.513 2.963 1.669 3.006 1.857 3.006 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.904713436539767px" id="zpAxqdxNY" transform="translate(13.535 1.321)" width="3.7146496815286127px"/><path d="M 0 5.015 L 0 0 L 1.011 0 L 1.011 1.995 L 1.052 1.995 C 1.153 1.752 1.309 1.568 1.52 1.445 C 1.731 1.321 1.967 1.259 2.229 1.259 C 2.476 1.259 2.697 1.309 2.889 1.41 C 3.086 1.511 3.242 1.674 3.357 1.899 C 3.472 2.119 3.529 2.415 3.529 2.786 L 3.529 5.015 L 2.518 5.015 L 2.518 3.006 C 2.518 2.694 2.463 2.463 2.353 2.311 C 2.243 2.16 2.066 2.084 1.823 2.084 C 1.562 2.084 1.36 2.174 1.218 2.353 C 1.08 2.527 1.011 2.731 1.011 2.965 L 1.011 5.015 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.014777070063694px" id="jURNR8M8X" transform="translate(17.75 0.062)" width="3.528917197452216px"/><path d="M 1.314 3.749 C 0.887 3.749 0.562 3.625 0.337 3.378 C 0.112 3.13 0 2.77 0 2.298 L 0 0 L 1.011 0 L 1.011 2.029 C 1.011 2.323 1.064 2.548 1.169 2.703 C 1.279 2.855 1.461 2.93 1.713 2.93 C 1.97 2.93 2.167 2.843 2.304 2.669 C 2.447 2.49 2.518 2.279 2.518 2.036 L 2.518 0 L 3.529 0 L 3.529 3.687 L 2.559 3.687 L 2.518 3.013 L 2.47 3.013 C 2.382 3.251 2.233 3.435 2.022 3.563 C 1.816 3.687 1.58 3.749 1.314 3.749 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.749044585987262px" id="iyEVYLO8i" transform="translate(21.871 1.39)" width="3.5289171974522304px"/><path d="M 1.672 3.825 C 1.135 3.825 0.72 3.712 0.427 3.488 C 0.138 3.258 -0.004 2.96 0 2.593 L 0.991 2.593 C 0.995 2.791 1.064 2.933 1.197 3.02 C 1.335 3.102 1.502 3.144 1.699 3.144 C 1.906 3.144 2.062 3.109 2.167 3.041 C 2.272 2.967 2.325 2.869 2.325 2.745 C 2.325 2.575 2.263 2.465 2.139 2.415 C 2.02 2.364 1.83 2.321 1.569 2.284 C 1.298 2.247 1.05 2.194 0.826 2.126 C 0.601 2.052 0.422 1.942 0.289 1.795 C 0.161 1.649 0.096 1.44 0.096 1.169 C 0.096 0.78 0.243 0.488 0.537 0.296 C 0.835 0.099 1.225 0 1.706 0 C 2.178 0 2.555 0.103 2.834 0.31 C 3.114 0.511 3.258 0.796 3.268 1.163 L 2.277 1.163 C 2.277 1.007 2.222 0.887 2.112 0.805 C 2.006 0.722 1.862 0.681 1.679 0.681 C 1.491 0.681 1.348 0.718 1.252 0.791 C 1.156 0.86 1.108 0.952 1.108 1.066 C 1.108 1.204 1.17 1.3 1.293 1.355 C 1.417 1.41 1.614 1.456 1.885 1.493 C 2.078 1.52 2.261 1.555 2.435 1.596 C 2.61 1.633 2.763 1.692 2.896 1.775 C 3.034 1.853 3.142 1.963 3.219 2.105 C 3.302 2.243 3.343 2.424 3.343 2.648 C 3.343 3.052 3.194 3.35 2.896 3.543 C 2.598 3.731 2.19 3.825 1.672 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8247133757961773px" id="ZmU3fAovN" transform="translate(25.901 1.321)" width="3.3432921974522145px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 12" xmlns="http://www.w3.org/2000/svg"><path d="M 0 0 L 2.446 0 L 2.446 2.446 L 0 2.446 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.4458573248407642px" id="nGaUS54Z1" transform="translate(0.153 4.777)" width="2.4458547770700605px"/><path d="M 2.446 2.446 L 0 2.446 L 0 0 L 2.446 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="2.445857324840766px" id="KzYRgopfd" transform="translate(5.554 4.777)" width="2.4458598726114698px"/><g opacity="0.2"><path d="M 0 2.446 L 2.955 0 L 2.955 2.446 L 0 4.892 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222931px" id="DmNcvtyXv" transform="translate(2.599 2.331)" width="2.955414012738859px"/></g><g opacity="0.5"><path d="M 2.955 2.446 L 0 4.892 L 0 2.446 L 2.955 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222931px" id="QgAsxKGv3" transform="translate(2.598 4.777)" width="2.955414012738859px"/></g><g opacity="0.6"><path d="M 0 4.892 L 5.401 0 L 5.401 2.446 L 2.446 4.892 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.89171974522293px" id="qlVvbiWVY" transform="translate(0.153 -0.115)" width="5.401271592356691px"/></g><g opacity="0.7"><path d="M 5.401 0 L 0 4.892 L 0 2.446 L 2.955 0 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.891719745222932px" id="RLIt4q9ye" transform="translate(2.599 7.223)" width="5.4012738853503155px"/></g><g d="M 2.071 5.139 C 1.392 5.139 0.876 4.987 0.523 4.685 C 0.174 4.382 0 3.988 0 3.501 L 1.087 3.501 C 1.096 3.749 1.179 3.949 1.335 4.1 C 1.495 4.247 1.754 4.32 2.112 4.32 C 2.387 4.32 2.607 4.27 2.772 4.169 C 2.937 4.068 3.02 3.919 3.02 3.722 C 3.02 3.561 2.985 3.437 2.917 3.35 C 2.848 3.258 2.729 3.187 2.559 3.137 C 2.389 3.086 2.153 3.036 1.85 2.985 C 1.273 2.894 0.837 2.738 0.543 2.518 C 0.25 2.293 0.103 1.963 0.103 1.527 C 0.103 1.055 0.277 0.683 0.626 0.413 C 0.975 0.138 1.454 0 2.064 0 C 2.458 0 2.797 0.062 3.082 0.186 C 3.366 0.31 3.586 0.484 3.742 0.709 C 3.903 0.933 3.983 1.195 3.983 1.493 L 2.903 1.493 C 2.894 1.25 2.804 1.075 2.635 0.97 C 2.47 0.864 2.268 0.812 2.029 0.812 C 1.777 0.812 1.578 0.864 1.431 0.97 C 1.289 1.071 1.218 1.211 1.218 1.39 C 1.218 1.545 1.259 1.662 1.341 1.74 C 1.424 1.818 1.552 1.878 1.727 1.919 C 1.905 1.961 2.139 2.006 2.428 2.057 C 2.639 2.089 2.846 2.132 3.047 2.188 C 3.249 2.243 3.43 2.325 3.591 2.435 C 3.756 2.541 3.887 2.69 3.983 2.882 C 4.084 3.07 4.134 3.316 4.134 3.618 C 4.134 4.068 3.96 4.435 3.611 4.719 C 3.268 4.999 2.754 5.139 2.071 5.139 Z M 4.69 0.915 L 4.69 0.062 L 5.702 0.062 L 5.702 0.915 Z M 4.69 5.077 L 4.69 1.39 L 5.702 1.39 L 5.702 5.077 Z M 7.886 5.145 C 7.349 5.145 6.934 5.033 6.641 4.808 C 6.352 4.579 6.21 4.281 6.214 3.914 L 7.205 3.914 C 7.21 4.111 7.278 4.254 7.411 4.341 C 7.549 4.423 7.716 4.464 7.913 4.464 C 8.12 4.464 8.276 4.43 8.381 4.361 C 8.487 4.288 8.539 4.189 8.539 4.065 C 8.539 3.896 8.478 3.786 8.354 3.735 C 8.234 3.685 8.044 3.641 7.783 3.605 C 7.512 3.568 7.265 3.515 7.04 3.446 C 6.815 3.373 6.636 3.263 6.503 3.116 C 6.375 2.969 6.311 2.761 6.311 2.49 C 6.311 2.1 6.457 1.809 6.751 1.617 C 7.049 1.419 7.439 1.321 7.92 1.321 C 8.393 1.321 8.769 1.424 9.048 1.63 C 9.328 1.832 9.473 2.116 9.482 2.483 L 8.491 2.483 C 8.491 2.327 8.436 2.208 8.326 2.126 C 8.221 2.043 8.076 2.002 7.893 2.002 C 7.705 2.002 7.563 2.038 7.466 2.112 C 7.37 2.181 7.322 2.272 7.322 2.387 C 7.322 2.525 7.384 2.621 7.508 2.676 C 7.631 2.731 7.829 2.777 8.099 2.814 C 8.292 2.841 8.475 2.875 8.65 2.917 C 8.824 2.953 8.977 3.013 9.11 3.096 C 9.248 3.174 9.356 3.284 9.434 3.426 C 9.516 3.563 9.558 3.744 9.558 3.969 C 9.558 4.373 9.408 4.671 9.11 4.863 C 8.812 5.051 8.404 5.145 7.886 5.145 Z M 9.827 6.225 L 9.827 5.393 L 10.254 5.393 C 10.405 5.393 10.524 5.361 10.611 5.297 C 10.703 5.237 10.772 5.143 10.818 5.015 L 10.907 4.788 L 9.497 1.39 L 10.605 1.39 L 11.279 3.364 L 11.396 3.756 L 11.43 3.756 L 11.54 3.364 L 12.173 1.39 L 13.253 1.39 L 11.815 5.249 C 11.673 5.634 11.487 5.893 11.258 6.026 C 11.033 6.159 10.763 6.225 10.446 6.225 Z M 13.535 6.225 L 13.535 1.39 L 14.512 1.39 L 14.546 2.029 L 14.601 2.029 C 14.688 1.814 14.833 1.642 15.034 1.513 C 15.241 1.385 15.486 1.321 15.77 1.321 C 16.211 1.321 16.566 1.481 16.837 1.802 C 17.112 2.119 17.249 2.596 17.249 3.233 C 17.249 3.866 17.112 4.343 16.837 4.664 C 16.566 4.985 16.211 5.145 15.77 5.145 C 15.486 5.145 15.241 5.081 15.034 4.953 C 14.833 4.82 14.688 4.648 14.601 4.437 L 14.546 4.437 L 14.546 6.225 Z M 15.392 4.327 C 15.64 4.327 15.837 4.24 15.984 4.065 C 16.135 3.887 16.211 3.609 16.211 3.233 C 16.211 2.857 16.135 2.582 15.984 2.408 C 15.837 2.229 15.64 2.139 15.392 2.139 C 15.204 2.139 15.048 2.183 14.924 2.27 C 14.801 2.357 14.709 2.472 14.649 2.614 C 14.59 2.752 14.56 2.898 14.56 3.054 L 14.56 3.412 C 14.56 3.568 14.59 3.717 14.649 3.859 C 14.709 3.997 14.801 4.109 14.924 4.196 C 15.048 4.283 15.204 4.327 15.392 4.327 Z M 17.75 5.077 L 17.75 0.062 L 18.762 0.062 L 18.762 2.057 L 18.803 2.057 C 18.904 1.814 19.06 1.63 19.271 1.506 C 19.482 1.383 19.718 1.321 19.979 1.321 C 20.227 1.321 20.447 1.371 20.639 1.472 C 20.837 1.573 20.993 1.736 21.107 1.961 C 21.222 2.181 21.279 2.476 21.279 2.848 L 21.279 5.077 L 20.268 5.077 L 20.268 3.068 C 20.268 2.756 20.213 2.525 20.103 2.373 C 19.993 2.222 19.816 2.146 19.573 2.146 C 19.312 2.146 19.11 2.236 18.968 2.415 C 18.83 2.589 18.762 2.793 18.762 3.027 L 18.762 5.077 Z M 23.185 5.139 C 22.758 5.139 22.433 5.015 22.208 4.767 C 21.983 4.519 21.871 4.159 21.871 3.687 L 21.871 1.39 L 22.882 1.39 L 22.882 3.419 C 22.882 3.712 22.935 3.937 23.041 4.093 C 23.151 4.244 23.332 4.32 23.584 4.32 C 23.841 4.32 24.038 4.233 24.176 4.059 C 24.318 3.88 24.389 3.669 24.389 3.426 L 24.389 1.39 L 25.4 1.39 L 25.4 5.077 L 24.43 5.077 L 24.389 4.403 L 24.341 4.403 C 24.254 4.641 24.104 4.824 23.894 4.953 C 23.687 5.077 23.451 5.139 23.185 5.139 Z M 27.573 5.145 C 27.036 5.145 26.621 5.033 26.328 4.808 C 26.039 4.579 25.897 4.281 25.901 3.914 L 26.892 3.914 C 26.897 4.111 26.965 4.254 27.098 4.341 C 27.236 4.423 27.403 4.464 27.601 4.464 C 27.807 4.464 27.963 4.43 28.068 4.361 C 28.174 4.288 28.226 4.189 28.226 4.065 C 28.226 3.896 28.165 3.786 28.041 3.735 C 27.922 3.685 27.731 3.641 27.47 3.605 C 27.199 3.568 26.952 3.515 26.727 3.446 C 26.502 3.373 26.323 3.263 26.19 3.116 C 26.062 2.969 25.998 2.761 25.998 2.49 C 25.998 2.1 26.144 1.809 26.438 1.617 C 26.736 1.419 27.126 1.321 27.607 1.321 C 28.08 1.321 28.456 1.424 28.736 1.63 C 29.015 1.832 29.16 2.116 29.169 2.483 L 28.178 2.483 C 28.178 2.327 28.123 2.208 28.013 2.126 C 27.908 2.043 27.763 2.002 27.58 2.002 C 27.392 2.002 27.25 2.038 27.153 2.112 C 27.057 2.181 27.009 2.272 27.009 2.387 C 27.009 2.525 27.071 2.621 27.195 2.676 C 27.318 2.731 27.516 2.777 27.786 2.814 C 27.979 2.841 28.162 2.875 28.337 2.917 C 28.511 2.953 28.664 3.013 28.797 3.096 C 28.935 3.174 29.043 3.284 29.121 3.426 C 29.203 3.563 29.245 3.744 29.245 3.969 C 29.245 4.373 29.096 4.671 28.797 4.863 C 28.499 5.051 28.091 5.145 27.573 5.145 Z" fill="transparent" height="6.225477829040237px" id="b0Cm3lf_h" transform="translate(10.701 3.216)" width="29.244586905704168px"><path d="M 2.071 5.139 C 1.392 5.139 0.876 4.987 0.523 4.685 C 0.174 4.382 0 3.988 0 3.501 L 1.087 3.501 C 1.096 3.749 1.179 3.949 1.335 4.1 C 1.495 4.247 1.754 4.32 2.112 4.32 C 2.387 4.32 2.607 4.27 2.772 4.169 C 2.937 4.068 3.02 3.919 3.02 3.722 C 3.02 3.561 2.985 3.437 2.917 3.35 C 2.848 3.258 2.729 3.187 2.559 3.137 C 2.389 3.086 2.153 3.036 1.85 2.985 C 1.273 2.894 0.837 2.738 0.543 2.518 C 0.25 2.293 0.103 1.963 0.103 1.527 C 0.103 1.055 0.277 0.683 0.626 0.413 C 0.975 0.138 1.454 0 2.064 0 C 2.458 0 2.797 0.062 3.082 0.186 C 3.366 0.31 3.586 0.484 3.742 0.709 C 3.903 0.933 3.983 1.195 3.983 1.493 L 2.903 1.493 C 2.894 1.25 2.804 1.075 2.635 0.97 C 2.47 0.864 2.268 0.812 2.029 0.812 C 1.777 0.812 1.578 0.864 1.431 0.97 C 1.289 1.071 1.218 1.211 1.218 1.39 C 1.218 1.545 1.259 1.662 1.341 1.74 C 1.424 1.818 1.552 1.878 1.727 1.919 C 1.905 1.961 2.139 2.006 2.428 2.057 C 2.639 2.089 2.846 2.132 3.047 2.188 C 3.249 2.243 3.43 2.325 3.591 2.435 C 3.756 2.541 3.887 2.69 3.983 2.882 C 4.084 3.07 4.134 3.316 4.134 3.618 C 4.134 4.068 3.96 4.435 3.611 4.719 C 3.268 4.999 2.754 5.139 2.071 5.139 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.138598726114649px" id="Y9o4WjnYh" transform="translate(0 0)" width="4.134267515923561px"/><path d="M 0 0.853 L 0 0 L 1.011 0 L 1.011 0.853 Z M 0 5.015 L 0 1.328 L 1.011 1.328 L 1.011 5.015 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.014777033222709px" id="E0w9jOkAN" transform="translate(4.69 0.062)" width="1.011210191082796px"/><path d="M 1.672 3.825 C 1.135 3.825 0.72 3.712 0.427 3.488 C 0.138 3.258 -0.004 2.96 0 2.593 L 0.991 2.593 C 0.995 2.791 1.064 2.933 1.197 3.02 C 1.335 3.102 1.502 3.144 1.699 3.144 C 1.906 3.144 2.062 3.109 2.167 3.041 C 2.272 2.967 2.325 2.869 2.325 2.745 C 2.325 2.575 2.263 2.465 2.139 2.415 C 2.02 2.364 1.83 2.321 1.569 2.284 C 1.298 2.247 1.05 2.194 0.826 2.126 C 0.601 2.052 0.422 1.942 0.289 1.795 C 0.161 1.649 0.096 1.44 0.096 1.169 C 0.096 0.78 0.243 0.488 0.537 0.296 C 0.835 0.099 1.225 0 1.706 0 C 2.178 0 2.555 0.103 2.834 0.31 C 3.114 0.511 3.258 0.796 3.268 1.163 L 2.277 1.163 C 2.277 1.007 2.222 0.887 2.112 0.805 C 2.006 0.722 1.862 0.681 1.679 0.681 C 1.491 0.681 1.348 0.718 1.252 0.791 C 1.156 0.86 1.108 0.952 1.108 1.066 C 1.108 1.204 1.17 1.3 1.293 1.355 C 1.417 1.41 1.614 1.456 1.885 1.493 C 2.078 1.52 2.261 1.555 2.435 1.596 C 2.61 1.633 2.763 1.692 2.896 1.775 C 3.034 1.853 3.142 1.963 3.219 2.105 C 3.302 2.243 3.343 2.424 3.343 2.648 C 3.343 3.052 3.194 3.35 2.896 3.543 C 2.598 3.731 2.19 3.825 1.672 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8247133757961773px" id="RIAbZb6G4" transform="translate(6.214 1.321)" width="3.3432921974522074px"/><path d="M 0.33 4.836 L 0.33 4.004 L 0.757 4.004 C 0.908 4.004 1.027 3.971 1.114 3.907 C 1.206 3.848 1.275 3.754 1.321 3.625 L 1.41 3.398 L 0 0 L 1.108 0 L 1.782 1.974 L 1.899 2.366 L 1.933 2.366 L 2.043 1.974 L 2.676 0 L 3.756 0 L 2.318 3.859 C 2.176 4.244 1.99 4.503 1.761 4.636 C 1.536 4.769 1.266 4.836 0.949 4.836 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.835923566878982px" id="UJndIqedc" transform="translate(9.497 1.39)" width="3.755923566878984px"/><path d="M 0 4.905 L 0 0.069 L 0.977 0.069 L 1.011 0.709 L 1.066 0.709 C 1.153 0.493 1.298 0.321 1.5 0.193 C 1.706 0.064 1.951 0 2.236 0 C 2.676 0 3.031 0.161 3.302 0.482 C 3.577 0.798 3.715 1.275 3.715 1.912 C 3.715 2.545 3.577 3.022 3.302 3.343 C 3.031 3.664 2.676 3.825 2.236 3.825 C 1.951 3.825 1.706 3.761 1.5 3.632 C 1.298 3.499 1.153 3.327 1.066 3.116 L 1.011 3.116 L 1.011 4.905 Z M 1.857 3.006 C 2.105 3.006 2.302 2.919 2.449 2.745 C 2.6 2.566 2.676 2.288 2.676 1.912 C 2.676 1.536 2.6 1.261 2.449 1.087 C 2.302 0.908 2.105 0.819 1.857 0.819 C 1.669 0.819 1.513 0.862 1.39 0.949 C 1.266 1.036 1.174 1.151 1.114 1.293 C 1.055 1.431 1.025 1.578 1.025 1.734 L 1.025 2.091 C 1.025 2.247 1.055 2.396 1.114 2.538 C 1.174 2.676 1.266 2.788 1.39 2.875 C 1.513 2.963 1.669 3.006 1.857 3.006 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="4.904713436539767px" id="zpAxqdxNY" transform="translate(13.535 1.321)" width="3.7146496815286127px"/><path d="M 0 5.015 L 0 0 L 1.011 0 L 1.011 1.995 L 1.052 1.995 C 1.153 1.752 1.309 1.568 1.52 1.445 C 1.731 1.321 1.967 1.259 2.229 1.259 C 2.476 1.259 2.697 1.309 2.889 1.41 C 3.086 1.511 3.242 1.674 3.357 1.899 C 3.472 2.119 3.529 2.415 3.529 2.786 L 3.529 5.015 L 2.518 5.015 L 2.518 3.006 C 2.518 2.694 2.463 2.463 2.353 2.311 C 2.243 2.16 2.066 2.084 1.823 2.084 C 1.562 2.084 1.36 2.174 1.218 2.353 C 1.08 2.527 1.011 2.731 1.011 2.965 L 1.011 5.015 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="5.014777070063694px" id="jURNR8M8X" transform="translate(17.75 0.062)" width="3.528917197452216px"/><path d="M 1.314 3.749 C 0.887 3.749 0.562 3.625 0.337 3.378 C 0.112 3.13 0 2.77 0 2.298 L 0 0 L 1.011 0 L 1.011 2.029 C 1.011 2.323 1.064 2.548 1.169 2.703 C 1.279 2.855 1.461 2.93 1.713 2.93 C 1.97 2.93 2.167 2.843 2.304 2.669 C 2.447 2.49 2.518 2.279 2.518 2.036 L 2.518 0 L 3.529 0 L 3.529 3.687 L 2.559 3.687 L 2.518 3.013 L 2.47 3.013 C 2.382 3.251 2.233 3.435 2.022 3.563 C 1.816 3.687 1.58 3.749 1.314 3.749 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.749044585987262px" id="iyEVYLO8i" transform="translate(21.871 1.39)" width="3.5289171974522304px"/><path d="M 1.672 3.825 C 1.135 3.825 0.72 3.712 0.427 3.488 C 0.138 3.258 -0.004 2.96 0 2.593 L 0.991 2.593 C 0.995 2.791 1.064 2.933 1.197 3.02 C 1.335 3.102 1.502 3.144 1.699 3.144 C 1.906 3.144 2.062 3.109 2.167 3.041 C 2.272 2.967 2.325 2.869 2.325 2.745 C 2.325 2.575 2.263 2.465 2.139 2.415 C 2.02 2.364 1.83 2.321 1.569 2.284 C 1.298 2.247 1.05 2.194 0.826 2.126 C 0.601 2.052 0.422 1.942 0.289 1.795 C 0.161 1.649 0.096 1.44 0.096 1.169 C 0.096 0.78 0.243 0.488 0.537 0.296 C 0.835 0.099 1.225 0 1.706 0 C 2.178 0 2.555 0.103 2.834 0.31 C 3.114 0.511 3.258 0.796 3.268 1.163 L 2.277 1.163 C 2.277 1.007 2.222 0.887 2.112 0.805 C 2.006 0.722 1.862 0.681 1.679 0.681 C 1.491 0.681 1.348 0.718 1.252 0.791 C 1.156 0.86 1.108 0.952 1.108 1.066 C 1.108 1.204 1.17 1.3 1.293 1.355 C 1.417 1.41 1.614 1.456 1.885 1.493 C 2.078 1.52 2.261 1.555 2.435 1.596 C 2.61 1.633 2.763 1.692 2.896 1.775 C 3.034 1.853 3.142 1.963 3.219 2.105 C 3.302 2.243 3.343 2.424 3.343 2.648 C 3.343 3.052 3.194 3.35 2.896 3.543 C 2.598 3.731 2.19 3.825 1.672 3.825 Z" fill="var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, rgb(5, 5, 5))" height="3.8247133757961773px" id="ZmU3fAovN" transform="translate(25.901 1.321)" width="3.3432921974522145px"/></g></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-ZtTMo.framer-j9wtbp,
.framer-ZtTMo .framer-j9wtbp {
    display: block;
}
.framer-ZtTMo.framer-1kijlsy {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: 200px;
    padding: 0 0 0 1px;
    display: flex;
    position: relative;
}
.framer-ZtTMo .framer-1ldgocu {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 55px);
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex: none;
    width: 55px;
    position: relative;
}
.framer-ZtTMo .framer-lpw2kj {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 5px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-ZtTMo .framer-1mvw4z9,
.framer-ZtTMo .framer-t6pkcg {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-ZtTMo.framer-v-1sq3th1 .framer-1ldgocu {
    order: 1;
}
.framer-ZtTMo.framer-v-1sq3th1 .framer-lpw2kj {
    order: 0;
}
.framer-ZtTMo.framer-v-1gda3qv .framer-1ldgocu {
    height: var(--framer-aspect-ratio-supported, 35px);
    width: 35px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-PonzP.framer-1pd1l6l,
.framer-PonzP .framer-1pd1l6l {
    display: block;
}
.framer-PonzP.framer-n4pj36 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 280px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-PonzP .framer-m395qa {
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-PonzP .framer-r9qpf6 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
}
.framer-PonzP .framer-73oi8e-container,
.framer-PonzP .framer-yjoysw-container,
.framer-PonzP .framer-h2hupa-container,
.framer-PonzP .framer-1yt6vh-container,
.framer-PonzP .framer-8r4rpl-container,
.framer-PonzP .framer-xnkbzn-container,
.framer-PonzP .framer-1gmib2r-container,
.framer-PonzP .framer-1twtjuj-container,
.framer-PonzP .framer-8teo7c-container,
.framer-PonzP .framer-28tq7h-container,
.framer-PonzP .framer-421c9l-container,
.framer-PonzP .framer-yecw92-container,
.framer-PonzP .framer-svq8nz-container,
.framer-PonzP .framer-1sw6jc8-container,
.framer-PonzP .framer-118svql-container,
.framer-PonzP .framer-8gnbe2-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-PonzP .framer-fltb10 {
    height: min-content;
    padding: var(--1lzazi2);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
    .framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 45px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
    .framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 37px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-PonzP[data-border="true"]:after,
.framer-PonzP [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-YYBhm.framer-a0jj0f,
.framer-YYBhm .framer-a0jj0f {
    display: block;
}
.framer-YYBhm.framer-1p7igrd {
    flex-flow: row;
    place-content: flex-start flex-end;
    align-items: flex-start;
    gap: 8px;
    width: 200px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-YYBhm .framer-1mv8h2m {
    --framer-text-wrap-override: balance;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-YYBhm .framer-1ky2vyg {
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    position: absolute;
    inset: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-lv5V9.framer-fxq4mp,
.framer-lv5V9 .framer-fxq4mp {
    display: block;
}
.framer-lv5V9.framer-h7wbzr {
    height: 15px;
    overflow: var(--overflow-clip-fallback, clip);
    width: 240px;
    position: relative;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-rFmUI.framer-2qbyrc,
.framer-rFmUI .framer-2qbyrc {
    display: block;
}
.framer-rFmUI.framer-15jdaxk {
    height: 800px;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-rFmUI .framer-1ukuwdo {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-rFmUI .framer-4oqjn2-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-rFmUI .framer-1kr6s8f-container {
    z-index: 1;
    flex: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -150px;
    left: 50%;
}
.framer-rFmUI .framer-1bg7day {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: center space-between;
    align-items: center;
    padding: 100px 0;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: visible;
}
.framer-rFmUI .framer-unla1v,
.framer-rFmUI .framer-csuphl {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-rFmUI .framer-xwvglp {
    cursor: grab;
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: 1200px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-rFmUI .framer-gtpgdh-container,
.framer-rFmUI .framer-1oln7mw-container,
.framer-rFmUI .framer-1n7aip2-container,
.framer-rFmUI .framer-26r3xb-container,
.framer-rFmUI .framer-izsqf7-container,
.framer-rFmUI .framer-xbe8zv-container,
.framer-rFmUI .framer-1yqwp4y-container,
.framer-rFmUI .framer-ntdver-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-rFmUI .framer-qg2zz,
.framer-rFmUI .framer-1uw34vy,
.framer-rFmUI .framer-15ot1h6 {
    cursor: grab;
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-rFmUI.framer-v-15hyul1 .framer-1kr6s8f-container {
    bottom: unset;
    top: 50%;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-IEO16.framer-z2s2a1,
.framer-IEO16 .framer-z2s2a1 {
    display: block;
}
.framer-IEO16.framer-hvxxo1 {
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1120px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-IEO16 .framer-vi8873-container {
    flex: 1 0 0;
    width: 1px;
    max-width: 1200px;
    height: auto;
    position: relative;
}
.framer-IEO16.framer-v-1o6d001.framer-hvxxo1 {
    width: 810px;
}
.framer-IEO16.framer-v-wwlpcu.framer-hvxxo1 {
    width: 390px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-50SEJ.framer-3c1sph,
.framer-50SEJ .framer-3c1sph {
    display: block;
}
.framer-50SEJ.framer-sel8l0 {
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 7px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-50SEJ .framer-1h1t2q {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 7px;
    width: min-content;
    height: min-content;
    padding: 5px 7px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-50SEJ .framer-1h04us6 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 12px);
    flex: none;
    width: 13px;
    position: relative;
}
.framer-50SEJ .framer-dgwx8r {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-BiTuf {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-SNQRw.framer-1mvs44a,
.framer-SNQRw .framer-1mvs44a {
    display: block;
}
.framer-SNQRw.framer-23j96g {
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 560px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-SNQRw .framer-19rlstr-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-nHbWs.framer-s3exl0,
.framer-nHbWs .framer-s3exl0 {
    display: block;
}
.framer-nHbWs.framer-dcvib1 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 80px 0;
    display: flex;
    position: relative;
}
.framer-nHbWs .framer-177982-container {
    flex: none;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.framer-nHbWs .framer-1sahlrs {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-nHbWs .framer-slyont {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-nHbWs .framer-1jp4sli {
    flex-flow: row;
    flex: none;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-nHbWs .framer-monq3w {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 16px);
    flex: none;
    width: 15px;
    position: relative;
}
.framer-nHbWs .framer-3ujtgx {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-nHbWs .framer-i4rf4g {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-nHbWs .framer-1r824su {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-nHbWs .framer-oklzit {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 550px;
    height: auto;
    position: relative;
}
.framer-nHbWs .framer-1mfgv9q {
    flex-flow: wrap;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-nHbWs .framer-15zq2sj-container,
.framer-nHbWs .framer-pefk1d-container,
.framer-nHbWs .framer-sd4sed-container,
.framer-nHbWs .framer-a5ny4s-container,
.framer-nHbWs .framer-q0i5f5-container,
.framer-nHbWs .framer-hdedpz-container,
.framer-nHbWs .framer-13ydl85-container,
.framer-nHbWs .framer-a01kwz-container,
.framer-nHbWs .framer-rvv2z9-container,
.framer-nHbWs .framer-138vo1b-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-nHbWs .framer-1684w8n {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-nHbWs .framer-17a3c8u-container,
.framer-nHbWs .framer-1p2bh0d-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-nHbWs .framer-1nmod2k {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-nHbWs .framer-ltsw9q {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 21px);
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex: none;
    place-self: start;
    width: 30px;
    position: relative;
}
.framer-nHbWs .framer-drrpn7 {
    --framer-text-wrap-override: balance;
    flex: none;
    grid-column: span 3;
    place-self: start;
    width: 100%;
    max-width: 240px;
    height: 100%;
    position: relative;
}
.framer-nHbWs .framer-81ssxl {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 20px;
    width: 250px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-nHbWs .framer-1tpf2vw {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-nHbWs .framer-j97f8u {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 21px);
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex: none;
    width: 30px;
    position: relative;
}
.framer-nHbWs .framer-16ubrh0 {
    --framer-text-wrap-override: balance;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-nHbWs.framer-v-1x62qa3.framer-dcvib1 {
    width: 390px;
    padding: 40px 0;
}
.framer-nHbWs.framer-v-1x62qa3 .framer-1sahlrs {
    gap: 20px 0;
}
.framer-nHbWs.framer-v-1x62qa3 .framer-1jp4sli {
    grid-column: span 3;
}
.framer-nHbWs.framer-v-1x62qa3 .framer-i4rf4g {
    grid-column: 1/-1;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 17px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-WQR7t .framer-styles-preset-4lxetu:not(.rich-text-wrapper),
.framer-WQR7t .framer-styles-preset-4lxetu.rich-text-wrapper p {
    --framer-font-family: "Roboto Mono", monospace;
    --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 15px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-style-bold-italic: italic;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 700;
    --framer-font-weight-bold: 700;
    --framer-font-weight-bold-italic: 700;
    --framer-font-weight-italic: 400;
    --framer-letter-spacing: -0.04em;
    --framer-line-height: 120%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
.framer-nHbWs[data-border="true"]:after,
.framer-nHbWs [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-N2w4c {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-neOJR.framer-mkfi7f,
.framer-neOJR .framer-mkfi7f {
    display: block;
}
.framer-neOJR.framer-healg6 {
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 5px 7px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-neOJR .framer-nde2c0 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-fCiYr.framer-1b09jf0,
.framer-fCiYr .framer-1b09jf0 {
    display: block;
}
.framer-fCiYr.framer-9dttxm {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 840px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-fCiYr .framer-gh1mxl {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-filter-override, filter);
    z-index: 1;
    flex: 1 0 0;
    width: 1px;
    position: relative;
}
.framer-fCiYr .framer-1vwxmz {
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-uFb7W,
.framer-iKhEc,
.framer-aZbuY,
.framer-J6fj9 {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-z0cun.framer-136g1ja,
.framer-z0cun .framer-136g1ja {
    display: block;
}
.framer-z0cun.framer-1xfgfvh {
    cursor: pointer;
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 7px;
    width: min-content;
    height: min-content;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-z0cun .framer-1nnesb0 {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-z0cun .framer-1j6y50t-container,
.framer-z0cun .framer-1ca1cqh-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-z0cun .framer-2ltkaj {
    height: 2px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: -0.318471%;
}
.framer-z0cun .framer-1paib0y {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 3px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-z0cun.framer-v-1935i5q.framer-1xfgfvh,
.framer-z0cun.framer-v-1s3j1sd.framer-1xfgfvh {
    cursor: unset;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-r6s2e.framer-13miet0,
.framer-r6s2e .framer-13miet0 {
    display: block;
}
.framer-r6s2e.framer-1szdt2 {
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 1120px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-r6s2e .framer-4orito {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-r6s2e .framer-17u4ag5 {
    flex: none;
    gap: 0;
    width: 25%;
    height: 5px;
    position: relative;
    overflow: visible;
}
.framer-r6s2e .framer-1hp6c15 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-r6s2e .framer-12pr36 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: flex-end space-between;
    align-items: flex-end;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-r6s2e .framer-1v4tegy,
.framer-r6s2e .framer-h5vfo2,
.framer-r6s2e .framer-1lpg7o6 {
    height: 10px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 1px;
    position: relative;
}
.framer-r6s2e .framer-1a6on51,
.framer-r6s2e .framer-o5kb2h,
.framer-r6s2e .framer-172yumi,
.framer-r6s2e .framer-1f1f21i,
.framer-r6s2e .framer-ipp5cr,
.framer-r6s2e .framer-1tn6p3,
.framer-r6s2e .framer-lb3ays,
.framer-r6s2e .framer-9x81g8,
.framer-r6s2e .framer-1qm5rie,
.framer-r6s2e .framer-16tl9nh,
.framer-r6s2e .framer-i57d5r,
.framer-r6s2e .framer-2t833y,
.framer-r6s2e .framer-1jtqvg6,
.framer-r6s2e .framer-z5blpo,
.framer-r6s2e .framer-pfoepm,
.framer-r6s2e .framer-uazn9e,
.framer-r6s2e .framer-iltc0o,
.framer-r6s2e .framer-lu23cg,
.framer-r6s2e .framer-1hzfbc2,
.framer-r6s2e .framer-6pl70f,
.framer-r6s2e .framer-y19pk2,
.framer-r6s2e .framer-1dyci7x,
.framer-r6s2e .framer-yjnjgs,
.framer-r6s2e .framer-1rkgi1,
.framer-r6s2e .framer-jv2sl3,
.framer-r6s2e .framer-1r9qd23,
.framer-r6s2e .framer-tjhypb,
.framer-r6s2e .framer-f2m1x4,
.framer-r6s2e .framer-13wuedw,
.framer-r6s2e .framer-hv0av5,
.framer-r6s2e .framer-1gh0w2t,
.framer-r6s2e .framer-nnrt7o,
.framer-r6s2e .framer-mnobjq,
.framer-r6s2e .framer-1xqd9cs,
.framer-r6s2e .framer-h6sl0o,
.framer-r6s2e .framer-110d98g,
.framer-r6s2e .framer-138rtmt,
.framer-r6s2e .framer-ungws8,
.framer-r6s2e .framer-1ujfae0,
.framer-r6s2e .framer-x0cjrt,
.framer-r6s2e .framer-1drxddp,
.framer-r6s2e .framer-42ba23,
.framer-r6s2e .framer-ef9ake,
.framer-r6s2e .framer-14dl5j0,
.framer-r6s2e .framer-c9nfs8,
.framer-r6s2e .framer-6vf5sy,
.framer-r6s2e .framer-144t1hk,
.framer-r6s2e .framer-2bpj5c,
.framer-r6s2e .framer-zitrzl,
.framer-r6s2e .framer-14hkkxg,
.framer-r6s2e .framer-luu63i,
.framer-r6s2e .framer-e7z818,
.framer-r6s2e .framer-s3fc3t,
.framer-r6s2e .framer-ix6f52,
.framer-r6s2e .framer-dppi6m,
.framer-r6s2e .framer-feuems {
    height: 7px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 1px;
    position: relative;
}
.framer-r6s2e .framer-er9qxu {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-r6s2e .framer-10am4gw-container,
.framer-r6s2e .framer-1us6wv7-container,
.framer-r6s2e .framer-14czltw-container,
.framer-r6s2e .framer-18wg1xn-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-r6s2e.framer-v-ewgesp .framer-17u4ag5 {
    width: 50%;
}
.framer-r6s2e.framer-v-ca1mci .framer-17u4ag5 {
    width: 75%;
}
.framer-r6s2e.framer-v-1qnm4cc .framer-17u4ag5 {
    width: 100%;
}
.framer-r6s2e.framer-v-1k0duta.framer-1szdt2,
.framer-r6s2e.framer-v-1v844x7.framer-1szdt2,
.framer-r6s2e.framer-v-7tkpkz.framer-1szdt2,
.framer-r6s2e.framer-v-8ekwqc.framer-1szdt2 {
    flex-direction: row;
    width: 390px;
}
.framer-r6s2e.framer-v-1k0duta .framer-4orito,
.framer-r6s2e.framer-v-1v844x7 .framer-4orito,
.framer-r6s2e.framer-v-7tkpkz .framer-4orito,
.framer-r6s2e.framer-v-8ekwqc .framer-4orito {
    flex-direction: row;
    align-self: stretch;
    width: min-content;
    height: auto;
}
.framer-r6s2e.framer-v-1k0duta .framer-17u4ag5 {
    width: 2px;
    height: 25%;
}
.framer-r6s2e.framer-v-1k0duta .framer-1hp6c15,
.framer-r6s2e.framer-v-1v844x7 .framer-1hp6c15,
.framer-r6s2e.framer-v-7tkpkz .framer-1hp6c15,
.framer-r6s2e.framer-v-8ekwqc .framer-1hp6c15 {
    width: min-content;
    height: 100%;
}
.framer-r6s2e.framer-v-1k0duta .framer-12pr36,
.framer-r6s2e.framer-v-1v844x7 .framer-12pr36,
.framer-r6s2e.framer-v-7tkpkz .framer-12pr36,
.framer-r6s2e.framer-v-8ekwqc .framer-12pr36 {
    flex-direction: column;
    width: 10px;
    height: 100%;
}
.framer-r6s2e.framer-v-1k0duta .framer-1v4tegy,
.framer-r6s2e.framer-v-1k0duta .framer-h5vfo2,
.framer-r6s2e.framer-v-1k0duta .framer-1lpg7o6,
.framer-r6s2e.framer-v-1v844x7 .framer-1v4tegy,
.framer-r6s2e.framer-v-1v844x7 .framer-h5vfo2,
.framer-r6s2e.framer-v-1v844x7 .framer-1lpg7o6,
.framer-r6s2e.framer-v-7tkpkz .framer-1v4tegy,
.framer-r6s2e.framer-v-7tkpkz .framer-h5vfo2,
.framer-r6s2e.framer-v-7tkpkz .framer-1lpg7o6,
.framer-r6s2e.framer-v-8ekwqc .framer-1v4tegy,
.framer-r6s2e.framer-v-8ekwqc .framer-h5vfo2,
.framer-r6s2e.framer-v-8ekwqc .framer-1lpg7o6 {
    width: 10px;
    height: 1px;
}
.framer-r6s2e.framer-v-1k0duta .framer-1a6on51,
.framer-r6s2e.framer-v-1k0duta .framer-o5kb2h,
.framer-r6s2e.framer-v-1k0duta .framer-172yumi,
.framer-r6s2e.framer-v-1k0duta .framer-1f1f21i,
.framer-r6s2e.framer-v-1k0duta .framer-ipp5cr,
.framer-r6s2e.framer-v-1k0duta .framer-1tn6p3,
.framer-r6s2e.framer-v-1k0duta .framer-lb3ays,
.framer-r6s2e.framer-v-1k0duta .framer-9x81g8,
.framer-r6s2e.framer-v-1k0duta .framer-1qm5rie,
.framer-r6s2e.framer-v-1k0duta .framer-16tl9nh,
.framer-r6s2e.framer-v-1k0duta .framer-i57d5r,
.framer-r6s2e.framer-v-1k0duta .framer-2t833y,
.framer-r6s2e.framer-v-1k0duta .framer-1jtqvg6,
.framer-r6s2e.framer-v-1k0duta .framer-z5blpo,
.framer-r6s2e.framer-v-1k0duta .framer-pfoepm,
.framer-r6s2e.framer-v-1k0duta .framer-uazn9e,
.framer-r6s2e.framer-v-1k0duta .framer-iltc0o,
.framer-r6s2e.framer-v-1k0duta .framer-lu23cg,
.framer-r6s2e.framer-v-1k0duta .framer-1hzfbc2,
.framer-r6s2e.framer-v-1k0duta .framer-6pl70f,
.framer-r6s2e.framer-v-1k0duta .framer-y19pk2,
.framer-r6s2e.framer-v-1k0duta .framer-1dyci7x,
.framer-r6s2e.framer-v-1k0duta .framer-yjnjgs,
.framer-r6s2e.framer-v-1k0duta .framer-1rkgi1,
.framer-r6s2e.framer-v-1k0duta .framer-jv2sl3,
.framer-r6s2e.framer-v-1k0duta .framer-1r9qd23,
.framer-r6s2e.framer-v-1k0duta .framer-tjhypb,
.framer-r6s2e.framer-v-1k0duta .framer-f2m1x4,
.framer-r6s2e.framer-v-1k0duta .framer-13wuedw,
.framer-r6s2e.framer-v-1k0duta .framer-hv0av5,
.framer-r6s2e.framer-v-1k0duta .framer-1gh0w2t,
.framer-r6s2e.framer-v-1k0duta .framer-nnrt7o,
.framer-r6s2e.framer-v-1k0duta .framer-mnobjq,
.framer-r6s2e.framer-v-1k0duta .framer-1xqd9cs,
.framer-r6s2e.framer-v-1k0duta .framer-h6sl0o,
.framer-r6s2e.framer-v-1k0duta .framer-110d98g,
.framer-r6s2e.framer-v-1k0duta .framer-138rtmt,
.framer-r6s2e.framer-v-1k0duta .framer-ungws8,
.framer-r6s2e.framer-v-1k0duta .framer-1ujfae0,
.framer-r6s2e.framer-v-1k0duta .framer-x0cjrt,
.framer-r6s2e.framer-v-1k0duta .framer-1drxddp,
.framer-r6s2e.framer-v-1k0duta .framer-42ba23,
.framer-r6s2e.framer-v-1k0duta .framer-ef9ake,
.framer-r6s2e.framer-v-1k0duta .framer-14dl5j0,
.framer-r6s2e.framer-v-1k0duta .framer-c9nfs8,
.framer-r6s2e.framer-v-1k0duta .framer-6vf5sy,
.framer-r6s2e.framer-v-1k0duta .framer-144t1hk,
.framer-r6s2e.framer-v-1k0duta .framer-2bpj5c,
.framer-r6s2e.framer-v-1k0duta .framer-zitrzl,
.framer-r6s2e.framer-v-1k0duta .framer-14hkkxg,
.framer-r6s2e.framer-v-1k0duta .framer-luu63i,
.framer-r6s2e.framer-v-1k0duta .framer-e7z818,
.framer-r6s2e.framer-v-1k0duta .framer-s3fc3t,
.framer-r6s2e.framer-v-1k0duta .framer-ix6f52,
.framer-r6s2e.framer-v-1k0duta .framer-dppi6m,
.framer-r6s2e.framer-v-1k0duta .framer-feuems,
.framer-r6s2e.framer-v-1v844x7 .framer-1a6on51,
.framer-r6s2e.framer-v-1v844x7 .framer-o5kb2h,
.framer-r6s2e.framer-v-1v844x7 .framer-172yumi,
.framer-r6s2e.framer-v-1v844x7 .framer-1f1f21i,
.framer-r6s2e.framer-v-1v844x7 .framer-ipp5cr,
.framer-r6s2e.framer-v-1v844x7 .framer-1tn6p3,
.framer-r6s2e.framer-v-1v844x7 .framer-lb3ays,
.framer-r6s2e.framer-v-1v844x7 .framer-9x81g8,
.framer-r6s2e.framer-v-1v844x7 .framer-1qm5rie,
.framer-r6s2e.framer-v-1v844x7 .framer-16tl9nh,
.framer-r6s2e.framer-v-1v844x7 .framer-i57d5r,
.framer-r6s2e.framer-v-1v844x7 .framer-2t833y,
.framer-r6s2e.framer-v-1v844x7 .framer-1jtqvg6,
.framer-r6s2e.framer-v-1v844x7 .framer-z5blpo,
.framer-r6s2e.framer-v-1v844x7 .framer-pfoepm,
.framer-r6s2e.framer-v-1v844x7 .framer-uazn9e,
.framer-r6s2e.framer-v-1v844x7 .framer-iltc0o,
.framer-r6s2e.framer-v-1v844x7 .framer-lu23cg,
.framer-r6s2e.framer-v-1v844x7 .framer-1hzfbc2,
.framer-r6s2e.framer-v-1v844x7 .framer-6pl70f,
.framer-r6s2e.framer-v-1v844x7 .framer-y19pk2,
.framer-r6s2e.framer-v-1v844x7 .framer-1dyci7x,
.framer-r6s2e.framer-v-1v844x7 .framer-yjnjgs,
.framer-r6s2e.framer-v-1v844x7 .framer-1rkgi1,
.framer-r6s2e.framer-v-1v844x7 .framer-jv2sl3,
.framer-r6s2e.framer-v-1v844x7 .framer-1r9qd23,
.framer-r6s2e.framer-v-1v844x7 .framer-tjhypb,
.framer-r6s2e.framer-v-1v844x7 .framer-f2m1x4,
.framer-r6s2e.framer-v-1v844x7 .framer-13wuedw,
.framer-r6s2e.framer-v-1v844x7 .framer-hv0av5,
.framer-r6s2e.framer-v-1v844x7 .framer-1gh0w2t,
.framer-r6s2e.framer-v-1v844x7 .framer-nnrt7o,
.framer-r6s2e.framer-v-1v844x7 .framer-mnobjq,
.framer-r6s2e.framer-v-1v844x7 .framer-1xqd9cs,
.framer-r6s2e.framer-v-1v844x7 .framer-h6sl0o,
.framer-r6s2e.framer-v-1v844x7 .framer-110d98g,
.framer-r6s2e.framer-v-1v844x7 .framer-138rtmt,
.framer-r6s2e.framer-v-1v844x7 .framer-ungws8,
.framer-r6s2e.framer-v-1v844x7 .framer-1ujfae0,
.framer-r6s2e.framer-v-1v844x7 .framer-x0cjrt,
.framer-r6s2e.framer-v-1v844x7 .framer-1drxddp,
.framer-r6s2e.framer-v-1v844x7 .framer-42ba23,
.framer-r6s2e.framer-v-1v844x7 .framer-ef9ake,
.framer-r6s2e.framer-v-1v844x7 .framer-14dl5j0,
.framer-r6s2e.framer-v-1v844x7 .framer-c9nfs8,
.framer-r6s2e.framer-v-1v844x7 .framer-6vf5sy,
.framer-r6s2e.framer-v-1v844x7 .framer-144t1hk,
.framer-r6s2e.framer-v-1v844x7 .framer-2bpj5c,
.framer-r6s2e.framer-v-1v844x7 .framer-zitrzl,
.framer-r6s2e.framer-v-1v844x7 .framer-14hkkxg,
.framer-r6s2e.framer-v-1v844x7 .framer-luu63i,
.framer-r6s2e.framer-v-1v844x7 .framer-e7z818,
.framer-r6s2e.framer-v-1v844x7 .framer-s3fc3t,
.framer-r6s2e.framer-v-1v844x7 .framer-ix6f52,
.framer-r6s2e.framer-v-1v844x7 .framer-dppi6m,
.framer-r6s2e.framer-v-1v844x7 .framer-feuems,
.framer-r6s2e.framer-v-7tkpkz .framer-1a6on51,
.framer-r6s2e.framer-v-7tkpkz .framer-o5kb2h,
.framer-r6s2e.framer-v-7tkpkz .framer-172yumi,
.framer-r6s2e.framer-v-7tkpkz .framer-1f1f21i,
.framer-r6s2e.framer-v-7tkpkz .framer-ipp5cr,
.framer-r6s2e.framer-v-7tkpkz .framer-1tn6p3,
.framer-r6s2e.framer-v-7tkpkz .framer-lb3ays,
.framer-r6s2e.framer-v-7tkpkz .framer-9x81g8,
.framer-r6s2e.framer-v-7tkpkz .framer-1qm5rie,
.framer-r6s2e.framer-v-7tkpkz .framer-16tl9nh,
.framer-r6s2e.framer-v-7tkpkz .framer-i57d5r,
.framer-r6s2e.framer-v-7tkpkz .framer-2t833y,
.framer-r6s2e.framer-v-7tkpkz .framer-1jtqvg6,
.framer-r6s2e.framer-v-7tkpkz .framer-z5blpo,
.framer-r6s2e.framer-v-7tkpkz .framer-pfoepm,
.framer-r6s2e.framer-v-7tkpkz .framer-uazn9e,
.framer-r6s2e.framer-v-7tkpkz .framer-iltc0o,
.framer-r6s2e.framer-v-7tkpkz .framer-lu23cg,
.framer-r6s2e.framer-v-7tkpkz .framer-1hzfbc2,
.framer-r6s2e.framer-v-7tkpkz .framer-6pl70f,
.framer-r6s2e.framer-v-7tkpkz .framer-y19pk2,
.framer-r6s2e.framer-v-7tkpkz .framer-1dyci7x,
.framer-r6s2e.framer-v-7tkpkz .framer-yjnjgs,
.framer-r6s2e.framer-v-7tkpkz .framer-1rkgi1,
.framer-r6s2e.framer-v-7tkpkz .framer-jv2sl3,
.framer-r6s2e.framer-v-7tkpkz .framer-1r9qd23,
.framer-r6s2e.framer-v-7tkpkz .framer-tjhypb,
.framer-r6s2e.framer-v-7tkpkz .framer-f2m1x4,
.framer-r6s2e.framer-v-7tkpkz .framer-13wuedw,
.framer-r6s2e.framer-v-7tkpkz .framer-hv0av5,
.framer-r6s2e.framer-v-7tkpkz .framer-1gh0w2t,
.framer-r6s2e.framer-v-7tkpkz .framer-nnrt7o,
.framer-r6s2e.framer-v-7tkpkz .framer-mnobjq,
.framer-r6s2e.framer-v-7tkpkz .framer-1xqd9cs,
.framer-r6s2e.framer-v-7tkpkz .framer-h6sl0o,
.framer-r6s2e.framer-v-7tkpkz .framer-110d98g,
.framer-r6s2e.framer-v-7tkpkz .framer-138rtmt,
.framer-r6s2e.framer-v-7tkpkz .framer-ungws8,
.framer-r6s2e.framer-v-7tkpkz .framer-1ujfae0,
.framer-r6s2e.framer-v-7tkpkz .framer-x0cjrt,
.framer-r6s2e.framer-v-7tkpkz .framer-1drxddp,
.framer-r6s2e.framer-v-7tkpkz .framer-42ba23,
.framer-r6s2e.framer-v-7tkpkz .framer-ef9ake,
.framer-r6s2e.framer-v-7tkpkz .framer-14dl5j0,
.framer-r6s2e.framer-v-7tkpkz .framer-c9nfs8,
.framer-r6s2e.framer-v-7tkpkz .framer-6vf5sy,
.framer-r6s2e.framer-v-7tkpkz .framer-144t1hk,
.framer-r6s2e.framer-v-7tkpkz .framer-2bpj5c,
.framer-r6s2e.framer-v-7tkpkz .framer-zitrzl,
.framer-r6s2e.framer-v-7tkpkz .framer-14hkkxg,
.framer-r6s2e.framer-v-7tkpkz .framer-luu63i,
.framer-r6s2e.framer-v-7tkpkz .framer-e7z818,
.framer-r6s2e.framer-v-7tkpkz .framer-s3fc3t,
.framer-r6s2e.framer-v-7tkpkz .framer-ix6f52,
.framer-r6s2e.framer-v-7tkpkz .framer-dppi6m,
.framer-r6s2e.framer-v-7tkpkz .framer-feuems,
.framer-r6s2e.framer-v-8ekwqc .framer-1a6on51,
.framer-r6s2e.framer-v-8ekwqc .framer-o5kb2h,
.framer-r6s2e.framer-v-8ekwqc .framer-172yumi,
.framer-r6s2e.framer-v-8ekwqc .framer-1f1f21i,
.framer-r6s2e.framer-v-8ekwqc .framer-ipp5cr,
.framer-r6s2e.framer-v-8ekwqc .framer-1tn6p3,
.framer-r6s2e.framer-v-8ekwqc .framer-lb3ays,
.framer-r6s2e.framer-v-8ekwqc .framer-9x81g8,
.framer-r6s2e.framer-v-8ekwqc .framer-1qm5rie,
.framer-r6s2e.framer-v-8ekwqc .framer-16tl9nh,
.framer-r6s2e.framer-v-8ekwqc .framer-i57d5r,
.framer-r6s2e.framer-v-8ekwqc .framer-2t833y,
.framer-r6s2e.framer-v-8ekwqc .framer-1jtqvg6,
.framer-r6s2e.framer-v-8ekwqc .framer-z5blpo,
.framer-r6s2e.framer-v-8ekwqc .framer-pfoepm,
.framer-r6s2e.framer-v-8ekwqc .framer-uazn9e,
.framer-r6s2e.framer-v-8ekwqc .framer-iltc0o,
.framer-r6s2e.framer-v-8ekwqc .framer-lu23cg,
.framer-r6s2e.framer-v-8ekwqc .framer-1hzfbc2,
.framer-r6s2e.framer-v-8ekwqc .framer-6pl70f,
.framer-r6s2e.framer-v-8ekwqc .framer-y19pk2,
.framer-r6s2e.framer-v-8ekwqc .framer-1dyci7x,
.framer-r6s2e.framer-v-8ekwqc .framer-yjnjgs,
.framer-r6s2e.framer-v-8ekwqc .framer-1rkgi1,
.framer-r6s2e.framer-v-8ekwqc .framer-jv2sl3,
.framer-r6s2e.framer-v-8ekwqc .framer-1r9qd23,
.framer-r6s2e.framer-v-8ekwqc .framer-tjhypb,
.framer-r6s2e.framer-v-8ekwqc .framer-f2m1x4,
.framer-r6s2e.framer-v-8ekwqc .framer-13wuedw,
.framer-r6s2e.framer-v-8ekwqc .framer-hv0av5,
.framer-r6s2e.framer-v-8ekwqc .framer-1gh0w2t,
.framer-r6s2e.framer-v-8ekwqc .framer-nnrt7o,
.framer-r6s2e.framer-v-8ekwqc .framer-mnobjq,
.framer-r6s2e.framer-v-8ekwqc .framer-1xqd9cs,
.framer-r6s2e.framer-v-8ekwqc .framer-h6sl0o,
.framer-r6s2e.framer-v-8ekwqc .framer-110d98g,
.framer-r6s2e.framer-v-8ekwqc .framer-138rtmt,
.framer-r6s2e.framer-v-8ekwqc .framer-ungws8,
.framer-r6s2e.framer-v-8ekwqc .framer-1ujfae0,
.framer-r6s2e.framer-v-8ekwqc .framer-x0cjrt,
.framer-r6s2e.framer-v-8ekwqc .framer-1drxddp,
.framer-r6s2e.framer-v-8ekwqc .framer-42ba23,
.framer-r6s2e.framer-v-8ekwqc .framer-ef9ake,
.framer-r6s2e.framer-v-8ekwqc .framer-14dl5j0,
.framer-r6s2e.framer-v-8ekwqc .framer-c9nfs8,
.framer-r6s2e.framer-v-8ekwqc .framer-6vf5sy,
.framer-r6s2e.framer-v-8ekwqc .framer-144t1hk,
.framer-r6s2e.framer-v-8ekwqc .framer-2bpj5c,
.framer-r6s2e.framer-v-8ekwqc .framer-zitrzl,
.framer-r6s2e.framer-v-8ekwqc .framer-14hkkxg,
.framer-r6s2e.framer-v-8ekwqc .framer-luu63i,
.framer-r6s2e.framer-v-8ekwqc .framer-e7z818,
.framer-r6s2e.framer-v-8ekwqc .framer-s3fc3t,
.framer-r6s2e.framer-v-8ekwqc .framer-ix6f52,
.framer-r6s2e.framer-v-8ekwqc .framer-dppi6m,
.framer-r6s2e.framer-v-8ekwqc .framer-feuems {
    width: 7px;
    height: 1px;
}
.framer-r6s2e.framer-v-1k0duta .framer-er9qxu,
.framer-r6s2e.framer-v-1v844x7 .framer-er9qxu,
.framer-r6s2e.framer-v-7tkpkz .framer-er9qxu,
.framer-r6s2e.framer-v-8ekwqc .framer-er9qxu {
    flex-direction: column;
    flex: 1 0 0;
    width: 1px;
}
.framer-r6s2e.framer-v-1k0duta .framer-10am4gw-container,
.framer-r6s2e.framer-v-1k0duta .framer-1us6wv7-container,
.framer-r6s2e.framer-v-1k0duta .framer-14czltw-container,
.framer-r6s2e.framer-v-1k0duta .framer-18wg1xn-container,
.framer-r6s2e.framer-v-1v844x7 .framer-10am4gw-container,
.framer-r6s2e.framer-v-1v844x7 .framer-1us6wv7-container,
.framer-r6s2e.framer-v-1v844x7 .framer-14czltw-container,
.framer-r6s2e.framer-v-1v844x7 .framer-18wg1xn-container,
.framer-r6s2e.framer-v-7tkpkz .framer-10am4gw-container,
.framer-r6s2e.framer-v-7tkpkz .framer-1us6wv7-container,
.framer-r6s2e.framer-v-7tkpkz .framer-14czltw-container,
.framer-r6s2e.framer-v-7tkpkz .framer-18wg1xn-container,
.framer-r6s2e.framer-v-8ekwqc .framer-10am4gw-container,
.framer-r6s2e.framer-v-8ekwqc .framer-1us6wv7-container,
.framer-r6s2e.framer-v-8ekwqc .framer-14czltw-container,
.framer-r6s2e.framer-v-8ekwqc .framer-18wg1xn-container {
    flex: none;
    width: 100%;
}
.framer-r6s2e.framer-v-1v844x7 .framer-17u4ag5 {
    width: 2px;
    height: 50%;
}
.framer-r6s2e.framer-v-7tkpkz .framer-17u4ag5 {
    width: 2px;
    height: 75%;
}
.framer-r6s2e.framer-v-8ekwqc .framer-17u4ag5 {
    width: 2px;
    height: 100%;
}
.framer-r6s2e[data-border="true"]:after,
.framer-r6s2e [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-ACw5D.framer-u3v0t9,
.framer-ACw5D .framer-u3v0t9 {
    display: block;
}
.framer-ACw5D.framer-1vz8lx5 {
    cursor: default;
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 300px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-ACw5D .framer-195a9d {
    flex-flow: column;
    flex: none;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
    height: min-content;
    padding: 20px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ACw5D .framer-14778ks {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 8px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ACw5D .framer-1frtjj0 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 7px);
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex: none;
    width: 7px;
    position: relative;
}
.framer-ACw5D .framer-pj8dl5 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-ACw5D .framer-5qw1am {
    height: min-content;
    padding: var(--ij7ppj);
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-ACw5D .framer-1oxlpbb {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: auto;
    max-width: 480px;
    height: auto;
    position: relative;
}
.framer-ACw5D .framer-1qe2p4n {
    --framer-text-wrap-override: balance;
    flex: none;
    width: auto;
    max-width: 400px;
    height: auto;
    position: relative;
}
.framer-ACw5D .framer-q6ndbf {
    flex: none;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 17px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-ACw5D[data-border="true"]:after,
.framer-ACw5D [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-eebpB.framer-jwrp1q,
.framer-eebpB .framer-jwrp1q {
    display: block;
}
.framer-eebpB.framer-1axn4mc {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 280px;
    height: min-content;
    padding: 0 10px 0 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-eebpB .framer-76nj0u {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-eebpB .framer-j98rqs {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 19px);
    flex: none;
    width: 19px;
    position: relative;
}
.framer-eebpB .framer-1irrv9c {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-eebpB .framer-kw4x54 {
    --framer-text-wrap-override: none;
    flex: none;
    width: 100%;
    max-width: 240px;
    height: auto;
    position: relative;
}
.framer-Mv0fb,
.framer-t9b6j {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-d3DBN.framer-1ua5v50,
.framer-d3DBN .framer-1ua5v50 {
    display: block;
}
.framer-d3DBN.framer-y8j9b2 {
    height: min-content;
    padding: var(--1wl1pz5);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 50px;
    width: 1200px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-d3DBN .framer-1q6nc2t {
    flex: none;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-d3DBN .framer-4j2w7j {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    place-self: start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-d3DBN .framer-6458a {
    width: 50px;
    height: 42px;
    position: relative;
}
.framer-d3DBN .framer-gccpzn {
    width: 22px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 28px;
}
.framer-d3DBN .framer-rdshsk {
    width: 22px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-d3DBN .framer-1dnkie3 {
    height: min-content;
    width: 1fr;
    flex-flow: column;
    flex: none;
    grid-column: span 3;
    place-content: flex-start center;
    place-self: start;
    align-items: flex-start;
    gap: 15px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-d3DBN .framer-gvf4ug-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-d3DBN .framer-5csrg4 {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 90%;
    height: auto;
    position: relative;
}
.framer-d3DBN .framer-1q2gixm {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-d3DBN .framer-1xvg5pb {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    place-self: start;
    width: 100%;
    position: relative;
}
.framer-d3DBN .framer-1fnhmwq {
    aspect-ratio: 3.35593;
    height: var(--framer-aspect-ratio-supported, 30px);
    flex: none;
    place-self: start;
    width: 100px;
    position: relative;
}
.framer-d3DBN .framer-12vkn3n-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-d3DBN.framer-v-1ti35w6.framer-y8j9b2 {
    width: 810px;
}
.framer-d3DBN.framer-v-1ti35w6 .framer-6458a {
    width: 40px;
    height: 34px;
}
.framer-d3DBN.framer-v-1ti35w6 .framer-gccpzn {
    width: 18px;
    height: 34px;
    left: 23px;
}
.framer-d3DBN.framer-v-1ti35w6 .framer-rdshsk {
    width: 18px;
    height: 34px;
}
.framer-d3DBN.framer-v-1sldoy3.framer-y8j9b2 {
    gap: 25px;
    width: 390px;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-1q6nc2t {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    display: flex;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-4j2w7j {
    align-self: unset;
    height: min-content;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-6458a {
    width: 35px;
    height: 29px;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-gccpzn {
    width: 16px;
    height: 29px;
    left: 20px;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-rdshsk {
    width: 16px;
    height: 29px;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-1dnkie3 {
    align-self: unset;
    width: 100%;
}
.framer-d3DBN.framer-v-1sldoy3 .framer-1q2gixm {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
    .framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 35px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 105%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
    .framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 30px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 105%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-sT0I1.framer-10qmrv8,
.framer-sT0I1 .framer-10qmrv8 {
    display: block;
}
.framer-sT0I1.framer-p2q3wm {
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 450px;
    height: 550px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-sT0I1 .framer-fq17zu {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 1px;
    padding: 30px 20px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-sT0I1 .framer-1y8lwja {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 3px;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-sT0I1 .framer-1ygs8aa,
.framer-sT0I1 .framer-d2tp8u,
.framer-sT0I1 .framer-niwnhc,
.framer-sT0I1 .framer-48ykvt,
.framer-sT0I1 .framer-1x9gjqm {
    width: 11px;
    height: 9px;
    position: relative;
}
.framer-sT0I1 .framer-1k5mjbn {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-sT0I1 .framer-qp8f0w {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-sT0I1 .framer-16dikdf {
    flex-flow: wrap;
    flex: none;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-sT0I1 .framer-5eateh,
.framer-sT0I1 .framer-6857aw {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: min-content;
    height: min-content;
    padding: 10px 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-sT0I1 .framer-8eoadl,
.framer-sT0I1 .framer-y0w7bp {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: auto;
    max-width: 480px;
    height: auto;
    position: relative;
}
.framer-sT0I1 .framer-1rprzi8,
.framer-sT0I1 .framer-1w5zqx0 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-sT0I1 .framer-6kt9m3 {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 20px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-sT0I1 .framer-101rn05-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-sT0I1.framer-v-1kc4tb1.framer-p2q3wm {
    height: 450px;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 17px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-sT0I1[data-border="true"]:after,
.framer-sT0I1 [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-2hgaV.framer-s2f8h2,
.framer-2hgaV .framer-s2f8h2 {
    display: block;
}
.framer-2hgaV.framer-27jn9n {
    cursor: default;
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 4px;
    width: 100px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-2hgaV .framer-14471sq-container {
    z-index: 1;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-2hgaV .framer-hq5w63 {
    z-index: 2;
    flex-flow: row;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1px;
    height: min-content;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-2hgaV .framer-rpcyr3 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 40px);
    flex: none;
    width: 40px;
    position: relative;
}
.framer-2hgaV .framer-1one4eq {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-2hgaV .framer-t73kr5 {
    pointer-events: none;
    will-change: var(--framer-will-change-override, transform);
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 90px;
    width: min-content;
    height: min-content;
    padding: 5px 7px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-2hgaV .framer-26n7nq {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-2hgaV.framer-v-1fcqgn4.framer-27jn9n {
    min-height: 100px;
}
.framer-B4qbS {
    -webkit-mask:
        url('/images/vinai_logo.jpg')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('/images/vinai_logo.jpg')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('/images/vinai_logo.jpg')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-ZuETZ {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 22.119 9.821 C 22.662 8.186 22.474 6.397 21.603 4.911 C 20.294 2.632 17.663 1.46 15.093 2.011 C 13.645 0.4 11.449 -0.316 9.33 0.131 C 7.211 0.578 5.491 2.121 4.818 4.18 C 3.13 4.526 1.673 5.582 0.82 7.08 C -0.504 9.355 -0.203 12.225 1.563 14.177 C 1.018 15.811 1.204 17.6 2.073 19.088 C 3.384 21.367 6.017 22.539 8.588 21.988 C 9.732 23.276 11.375 24.009 13.097 24 C 15.731 24.002 18.064 22.302 18.869 19.794 C 20.556 19.447 22.013 18.39 22.866 16.894 C 24.174 14.623 23.872 11.768 22.119 9.821 Z M 13.097 22.43 C 12.046 22.431 11.028 22.063 10.221 21.39 L 10.362 21.309 L 15.141 18.551 C 15.383 18.409 15.532 18.15 15.533 17.87 L 15.533 11.133 L 17.553 12.301 C 17.573 12.311 17.587 12.33 17.591 12.353 L 17.591 17.936 C 17.586 20.415 15.577 22.424 13.097 22.43 Z M 3.437 18.304 C 2.91 17.393 2.72 16.326 2.902 15.29 L 3.044 15.375 L 7.827 18.134 C 8.068 18.275 8.366 18.275 8.607 18.134 L 14.45 14.765 L 14.45 17.097 C 14.449 17.121 14.437 17.144 14.417 17.159 L 9.577 19.95 C 7.427 21.188 4.68 20.451 3.437 18.304 Z M 2.177 7.896 C 2.708 6.979 3.546 6.28 4.543 5.923 L 4.543 11.6 C 4.54 11.879 4.688 12.138 4.931 12.276 L 10.746 15.631 L 8.726 16.799 C 8.704 16.81 8.677 16.81 8.655 16.799 L 3.825 14.013 C 1.678 12.769 0.941 10.023 2.177 7.872 Z M 18.774 11.751 L 12.941 8.364 L 14.956 7.2 C 14.978 7.188 15.005 7.188 15.027 7.2 L 19.857 9.991 C 21.366 10.86 22.236 12.523 22.091 14.258 C 21.947 15.993 20.813 17.488 19.181 18.096 L 19.181 12.418 C 19.173 12.139 19.018 11.886 18.774 11.751 Z M 20.784 8.728 L 20.643 8.643 L 15.869 5.861 C 15.627 5.718 15.326 5.718 15.084 5.861 L 9.246 9.23 L 9.246 6.897 C 9.244 6.873 9.254 6.849 9.274 6.836 L 14.104 4.049 C 15.615 3.179 17.493 3.26 18.923 4.258 C 20.353 5.256 21.079 6.99 20.784 8.709 Z M 8.144 12.863 L 6.124 11.699 C 6.104 11.686 6.09 11.665 6.086 11.642 L 6.086 6.075 C 6.09 4.331 7.099 2.747 8.678 2.008 C 10.257 1.269 12.12 1.508 13.461 2.622 L 13.319 2.702 L 8.541 5.46 C 8.299 5.601 8.15 5.86 8.148 6.141 Z M 9.241 10.498 L 11.843 8.998 L 14.45 10.498 L 14.45 13.497 L 11.853 14.997 L 9.246 13.497 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.999699446554825px" id="yBs4ryde7" transform="translate(0.163 0)" width="23.67387420357654px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 22.119 9.821 C 22.662 8.186 22.474 6.397 21.603 4.911 C 20.294 2.632 17.663 1.46 15.093 2.011 C 13.645 0.4 11.449 -0.316 9.33 0.131 C 7.211 0.578 5.491 2.121 4.818 4.18 C 3.13 4.526 1.673 5.582 0.82 7.08 C -0.504 9.355 -0.203 12.225 1.563 14.177 C 1.018 15.811 1.204 17.6 2.073 19.088 C 3.384 21.367 6.017 22.539 8.588 21.988 C 9.732 23.276 11.375 24.009 13.097 24 C 15.731 24.002 18.064 22.302 18.869 19.794 C 20.556 19.447 22.013 18.39 22.866 16.894 C 24.174 14.623 23.872 11.768 22.119 9.821 Z M 13.097 22.43 C 12.046 22.431 11.028 22.063 10.221 21.39 L 10.362 21.309 L 15.141 18.551 C 15.383 18.409 15.532 18.15 15.533 17.87 L 15.533 11.133 L 17.553 12.301 C 17.573 12.311 17.587 12.33 17.591 12.353 L 17.591 17.936 C 17.586 20.415 15.577 22.424 13.097 22.43 Z M 3.437 18.304 C 2.91 17.393 2.72 16.326 2.902 15.29 L 3.044 15.375 L 7.827 18.134 C 8.068 18.275 8.366 18.275 8.607 18.134 L 14.45 14.765 L 14.45 17.097 C 14.449 17.121 14.437 17.144 14.417 17.159 L 9.577 19.95 C 7.427 21.188 4.68 20.451 3.437 18.304 Z M 2.177 7.896 C 2.708 6.979 3.546 6.28 4.543 5.923 L 4.543 11.6 C 4.54 11.879 4.688 12.138 4.931 12.276 L 10.746 15.631 L 8.726 16.799 C 8.704 16.81 8.677 16.81 8.655 16.799 L 3.825 14.013 C 1.678 12.769 0.941 10.023 2.177 7.872 Z M 18.774 11.751 L 12.941 8.364 L 14.956 7.2 C 14.978 7.188 15.005 7.188 15.027 7.2 L 19.857 9.991 C 21.366 10.86 22.236 12.523 22.091 14.258 C 21.947 15.993 20.813 17.488 19.181 18.096 L 19.181 12.418 C 19.173 12.139 19.018 11.886 18.774 11.751 Z M 20.784 8.728 L 20.643 8.643 L 15.869 5.861 C 15.627 5.718 15.326 5.718 15.084 5.861 L 9.246 9.23 L 9.246 6.897 C 9.244 6.873 9.254 6.849 9.274 6.836 L 14.104 4.049 C 15.615 3.179 17.493 3.26 18.923 4.258 C 20.353 5.256 21.079 6.99 20.784 8.709 Z M 8.144 12.863 L 6.124 11.699 C 6.104 11.686 6.09 11.665 6.086 11.642 L 6.086 6.075 C 6.09 4.331 7.099 2.747 8.678 2.008 C 10.257 1.269 12.12 1.508 13.461 2.622 L 13.319 2.702 L 8.541 5.46 C 8.299 5.601 8.15 5.86 8.148 6.141 Z M 9.241 10.498 L 11.843 8.998 L 14.45 10.498 L 14.45 13.497 L 11.853 14.997 L 9.246 13.497 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.999699446554825px" id="yBs4ryde7" transform="translate(0.163 0)" width="23.67387420357654px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 22.119 9.821 C 22.662 8.186 22.474 6.397 21.603 4.911 C 20.294 2.632 17.663 1.46 15.093 2.011 C 13.645 0.4 11.449 -0.316 9.33 0.131 C 7.211 0.578 5.491 2.121 4.818 4.18 C 3.13 4.526 1.673 5.582 0.82 7.08 C -0.504 9.355 -0.203 12.225 1.563 14.177 C 1.018 15.811 1.204 17.6 2.073 19.088 C 3.384 21.367 6.017 22.539 8.588 21.988 C 9.732 23.276 11.375 24.009 13.097 24 C 15.731 24.002 18.064 22.302 18.869 19.794 C 20.556 19.447 22.013 18.39 22.866 16.894 C 24.174 14.623 23.872 11.768 22.119 9.821 Z M 13.097 22.43 C 12.046 22.431 11.028 22.063 10.221 21.39 L 10.362 21.309 L 15.141 18.551 C 15.383 18.409 15.532 18.15 15.533 17.87 L 15.533 11.133 L 17.553 12.301 C 17.573 12.311 17.587 12.33 17.591 12.353 L 17.591 17.936 C 17.586 20.415 15.577 22.424 13.097 22.43 Z M 3.437 18.304 C 2.91 17.393 2.72 16.326 2.902 15.29 L 3.044 15.375 L 7.827 18.134 C 8.068 18.275 8.366 18.275 8.607 18.134 L 14.45 14.765 L 14.45 17.097 C 14.449 17.121 14.437 17.144 14.417 17.159 L 9.577 19.95 C 7.427 21.188 4.68 20.451 3.437 18.304 Z M 2.177 7.896 C 2.708 6.979 3.546 6.28 4.543 5.923 L 4.543 11.6 C 4.54 11.879 4.688 12.138 4.931 12.276 L 10.746 15.631 L 8.726 16.799 C 8.704 16.81 8.677 16.81 8.655 16.799 L 3.825 14.013 C 1.678 12.769 0.941 10.023 2.177 7.872 Z M 18.774 11.751 L 12.941 8.364 L 14.956 7.2 C 14.978 7.188 15.005 7.188 15.027 7.2 L 19.857 9.991 C 21.366 10.86 22.236 12.523 22.091 14.258 C 21.947 15.993 20.813 17.488 19.181 18.096 L 19.181 12.418 C 19.173 12.139 19.018 11.886 18.774 11.751 Z M 20.784 8.728 L 20.643 8.643 L 15.869 5.861 C 15.627 5.718 15.326 5.718 15.084 5.861 L 9.246 9.23 L 9.246 6.897 C 9.244 6.873 9.254 6.849 9.274 6.836 L 14.104 4.049 C 15.615 3.179 17.493 3.26 18.923 4.258 C 20.353 5.256 21.079 6.99 20.784 8.709 Z M 8.144 12.863 L 6.124 11.699 C 6.104 11.686 6.09 11.665 6.086 11.642 L 6.086 6.075 C 6.09 4.331 7.099 2.747 8.678 2.008 C 10.257 1.269 12.12 1.508 13.461 2.622 L 13.319 2.702 L 8.541 5.46 C 8.299 5.601 8.15 5.86 8.148 6.141 Z M 9.241 10.498 L 11.843 8.998 L 14.45 10.498 L 14.45 13.497 L 11.853 14.997 L 9.246 13.497 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.999699446554825px" id="yBs4ryde7" transform="translate(0.163 0)" width="23.67387420357654px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-O19LR {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 40px;
    display: block;
}
.framer-bEby3 {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 12 0 C 5.37 0 0 5.373 0 12 C 0 17.303 3.438 21.8 8.205 23.385 C 8.805 23.498 9.025 23.127 9.025 22.808 C 9.025 22.523 9.015 21.768 9.01 20.768 C 5.672 21.492 4.968 19.158 4.968 19.158 C 4.422 17.773 3.633 17.403 3.633 17.403 C 2.546 16.659 3.717 16.674 3.717 16.674 C 4.922 16.758 5.555 17.91 5.555 17.91 C 6.625 19.745 8.364 19.215 9.05 18.908 C 9.158 18.132 9.467 17.603 9.81 17.303 C 7.145 17.003 4.344 15.971 4.344 11.373 C 4.344 10.063 4.809 8.993 5.579 8.153 C 5.444 7.85 5.039 6.63 5.684 4.977 C 5.684 4.977 6.689 4.655 8.984 6.207 C 9.944 5.94 10.964 5.808 11.984 5.802 C 13.004 5.808 14.024 5.94 14.984 6.207 C 17.264 4.655 18.269 4.977 18.269 4.977 C 18.914 6.63 18.509 7.85 18.389 8.153 C 19.154 8.993 19.619 10.063 19.619 11.373 C 19.619 15.983 16.814 16.998 14.144 17.293 C 14.564 17.653 14.954 18.389 14.954 19.513 C 14.954 21.119 14.939 22.409 14.939 22.799 C 14.939 23.114 15.149 23.489 15.764 23.369 C 20.565 21.795 24 17.295 24 12 C 24 5.373 18.627 0 12 0" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.405734627971412px" id="z_SjKJCiw" transform="translate(0 0.297)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 12 0 C 5.37 0 0 5.373 0 12 C 0 17.303 3.438 21.8 8.205 23.385 C 8.805 23.498 9.025 23.127 9.025 22.808 C 9.025 22.523 9.015 21.768 9.01 20.768 C 5.672 21.492 4.968 19.158 4.968 19.158 C 4.422 17.773 3.633 17.403 3.633 17.403 C 2.546 16.659 3.717 16.674 3.717 16.674 C 4.922 16.758 5.555 17.91 5.555 17.91 C 6.625 19.745 8.364 19.215 9.05 18.908 C 9.158 18.132 9.467 17.603 9.81 17.303 C 7.145 17.003 4.344 15.971 4.344 11.373 C 4.344 10.063 4.809 8.993 5.579 8.153 C 5.444 7.85 5.039 6.63 5.684 4.977 C 5.684 4.977 6.689 4.655 8.984 6.207 C 9.944 5.94 10.964 5.808 11.984 5.802 C 13.004 5.808 14.024 5.94 14.984 6.207 C 17.264 4.655 18.269 4.977 18.269 4.977 C 18.914 6.63 18.509 7.85 18.389 8.153 C 19.154 8.993 19.619 10.063 19.619 11.373 C 19.619 15.983 16.814 16.998 14.144 17.293 C 14.564 17.653 14.954 18.389 14.954 19.513 C 14.954 21.119 14.939 22.409 14.939 22.799 C 14.939 23.114 15.149 23.489 15.764 23.369 C 20.565 21.795 24 17.295 24 12 C 24 5.373 18.627 0 12 0" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.405734627971412px" id="z_SjKJCiw" transform="translate(0 0.297)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 12 0 C 5.37 0 0 5.373 0 12 C 0 17.303 3.438 21.8 8.205 23.385 C 8.805 23.498 9.025 23.127 9.025 22.808 C 9.025 22.523 9.015 21.768 9.01 20.768 C 5.672 21.492 4.968 19.158 4.968 19.158 C 4.422 17.773 3.633 17.403 3.633 17.403 C 2.546 16.659 3.717 16.674 3.717 16.674 C 4.922 16.758 5.555 17.91 5.555 17.91 C 6.625 19.745 8.364 19.215 9.05 18.908 C 9.158 18.132 9.467 17.603 9.81 17.303 C 7.145 17.003 4.344 15.971 4.344 11.373 C 4.344 10.063 4.809 8.993 5.579 8.153 C 5.444 7.85 5.039 6.63 5.684 4.977 C 5.684 4.977 6.689 4.655 8.984 6.207 C 9.944 5.94 10.964 5.808 11.984 5.802 C 13.004 5.808 14.024 5.94 14.984 6.207 C 17.264 4.655 18.269 4.977 18.269 4.977 C 18.914 6.63 18.509 7.85 18.389 8.153 C 19.154 8.993 19.619 10.063 19.619 11.373 C 19.619 15.983 16.814 16.998 14.144 17.293 C 14.564 17.653 14.954 18.389 14.954 19.513 C 14.954 21.119 14.939 22.409 14.939 22.799 C 14.939 23.114 15.149 23.489 15.764 23.369 C 20.565 21.795 24 17.295 24 12 C 24 5.373 18.627 0 12 0" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.405734627971412px" id="z_SjKJCiw" transform="translate(0 0.297)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-85a6F {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 4.157 0 C 3.053 -0.002 1.994 0.436 1.214 1.217 C 0.434 1.998 -0.003 3.057 0 4.161 L 0 19.839 C -0.003 20.943 0.434 22.002 1.214 22.783 C 1.994 23.564 3.053 24.002 4.157 24 L 19.839 24 C 20.943 24.002 22.003 23.565 22.784 22.784 C 23.565 22.003 24.002 20.943 24 19.839 L 24 4.161 C 24.002 3.057 23.565 1.997 22.784 1.216 C 22.003 0.435 20.943 -0.002 19.839 0 Z M 14.767 8.761 L 14.797 8.761 C 14.875 8.758 14.954 8.771 15.027 8.799 C 15.102 8.826 15.17 8.868 15.228 8.923 C 15.334 9.041 15.392 9.195 15.39 9.354 C 15.395 9.515 15.337 9.671 15.228 9.789 C 15.171 9.845 15.102 9.889 15.027 9.917 C 14.954 9.946 14.876 9.961 14.797 9.959 C 14.716 9.963 14.636 9.949 14.562 9.917 C 14.411 9.858 14.29 9.74 14.23 9.589 C 14.201 9.514 14.188 9.434 14.192 9.354 C 14.19 9.194 14.251 9.039 14.362 8.923 C 14.471 8.819 14.616 8.761 14.767 8.761 Z M 17.62 10.333 C 17.65 10.337 17.681 10.337 17.715 10.337 C 18.04 10.326 18.361 10.401 18.652 10.556 C 18.89 10.7 19.083 10.911 19.204 11.165 C 19.332 11.444 19.393 11.747 19.389 12.053 L 19.389 12.246 C 19.393 12.319 19.393 12.392 19.389 12.465 L 16.891 12.465 C 16.894 12.692 16.966 12.915 17.095 13.107 C 17.257 13.292 17.496 13.39 17.741 13.372 C 17.913 13.387 18.085 13.339 18.225 13.236 C 18.333 13.157 18.413 13.045 18.455 12.918 L 19.37 13.175 C 19.317 13.372 19.221 13.556 19.09 13.712 C 18.95 13.871 18.769 13.996 18.569 14.067 C 18.302 14.165 18.018 14.211 17.733 14.203 C 17.383 14.214 17.037 14.129 16.732 13.958 C 16.444 13.797 16.212 13.552 16.067 13.255 C 15.909 12.933 15.831 12.578 15.84 12.219 C 15.81 11.708 15.983 11.206 16.32 10.821 C 16.676 10.5 17.141 10.326 17.62 10.333 Z M 8.013 10.356 C 8.175 10.36 8.338 10.382 8.493 10.435 C 8.7 10.5 8.893 10.609 9.056 10.749 C 9.316 11.051 9.449 11.441 9.422 11.837 L 9.422 14.113 L 8.53 14.113 L 8.421 13.402 L 8.356 13.402 C 8.292 13.565 8.201 13.712 8.084 13.841 C 7.979 13.954 7.851 14.044 7.71 14.105 C 7.567 14.167 7.412 14.195 7.257 14.188 C 6.946 14.204 6.64 14.11 6.391 13.924 C 6.161 13.724 6.039 13.427 6.062 13.123 C 6.055 12.975 6.081 12.828 6.138 12.692 C 6.192 12.555 6.274 12.431 6.38 12.329 C 6.677 12.099 7.049 11.991 7.423 12.026 L 8.375 12.026 L 8.375 11.845 C 8.384 11.682 8.336 11.522 8.239 11.391 C 8.123 11.278 7.963 11.222 7.801 11.237 C 7.669 11.229 7.538 11.259 7.423 11.323 C 7.332 11.383 7.263 11.473 7.23 11.577 L 6.24 11.433 C 6.278 11.227 6.366 11.033 6.497 10.87 C 6.637 10.696 6.818 10.568 7.03 10.492 C 7.291 10.401 7.57 10.356 7.85 10.363 C 7.903 10.36 7.956 10.356 8.013 10.356 Z M 12.397 10.363 C 12.571 10.363 12.744 10.401 12.903 10.477 C 13.085 10.56 13.243 10.688 13.361 10.851 C 13.618 11.274 13.738 11.762 13.712 12.257 C 13.742 12.764 13.618 13.269 13.357 13.705 C 13.135 14.043 12.752 14.239 12.348 14.222 C 12.144 14.222 11.947 14.177 11.766 14.086 C 11.561 13.989 11.393 13.829 11.286 13.629 C 11.24 13.555 11.202 13.477 11.172 13.395 L 11.127 13.395 L 11.131 15.179 L 10.072 15.179 L 10.072 10.466 L 10.976 10.466 L 11.093 11.271 L 11.15 11.271 C 11.218 11.063 11.327 10.87 11.478 10.711 C 11.698 10.483 12.004 10.358 12.321 10.367 L 12.397 10.367 Z M 19.956 10.447 L 20.859 10.447 L 20.972 11.252 L 21.025 11.252 C 21.071 11.077 21.15 10.912 21.26 10.768 C 21.343 10.663 21.45 10.58 21.573 10.526 C 21.695 10.469 21.829 10.443 21.963 10.45 L 22.197 10.45 L 22.197 11.501 L 21.796 11.501 C 21.693 11.479 21.585 11.481 21.483 11.509 C 21.381 11.537 21.287 11.59 21.211 11.664 C 21.133 11.736 21.073 11.825 21.037 11.924 C 21.004 12.025 20.994 12.133 21.01 12.238 L 21.01 14.113 L 19.956 14.113 Z M 2.441 10.45 L 5.703 10.45 L 5.703 11.346 L 3.73 13.104 L 3.764 13.217 L 5.737 13.217 L 5.779 14.117 L 2.4 14.117 L 2.4 13.217 L 4.331 11.463 L 4.286 11.346 L 2.441 11.346 Z M 14.256 10.45 L 15.311 10.45 L 15.311 14.109 L 14.256 14.109 Z M 17.699 11.134 L 17.718 11.15 C 17.599 11.134 17.478 11.15 17.367 11.195 C 17.257 11.239 17.158 11.309 17.08 11.399 C 16.97 11.554 16.906 11.735 16.891 11.921 L 18.436 11.921 C 18.402 11.395 18.179 11.134 17.696 11.134 Z M 11.981 11.297 C 11.955 11.297 11.924 11.297 11.898 11.301 C 11.792 11.297 11.687 11.315 11.588 11.354 C 11.49 11.398 11.402 11.462 11.331 11.543 C 11.18 11.742 11.107 11.989 11.127 12.238 L 11.127 12.302 C 11.112 12.559 11.184 12.809 11.331 13.013 C 11.397 13.099 11.484 13.166 11.584 13.209 C 11.682 13.256 11.79 13.277 11.898 13.27 C 12.124 13.29 12.343 13.189 12.476 13.005 C 12.616 12.782 12.68 12.525 12.665 12.265 C 12.679 12.015 12.616 11.767 12.484 11.554 C 12.362 11.399 12.178 11.305 11.981 11.297 Z M 7.472 12.563 C 7.374 12.568 7.28 12.604 7.204 12.665 C 7.129 12.737 7.088 12.837 7.09 12.941 C 7.09 12.994 7.098 13.047 7.117 13.096 C 7.136 13.146 7.166 13.191 7.204 13.228 C 7.318 13.312 7.46 13.352 7.601 13.338 L 7.601 13.342 C 7.804 13.35 8.004 13.285 8.164 13.16 C 8.301 13.048 8.379 12.88 8.375 12.703 L 8.375 12.563 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.999997716513356px" id="rUw0jyGdz" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 4.157 0 C 3.053 -0.002 1.994 0.436 1.214 1.217 C 0.434 1.998 -0.003 3.057 0 4.161 L 0 19.839 C -0.003 20.943 0.434 22.002 1.214 22.783 C 1.994 23.564 3.053 24.002 4.157 24 L 19.839 24 C 20.943 24.002 22.003 23.565 22.784 22.784 C 23.565 22.003 24.002 20.943 24 19.839 L 24 4.161 C 24.002 3.057 23.565 1.997 22.784 1.216 C 22.003 0.435 20.943 -0.002 19.839 0 Z M 14.767 8.761 L 14.797 8.761 C 14.875 8.758 14.954 8.771 15.027 8.799 C 15.102 8.826 15.17 8.868 15.228 8.923 C 15.334 9.041 15.392 9.195 15.39 9.354 C 15.395 9.515 15.337 9.671 15.228 9.789 C 15.171 9.845 15.102 9.889 15.027 9.917 C 14.954 9.946 14.876 9.961 14.797 9.959 C 14.716 9.963 14.636 9.949 14.562 9.917 C 14.411 9.858 14.29 9.74 14.23 9.589 C 14.201 9.514 14.188 9.434 14.192 9.354 C 14.19 9.194 14.251 9.039 14.362 8.923 C 14.471 8.819 14.616 8.761 14.767 8.761 Z M 17.62 10.333 C 17.65 10.337 17.681 10.337 17.715 10.337 C 18.04 10.326 18.361 10.401 18.652 10.556 C 18.89 10.7 19.083 10.911 19.204 11.165 C 19.332 11.444 19.393 11.747 19.389 12.053 L 19.389 12.246 C 19.393 12.319 19.393 12.392 19.389 12.465 L 16.891 12.465 C 16.894 12.692 16.966 12.915 17.095 13.107 C 17.257 13.292 17.496 13.39 17.741 13.372 C 17.913 13.387 18.085 13.339 18.225 13.236 C 18.333 13.157 18.413 13.045 18.455 12.918 L 19.37 13.175 C 19.317 13.372 19.221 13.556 19.09 13.712 C 18.95 13.871 18.769 13.996 18.569 14.067 C 18.302 14.165 18.018 14.211 17.733 14.203 C 17.383 14.214 17.037 14.129 16.732 13.958 C 16.444 13.797 16.212 13.552 16.067 13.255 C 15.909 12.933 15.831 12.578 15.84 12.219 C 15.81 11.708 15.983 11.206 16.32 10.821 C 16.676 10.5 17.141 10.326 17.62 10.333 Z M 8.013 10.356 C 8.175 10.36 8.338 10.382 8.493 10.435 C 8.7 10.5 8.893 10.609 9.056 10.749 C 9.316 11.051 9.449 11.441 9.422 11.837 L 9.422 14.113 L 8.53 14.113 L 8.421 13.402 L 8.356 13.402 C 8.292 13.565 8.201 13.712 8.084 13.841 C 7.979 13.954 7.851 14.044 7.71 14.105 C 7.567 14.167 7.412 14.195 7.257 14.188 C 6.946 14.204 6.64 14.11 6.391 13.924 C 6.161 13.724 6.039 13.427 6.062 13.123 C 6.055 12.975 6.081 12.828 6.138 12.692 C 6.192 12.555 6.274 12.431 6.38 12.329 C 6.677 12.099 7.049 11.991 7.423 12.026 L 8.375 12.026 L 8.375 11.845 C 8.384 11.682 8.336 11.522 8.239 11.391 C 8.123 11.278 7.963 11.222 7.801 11.237 C 7.669 11.229 7.538 11.259 7.423 11.323 C 7.332 11.383 7.263 11.473 7.23 11.577 L 6.24 11.433 C 6.278 11.227 6.366 11.033 6.497 10.87 C 6.637 10.696 6.818 10.568 7.03 10.492 C 7.291 10.401 7.57 10.356 7.85 10.363 C 7.903 10.36 7.956 10.356 8.013 10.356 Z M 12.397 10.363 C 12.571 10.363 12.744 10.401 12.903 10.477 C 13.085 10.56 13.243 10.688 13.361 10.851 C 13.618 11.274 13.738 11.762 13.712 12.257 C 13.742 12.764 13.618 13.269 13.357 13.705 C 13.135 14.043 12.752 14.239 12.348 14.222 C 12.144 14.222 11.947 14.177 11.766 14.086 C 11.561 13.989 11.393 13.829 11.286 13.629 C 11.24 13.555 11.202 13.477 11.172 13.395 L 11.127 13.395 L 11.131 15.179 L 10.072 15.179 L 10.072 10.466 L 10.976 10.466 L 11.093 11.271 L 11.15 11.271 C 11.218 11.063 11.327 10.87 11.478 10.711 C 11.698 10.483 12.004 10.358 12.321 10.367 L 12.397 10.367 Z M 19.956 10.447 L 20.859 10.447 L 20.972 11.252 L 21.025 11.252 C 21.071 11.077 21.15 10.912 21.26 10.768 C 21.343 10.663 21.45 10.58 21.573 10.526 C 21.695 10.469 21.829 10.443 21.963 10.45 L 22.197 10.45 L 22.197 11.501 L 21.796 11.501 C 21.693 11.479 21.585 11.481 21.483 11.509 C 21.381 11.537 21.287 11.59 21.211 11.664 C 21.133 11.736 21.073 11.825 21.037 11.924 C 21.004 12.025 20.994 12.133 21.01 12.238 L 21.01 14.113 L 19.956 14.113 Z M 2.441 10.45 L 5.703 10.45 L 5.703 11.346 L 3.73 13.104 L 3.764 13.217 L 5.737 13.217 L 5.779 14.117 L 2.4 14.117 L 2.4 13.217 L 4.331 11.463 L 4.286 11.346 L 2.441 11.346 Z M 14.256 10.45 L 15.311 10.45 L 15.311 14.109 L 14.256 14.109 Z M 17.699 11.134 L 17.718 11.15 C 17.599 11.134 17.478 11.15 17.367 11.195 C 17.257 11.239 17.158 11.309 17.08 11.399 C 16.97 11.554 16.906 11.735 16.891 11.921 L 18.436 11.921 C 18.402 11.395 18.179 11.134 17.696 11.134 Z M 11.981 11.297 C 11.955 11.297 11.924 11.297 11.898 11.301 C 11.792 11.297 11.687 11.315 11.588 11.354 C 11.49 11.398 11.402 11.462 11.331 11.543 C 11.18 11.742 11.107 11.989 11.127 12.238 L 11.127 12.302 C 11.112 12.559 11.184 12.809 11.331 13.013 C 11.397 13.099 11.484 13.166 11.584 13.209 C 11.682 13.256 11.79 13.277 11.898 13.27 C 12.124 13.29 12.343 13.189 12.476 13.005 C 12.616 12.782 12.68 12.525 12.665 12.265 C 12.679 12.015 12.616 11.767 12.484 11.554 C 12.362 11.399 12.178 11.305 11.981 11.297 Z M 7.472 12.563 C 7.374 12.568 7.28 12.604 7.204 12.665 C 7.129 12.737 7.088 12.837 7.09 12.941 C 7.09 12.994 7.098 13.047 7.117 13.096 C 7.136 13.146 7.166 13.191 7.204 13.228 C 7.318 13.312 7.46 13.352 7.601 13.338 L 7.601 13.342 C 7.804 13.35 8.004 13.285 8.164 13.16 C 8.301 13.048 8.379 12.88 8.375 12.703 L 8.375 12.563 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.999997716513356px" id="rUw0jyGdz" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 4.157 0 C 3.053 -0.002 1.994 0.436 1.214 1.217 C 0.434 1.998 -0.003 3.057 0 4.161 L 0 19.839 C -0.003 20.943 0.434 22.002 1.214 22.783 C 1.994 23.564 3.053 24.002 4.157 24 L 19.839 24 C 20.943 24.002 22.003 23.565 22.784 22.784 C 23.565 22.003 24.002 20.943 24 19.839 L 24 4.161 C 24.002 3.057 23.565 1.997 22.784 1.216 C 22.003 0.435 20.943 -0.002 19.839 0 Z M 14.767 8.761 L 14.797 8.761 C 14.875 8.758 14.954 8.771 15.027 8.799 C 15.102 8.826 15.17 8.868 15.228 8.923 C 15.334 9.041 15.392 9.195 15.39 9.354 C 15.395 9.515 15.337 9.671 15.228 9.789 C 15.171 9.845 15.102 9.889 15.027 9.917 C 14.954 9.946 14.876 9.961 14.797 9.959 C 14.716 9.963 14.636 9.949 14.562 9.917 C 14.411 9.858 14.29 9.74 14.23 9.589 C 14.201 9.514 14.188 9.434 14.192 9.354 C 14.19 9.194 14.251 9.039 14.362 8.923 C 14.471 8.819 14.616 8.761 14.767 8.761 Z M 17.62 10.333 C 17.65 10.337 17.681 10.337 17.715 10.337 C 18.04 10.326 18.361 10.401 18.652 10.556 C 18.89 10.7 19.083 10.911 19.204 11.165 C 19.332 11.444 19.393 11.747 19.389 12.053 L 19.389 12.246 C 19.393 12.319 19.393 12.392 19.389 12.465 L 16.891 12.465 C 16.894 12.692 16.966 12.915 17.095 13.107 C 17.257 13.292 17.496 13.39 17.741 13.372 C 17.913 13.387 18.085 13.339 18.225 13.236 C 18.333 13.157 18.413 13.045 18.455 12.918 L 19.37 13.175 C 19.317 13.372 19.221 13.556 19.09 13.712 C 18.95 13.871 18.769 13.996 18.569 14.067 C 18.302 14.165 18.018 14.211 17.733 14.203 C 17.383 14.214 17.037 14.129 16.732 13.958 C 16.444 13.797 16.212 13.552 16.067 13.255 C 15.909 12.933 15.831 12.578 15.84 12.219 C 15.81 11.708 15.983 11.206 16.32 10.821 C 16.676 10.5 17.141 10.326 17.62 10.333 Z M 8.013 10.356 C 8.175 10.36 8.338 10.382 8.493 10.435 C 8.7 10.5 8.893 10.609 9.056 10.749 C 9.316 11.051 9.449 11.441 9.422 11.837 L 9.422 14.113 L 8.53 14.113 L 8.421 13.402 L 8.356 13.402 C 8.292 13.565 8.201 13.712 8.084 13.841 C 7.979 13.954 7.851 14.044 7.71 14.105 C 7.567 14.167 7.412 14.195 7.257 14.188 C 6.946 14.204 6.64 14.11 6.391 13.924 C 6.161 13.724 6.039 13.427 6.062 13.123 C 6.055 12.975 6.081 12.828 6.138 12.692 C 6.192 12.555 6.274 12.431 6.38 12.329 C 6.677 12.099 7.049 11.991 7.423 12.026 L 8.375 12.026 L 8.375 11.845 C 8.384 11.682 8.336 11.522 8.239 11.391 C 8.123 11.278 7.963 11.222 7.801 11.237 C 7.669 11.229 7.538 11.259 7.423 11.323 C 7.332 11.383 7.263 11.473 7.23 11.577 L 6.24 11.433 C 6.278 11.227 6.366 11.033 6.497 10.87 C 6.637 10.696 6.818 10.568 7.03 10.492 C 7.291 10.401 7.57 10.356 7.85 10.363 C 7.903 10.36 7.956 10.356 8.013 10.356 Z M 12.397 10.363 C 12.571 10.363 12.744 10.401 12.903 10.477 C 13.085 10.56 13.243 10.688 13.361 10.851 C 13.618 11.274 13.738 11.762 13.712 12.257 C 13.742 12.764 13.618 13.269 13.357 13.705 C 13.135 14.043 12.752 14.239 12.348 14.222 C 12.144 14.222 11.947 14.177 11.766 14.086 C 11.561 13.989 11.393 13.829 11.286 13.629 C 11.24 13.555 11.202 13.477 11.172 13.395 L 11.127 13.395 L 11.131 15.179 L 10.072 15.179 L 10.072 10.466 L 10.976 10.466 L 11.093 11.271 L 11.15 11.271 C 11.218 11.063 11.327 10.87 11.478 10.711 C 11.698 10.483 12.004 10.358 12.321 10.367 L 12.397 10.367 Z M 19.956 10.447 L 20.859 10.447 L 20.972 11.252 L 21.025 11.252 C 21.071 11.077 21.15 10.912 21.26 10.768 C 21.343 10.663 21.45 10.58 21.573 10.526 C 21.695 10.469 21.829 10.443 21.963 10.45 L 22.197 10.45 L 22.197 11.501 L 21.796 11.501 C 21.693 11.479 21.585 11.481 21.483 11.509 C 21.381 11.537 21.287 11.59 21.211 11.664 C 21.133 11.736 21.073 11.825 21.037 11.924 C 21.004 12.025 20.994 12.133 21.01 12.238 L 21.01 14.113 L 19.956 14.113 Z M 2.441 10.45 L 5.703 10.45 L 5.703 11.346 L 3.73 13.104 L 3.764 13.217 L 5.737 13.217 L 5.779 14.117 L 2.4 14.117 L 2.4 13.217 L 4.331 11.463 L 4.286 11.346 L 2.441 11.346 Z M 14.256 10.45 L 15.311 10.45 L 15.311 14.109 L 14.256 14.109 Z M 17.699 11.134 L 17.718 11.15 C 17.599 11.134 17.478 11.15 17.367 11.195 C 17.257 11.239 17.158 11.309 17.08 11.399 C 16.97 11.554 16.906 11.735 16.891 11.921 L 18.436 11.921 C 18.402 11.395 18.179 11.134 17.696 11.134 Z M 11.981 11.297 C 11.955 11.297 11.924 11.297 11.898 11.301 C 11.792 11.297 11.687 11.315 11.588 11.354 C 11.49 11.398 11.402 11.462 11.331 11.543 C 11.18 11.742 11.107 11.989 11.127 12.238 L 11.127 12.302 C 11.112 12.559 11.184 12.809 11.331 13.013 C 11.397 13.099 11.484 13.166 11.584 13.209 C 11.682 13.256 11.79 13.277 11.898 13.27 C 12.124 13.29 12.343 13.189 12.476 13.005 C 12.616 12.782 12.68 12.525 12.665 12.265 C 12.679 12.015 12.616 11.767 12.484 11.554 C 12.362 11.399 12.178 11.305 11.981 11.297 Z M 7.472 12.563 C 7.374 12.568 7.28 12.604 7.204 12.665 C 7.129 12.737 7.088 12.837 7.09 12.941 C 7.09 12.994 7.098 13.047 7.117 13.096 C 7.136 13.146 7.166 13.191 7.204 13.228 C 7.318 13.312 7.46 13.352 7.601 13.338 L 7.601 13.342 C 7.804 13.35 8.004 13.285 8.164 13.16 C 8.301 13.048 8.379 12.88 8.375 12.703 L 8.375 12.563 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.999997716513356px" id="rUw0jyGdz" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-vLmda {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 13.38 0 C 13.11 0 12.869 0.19 12.814 0.465 L 9.85 15.488 C 9.789 15.8 9.991 16.103 10.303 16.166 L 14.398 16.992 C 14.712 17.055 15.017 16.851 15.08 16.537 L 18.043 1.516 C 18.104 1.204 17.902 0.901 17.59 0.838 L 13.494 0.012 C 13.457 0.004 13.419 0 13.381 0 Z M 7.504 0.098 C 7.286 0.098 7.086 0.221 6.988 0.416 L 0.062 14.199 C -0.007 14.336 -0.019 14.494 0.029 14.639 C 0.077 14.784 0.181 14.905 0.318 14.973 L 4.051 16.85 C 4.336 16.993 4.683 16.877 4.826 16.592 L 11.752 2.811 C 11.821 2.674 11.833 2.515 11.785 2.37 C 11.737 2.224 11.633 2.104 11.496 2.035 L 7.762 0.16 C 7.682 0.119 7.594 0.098 7.504 0.098 Z M 19.244 0.213 C 18.926 0.213 18.668 0.471 18.668 0.789 L 18.668 16.215 C 18.668 16.533 18.926 16.793 19.244 16.793 L 23.422 16.793 C 23.741 16.792 23.999 16.534 24 16.215 L 24 0.789 C 23.999 0.471 23.74 0.213 23.422 0.213 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="17.003307088599048px" id="bmsXbMh4_" transform="translate(0 3.5)" width="23.999999852152435px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 13.38 0 C 13.11 0 12.869 0.19 12.814 0.465 L 9.85 15.488 C 9.789 15.8 9.991 16.103 10.303 16.166 L 14.398 16.992 C 14.712 17.055 15.017 16.851 15.08 16.537 L 18.043 1.516 C 18.104 1.204 17.902 0.901 17.59 0.838 L 13.494 0.012 C 13.457 0.004 13.419 0 13.381 0 Z M 7.504 0.098 C 7.286 0.098 7.086 0.221 6.988 0.416 L 0.062 14.199 C -0.007 14.336 -0.019 14.494 0.029 14.639 C 0.077 14.784 0.181 14.905 0.318 14.973 L 4.051 16.85 C 4.336 16.993 4.683 16.877 4.826 16.592 L 11.752 2.811 C 11.821 2.674 11.833 2.515 11.785 2.37 C 11.737 2.224 11.633 2.104 11.496 2.035 L 7.762 0.16 C 7.682 0.119 7.594 0.098 7.504 0.098 Z M 19.244 0.213 C 18.926 0.213 18.668 0.471 18.668 0.789 L 18.668 16.215 C 18.668 16.533 18.926 16.793 19.244 16.793 L 23.422 16.793 C 23.741 16.792 23.999 16.534 24 16.215 L 24 0.789 C 23.999 0.471 23.74 0.213 23.422 0.213 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="17.003307088599048px" id="bmsXbMh4_" transform="translate(0 3.5)" width="23.999999852152435px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 13.38 0 C 13.11 0 12.869 0.19 12.814 0.465 L 9.85 15.488 C 9.789 15.8 9.991 16.103 10.303 16.166 L 14.398 16.992 C 14.712 17.055 15.017 16.851 15.08 16.537 L 18.043 1.516 C 18.104 1.204 17.902 0.901 17.59 0.838 L 13.494 0.012 C 13.457 0.004 13.419 0 13.381 0 Z M 7.504 0.098 C 7.286 0.098 7.086 0.221 6.988 0.416 L 0.062 14.199 C -0.007 14.336 -0.019 14.494 0.029 14.639 C 0.077 14.784 0.181 14.905 0.318 14.973 L 4.051 16.85 C 4.336 16.993 4.683 16.877 4.826 16.592 L 11.752 2.811 C 11.821 2.674 11.833 2.515 11.785 2.37 C 11.737 2.224 11.633 2.104 11.496 2.035 L 7.762 0.16 C 7.682 0.119 7.594 0.098 7.504 0.098 Z M 19.244 0.213 C 18.926 0.213 18.668 0.471 18.668 0.789 L 18.668 16.215 C 18.668 16.533 18.926 16.793 19.244 16.793 L 23.422 16.793 C 23.741 16.792 23.999 16.534 24 16.215 L 24 0.789 C 23.999 0.471 23.74 0.213 23.422 0.213 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="17.003307088599048px" id="bmsXbMh4_" transform="translate(0 3.5)" width="23.999999852152435px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-zgH9Z {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 12.19 0.003 C 7.893 -0.097 4.082 2.748 2.956 6.896 C 3.009 6.876 2.901 6.909 2.956 6.896 C -0.919 9.447 -0.966 15.006 2.709 17.837 L 2.715 17.83 L 2.708 17.86 C 3.882 18.746 5.314 19.222 6.785 19.216 L 11.958 19.216 L 11.988 19.246 L 17.18 19.246 C 23.867 19.299 26.556 10.641 21.015 6.896 C 20.538 5.136 19.557 3.554 18.194 2.344 L 18.151 2.387 L 18.157 2.337 C 16.505 0.88 14.392 0.053 12.19 0.003 Z M 11.832 4.149 C 13.076 4.109 14.35 4.517 15.318 5.299 C 16.524 6.306 17.209 7.805 17.18 9.377 L 17.18 9.895 C 20.71 9.825 20.71 15.157 17.18 15.088 L 11.987 15.088 L 11.979 15.097 L 11.979 15.057 L 6.785 15.057 C 6.417 15.057 6.053 14.978 5.718 14.827 L 5.719 14.827 C 4.667 14.35 4.056 13.237 4.219 12.094 C 4.382 10.951 5.28 10.053 6.423 9.89 C 7.566 9.727 8.68 10.338 9.156 11.39 L 12.169 8.378 C 11.168 7.073 9.724 6.178 8.11 5.863 C 8.128 5.853 8.15 5.837 8.164 5.84 C 9.108 4.803 10.432 4.194 11.834 4.15 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="19.24598663879401px" id="JNM1XVann" transform="translate(0 2.375)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 12.19 0.003 C 7.893 -0.097 4.082 2.748 2.956 6.896 C 3.009 6.876 2.901 6.909 2.956 6.896 C -0.919 9.447 -0.966 15.006 2.709 17.837 L 2.715 17.83 L 2.708 17.86 C 3.882 18.746 5.314 19.222 6.785 19.216 L 11.958 19.216 L 11.988 19.246 L 17.18 19.246 C 23.867 19.299 26.556 10.641 21.015 6.896 C 20.538 5.136 19.557 3.554 18.194 2.344 L 18.151 2.387 L 18.157 2.337 C 16.505 0.88 14.392 0.053 12.19 0.003 Z M 11.832 4.149 C 13.076 4.109 14.35 4.517 15.318 5.299 C 16.524 6.306 17.209 7.805 17.18 9.377 L 17.18 9.895 C 20.71 9.825 20.71 15.157 17.18 15.088 L 11.987 15.088 L 11.979 15.097 L 11.979 15.057 L 6.785 15.057 C 6.417 15.057 6.053 14.978 5.718 14.827 L 5.719 14.827 C 4.667 14.35 4.056 13.237 4.219 12.094 C 4.382 10.951 5.28 10.053 6.423 9.89 C 7.566 9.727 8.68 10.338 9.156 11.39 L 12.169 8.378 C 11.168 7.073 9.724 6.178 8.11 5.863 C 8.128 5.853 8.15 5.837 8.164 5.84 C 9.108 4.803 10.432 4.194 11.834 4.15 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="19.24598663879401px" id="JNM1XVann" transform="translate(0 2.375)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 12.19 0.003 C 7.893 -0.097 4.082 2.748 2.956 6.896 C 3.009 6.876 2.901 6.909 2.956 6.896 C -0.919 9.447 -0.966 15.006 2.709 17.837 L 2.715 17.83 L 2.708 17.86 C 3.882 18.746 5.314 19.222 6.785 19.216 L 11.958 19.216 L 11.988 19.246 L 17.18 19.246 C 23.867 19.299 26.556 10.641 21.015 6.896 C 20.538 5.136 19.557 3.554 18.194 2.344 L 18.151 2.387 L 18.157 2.337 C 16.505 0.88 14.392 0.053 12.19 0.003 Z M 11.832 4.149 C 13.076 4.109 14.35 4.517 15.318 5.299 C 16.524 6.306 17.209 7.805 17.18 9.377 L 17.18 9.895 C 20.71 9.825 20.71 15.157 17.18 15.088 L 11.987 15.088 L 11.979 15.097 L 11.979 15.057 L 6.785 15.057 C 6.417 15.057 6.053 14.978 5.718 14.827 L 5.719 14.827 C 4.667 14.35 4.056 13.237 4.219 12.094 C 4.382 10.951 5.28 10.053 6.423 9.89 C 7.566 9.727 8.68 10.338 9.156 11.39 L 12.169 8.378 C 11.168 7.073 9.724 6.178 8.11 5.863 C 8.128 5.853 8.15 5.837 8.164 5.84 C 9.108 4.803 10.432 4.194 11.834 4.15 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="19.24598663879401px" id="JNM1XVann" transform="translate(0 2.375)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-WtW5N {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 13.983 7.689 L 16.102 7.689 C 16.204 7.689 16.287 7.606 16.288 7.504 L 16.288 5.617 C 16.288 5.514 16.205 5.431 16.102 5.431 L 13.983 5.431 C 13.881 5.431 13.798 5.514 13.798 5.616 L 13.798 7.504 C 13.798 7.606 13.881 7.689 13.983 7.689 M 11.029 2.259 L 13.147 2.259 C 13.25 2.259 13.333 2.176 13.333 2.073 L 13.333 0.185 C 13.332 0.083 13.249 0 13.147 0 L 11.029 0 C 10.927 0 10.844 0.083 10.844 0.185 L 10.844 2.073 C 10.844 2.175 10.926 2.258 11.029 2.258 M 11.029 4.974 L 13.147 4.974 C 13.25 4.973 13.332 4.89 13.333 4.788 L 13.333 2.901 C 13.332 2.799 13.249 2.716 13.147 2.716 L 11.029 2.716 C 10.927 2.716 10.844 2.799 10.844 2.901 L 10.844 4.788 C 10.844 4.89 10.926 4.973 11.029 4.974 M 8.099 4.974 L 10.219 4.974 C 10.321 4.973 10.403 4.89 10.403 4.788 L 10.403 2.901 C 10.403 2.799 10.32 2.716 10.218 2.716 L 8.1 2.716 C 7.998 2.716 7.915 2.799 7.915 2.901 L 7.915 4.788 C 7.915 4.89 7.998 4.973 8.1 4.974 M 5.136 4.974 L 7.255 4.974 C 7.357 4.973 7.44 4.89 7.44 4.788 L 7.44 2.901 C 7.44 2.799 7.357 2.716 7.255 2.716 L 5.136 2.716 C 5.034 2.716 4.951 2.799 4.95 2.901 L 4.95 4.788 C 4.95 4.89 5.034 4.973 5.136 4.974 M 11.029 7.689 L 13.147 7.689 C 13.249 7.689 13.332 7.606 13.333 7.504 L 13.333 5.617 C 13.333 5.514 13.25 5.431 13.147 5.431 L 11.029 5.431 C 10.927 5.431 10.844 5.514 10.844 5.616 L 10.844 7.504 C 10.844 7.606 10.926 7.689 11.029 7.689 M 8.099 7.689 L 10.219 7.689 C 10.321 7.688 10.403 7.606 10.403 7.504 L 10.403 5.617 C 10.403 5.568 10.384 5.521 10.35 5.486 C 10.315 5.451 10.268 5.431 10.219 5.431 L 8.099 5.431 C 7.997 5.432 7.915 5.514 7.915 5.616 L 7.915 7.504 C 7.915 7.606 7.998 7.689 8.1 7.689 M 5.136 7.689 L 7.255 7.689 C 7.357 7.689 7.44 7.606 7.44 7.504 L 7.44 5.617 C 7.44 5.568 7.421 5.521 7.387 5.486 C 7.352 5.451 7.305 5.431 7.256 5.431 L 5.136 5.431 C 5.033 5.431 4.95 5.514 4.95 5.617 L 4.95 7.504 C 4.95 7.606 5.034 7.689 5.136 7.689 M 2.216 7.689 L 4.336 7.689 C 4.438 7.688 4.52 7.606 4.52 7.504 L 4.52 5.617 C 4.52 5.568 4.501 5.521 4.467 5.486 C 4.432 5.451 4.385 5.431 4.336 5.431 L 2.216 5.431 C 2.114 5.432 2.032 5.514 2.032 5.616 L 2.032 7.504 C 2.032 7.606 2.114 7.689 2.217 7.689 M 23.763 6.501 C 23.698 6.45 23.091 5.991 21.809 5.991 C 21.471 5.992 21.133 6.021 20.799 6.078 C 20.551 4.378 19.146 3.548 19.083 3.512 L 18.739 3.313 L 18.513 3.64 C 18.229 4.078 18.023 4.562 17.901 5.07 C 17.671 6.04 17.811 6.952 18.304 7.731 C 17.709 8.063 16.754 8.144 16.56 8.151 L 0.751 8.151 C 0.338 8.152 0.003 8.486 0.001 8.899 C -0.018 10.284 0.217 11.66 0.693 12.961 C 1.238 14.389 2.048 15.441 3.103 16.085 C 4.283 16.808 6.203 17.222 8.378 17.222 C 9.361 17.225 10.342 17.136 11.308 16.956 C 12.651 16.709 13.943 16.24 15.131 15.567 C 16.11 15 16.992 14.279 17.741 13.431 C 18.993 12.013 19.739 10.434 20.294 9.031 L 20.515 9.031 C 21.887 9.031 22.73 8.482 23.195 8.022 C 23.504 7.729 23.745 7.372 23.902 6.976 L 24 6.688 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="17.22206128533565px" id="d9MZvumJ4" transform="translate(0 3.39)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 13.983 7.689 L 16.102 7.689 C 16.204 7.689 16.287 7.606 16.288 7.504 L 16.288 5.617 C 16.288 5.514 16.205 5.431 16.102 5.431 L 13.983 5.431 C 13.881 5.431 13.798 5.514 13.798 5.616 L 13.798 7.504 C 13.798 7.606 13.881 7.689 13.983 7.689 M 11.029 2.259 L 13.147 2.259 C 13.25 2.259 13.333 2.176 13.333 2.073 L 13.333 0.185 C 13.332 0.083 13.249 0 13.147 0 L 11.029 0 C 10.927 0 10.844 0.083 10.844 0.185 L 10.844 2.073 C 10.844 2.175 10.926 2.258 11.029 2.258 M 11.029 4.974 L 13.147 4.974 C 13.25 4.973 13.332 4.89 13.333 4.788 L 13.333 2.901 C 13.332 2.799 13.249 2.716 13.147 2.716 L 11.029 2.716 C 10.927 2.716 10.844 2.799 10.844 2.901 L 10.844 4.788 C 10.844 4.89 10.926 4.973 11.029 4.974 M 8.099 4.974 L 10.219 4.974 C 10.321 4.973 10.403 4.89 10.403 4.788 L 10.403 2.901 C 10.403 2.799 10.32 2.716 10.218 2.716 L 8.1 2.716 C 7.998 2.716 7.915 2.799 7.915 2.901 L 7.915 4.788 C 7.915 4.89 7.998 4.973 8.1 4.974 M 5.136 4.974 L 7.255 4.974 C 7.357 4.973 7.44 4.89 7.44 4.788 L 7.44 2.901 C 7.44 2.799 7.357 2.716 7.255 2.716 L 5.136 2.716 C 5.034 2.716 4.951 2.799 4.95 2.901 L 4.95 4.788 C 4.95 4.89 5.034 4.973 5.136 4.974 M 11.029 7.689 L 13.147 7.689 C 13.249 7.689 13.332 7.606 13.333 7.504 L 13.333 5.617 C 13.333 5.514 13.25 5.431 13.147 5.431 L 11.029 5.431 C 10.927 5.431 10.844 5.514 10.844 5.616 L 10.844 7.504 C 10.844 7.606 10.926 7.689 11.029 7.689 M 8.099 7.689 L 10.219 7.689 C 10.321 7.688 10.403 7.606 10.403 7.504 L 10.403 5.617 C 10.403 5.568 10.384 5.521 10.35 5.486 C 10.315 5.451 10.268 5.431 10.219 5.431 L 8.099 5.431 C 7.997 5.432 7.915 5.514 7.915 5.616 L 7.915 7.504 C 7.915 7.606 7.998 7.689 8.1 7.689 M 5.136 7.689 L 7.255 7.689 C 7.357 7.689 7.44 7.606 7.44 7.504 L 7.44 5.617 C 7.44 5.568 7.421 5.521 7.387 5.486 C 7.352 5.451 7.305 5.431 7.256 5.431 L 5.136 5.431 C 5.033 5.431 4.95 5.514 4.95 5.617 L 4.95 7.504 C 4.95 7.606 5.034 7.689 5.136 7.689 M 2.216 7.689 L 4.336 7.689 C 4.438 7.688 4.52 7.606 4.52 7.504 L 4.52 5.617 C 4.52 5.568 4.501 5.521 4.467 5.486 C 4.432 5.451 4.385 5.431 4.336 5.431 L 2.216 5.431 C 2.114 5.432 2.032 5.514 2.032 5.616 L 2.032 7.504 C 2.032 7.606 2.114 7.689 2.217 7.689 M 23.763 6.501 C 23.698 6.45 23.091 5.991 21.809 5.991 C 21.471 5.992 21.133 6.021 20.799 6.078 C 20.551 4.378 19.146 3.548 19.083 3.512 L 18.739 3.313 L 18.513 3.64 C 18.229 4.078 18.023 4.562 17.901 5.07 C 17.671 6.04 17.811 6.952 18.304 7.731 C 17.709 8.063 16.754 8.144 16.56 8.151 L 0.751 8.151 C 0.338 8.152 0.003 8.486 0.001 8.899 C -0.018 10.284 0.217 11.66 0.693 12.961 C 1.238 14.389 2.048 15.441 3.103 16.085 C 4.283 16.808 6.203 17.222 8.378 17.222 C 9.361 17.225 10.342 17.136 11.308 16.956 C 12.651 16.709 13.943 16.24 15.131 15.567 C 16.11 15 16.992 14.279 17.741 13.431 C 18.993 12.013 19.739 10.434 20.294 9.031 L 20.515 9.031 C 21.887 9.031 22.73 8.482 23.195 8.022 C 23.504 7.729 23.745 7.372 23.902 6.976 L 24 6.688 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="17.22206128533565px" id="d9MZvumJ4" transform="translate(0 3.39)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 13.983 7.689 L 16.102 7.689 C 16.204 7.689 16.287 7.606 16.288 7.504 L 16.288 5.617 C 16.288 5.514 16.205 5.431 16.102 5.431 L 13.983 5.431 C 13.881 5.431 13.798 5.514 13.798 5.616 L 13.798 7.504 C 13.798 7.606 13.881 7.689 13.983 7.689 M 11.029 2.259 L 13.147 2.259 C 13.25 2.259 13.333 2.176 13.333 2.073 L 13.333 0.185 C 13.332 0.083 13.249 0 13.147 0 L 11.029 0 C 10.927 0 10.844 0.083 10.844 0.185 L 10.844 2.073 C 10.844 2.175 10.926 2.258 11.029 2.258 M 11.029 4.974 L 13.147 4.974 C 13.25 4.973 13.332 4.89 13.333 4.788 L 13.333 2.901 C 13.332 2.799 13.249 2.716 13.147 2.716 L 11.029 2.716 C 10.927 2.716 10.844 2.799 10.844 2.901 L 10.844 4.788 C 10.844 4.89 10.926 4.973 11.029 4.974 M 8.099 4.974 L 10.219 4.974 C 10.321 4.973 10.403 4.89 10.403 4.788 L 10.403 2.901 C 10.403 2.799 10.32 2.716 10.218 2.716 L 8.1 2.716 C 7.998 2.716 7.915 2.799 7.915 2.901 L 7.915 4.788 C 7.915 4.89 7.998 4.973 8.1 4.974 M 5.136 4.974 L 7.255 4.974 C 7.357 4.973 7.44 4.89 7.44 4.788 L 7.44 2.901 C 7.44 2.799 7.357 2.716 7.255 2.716 L 5.136 2.716 C 5.034 2.716 4.951 2.799 4.95 2.901 L 4.95 4.788 C 4.95 4.89 5.034 4.973 5.136 4.974 M 11.029 7.689 L 13.147 7.689 C 13.249 7.689 13.332 7.606 13.333 7.504 L 13.333 5.617 C 13.333 5.514 13.25 5.431 13.147 5.431 L 11.029 5.431 C 10.927 5.431 10.844 5.514 10.844 5.616 L 10.844 7.504 C 10.844 7.606 10.926 7.689 11.029 7.689 M 8.099 7.689 L 10.219 7.689 C 10.321 7.688 10.403 7.606 10.403 7.504 L 10.403 5.617 C 10.403 5.568 10.384 5.521 10.35 5.486 C 10.315 5.451 10.268 5.431 10.219 5.431 L 8.099 5.431 C 7.997 5.432 7.915 5.514 7.915 5.616 L 7.915 7.504 C 7.915 7.606 7.998 7.689 8.1 7.689 M 5.136 7.689 L 7.255 7.689 C 7.357 7.689 7.44 7.606 7.44 7.504 L 7.44 5.617 C 7.44 5.568 7.421 5.521 7.387 5.486 C 7.352 5.451 7.305 5.431 7.256 5.431 L 5.136 5.431 C 5.033 5.431 4.95 5.514 4.95 5.617 L 4.95 7.504 C 4.95 7.606 5.034 7.689 5.136 7.689 M 2.216 7.689 L 4.336 7.689 C 4.438 7.688 4.52 7.606 4.52 7.504 L 4.52 5.617 C 4.52 5.568 4.501 5.521 4.467 5.486 C 4.432 5.451 4.385 5.431 4.336 5.431 L 2.216 5.431 C 2.114 5.432 2.032 5.514 2.032 5.616 L 2.032 7.504 C 2.032 7.606 2.114 7.689 2.217 7.689 M 23.763 6.501 C 23.698 6.45 23.091 5.991 21.809 5.991 C 21.471 5.992 21.133 6.021 20.799 6.078 C 20.551 4.378 19.146 3.548 19.083 3.512 L 18.739 3.313 L 18.513 3.64 C 18.229 4.078 18.023 4.562 17.901 5.07 C 17.671 6.04 17.811 6.952 18.304 7.731 C 17.709 8.063 16.754 8.144 16.56 8.151 L 0.751 8.151 C 0.338 8.152 0.003 8.486 0.001 8.899 C -0.018 10.284 0.217 11.66 0.693 12.961 C 1.238 14.389 2.048 15.441 3.103 16.085 C 4.283 16.808 6.203 17.222 8.378 17.222 C 9.361 17.225 10.342 17.136 11.308 16.956 C 12.651 16.709 13.943 16.24 15.131 15.567 C 16.11 15 16.992 14.279 17.741 13.431 C 18.993 12.013 19.739 10.434 20.294 9.031 L 20.515 9.031 C 21.887 9.031 22.73 8.482 23.195 8.022 C 23.504 7.729 23.745 7.372 23.902 6.976 L 24 6.688 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="17.22206128533565px" id="d9MZvumJ4" transform="translate(0 3.39)" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-r3obk {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 4.679 15.872 L 9.373 13.239 L 9.452 13.01 L 9.373 12.883 L 9.144 12.883 L 8.36 12.834 L 5.678 12.762 L 3.352 12.665 L 1.099 12.544 L 0.532 12.424 L 0 11.723 L 0.055 11.373 L 0.532 11.053 L 1.214 11.112 L 2.724 11.216 L 4.988 11.372 L 6.631 11.468 L 9.065 11.721 L 9.452 11.721 L 9.507 11.565 L 9.374 11.468 L 9.271 11.372 L 6.928 9.784 L 4.391 8.105 L 3.062 7.139 L 2.344 6.649 L 1.981 6.19 L 1.825 5.188 L 2.477 4.47 L 3.354 4.529 L 3.577 4.589 L 4.465 5.272 L 6.361 6.739 L 8.837 8.563 L 9.199 8.864 L 9.344 8.761 L 9.362 8.688 L 9.199 8.416 L 7.852 5.982 L 6.416 3.507 L 5.776 2.481 L 5.607 1.865 C 5.547 1.612 5.504 1.4 5.504 1.14 L 6.246 0.132 L 6.657 0 L 7.648 0.132 L 8.065 0.494 L 8.68 1.902 L 9.677 4.119 L 11.224 7.132 L 11.676 8.026 L 11.918 8.854 L 12.008 9.107 L 12.164 9.107 L 12.164 8.962 L 12.292 7.264 L 12.527 5.18 L 12.755 2.498 L 12.834 1.743 L 13.208 0.838 L 13.951 0.348 L 14.53 0.625 L 15.007 1.308 L 14.941 1.749 L 14.658 3.592 L 14.102 6.478 L 13.74 8.411 L 13.951 8.411 L 14.192 8.17 L 15.17 6.871 L 16.813 4.818 L 17.538 4.003 L 18.383 3.102 L 18.926 2.674 L 19.952 2.674 L 20.708 3.797 L 20.369 4.956 L 19.313 6.296 L 18.437 7.432 L 17.18 9.123 L 16.396 10.476 L 16.468 10.584 L 16.655 10.566 L 19.493 9.962 L 21.027 9.685 L 22.856 9.371 L 23.684 9.758 L 23.774 10.151 L 23.449 10.955 L 21.492 11.438 L 19.197 11.897 L 15.779 12.706 L 15.737 12.736 L 15.785 12.796 L 17.325 12.941 L 17.984 12.976 L 19.596 12.976 L 22.599 13.2 L 23.383 13.719 L 23.853 14.353 L 23.774 14.837 L 22.566 15.452 L 20.936 15.065 L 17.132 14.16 L 15.827 13.835 L 15.647 13.835 L 15.647 13.943 L 16.734 15.006 L 18.726 16.805 L 21.221 19.124 L 21.349 19.698 L 21.028 20.15 L 20.69 20.102 L 18.498 18.453 L 17.652 17.71 L 15.737 16.098 L 15.61 16.098 L 15.61 16.267 L 16.051 16.913 L 18.382 20.416 L 18.503 21.49 L 18.333 21.84 L 17.729 22.051 L 17.066 21.93 L 15.701 20.015 L 14.294 17.858 L 13.158 15.925 L 13.02 16.004 L 12.35 23.222 L 12.035 23.591 L 11.311 23.868 L 10.707 23.409 L 10.386 22.666 L 10.707 21.199 L 11.093 19.284 L 11.407 17.762 L 11.691 15.871 L 11.86 15.242 L 11.849 15.201 L 11.71 15.218 L 10.285 17.175 L 8.117 20.105 L 6.401 21.941 L 5.99 22.104 L 5.278 21.735 L 5.344 21.077 L 5.742 20.49 L 8.117 17.47 L 9.548 15.598 L 10.473 14.518 L 10.467 14.361 L 10.412 14.361 L 4.106 18.456 L 2.983 18.601 L 2.5 18.148 L 2.559 17.406 L 2.788 17.164 L 4.684 15.859 L 4.678 15.866 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.86791946308724px" id="WK2B9aM8s" width="23.853422818791945px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 4.679 15.872 L 9.373 13.239 L 9.452 13.01 L 9.373 12.883 L 9.144 12.883 L 8.36 12.834 L 5.678 12.762 L 3.352 12.665 L 1.099 12.544 L 0.532 12.424 L 0 11.723 L 0.055 11.373 L 0.532 11.053 L 1.214 11.112 L 2.724 11.216 L 4.988 11.372 L 6.631 11.468 L 9.065 11.721 L 9.452 11.721 L 9.507 11.565 L 9.374 11.468 L 9.271 11.372 L 6.928 9.784 L 4.391 8.105 L 3.062 7.139 L 2.344 6.649 L 1.981 6.19 L 1.825 5.188 L 2.477 4.47 L 3.354 4.529 L 3.577 4.589 L 4.465 5.272 L 6.361 6.739 L 8.837 8.563 L 9.199 8.864 L 9.344 8.761 L 9.362 8.688 L 9.199 8.416 L 7.852 5.982 L 6.416 3.507 L 5.776 2.481 L 5.607 1.865 C 5.547 1.612 5.504 1.4 5.504 1.14 L 6.246 0.132 L 6.657 0 L 7.648 0.132 L 8.065 0.494 L 8.68 1.902 L 9.677 4.119 L 11.224 7.132 L 11.676 8.026 L 11.918 8.854 L 12.008 9.107 L 12.164 9.107 L 12.164 8.962 L 12.292 7.264 L 12.527 5.18 L 12.755 2.498 L 12.834 1.743 L 13.208 0.838 L 13.951 0.348 L 14.53 0.625 L 15.007 1.308 L 14.941 1.749 L 14.658 3.592 L 14.102 6.478 L 13.74 8.411 L 13.951 8.411 L 14.192 8.17 L 15.17 6.871 L 16.813 4.818 L 17.538 4.003 L 18.383 3.102 L 18.926 2.674 L 19.952 2.674 L 20.708 3.797 L 20.369 4.956 L 19.313 6.296 L 18.437 7.432 L 17.18 9.123 L 16.396 10.476 L 16.468 10.584 L 16.655 10.566 L 19.493 9.962 L 21.027 9.685 L 22.856 9.371 L 23.684 9.758 L 23.774 10.151 L 23.449 10.955 L 21.492 11.438 L 19.197 11.897 L 15.779 12.706 L 15.737 12.736 L 15.785 12.796 L 17.325 12.941 L 17.984 12.976 L 19.596 12.976 L 22.599 13.2 L 23.383 13.719 L 23.853 14.353 L 23.774 14.837 L 22.566 15.452 L 20.936 15.065 L 17.132 14.16 L 15.827 13.835 L 15.647 13.835 L 15.647 13.943 L 16.734 15.006 L 18.726 16.805 L 21.221 19.124 L 21.349 19.698 L 21.028 20.15 L 20.69 20.102 L 18.498 18.453 L 17.652 17.71 L 15.737 16.098 L 15.61 16.098 L 15.61 16.267 L 16.051 16.913 L 18.382 20.416 L 18.503 21.49 L 18.333 21.84 L 17.729 22.051 L 17.066 21.93 L 15.701 20.015 L 14.294 17.858 L 13.158 15.925 L 13.02 16.004 L 12.35 23.222 L 12.035 23.591 L 11.311 23.868 L 10.707 23.409 L 10.386 22.666 L 10.707 21.199 L 11.093 19.284 L 11.407 17.762 L 11.691 15.871 L 11.86 15.242 L 11.849 15.201 L 11.71 15.218 L 10.285 17.175 L 8.117 20.105 L 6.401 21.941 L 5.99 22.104 L 5.278 21.735 L 5.344 21.077 L 5.742 20.49 L 8.117 17.47 L 9.548 15.598 L 10.473 14.518 L 10.467 14.361 L 10.412 14.361 L 4.106 18.456 L 2.983 18.601 L 2.5 18.148 L 2.559 17.406 L 2.788 17.164 L 4.684 15.859 L 4.678 15.866 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.86791946308724px" id="WK2B9aM8s" width="23.853422818791945px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 4.679 15.872 L 9.373 13.239 L 9.452 13.01 L 9.373 12.883 L 9.144 12.883 L 8.36 12.834 L 5.678 12.762 L 3.352 12.665 L 1.099 12.544 L 0.532 12.424 L 0 11.723 L 0.055 11.373 L 0.532 11.053 L 1.214 11.112 L 2.724 11.216 L 4.988 11.372 L 6.631 11.468 L 9.065 11.721 L 9.452 11.721 L 9.507 11.565 L 9.374 11.468 L 9.271 11.372 L 6.928 9.784 L 4.391 8.105 L 3.062 7.139 L 2.344 6.649 L 1.981 6.19 L 1.825 5.188 L 2.477 4.47 L 3.354 4.529 L 3.577 4.589 L 4.465 5.272 L 6.361 6.739 L 8.837 8.563 L 9.199 8.864 L 9.344 8.761 L 9.362 8.688 L 9.199 8.416 L 7.852 5.982 L 6.416 3.507 L 5.776 2.481 L 5.607 1.865 C 5.547 1.612 5.504 1.4 5.504 1.14 L 6.246 0.132 L 6.657 0 L 7.648 0.132 L 8.065 0.494 L 8.68 1.902 L 9.677 4.119 L 11.224 7.132 L 11.676 8.026 L 11.918 8.854 L 12.008 9.107 L 12.164 9.107 L 12.164 8.962 L 12.292 7.264 L 12.527 5.18 L 12.755 2.498 L 12.834 1.743 L 13.208 0.838 L 13.951 0.348 L 14.53 0.625 L 15.007 1.308 L 14.941 1.749 L 14.658 3.592 L 14.102 6.478 L 13.74 8.411 L 13.951 8.411 L 14.192 8.17 L 15.17 6.871 L 16.813 4.818 L 17.538 4.003 L 18.383 3.102 L 18.926 2.674 L 19.952 2.674 L 20.708 3.797 L 20.369 4.956 L 19.313 6.296 L 18.437 7.432 L 17.18 9.123 L 16.396 10.476 L 16.468 10.584 L 16.655 10.566 L 19.493 9.962 L 21.027 9.685 L 22.856 9.371 L 23.684 9.758 L 23.774 10.151 L 23.449 10.955 L 21.492 11.438 L 19.197 11.897 L 15.779 12.706 L 15.737 12.736 L 15.785 12.796 L 17.325 12.941 L 17.984 12.976 L 19.596 12.976 L 22.599 13.2 L 23.383 13.719 L 23.853 14.353 L 23.774 14.837 L 22.566 15.452 L 20.936 15.065 L 17.132 14.16 L 15.827 13.835 L 15.647 13.835 L 15.647 13.943 L 16.734 15.006 L 18.726 16.805 L 21.221 19.124 L 21.349 19.698 L 21.028 20.15 L 20.69 20.102 L 18.498 18.453 L 17.652 17.71 L 15.737 16.098 L 15.61 16.098 L 15.61 16.267 L 16.051 16.913 L 18.382 20.416 L 18.503 21.49 L 18.333 21.84 L 17.729 22.051 L 17.066 21.93 L 15.701 20.015 L 14.294 17.858 L 13.158 15.925 L 13.02 16.004 L 12.35 23.222 L 12.035 23.591 L 11.311 23.868 L 10.707 23.409 L 10.386 22.666 L 10.707 21.199 L 11.093 19.284 L 11.407 17.762 L 11.691 15.871 L 11.86 15.242 L 11.849 15.201 L 11.71 15.218 L 10.285 17.175 L 8.117 20.105 L 6.401 21.941 L 5.99 22.104 L 5.278 21.735 L 5.344 21.077 L 5.742 20.49 L 8.117 17.47 L 9.548 15.598 L 10.473 14.518 L 10.467 14.361 L 10.412 14.361 L 4.106 18.456 L 2.983 18.601 L 2.5 18.148 L 2.559 17.406 L 2.788 17.164 L 4.684 15.859 L 4.678 15.866 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="23.86791946308724px" id="WK2B9aM8s" width="23.853422818791945px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-3Jmbv {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 10.64 24 C 10.319 24 9.999 23.916 9.718 23.753 L 6.782 22.016 C 6.344 21.771 6.558 21.684 6.702 21.633 C 7.287 21.43 7.405 21.383 8.03 21.029 C 8.095 20.992 8.181 21.006 8.248 21.046 L 10.504 22.385 C 10.589 22.43 10.691 22.43 10.776 22.385 L 19.571 17.309 C 19.654 17.259 19.705 17.168 19.705 17.071 L 19.705 6.921 C 19.705 6.822 19.653 6.73 19.568 6.679 L 10.777 1.607 C 10.693 1.56 10.59 1.56 10.506 1.607 L 1.717 6.68 C 1.632 6.731 1.579 6.822 1.578 6.921 L 1.578 17.071 C 1.578 17.169 1.632 17.259 1.717 17.306 L 4.126 18.698 C 5.433 19.352 6.234 18.582 6.234 17.808 L 6.234 7.787 C 6.234 7.645 6.348 7.534 6.49 7.534 L 7.605 7.534 C 7.744 7.534 7.86 7.646 7.86 7.787 L 7.86 17.808 C 7.86 19.553 6.91 20.553 5.256 20.553 C 4.748 20.553 4.347 20.553 3.23 20.002 L 0.922 18.675 C 0.351 18.343 0 17.732 0 17.071 L 0 6.921 C 0 6.262 0.353 5.646 0.922 5.318 L 9.717 0.236 C 10.293 -0.079 10.989 -0.079 11.565 0.236 L 20.359 5.318 C 20.929 5.647 21.283 6.262 21.283 6.921 L 21.283 17.071 C 21.282 17.732 20.93 18.343 20.359 18.675 L 11.565 23.753 C 11.285 23.916 10.966 24 10.64 24 Z M 17.741 13.993 C 17.741 12.093 16.457 11.587 13.754 11.23 C 11.023 10.869 10.745 10.682 10.745 10.043 C 10.745 9.515 10.98 8.81 13.003 8.81 C 14.81 8.81 15.476 9.199 15.75 10.417 C 15.776 10.533 15.878 10.616 15.997 10.616 L 17.138 10.616 C 17.208 10.615 17.275 10.586 17.324 10.535 C 17.373 10.482 17.397 10.411 17.391 10.339 C 17.214 8.241 15.82 7.263 13.003 7.263 C 10.495 7.263 8.999 8.321 8.999 10.096 C 8.999 12.021 10.487 12.553 12.894 12.791 C 15.774 13.073 15.997 13.494 15.997 14.06 C 15.997 15.043 15.208 15.462 13.355 15.462 C 11.028 15.462 10.516 14.878 10.344 13.72 C 10.324 13.596 10.217 13.505 10.091 13.505 L 8.954 13.505 C 8.887 13.505 8.822 13.531 8.774 13.579 C 8.726 13.626 8.7 13.691 8.7 13.758 C 8.7 15.24 9.506 17.006 13.355 17.006 C 16.143 17.007 17.741 15.91 17.741 13.993 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="24px" id="W_he0cIiT" transform="translate(1.36 0)" width="21.28277107275546px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 10.64 24 C 10.319 24 9.999 23.916 9.718 23.753 L 6.782 22.016 C 6.344 21.771 6.558 21.684 6.702 21.633 C 7.287 21.43 7.405 21.383 8.03 21.029 C 8.095 20.992 8.181 21.006 8.248 21.046 L 10.504 22.385 C 10.589 22.43 10.691 22.43 10.776 22.385 L 19.571 17.309 C 19.654 17.259 19.705 17.168 19.705 17.071 L 19.705 6.921 C 19.705 6.822 19.653 6.73 19.568 6.679 L 10.777 1.607 C 10.693 1.56 10.59 1.56 10.506 1.607 L 1.717 6.68 C 1.632 6.731 1.579 6.822 1.578 6.921 L 1.578 17.071 C 1.578 17.169 1.632 17.259 1.717 17.306 L 4.126 18.698 C 5.433 19.352 6.234 18.582 6.234 17.808 L 6.234 7.787 C 6.234 7.645 6.348 7.534 6.49 7.534 L 7.605 7.534 C 7.744 7.534 7.86 7.646 7.86 7.787 L 7.86 17.808 C 7.86 19.553 6.91 20.553 5.256 20.553 C 4.748 20.553 4.347 20.553 3.23 20.002 L 0.922 18.675 C 0.351 18.343 0 17.732 0 17.071 L 0 6.921 C 0 6.262 0.353 5.646 0.922 5.318 L 9.717 0.236 C 10.293 -0.079 10.989 -0.079 11.565 0.236 L 20.359 5.318 C 20.929 5.647 21.283 6.262 21.283 6.921 L 21.283 17.071 C 21.282 17.732 20.93 18.343 20.359 18.675 L 11.565 23.753 C 11.285 23.916 10.966 24 10.64 24 Z M 17.741 13.993 C 17.741 12.093 16.457 11.587 13.754 11.23 C 11.023 10.869 10.745 10.682 10.745 10.043 C 10.745 9.515 10.98 8.81 13.003 8.81 C 14.81 8.81 15.476 9.199 15.75 10.417 C 15.776 10.533 15.878 10.616 15.997 10.616 L 17.138 10.616 C 17.208 10.615 17.275 10.586 17.324 10.535 C 17.373 10.482 17.397 10.411 17.391 10.339 C 17.214 8.241 15.82 7.263 13.003 7.263 C 10.495 7.263 8.999 8.321 8.999 10.096 C 8.999 12.021 10.487 12.553 12.894 12.791 C 15.774 13.073 15.997 13.494 15.997 14.06 C 15.997 15.043 15.208 15.462 13.355 15.462 C 11.028 15.462 10.516 14.878 10.344 13.72 C 10.324 13.596 10.217 13.505 10.091 13.505 L 8.954 13.505 C 8.887 13.505 8.822 13.531 8.774 13.579 C 8.726 13.626 8.7 13.691 8.7 13.758 C 8.7 15.24 9.506 17.006 13.355 17.006 C 16.143 17.007 17.741 15.91 17.741 13.993 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="24px" id="W_he0cIiT" transform="translate(1.36 0)" width="21.28277107275546px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 10.64 24 C 10.319 24 9.999 23.916 9.718 23.753 L 6.782 22.016 C 6.344 21.771 6.558 21.684 6.702 21.633 C 7.287 21.43 7.405 21.383 8.03 21.029 C 8.095 20.992 8.181 21.006 8.248 21.046 L 10.504 22.385 C 10.589 22.43 10.691 22.43 10.776 22.385 L 19.571 17.309 C 19.654 17.259 19.705 17.168 19.705 17.071 L 19.705 6.921 C 19.705 6.822 19.653 6.73 19.568 6.679 L 10.777 1.607 C 10.693 1.56 10.59 1.56 10.506 1.607 L 1.717 6.68 C 1.632 6.731 1.579 6.822 1.578 6.921 L 1.578 17.071 C 1.578 17.169 1.632 17.259 1.717 17.306 L 4.126 18.698 C 5.433 19.352 6.234 18.582 6.234 17.808 L 6.234 7.787 C 6.234 7.645 6.348 7.534 6.49 7.534 L 7.605 7.534 C 7.744 7.534 7.86 7.646 7.86 7.787 L 7.86 17.808 C 7.86 19.553 6.91 20.553 5.256 20.553 C 4.748 20.553 4.347 20.553 3.23 20.002 L 0.922 18.675 C 0.351 18.343 0 17.732 0 17.071 L 0 6.921 C 0 6.262 0.353 5.646 0.922 5.318 L 9.717 0.236 C 10.293 -0.079 10.989 -0.079 11.565 0.236 L 20.359 5.318 C 20.929 5.647 21.283 6.262 21.283 6.921 L 21.283 17.071 C 21.282 17.732 20.93 18.343 20.359 18.675 L 11.565 23.753 C 11.285 23.916 10.966 24 10.64 24 Z M 17.741 13.993 C 17.741 12.093 16.457 11.587 13.754 11.23 C 11.023 10.869 10.745 10.682 10.745 10.043 C 10.745 9.515 10.98 8.81 13.003 8.81 C 14.81 8.81 15.476 9.199 15.75 10.417 C 15.776 10.533 15.878 10.616 15.997 10.616 L 17.138 10.616 C 17.208 10.615 17.275 10.586 17.324 10.535 C 17.373 10.482 17.397 10.411 17.391 10.339 C 17.214 8.241 15.82 7.263 13.003 7.263 C 10.495 7.263 8.999 8.321 8.999 10.096 C 8.999 12.021 10.487 12.553 12.894 12.791 C 15.774 13.073 15.997 13.494 15.997 14.06 C 15.997 15.043 15.208 15.462 13.355 15.462 C 11.028 15.462 10.516 14.878 10.344 13.72 C 10.324 13.596 10.217 13.505 10.091 13.505 L 8.954 13.505 C 8.887 13.505 8.822 13.531 8.774 13.579 C 8.726 13.626 8.7 13.691 8.7 13.758 C 8.7 15.24 9.506 17.006 13.355 17.006 C 16.143 17.007 17.741 15.91 17.741 13.993 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="24px" id="W_he0cIiT" transform="translate(1.36 0)" width="21.28277107275546px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-x0Xqh {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 21" xmlns="http://www.w3.org/2000/svg"><path d="M 24 21.05 L 0 21.05 L 12 0 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="21.05000000000001px" id="nsOqDfs62" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1.14286;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 21" xmlns="http://www.w3.org/2000/svg"><path d="M 24 21.05 L 0 21.05 L 12 0 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="21.05000000000001px" id="nsOqDfs62" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 21" xmlns="http://www.w3.org/2000/svg"><path d="M 24 21.05 L 0 21.05 L 12 0 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="21.05000000000001px" id="nsOqDfs62" width="24px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
.framer-vJ0z7 {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 17 24" xmlns="http://www.w3.org/2000/svg"><path d="M 10.542 9.15 C 8.37 8.344 7.186 7.724 7.186 6.741 C 7.186 5.91 7.869 5.436 9.087 5.436 C 11.314 5.436 13.602 6.294 15.177 7.067 L 16.067 1.573 C 14.818 0.975 12.263 0 8.731 0 C 6.233 0 4.155 0.654 2.67 1.872 C 1.126 3.147 0.323 4.992 0.323 7.218 C 0.323 11.257 2.79 12.978 6.799 14.437 C 9.384 15.357 10.244 16.011 10.244 17.02 C 10.244 18 9.404 18.565 7.89 18.565 C 6.015 18.565 2.925 17.644 0.9 16.456 L 0 22.011 C 1.741 22.99 4.951 24 8.28 24 C 10.921 24 13.123 23.376 14.608 22.187 C 16.272 20.882 17.133 18.951 17.133 16.455 C 17.133 12.327 14.609 10.604 10.539 9.15 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="24px" id="Zhzyg4gjw" width="17.13299999999998px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 0.708333;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 17 24" xmlns="http://www.w3.org/2000/svg"><path d="M 10.542 9.15 C 8.37 8.344 7.186 7.724 7.186 6.741 C 7.186 5.91 7.869 5.436 9.087 5.436 C 11.314 5.436 13.602 6.294 15.177 7.067 L 16.067 1.573 C 14.818 0.975 12.263 0 8.731 0 C 6.233 0 4.155 0.654 2.67 1.872 C 1.126 3.147 0.323 4.992 0.323 7.218 C 0.323 11.257 2.79 12.978 6.799 14.437 C 9.384 15.357 10.244 16.011 10.244 17.02 C 10.244 18 9.404 18.565 7.89 18.565 C 6.015 18.565 2.925 17.644 0.9 16.456 L 0 22.011 C 1.741 22.99 4.951 24 8.28 24 C 10.921 24 13.123 23.376 14.608 22.187 C 16.272 20.882 17.133 18.951 17.133 16.455 C 17.133 12.327 14.609 10.604 10.539 9.15 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="24px" id="Zhzyg4gjw" width="17.13299999999998px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 17 24" xmlns="http://www.w3.org/2000/svg"><path d="M 10.542 9.15 C 8.37 8.344 7.186 7.724 7.186 6.741 C 7.186 5.91 7.869 5.436 9.087 5.436 C 11.314 5.436 13.602 6.294 15.177 7.067 L 16.067 1.573 C 14.818 0.975 12.263 0 8.731 0 C 6.233 0 4.155 0.654 2.67 1.872 C 1.126 3.147 0.323 4.992 0.323 7.218 C 0.323 11.257 2.79 12.978 6.799 14.437 C 9.384 15.357 10.244 16.011 10.244 17.02 C 10.244 18 9.404 18.565 7.89 18.565 C 6.015 18.565 2.925 17.644 0.9 16.456 L 0 22.011 C 1.741 22.99 4.951 24 8.28 24 C 10.921 24 13.123 23.376 14.608 22.187 C 16.272 20.882 17.133 18.951 17.133 16.455 C 17.133 12.327 14.609 10.604 10.539 9.15 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="24px" id="Zhzyg4gjw" width="17.13299999999998px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 17px;
}
.framer-dbzkh {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 11.992 0 C 11.558 0 11.122 0.086 10.712 0.257 L 1.779 3.951 C 1.276 4.159 1.289 4.859 1.791 5.067 L 10.773 8.625 C 11.56 8.944 12.44 8.944 13.227 8.625 L 22.209 5.067 C 22.712 4.871 22.712 4.159 22.221 3.951 L 13.264 0.257 C 12.862 0.087 12.429 -0.001 11.992 0 Z M 23.4 6.09 C 23.324 6.09 23.248 6.106 23.178 6.135 L 13.166 10.012 C 12.937 10.106 12.787 10.328 12.786 10.576 L 12.786 19.472 C 12.788 19.67 12.887 19.854 13.051 19.964 C 13.215 20.074 13.423 20.097 13.607 20.024 L 23.62 16.134 C 23.85 16.049 24.002 15.828 24 15.583 L 24 6.687 C 23.998 6.357 23.73 6.091 23.4 6.091 Z M 0.676 6.129 C 0.497 6.123 0.323 6.192 0.196 6.319 C 0.086 6.43 0 6.564 0 6.724 L 0 15.079 C 0 15.521 0.515 15.816 0.908 15.619 L 7.178 12.613 L 7.485 12.466 L 10.454 11.03 C 10.92 10.81 10.884 10.122 10.393 9.938 L 0.883 6.172 C 0.817 6.145 0.747 6.13 0.676 6.128 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="20.066200602239775px" id="LbeLAFPjp" transform="translate(0 1.966)" width="24.000017582113372px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--12auh5f);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 11.992 0 C 11.558 0 11.122 0.086 10.712 0.257 L 1.779 3.951 C 1.276 4.159 1.289 4.859 1.791 5.067 L 10.773 8.625 C 11.56 8.944 12.44 8.944 13.227 8.625 L 22.209 5.067 C 22.712 4.871 22.712 4.159 22.221 3.951 L 13.264 0.257 C 12.862 0.087 12.429 -0.001 11.992 0 Z M 23.4 6.09 C 23.324 6.09 23.248 6.106 23.178 6.135 L 13.166 10.012 C 12.937 10.106 12.787 10.328 12.786 10.576 L 12.786 19.472 C 12.788 19.67 12.887 19.854 13.051 19.964 C 13.215 20.074 13.423 20.097 13.607 20.024 L 23.62 16.134 C 23.85 16.049 24.002 15.828 24 15.583 L 24 6.687 C 23.998 6.357 23.73 6.091 23.4 6.091 Z M 0.676 6.129 C 0.497 6.123 0.323 6.192 0.196 6.319 C 0.086 6.43 0 6.564 0 6.724 L 0 15.079 C 0 15.521 0.515 15.816 0.908 15.619 L 7.178 12.613 L 7.485 12.466 L 10.454 11.03 C 10.92 10.81 10.884 10.122 10.393 9.938 L 0.883 6.172 C 0.817 6.145 0.747 6.13 0.676 6.128 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="20.066200602239775px" id="LbeLAFPjp" transform="translate(0 1.966)" width="24.000017582113372px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M 11.992 0 C 11.558 0 11.122 0.086 10.712 0.257 L 1.779 3.951 C 1.276 4.159 1.289 4.859 1.791 5.067 L 10.773 8.625 C 11.56 8.944 12.44 8.944 13.227 8.625 L 22.209 5.067 C 22.712 4.871 22.712 4.159 22.221 3.951 L 13.264 0.257 C 12.862 0.087 12.429 -0.001 11.992 0 Z M 23.4 6.09 C 23.324 6.09 23.248 6.106 23.178 6.135 L 13.166 10.012 C 12.937 10.106 12.787 10.328 12.786 10.576 L 12.786 19.472 C 12.788 19.67 12.887 19.854 13.051 19.964 C 13.215 20.074 13.423 20.097 13.607 20.024 L 23.62 16.134 C 23.85 16.049 24.002 15.828 24 15.583 L 24 6.687 C 23.998 6.357 23.73 6.091 23.4 6.091 Z M 0.676 6.129 C 0.497 6.123 0.323 6.192 0.196 6.319 C 0.086 6.43 0 6.564 0 6.724 L 0 15.079 C 0 15.521 0.515 15.816 0.908 15.619 L 7.178 12.613 L 7.485 12.466 L 10.454 11.03 C 10.92 10.81 10.884 10.122 10.393 9.938 L 0.883 6.172 C 0.817 6.145 0.747 6.13 0.676 6.128 Z" fill="var(--12auh5f, var(--token-2759885a-0605-4b0d-ae5f-9a938c3766f2, rgb(0, 0, 0)))" height="20.066200602239775px" id="LbeLAFPjp" transform="translate(0 1.966)" width="24.000017582113372px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 24px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-0psj9.framer-h4uqya,
.framer-0psj9 .framer-h4uqya {
    display: block;
}
.framer-0psj9.framer-1pvkfgh {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    padding: var(--rbjpba);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1014px;
    display: flex;
    position: relative;
}
.framer-0psj9 .framer-12qpe3i {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    position: relative;
}
.framer-0psj9 .framer-hpulxx,
.framer-0psj9 .framer-1hz6gh,
.framer-0psj9 .framer-1ctv0hx {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-0psj9 .framer-1ns2n0u {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-0psj9 .framer-efl88w {
    height: 2px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.framer-0psj9 .framer-afn6tp {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-0psj9 .framer-qmrpov {
    aspect-ratio: 0.75;
    height: var(--framer-aspect-ratio-supported, 267px);
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: 40%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-0psj9 .framer-1y60j4y {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-filter-override, filter);
    flex: 1 0 0;
    gap: 0;
    width: 1px;
    position: relative;
}
.framer-0psj9 .framer-4ephbi {
    flex-flow: row;
    flex: none;
    place-content: flex-end center;
    align-self: stretch;
    align-items: flex-end;
    gap: 0;
    width: 60%;
    height: auto;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-0psj9 .framer-16nfqfy {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 3px;
    width: 50%;
    padding: 7px 15px;
    display: flex;
    position: relative;
}
.framer-0psj9 .framer-9zplok,
.framer-0psj9 .framer-ktfm4s {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 1;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-0psj9 .framer-4ray2j {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    width: 1px;
    position: relative;
}
.framer-0psj9 .framer-5hy8jp {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 50%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-0psj9 .framer-1xtft8j-container,
.framer-0psj9 .framer-1ba7nsn-container,
.framer-0psj9 .framer-57g8aw-container,
.framer-0psj9 .framer-ebni0q-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-0psj9.framer-v-1oenmnt.framer-1pvkfgh {
    width: 390px;
}
.framer-0psj9.framer-v-1oenmnt .framer-12qpe3i {
    padding: 7px;
}
.framer-0psj9.framer-v-1oenmnt .framer-4ephbi {
    flex-direction: column;
    justify-content: flex-end;
}
.framer-0psj9.framer-v-1oenmnt .framer-16nfqfy {
    width: 100%;
    padding: 7px;
}
.framer-0psj9.framer-v-1oenmnt .framer-5hy8jp {
    width: 100%;
}
.framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
.framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 20px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-letter-spacing: -0.02em;
    --framer-line-height: 115%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 17px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-eZyhv .framer-styles-preset-1l3tbw0:not(.rich-text-wrapper),
    .framer-eZyhv .framer-styles-preset-1l3tbw0.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 115%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-0psj9[data-border="true"]:after,
.framer-0psj9 [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-my54D.framer-na8c8c,
.framer-my54D .framer-na8c8c {
    display: block;
}
.framer-my54D.framer-oxml7j {
    cursor: pointer;
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 4px;
    width: min-content;
    height: min-content;
    padding: 10px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-my54D .framer-10b7uxf {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: min-content;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
}
.framer-my54D .framer-1fo7tgr {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 17px);
    flex: none;
    width: 17px;
    position: relative;
}
.framer-my54D .framer-1j2teu2 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 17px);
    z-index: 1;
    flex: none;
    width: 17px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.framer-my54D.framer-v-1qy02dt.framer-oxml7j {
    cursor: unset;
    padding: 7px;
}
.framer-my54D.framer-v-1qy02dt .framer-1fo7tgr {
    height: var(--framer-aspect-ratio-supported, 15px);
    width: 15px;
}
.framer-my54D.framer-v-1qy02dt .framer-1j2teu2 {
    height: var(--framer-aspect-ratio-supported, 13px);
    width: 13px;
}
.framer-my54D.framer-v-oxml7j.hover .framer-1fo7tgr {
    z-index: 1;
    position: absolute;
    top: -20px;
    left: 0;
}
.framer-my54D.framer-v-oxml7j.hover .framer-1j2teu2 {
    bottom: unset;
    left: unset;
    position: relative;
}
.framer-my54D[data-border="true"]:after,
.framer-my54D [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-LAEqS {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 31.502 0 L 37.636 0 L 24.236 15.315 L 40 36.156 L 27.655 36.156 L 17.987 23.516 L 6.925 36.156 L 0.788 36.156 L 15.121 19.775 L 0 0 L 12.655 0 L 21.393 11.553 L 31.499 0 Z M 29.35 32.485 L 32.748 32.485 L 10.81 3.478 L 7.163 3.478 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="36.15630646925469px" id="NedVXNCgA" transform="translate(0 1.92)" width="40px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--87ol9m);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 31.502 0 L 37.636 0 L 24.236 15.315 L 40 36.156 L 27.655 36.156 L 17.987 23.516 L 6.925 36.156 L 0.788 36.156 L 15.121 19.775 L 0 0 L 12.655 0 L 21.393 11.553 L 31.499 0 Z M 29.35 32.485 L 32.748 32.485 L 10.81 3.478 L 7.163 3.478 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="36.15630646925469px" id="NedVXNCgA" transform="translate(0 1.92)" width="40px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 31.502 0 L 37.636 0 L 24.236 15.315 L 40 36.156 L 27.655 36.156 L 17.987 23.516 L 6.925 36.156 L 0.788 36.156 L 15.121 19.775 L 0 0 L 12.655 0 L 21.393 11.553 L 31.499 0 Z M 29.35 32.485 L 32.748 32.485 L 10.81 3.478 L 7.163 3.478 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="36.15630646925469px" id="NedVXNCgA" transform="translate(0 1.92)" width="40px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-uZnUQ {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 20 14 C 16.686 14 14 16.686 14 20 C 14 23.314 16.686 26 20 26 C 23.314 26 26 23.314 26 20 C 26 16.686 23.314 14 20 14 Z M 20 10 C 25.523 10 30 14.477 30 20 C 30 25.523 25.523 30 20 30 C 14.477 30 10 25.523 10 20 C 10 14.477 14.477 10 20 10 Z M 33 9.5 C 33 10.881 31.881 12 30.5 12 C 29.119 12 28 10.881 28 9.5 C 28 8.119 29.119 7 30.5 7 C 31.881 7 33 8.119 33 9.5 Z M 20 4 C 15.052 4 14.244 4.014 11.942 4.116 C 10.374 4.19 9.322 4.4 8.346 4.78 C 7.529 5.08 6.791 5.561 6.186 6.186 C 5.56 6.791 5.079 7.529 4.778 8.346 C 4.398 9.326 4.188 10.376 4.116 11.942 C 4.012 14.15 3.998 14.922 3.998 20 C 3.998 24.95 4.012 25.756 4.114 28.058 C 4.188 29.624 4.398 30.678 4.776 31.652 C 5.116 32.522 5.516 33.148 6.18 33.812 C 6.854 34.484 7.48 34.886 8.34 35.218 C 9.328 35.6 10.38 35.812 11.94 35.884 C 14.148 35.988 14.92 36 19.998 36 C 24.948 36 25.754 35.986 28.056 35.884 C 29.62 35.81 30.672 35.6 31.65 35.222 C 32.466 34.921 33.204 34.44 33.81 33.816 C 34.484 33.144 34.886 32.518 35.218 31.656 C 35.598 30.672 35.81 29.62 35.882 28.056 C 35.986 25.85 35.998 25.076 35.998 20 C 35.998 15.052 35.984 14.244 35.882 11.942 C 35.808 10.378 35.596 9.322 35.218 8.346 C 34.917 7.53 34.436 6.792 33.812 6.186 C 33.207 5.56 32.469 5.078 31.652 4.778 C 30.672 4.398 29.62 4.188 28.056 4.116 C 25.85 4.012 25.078 4 19.998 4 Z M 20 0 C 25.434 0 26.112 0.02 28.246 0.12 C 30.374 0.22 31.826 0.554 33.1 1.05 C 34.42 1.558 35.532 2.246 36.644 3.356 C 37.661 4.356 38.448 5.565 38.95 6.9 C 39.444 8.174 39.78 9.626 39.88 11.756 C 39.974 13.888 40 14.566 40 20 C 40 25.434 39.98 26.112 39.88 28.244 C 39.78 30.374 39.444 31.824 38.95 33.1 C 38.449 34.436 37.662 35.645 36.644 36.644 C 35.644 37.661 34.435 38.448 33.1 38.95 C 31.826 39.444 30.374 39.78 28.246 39.88 C 26.112 39.974 25.434 40 20 40 C 14.566 40 13.888 39.98 11.754 39.88 C 9.626 39.78 8.176 39.444 6.9 38.95 C 5.565 38.449 4.355 37.662 3.356 36.644 C 2.339 35.644 1.552 34.435 1.05 33.1 C 0.554 31.826 0.22 30.374 0.12 28.244 C 0.024 26.112 0 25.434 0 20 C 0 14.566 0.02 13.888 0.12 11.756 C 0.22 9.624 0.554 8.176 1.05 6.9 C 1.55 5.564 2.338 4.355 3.356 3.356 C 4.355 2.338 5.565 1.551 6.9 1.05 C 8.174 0.554 9.624 0.22 11.754 0.12 C 13.888 0.026 14.566 0 20 0 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="40px" id="YNtzuano0" width="40px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--87ol9m);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 20 14 C 16.686 14 14 16.686 14 20 C 14 23.314 16.686 26 20 26 C 23.314 26 26 23.314 26 20 C 26 16.686 23.314 14 20 14 Z M 20 10 C 25.523 10 30 14.477 30 20 C 30 25.523 25.523 30 20 30 C 14.477 30 10 25.523 10 20 C 10 14.477 14.477 10 20 10 Z M 33 9.5 C 33 10.881 31.881 12 30.5 12 C 29.119 12 28 10.881 28 9.5 C 28 8.119 29.119 7 30.5 7 C 31.881 7 33 8.119 33 9.5 Z M 20 4 C 15.052 4 14.244 4.014 11.942 4.116 C 10.374 4.19 9.322 4.4 8.346 4.78 C 7.529 5.08 6.791 5.561 6.186 6.186 C 5.56 6.791 5.079 7.529 4.778 8.346 C 4.398 9.326 4.188 10.376 4.116 11.942 C 4.012 14.15 3.998 14.922 3.998 20 C 3.998 24.95 4.012 25.756 4.114 28.058 C 4.188 29.624 4.398 30.678 4.776 31.652 C 5.116 32.522 5.516 33.148 6.18 33.812 C 6.854 34.484 7.48 34.886 8.34 35.218 C 9.328 35.6 10.38 35.812 11.94 35.884 C 14.148 35.988 14.92 36 19.998 36 C 24.948 36 25.754 35.986 28.056 35.884 C 29.62 35.81 30.672 35.6 31.65 35.222 C 32.466 34.921 33.204 34.44 33.81 33.816 C 34.484 33.144 34.886 32.518 35.218 31.656 C 35.598 30.672 35.81 29.62 35.882 28.056 C 35.986 25.85 35.998 25.076 35.998 20 C 35.998 15.052 35.984 14.244 35.882 11.942 C 35.808 10.378 35.596 9.322 35.218 8.346 C 34.917 7.53 34.436 6.792 33.812 6.186 C 33.207 5.56 32.469 5.078 31.652 4.778 C 30.672 4.398 29.62 4.188 28.056 4.116 C 25.85 4.012 25.078 4 19.998 4 Z M 20 0 C 25.434 0 26.112 0.02 28.246 0.12 C 30.374 0.22 31.826 0.554 33.1 1.05 C 34.42 1.558 35.532 2.246 36.644 3.356 C 37.661 4.356 38.448 5.565 38.95 6.9 C 39.444 8.174 39.78 9.626 39.88 11.756 C 39.974 13.888 40 14.566 40 20 C 40 25.434 39.98 26.112 39.88 28.244 C 39.78 30.374 39.444 31.824 38.95 33.1 C 38.449 34.436 37.662 35.645 36.644 36.644 C 35.644 37.661 34.435 38.448 33.1 38.95 C 31.826 39.444 30.374 39.78 28.246 39.88 C 26.112 39.974 25.434 40 20 40 C 14.566 40 13.888 39.98 11.754 39.88 C 9.626 39.78 8.176 39.444 6.9 38.95 C 5.565 38.449 4.355 37.662 3.356 36.644 C 2.339 35.644 1.552 34.435 1.05 33.1 C 0.554 31.826 0.22 30.374 0.12 28.244 C 0.024 26.112 0 25.434 0 20 C 0 14.566 0.02 13.888 0.12 11.756 C 0.22 9.624 0.554 8.176 1.05 6.9 C 1.55 5.564 2.338 4.355 3.356 3.356 C 4.355 2.338 5.565 1.551 6.9 1.05 C 8.174 0.554 9.624 0.22 11.754 0.12 C 13.888 0.026 14.566 0 20 0 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="40px" id="YNtzuano0" width="40px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 20 14 C 16.686 14 14 16.686 14 20 C 14 23.314 16.686 26 20 26 C 23.314 26 26 23.314 26 20 C 26 16.686 23.314 14 20 14 Z M 20 10 C 25.523 10 30 14.477 30 20 C 30 25.523 25.523 30 20 30 C 14.477 30 10 25.523 10 20 C 10 14.477 14.477 10 20 10 Z M 33 9.5 C 33 10.881 31.881 12 30.5 12 C 29.119 12 28 10.881 28 9.5 C 28 8.119 29.119 7 30.5 7 C 31.881 7 33 8.119 33 9.5 Z M 20 4 C 15.052 4 14.244 4.014 11.942 4.116 C 10.374 4.19 9.322 4.4 8.346 4.78 C 7.529 5.08 6.791 5.561 6.186 6.186 C 5.56 6.791 5.079 7.529 4.778 8.346 C 4.398 9.326 4.188 10.376 4.116 11.942 C 4.012 14.15 3.998 14.922 3.998 20 C 3.998 24.95 4.012 25.756 4.114 28.058 C 4.188 29.624 4.398 30.678 4.776 31.652 C 5.116 32.522 5.516 33.148 6.18 33.812 C 6.854 34.484 7.48 34.886 8.34 35.218 C 9.328 35.6 10.38 35.812 11.94 35.884 C 14.148 35.988 14.92 36 19.998 36 C 24.948 36 25.754 35.986 28.056 35.884 C 29.62 35.81 30.672 35.6 31.65 35.222 C 32.466 34.921 33.204 34.44 33.81 33.816 C 34.484 33.144 34.886 32.518 35.218 31.656 C 35.598 30.672 35.81 29.62 35.882 28.056 C 35.986 25.85 35.998 25.076 35.998 20 C 35.998 15.052 35.984 14.244 35.882 11.942 C 35.808 10.378 35.596 9.322 35.218 8.346 C 34.917 7.53 34.436 6.792 33.812 6.186 C 33.207 5.56 32.469 5.078 31.652 4.778 C 30.672 4.398 29.62 4.188 28.056 4.116 C 25.85 4.012 25.078 4 19.998 4 Z M 20 0 C 25.434 0 26.112 0.02 28.246 0.12 C 30.374 0.22 31.826 0.554 33.1 1.05 C 34.42 1.558 35.532 2.246 36.644 3.356 C 37.661 4.356 38.448 5.565 38.95 6.9 C 39.444 8.174 39.78 9.626 39.88 11.756 C 39.974 13.888 40 14.566 40 20 C 40 25.434 39.98 26.112 39.88 28.244 C 39.78 30.374 39.444 31.824 38.95 33.1 C 38.449 34.436 37.662 35.645 36.644 36.644 C 35.644 37.661 34.435 38.448 33.1 38.95 C 31.826 39.444 30.374 39.78 28.246 39.88 C 26.112 39.974 25.434 40 20 40 C 14.566 40 13.888 39.98 11.754 39.88 C 9.626 39.78 8.176 39.444 6.9 38.95 C 5.565 38.449 4.355 37.662 3.356 36.644 C 2.339 35.644 1.552 34.435 1.05 33.1 C 0.554 31.826 0.22 30.374 0.12 28.244 C 0.024 26.112 0 25.434 0 20 C 0 14.566 0.02 13.888 0.12 11.756 C 0.22 9.624 0.554 8.176 1.05 6.9 C 1.55 5.564 2.338 4.355 3.356 3.356 C 4.355 2.338 5.565 1.551 6.9 1.05 C 8.174 0.554 9.624 0.22 11.754 0.12 C 13.888 0.026 14.566 0 20 0 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="40px" id="YNtzuano0" width="40px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-VGgdK {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 8.395 4.199 C 8.393 6.517 6.513 8.396 4.195 8.395 C 1.877 8.393 -0.001 6.513 0 4.195 C 0.001 1.877 1.881 -0.001 4.199 0 C 6.517 0.001 8.396 1.881 8.395 4.199 Z M 8.52 11.503 L 0.126 11.503 L 0.126 37.778 L 8.52 37.778 Z M 21.784 11.503 L 13.431 11.503 L 13.431 37.778 L 21.7 37.778 L 21.7 23.99 C 21.7 16.308 31.71 15.595 31.71 23.99 L 31.71 37.778 L 40 37.778 L 40 21.135 C 40 8.187 25.184 8.669 21.7 15.028 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="37.777544573063466px" id="TeHY74iUW" transform="translate(0 1.105)" width="40.00000063531889px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--87ol9m);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 8.395 4.199 C 8.393 6.517 6.513 8.396 4.195 8.395 C 1.877 8.393 -0.001 6.513 0 4.195 C 0.001 1.877 1.881 -0.001 4.199 0 C 6.517 0.001 8.396 1.881 8.395 4.199 Z M 8.52 11.503 L 0.126 11.503 L 0.126 37.778 L 8.52 37.778 Z M 21.784 11.503 L 13.431 11.503 L 13.431 37.778 L 21.7 37.778 L 21.7 23.99 C 21.7 16.308 31.71 15.595 31.71 23.99 L 31.71 37.778 L 40 37.778 L 40 21.135 C 40 8.187 25.184 8.669 21.7 15.028 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="37.777544573063466px" id="TeHY74iUW" transform="translate(0 1.105)" width="40.00000063531889px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 8.395 4.199 C 8.393 6.517 6.513 8.396 4.195 8.395 C 1.877 8.393 -0.001 6.513 0 4.195 C 0.001 1.877 1.881 -0.001 4.199 0 C 6.517 0.001 8.396 1.881 8.395 4.199 Z M 8.52 11.503 L 0.126 11.503 L 0.126 37.778 L 8.52 37.778 Z M 21.784 11.503 L 13.431 11.503 L 13.431 37.778 L 21.7 37.778 L 21.7 23.99 C 21.7 16.308 31.71 15.595 31.71 23.99 L 31.71 37.778 L 40 37.778 L 40 21.135 C 40 8.187 25.184 8.669 21.7 15.028 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="37.777544573063466px" id="TeHY74iUW" transform="translate(0 1.105)" width="40.00000063531889px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
.framer-qmf7L {
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 13.714 23 L 18.612 23 L 20.571 15 L 13.714 15 L 13.714 11 C 13.714 8.94 13.714 7 17.633 7 L 20.571 7 L 20.571 0.28 C 19.933 0.194 17.521 0 14.974 0 C 9.655 0 5.878 3.314 5.878 9.4 L 5.878 15 L 0 15 L 0 23 L 5.878 23 L 5.878 40 L 13.714 40 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="40px" id="TvgFGYl1C" transform="translate(9.715 0)" width="20.57142857142857px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    aspect-ratio: 1;
    background-color: var(--87ol9m);
    -webkit-mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 13.714 23 L 18.612 23 L 20.571 15 L 13.714 15 L 13.714 11 C 13.714 8.94 13.714 7 17.633 7 L 20.571 7 L 20.571 0.28 C 19.933 0.194 17.521 0 14.974 0 C 9.655 0 5.878 3.314 5.878 9.4 L 5.878 15 L 0 15 L 0 23 L 5.878 23 L 5.878 40 L 13.714 40 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="40px" id="TvgFGYl1C" transform="translate(9.715 0)" width="20.57142857142857px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    mask:
        url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M 13.714 23 L 18.612 23 L 20.571 15 L 13.714 15 L 13.714 11 C 13.714 8.94 13.714 7 17.633 7 L 20.571 7 L 20.571 0.28 C 19.933 0.194 17.521 0 14.974 0 C 9.655 0 5.878 3.314 5.878 9.4 L 5.878 15 L 0 15 L 0 23 L 5.878 23 L 5.878 40 L 13.714 40 Z" fill="var(--87ol9m, var(--token-f2d0b226-11d7-401c-9054-7d237b6a1775, rgb(255, 255, 255)))" height="40px" id="TvgFGYl1C" transform="translate(9.715 0)" width="20.57142857142857px"/></svg>')
            alpha no-repeat center/auto var(--framer-icon-mask-mode, add),
        var(--framer-icon-mask, none);
    width: 40px;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-CeAoB.framer-15xlvqb,
.framer-CeAoB .framer-15xlvqb {
    display: block;
}
.framer-CeAoB.framer-106rj6z {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 50px;
    width: 1120px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-CeAoB .framer-1n2mnfw {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-CeAoB .framer-1pwyasq {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-CeAoB .framer-upegva,
.framer-CeAoB .framer-1okuk0f {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-CeAoB .framer-lzijsf-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-CeAoB .framer-laq7vj {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-CeAoB .framer-uy42gs {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-CeAoB .framer-1xljx3q-container,
.framer-CeAoB .framer-1j14wpm-container,
.framer-CeAoB .framer-18h98lv-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: 100%;
    position: relative;
}
.framer-CeAoB.framer-v-1x2v9os.framer-106rj6z,
.framer-CeAoB.framer-v-jkrb01.framer-106rj6z {
    width: 810px;
}
.framer-CeAoB.framer-v-1x2v9os .framer-uy42gs,
.framer-CeAoB.framer-v-jkrb01 .framer-uy42gs {
    flex-flow: column;
    align-content: center;
    align-items: center;
    display: flex;
}
.framer-CeAoB.framer-v-1x2v9os .framer-1xljx3q-container,
.framer-CeAoB.framer-v-1x2v9os .framer-1j14wpm-container,
.framer-CeAoB.framer-v-1x2v9os .framer-18h98lv-container,
.framer-CeAoB.framer-v-jkrb01 .framer-1xljx3q-container,
.framer-CeAoB.framer-v-jkrb01 .framer-1j14wpm-container,
.framer-CeAoB.framer-v-jkrb01 .framer-18h98lv-container {
    align-self: unset;
    height: auto;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-cyced.framer-dcx264,
.framer-cyced .framer-dcx264 {
    display: block;
}
.framer-cyced.framer-1hw68aa {
    cursor: pointer;
    will-change: var(--framer-will-change-override, transform);
    width: 48px;
    height: 28px;
    position: relative;
    overflow: hidden;
}
.framer-cyced .framer-mh1zsc {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 20px);
    will-change: var(--framer-will-change-override, transform);
    z-index: 1;
    flex: none;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 4px;
    overflow: hidden;
}
.framer-cyced.framer-v-1iffuis .framer-mh1zsc {
    left: unset;
    right: 3px;
}
.framer-cyced[data-border="true"]:after,
.framer-cyced [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-hdQem.framer-14l3i4z,
.framer-hdQem .framer-14l3i4z {
    display: block;
}
.framer-hdQem.framer-kix6hp {
    height: min-content;
    padding: var(--1sm9qqb);
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 400px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-mbqiwr {
    pointer-events: none;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0 0 50px;
    overflow: visible;
}
.framer-hdQem .framer-1td6m8d-container {
    mix-blend-mode: multiply;
    z-index: 1;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-hdQem .framer-iv9tes-container {
    flex: 1 0 0;
    width: 100%;
    height: 1px;
    position: relative;
}
.framer-hdQem .framer-14qttel {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-1wdgiia {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    height: min-content;
    padding: 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-138jpay {
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-hdQem .framer-1prahle {
    flex-flow: wrap;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 16px 8px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-ghdo7w,
.framer-hdQem .framer-1fqper2 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-1n3cf6d {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: min-content;
    padding: 5px 7px;
    display: flex;
    position: relative;
}
.framer-hdQem .framer-mc51lt {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-utdfxm {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 440px;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-1bpp1e8 {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    height: min-content;
    padding: 25px 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-w01u87 {
    flex-flow: row;
    flex: none;
    place-content: flex-end flex-start;
    align-items: flex-end;
    gap: 4px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-1izx2hg-container,
.framer-hdQem .framer-1pm8kd6-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-1vdrx0d {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 40px 40px 80px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-1qt8rej-container,
.framer-hdQem .framer-uble1j-container,
.framer-hdQem .framer-1oq4sdj-container,
.framer-hdQem .framer-flkndf-container,
.framer-hdQem .framer-1wm7hxo-container,
.framer-hdQem .framer-w91gy1-container,
.framer-hdQem .framer-10jabmv-container,
.framer-hdQem .framer-14rwyw2-container,
.framer-hdQem .framer-1a7a10a-container,
.framer-hdQem .framer-r7a6ih-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-16tbzdg {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-1b4nxbs {
    flex-flow: row;
    flex: 1 0 0;
    place-content: center space-between;
    align-self: stretch;
    align-items: center;
    width: 1px;
    height: auto;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-1vnbd2h,
.framer-hdQem .framer-i147un,
.framer-hdQem .framer-zqtwkk,
.framer-hdQem .framer-xv7332,
.framer-hdQem .framer-2qbycn,
.framer-hdQem .framer-gvwkil,
.framer-hdQem .framer-rwb3oi,
.framer-hdQem .framer-6qot08,
.framer-hdQem .framer-nma395,
.framer-hdQem .framer-1pucnkd,
.framer-hdQem .framer-1xlfwkr,
.framer-hdQem .framer-1o4ri1i,
.framer-hdQem .framer-1vlappo,
.framer-hdQem .framer-1rfkmvh,
.framer-hdQem .framer-wxb1lq,
.framer-hdQem .framer-1n6v61b,
.framer-hdQem .framer-11xqsb7,
.framer-hdQem .framer-lb8zne,
.framer-hdQem .framer-x0mb4n,
.framer-hdQem .framer-1f6anax,
.framer-hdQem .framer-1tgg5s,
.framer-hdQem .framer-j51uon,
.framer-hdQem .framer-o18dl {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 1px;
    position: relative;
}
.framer-hdQem .framer-ugxhwn {
    cursor: pointer;
    flex-flow: row;
    flex: 1 0 0;
    place-content: center space-between;
    align-items: center;
    width: 1px;
    height: 50px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-hdQem .framer-1webyu6 {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-2pjotn-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-hdQem .framer-qy3w7r-container {
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-hdQem .framer-aznqcd {
    z-index: 1;
    flex: none;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
}
.framer-hdQem.framer-v-uh5tgx.framer-kix6hp {
    width: 390px;
}
.framer-hdQem.framer-v-uh5tgx .framer-1wdgiia {
    padding: 30px;
}
.framer-hdQem.framer-v-uh5tgx .framer-1bpp1e8 {
    padding: 25px 30px;
}
.framer-hdQem.framer-v-uh5tgx .framer-1vdrx0d {
    padding: 30px 30px 60px;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
    .framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 27px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 120%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
    .framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 23px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 120%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
    .framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
    .framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 12px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-hdQem[data-border="true"]:after,
.framer-hdQem [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-70zbm.framer-4suh9n,
.framer-70zbm .framer-4suh9n {
    display: block;
}
.framer-70zbm.framer-1en1t3h {
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 7px;
    width: 86px;
    height: min-content;
    padding: 5px 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-70zbm .framer-1x82rg {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 14px);
    flex: none;
    width: 14px;
    position: relative;
}
.framer-70zbm .framer-1flklf {
    -webkit-user-select: none;
    user-select: none;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-70zbm .framer-1v3air7 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: 220px;
    padding: 12px;
    display: flex;
    position: relative;
}
.framer-70zbm .framer-1q02c69 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-70zbm.framer-v-13jf0qi.framer-1en1t3h {
    cursor: help;
}
.framer-J3vLY .framer-styles-preset-qm7l3:not(.rich-text-wrapper),
.framer-J3vLY .framer-styles-preset-qm7l3.rich-text-wrapper p {
    --framer-font-family: "Roboto Mono", monospace;
    --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 16px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-style-bold-italic: italic;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 700;
    --framer-font-weight-bold: 700;
    --framer-font-weight-bold-italic: 700;
    --framer-font-weight-italic: 400;
    --framer-letter-spacing: -0.04em;
    --framer-line-height: 120%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: underline;
    --framer-text-decoration-color: var(--token-82d92470-f077-4c9d-9673-709d01132847, #686868);
    --framer-text-decoration-offset: 3px;
    --framer-text-decoration-style: dotted;
    --framer-text-decoration-thickness: 1px;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
.framer-FCBgc,
.framer-QVbbS {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-ebY1m.framer-1vyk1v2,
.framer-ebY1m .framer-1vyk1v2 {
    display: block;
}
.framer-ebY1m.framer-8cog39 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-ebY1m .framer-15mbfh0 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-ebY1m .framer-dghmcv-container {
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: 1px 0 0;
}
.framer-ebY1m .framer-r04gzy {
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 80px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-h2gzkl {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-12vapa8-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-ebY1m .framer-v4cobo {
    flex-flow: column;
    flex: none;
    grid-column: span 3;
    place-content: flex-start center;
    place-self: start;
    align-items: flex-start;
    gap: 75px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-ydngk9-container {
    flex: none;
    width: 100%;
    max-width: 630px;
    height: auto;
    position: relative;
}
.framer-ebY1m .framer-1y6pnvj-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-ebY1m .framer-1n6adm3 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    padding: 60px 0;
    display: flex;
    position: relative;
}
.framer-ebY1m .framer-dhrm6c-container {
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-ebY1m .framer-1ief99q {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-8n93ic {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 75%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-1g56zln {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    place-self: start end;
    align-items: center;
    gap: 0;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-ebY1m .framer-1ordyh7 {
    width: 25px;
    height: 21px;
    position: relative;
}
.framer-ebY1m .framer-1ls722n {
    width: 11px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 14px;
}
.framer-ebY1m .framer-1wpdqrc {
    width: 11px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-ebY1m .framer-1hjyt4g {
    height: min-content;
    width: 1fr;
    flex-flow: column;
    flex: none;
    grid-column: span 2;
    place-content: flex-end center;
    place-self: center end;
    align-items: flex-end;
    gap: 15px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-1jdlm4b {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 340px;
    height: auto;
    position: relative;
}
.framer-ebY1m .framer-r0gavh {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 550px;
    height: auto;
    position: relative;
}
.framer-ebY1m .framer-53cbxp {
    flex-flow: row;
    flex: none;
    place-content: flex-end;
    align-items: flex-end;
    gap: 15px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-1qswwyw-container {
    flex: none;
    width: 75%;
    height: auto;
    position: relative;
}
.framer-ebY1m .framer-iz7aof {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 15px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ebY1m .framer-bblye9-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-ebY1m.framer-v-1uf3rjx.framer-8cog39 {
    width: 810px;
}
.framer-ebY1m.framer-v-1uf3rjx .framer-15mbfh0 {
    padding: 90px 0;
}
.framer-ebY1m.framer-v-1uf3rjx .framer-r04gzy,
.framer-ebY1m.framer-v-1uf3rjx .framer-1ief99q {
    padding: 0 20px;
}
.framer-ebY1m.framer-v-1uf3rjx .framer-1n6adm3 {
    padding: 45px 0;
}
.framer-ebY1m.framer-v-1i9mxfi.framer-8cog39 {
    width: 390px;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-15mbfh0 {
    padding: 60px 0;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-r04gzy {
    gap: 50px;
    padding: 0 10px;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-h2gzkl {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-12vapa8-container {
    align-self: unset;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-v4cobo {
    align-self: unset;
    gap: 50px;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-1n6adm3 {
    padding: 30px 0;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-1ief99q {
    gap: 30px;
    padding: 0 10px;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-8n93ic {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    width: 100%;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-1hjyt4g {
    grid-column: span 3;
    width: 100%;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-53cbxp {
    flex-direction: column;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-1qswwyw-container {
    width: 100%;
}
.framer-ebY1m.framer-v-1i9mxfi .framer-iz7aof {
    flex: none;
    width: 100%;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-tI4Od.framer-17h6gx2,
.framer-tI4Od .framer-17h6gx2 {
    display: block;
}
.framer-tI4Od.framer-1xw72nw {
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 840px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-tI4Od .framer-1wbwe9f-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-tI4Od .framer-rmn00m-container,
.framer-tI4Od .framer-kxgoal-container,
.framer-tI4Od .framer-1bocjto-container,
.framer-tI4Od .framer-18a2gpw-container,
.framer-tI4Od .framer-twv7zs-container,
.framer-tI4Od .framer-vt1hpp-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-tI4Od[data-border="true"]:after,
.framer-tI4Od [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-6Ahdr.framer-1ogeors,
.framer-6Ahdr .framer-1ogeors {
    display: block;
}
.framer-6Ahdr.framer-10s7ezb {
    cursor: pointer;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: 560px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-6Ahdr .framer-jfr4il {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
    display: flex;
    position: relative;
}
.framer-6Ahdr .framer-mmq954 {
    -webkit-user-select: none;
    user-select: none;
    flex-flow: row;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-6Ahdr .framer-1iru14b {
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 5px;
    display: flex;
    position: absolute;
    top: 48%;
    left: -50px;
    overflow: visible;
}
.framer-6Ahdr .framer-1x2mabg {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-6Ahdr .framer-1pe7kbn {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-6Ahdr .framer-1pht4bu {
    flex-flow: column;
    flex: none;
    place-content: flex-end;
    align-items: flex-end;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-6Ahdr .framer-1bestpt {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 15px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-6Ahdr .framer-mpt6ur,
.framer-6Ahdr .framer-uemgak,
.framer-6Ahdr .framer-1n0i6e {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 5px);
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 5px;
    position: relative;
}
.framer-6Ahdr .framer-1rm483q {
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 15px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-6Ahdr .framer-oupqxc {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0 20px 20px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-6Ahdr .framer-1f1mc2y {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
}
.framer-6Ahdr.framer-v-c1bwse .framer-1iru14b,
.framer-6Ahdr.framer-v-1p1ubgx .framer-1iru14b {
    left: unset;
    top: unset;
    position: relative;
}
.framer-6Ahdr.framer-v-c1bwse .framer-1bestpt,
.framer-6Ahdr.framer-v-1p1ubgx .framer-1bestpt {
    order: 1;
}
.framer-6Ahdr.framer-v-c1bwse .framer-1rm483q,
.framer-6Ahdr.framer-v-1p1ubgx .framer-1rm483q {
    order: 0;
}
.framer-6Ahdr.framer-v-c1bwse .framer-oupqxc,
.framer-6Ahdr.framer-v-1p1ubgx .framer-oupqxc {
    position: absolute;
    top: 297%;
    left: 50%;
}
.framer-6Ahdr.framer-v-c1bwse.hover .framer-1iru14b {
    left: unset;
    top: unset;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper),
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table {
    border-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) th,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table th,
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) td,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table td {
    background-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f5f4e7);
    padding: 10px;
}
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) th,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table th {
    background-color: var(--token-52433e3c-3bdd-4e8f-b4eb-8bd6681644d3, #ffffed);
}
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) tr + tr td,
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) tr + tr th,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table tr + tr td,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table tr + tr th {
    border-top-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    border-top-style: solid;
    border-top-width: 1px;
}
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) td + td,
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) th + th,
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) td + th,
.framer-1hsBq .framer-styles-preset-h4j97n:not(.rich-text-wrapper) th + td,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table td + td,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table th + th,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table td + th,
.framer-1hsBq .framer-styles-preset-h4j97n.rich-text-wrapper table th + td {
    border-left-color: var(--token-e5145d68-ee3f-43dc-8638-41389fb43644, #9c9c9c26);
    border-left-style: solid;
    border-left-width: 1px;
}
.framer-6Ahdr[data-border="true"]:after,
.framer-6Ahdr [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-mdtMj.framer-4rbsgt,
.framer-mdtMj .framer-4rbsgt {
    display: block;
}
.framer-mdtMj.framer-1m7l3gw {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-mdtMj .framer-1pkm1l-container {
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-mdtMj .framer-5x2mmy {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-mdtMj .framer-11fx111 {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-mdtMj .framer-1wj2mu6-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-mdtMj .framer-15m1j2p {
    flex: none;
    grid-column: span 3;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    place-self: start;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-mdtMj .framer-1t2q3e7-container {
    flex: none;
    grid-column: span 2;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-mdtMj .framer-14kpnan-container {
    flex: none;
    place-self: end;
    width: fit-content;
    height: auto;
    position: relative;
}
.framer-mdtMj .framer-q5n466 {
    flex: none;
    grid-template-columns: repeat(4, minmax(1px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-mdtMj .framer-bm9v8q-container {
    grid-column: var(--1q1styz);
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-mdtMj.framer-v-1iryqe4.framer-1m7l3gw {
    width: 810px;
    padding: 90px 0;
}
.framer-mdtMj.framer-v-1iryqe4 .framer-5x2mmy {
    padding: 0 20px;
}
.framer-mdtMj.framer-v-1iryqe4 .framer-q5n466 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
}
.framer-mdtMj.framer-v-1iryqe4 .framer-bm9v8q-container {
    grid-column: var(--1xlim7f);
}
.framer-mdtMj.framer-v-akkmn4.framer-1m7l3gw {
    width: 390px;
    padding: 60px 0;
}
.framer-mdtMj.framer-v-akkmn4 .framer-5x2mmy {
    gap: 50px;
    padding: 0 10px;
}
.framer-mdtMj.framer-v-akkmn4 .framer-11fx111 {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: flex;
}
.framer-mdtMj.framer-v-akkmn4 .framer-1wj2mu6-container {
    align-self: unset;
}
.framer-mdtMj.framer-v-akkmn4 .framer-15m1j2p {
    align-content: flex-end;
    align-items: flex-end;
    align-self: unset;
    flex-flow: row;
    gap: 10px;
    display: flex;
}
.framer-mdtMj.framer-v-akkmn4 .framer-1t2q3e7-container {
    align-self: unset;
    flex: 1 0 0;
    width: 1px;
}
.framer-mdtMj.framer-v-akkmn4 .framer-14kpnan-container {
    align-self: unset;
    width: auto;
}
.framer-mdtMj.framer-v-akkmn4 .framer-q5n466 {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
}
.framer-mdtMj.framer-v-akkmn4 .framer-bm9v8q-container {
    grid-column: var(--7ad6xv);
}
.framer-mdtMj[data-border="true"]:after,
.framer-mdtMj [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-8VT5I.framer-2q1s82,
.framer-8VT5I .framer-2q1s82 {
    display: block;
}
.framer-8VT5I.framer-1dwb07x {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 120px 0;
    display: flex;
    position: relative;
}
.framer-8VT5I .framer-19mkpfr-container {
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-8VT5I .framer-1tdrq77 {
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8VT5I .framer-1r5oiov {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8VT5I .framer-wpgsml {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 60px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8VT5I .framer-7buye3 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-8VT5I .framer-1kdeknk {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-8VT5I .framer-1d0o5q0-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-8VT5I .framer-1dtz6iz-container,
.framer-8VT5I .framer-1debsex-container,
.framer-8VT5I .framer-142xhdh-container,
.framer-8VT5I .framer-qa6bbl-container,
.framer-8VT5I .framer-1jbkjhd-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-8VT5I .framer-12hi3qj {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 50%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-8VT5I .framer-7jvywl {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 30px;
    width: 50%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-8VT5I .framer-rpqhcn {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 340px;
    height: auto;
    position: relative;
}
.framer-8VT5I .framer-gty9fv-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-8VT5I.framer-v-16p74ep.framer-1dwb07x {
    width: 810px;
    padding: 90px 0;
}
.framer-8VT5I.framer-v-16p74ep .framer-1tdrq77 {
    padding: 0 20px;
}
.framer-8VT5I.framer-v-16p74ep .framer-1dtz6iz-container {
    max-width: 90%;
}
.framer-8VT5I.framer-v-16p74ep .framer-12hi3qj,
.framer-8VT5I.framer-v-1abrcsr .framer-12hi3qj,
.framer-8VT5I.framer-v-1abrcsr .framer-7jvywl {
    width: 100%;
}
.framer-8VT5I.framer-v-16p74ep .framer-gty9fv-container {
    z-index: 1;
}
.framer-8VT5I.framer-v-1abrcsr.framer-1dwb07x {
    width: 390px;
    padding: 60px 0;
}
.framer-8VT5I.framer-v-1abrcsr .framer-1tdrq77 {
    gap: 60px;
    padding: 0 10px;
}
.framer-8VT5I.framer-v-1abrcsr .framer-1r5oiov {
    flex-direction: column;
    gap: 50px;
}
.framer-8VT5I.framer-v-1abrcsr .framer-wpgsml {
    flex: none;
    gap: 40px;
    width: 100%;
}
.framer-8VT5I.framer-v-1abrcsr .framer-gty9fv-container {
    z-index: 1;
    flex: none;
    width: 100%;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-DcLwC.framer-1m6pwvl,
.framer-DcLwC .framer-1m6pwvl {
    display: block;
}
.framer-DcLwC.framer-kjl11a {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: 280px;
    padding: 4px 15px 4px 4px;
    display: flex;
    position: relative;
}
.framer-DcLwC .framer-dtz8q {
    height: 50px;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: 50px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-DcLwC .framer-1b41k8a-container {
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-DcLwC .framer-1dx3p83 {
    height: var(--framer-aspect-ratio-supported, 23px);
    flex: none;
    width: 23px;
    position: relative;
}
.framer-DcLwC .framer-1dzx3ec {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-DcLwC .framer-1dvay67 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-DcLwC.framer-v-18fjiin.framer-kjl11a,
.framer-DcLwC.framer-v-1rrsd3f.framer-kjl11a {
    gap: 10px;
}
.framer-DcLwC.framer-v-18fjiin .framer-dtz8q,
.framer-DcLwC.framer-v-1rrsd3f .framer-dtz8q {
    width: 35px;
    height: 35px;
}
.framer-DcLwC.framer-v-1rrsd3f .framer-1dx3p83 {
    height: var(--framer-aspect-ratio-supported, 18px);
    width: 17px;
}
.framer-DcLwC[data-border="true"]:after,
.framer-DcLwC [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-32ZXG.framer-1ykprnk,
.framer-32ZXG .framer-1ykprnk {
    display: block;
}
.framer-32ZXG.framer-oxdzpa {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    width: 560px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-32ZXG .framer-1wlpwq8 {
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.framer-32ZXG .framer-d8pfsu {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 600px;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-164k4h7 {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-32ZXG .framer-xi4wzi {
    flex: none;
    flex-direction: var(--1ej3wvs);
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    gap: 30px 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-1cfffoz,
.framer-32ZXG .framer-o6hgm8,
.framer-32ZXG .framer-9u1fpy,
.framer-32ZXG .framer-921mb5 {
    flex: var(--1x9yrd9);
    height: min-content;
    width: var(--10v1m0h);
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-efo2hf,
.framer-32ZXG .framer-tgub00,
.framer-32ZXG .framer-1mq3h0r,
.framer-32ZXG .framer-1uloe4p,
.framer-32ZXG .framer-v22djm,
.framer-32ZXG .framer-sg5mjh {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-e04b5r {
    --framer-input-focused-background: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-input-focused-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-font-family: "TASA Orbiter";
    --framer-input-font-letter-spacing: -0.02em;
    --framer-input-font-line-height: 100%;
    --framer-input-font-size: 16px;
    --framer-input-font-weight: 600;
    --framer-input-padding: 15px;
    flex: none;
    width: 100%;
    height: 44px;
    position: relative;
}
.framer-32ZXG .framer-2aowmu {
    --framer-input-focused-background: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-input-focused-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-font-family: "TASA Orbiter";
    --framer-input-font-letter-spacing: -0.02em;
    --framer-input-font-line-height: 130%;
    --framer-input-font-size: 16px;
    --framer-input-font-weight: 600;
    --framer-input-padding: 15px;
    flex: none;
    width: 100%;
    height: 44px;
    position: relative;
}
.framer-32ZXG .framer-2mh3fs {
    flex: none;
    flex-direction: var(--1ej3wvs);
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    gap: 30px 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-32ZXG .framer-1shjx0h {
    --framer-input-focused-background: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-input-focused-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-font-family: "TASA Orbiter";
    --framer-input-font-letter-spacing: -0.02em;
    --framer-input-font-line-height: 110%;
    --framer-input-font-size: 16px;
    --framer-input-font-weight: 600;
    --framer-input-padding: 15px;
    flex: none;
    width: 100%;
    height: 44px;
    position: relative;
}
.framer-32ZXG .framer-1dpjf5r {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-32ZXG .framer-183b31c-container {
    flex: none;
    width: 100%;
    height: 44px;
    position: relative;
}
.framer-32ZXG .framer-5q8u45 {
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-s8momo {
    z-index: 1;
    flex-flow: wrap;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-32ZXG .framer-17vcnio,
.framer-32ZXG .framer-1c9nmvx,
.framer-32ZXG .framer-wka5oc,
.framer-32ZXG .framer-ruvywa,
.framer-32ZXG .framer-18v1i4e,
.framer-32ZXG .framer-1s8czkx {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: 44px;
    padding: 10px;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-x0snyz,
.framer-32ZXG .framer-2tehxw,
.framer-32ZXG .framer-163knmn,
.framer-32ZXG .framer-8cj4p3,
.framer-32ZXG .framer-1vswtwd,
.framer-32ZXG .framer-18czk7d {
    --framer-input-boolean-checked-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 16px);
    flex: none;
    width: 16px;
    position: relative;
}
.framer-32ZXG .framer-19jmgvi,
.framer-32ZXG .framer-1wubl13,
.framer-32ZXG .framer-1gyt2xz,
.framer-32ZXG .framer-29syqc,
.framer-32ZXG .framer-19in5ov,
.framer-32ZXG .framer-rkebxf {
    -webkit-user-select: none;
    user-select: none;
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-1a1hknc {
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-1xlcwtg {
    --framer-input-focused-background: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-input-focused-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-font-family: "TASA Orbiter";
    --framer-input-font-letter-spacing: -0.02em;
    --framer-input-font-line-height: 130%;
    --framer-input-font-size: 16px;
    --framer-input-font-weight: 600;
    --framer-input-padding: 15px;
    --framer-input-wrapper-height: auto;
    --framer-textarea-resize: vertical;
    flex: none;
    width: 100%;
    height: auto;
    min-height: 150px;
    position: relative;
}
.framer-32ZXG .framer-1nsxonz {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-2doekr {
    --framer-input-boolean-checked-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-focused-border-color: var(--token-1486dbb4-cc20-4852-a20d-db81362153cb, #bdbdbd);
    --framer-input-focused-border-style: solid;
    --framer-input-focused-border-width: 1px;
    --framer-input-focused-transition: all 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s;
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 16px);
    flex: none;
    width: 16px;
    position: relative;
}
.framer-32ZXG .framer-15z74go {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-io20g0 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-o819ci {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    flex: 1 0 0;
    align-self: stretch;
    width: 1px;
    position: relative;
}
.framer-32ZXG .framer-1d7z6fu {
    flex-flow: column;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 15px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-32ZXG .framer-1tstbwz-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-15f749w {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-32ZXG .framer-jxjq78 {
    height: var(--framer-aspect-ratio-supported, 12px);
    flex: none;
    width: 12px;
    position: relative;
}
.framer-32ZXG .framer-1b1gdtp {
    --framer-text-wrap-override: balance;
    flex: 1 0 0;
    width: 1px;
    max-width: 524px;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-6rs7u1 {
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    width: 100%;
    position: absolute;
    top: calc(49.9407% - 0.5px);
    left: 0%;
}
.framer-32ZXG .framer-h32pxa-container {
    pointer-events: none;
    z-index: 1;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-32ZXG .framer-1yw719j {
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 340px;
    height: min-content;
    padding: 30px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
}
.framer-32ZXG .framer-cjbwp0 {
    --framer-text-wrap-override: balance;
    z-index: 1;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-32ZXG .framer-1hzche4 {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    overflow: visible;
}
.framer-32ZXG .framer-b09z6y-container {
    mix-blend-mode: multiply;
    z-index: 1;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-32ZXG .framer-1rfn2w1-container {
    flex: 1 0 0;
    width: 100%;
    height: 1px;
    position: relative;
}
.framer-32ZXG .framer-a6dhl1 {
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.framer-32ZXG.framer-v-upv7d1 .framer-164k4h7 {
    pointer-events: none;
}
.framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
.framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 30px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-style-bold-italic: italic;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-font-weight-bold: 700;
    --framer-font-weight-bold-italic: 700;
    --framer-font-weight-italic: 400;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 120%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
    .framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 27px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 120%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-3qE0m .framer-styles-preset-gcsm9t:not(.rich-text-wrapper),
    .framer-3qE0m .framer-styles-preset-gcsm9t.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 23px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 120%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-jLMbT .framer-styles-preset-3w9o9k:not(.rich-text-wrapper),
.framer-jLMbT .framer-styles-preset-3w9o9k.rich-text-wrapper a {
    --framer-link-current-text-color: var(--token-1486dbb4-cc20-4852-a20d-db81362153cb, #bdbdbd);
    --framer-link-current-text-decoration: underline;
    --framer-link-current-text-decoration-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f5f4e7);
    --framer-link-current-text-decoration-offset: 3px;
    --framer-link-current-text-decoration-skip-ink: auto;
    --framer-link-current-text-decoration-thickness: 2px;
    --framer-link-hover-text-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    --framer-link-text-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f5f4e7);
    --framer-link-text-decoration: underline;
    --framer-link-text-decoration-color: var(--token-1486dbb4-cc20-4852-a20d-db81362153cb, #bdbdbd);
    --framer-link-text-decoration-offset: 1px;
    --framer-link-text-decoration-skip-ink: auto;
    --framer-link-text-decoration-style: solid;
    --framer-link-text-decoration-thickness: 1px;
    transition:
        color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        text-decoration-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        text-decoration-thickness 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        text-underline-offset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.framer-32ZXG[data-border="true"]:after,
.framer-32ZXG [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-form-input {
    padding: var(--framer-input-padding);
    font-family: var(--framer-input-font-family);
    font-weight: var(--framer-input-font-weight);
    font-size: var(--framer-input-font-size);
    font-style: var(--framer-input-font-style);
    color: var(--framer-input-font-color);
    font-feature-settings: var(--framer-input-font-open-type-features);
    font-variation-settings: var(--framer-input-font-variation-axes);
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: var(--framer-input-wrapper-height, 100%);
    letter-spacing: var(--framer-input-font-letter-spacing);
    text-align: var(--framer-input-font-text-alignment);
    line-height: var(--framer-input-font-line-height);
    background: 0 0;
    border: none;
    overflow: hidden;
}
.framer-form-input:focus-visible {
    outline: none;
}
.framer-form-input-wrapper:after {
    content: "";
    pointer-events: none;
    box-sizing: border-box;
    border-top-left-radius: var(--framer-input-border-radius-top-left);
    border-top-right-radius: var(--framer-input-border-radius-top-right);
    border-bottom-right-radius: var(--framer-input-border-radius-bottom-right);
    border-bottom-left-radius: var(--framer-input-border-radius-bottom-left);
    corner-shape: var(--framer-input-corner-shape);
    border-color: var(--framer-input-border-color);
    border-top-width: var(--framer-input-border-top-width);
    border-right-width: var(--framer-input-border-right-width);
    border-bottom-width: var(--framer-input-border-bottom-width);
    border-left-width: var(--framer-input-border-left-width);
    border-style: var(--framer-input-border-style);
    width: 100%;
    height: 100%;
    transition: var(--framer-input-focused-transition);
    transition-property: border-color, border-width, border-style, border-top-left-radius,
        border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, corner-shape;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-form-input-wrapper {
    box-shadow: var(--framer-input-box-shadow);
    border-top-left-radius: var(--framer-input-border-radius-top-left);
    border-top-right-radius: var(--framer-input-border-radius-top-right);
    border-bottom-right-radius: var(--framer-input-border-radius-bottom-right);
    border-bottom-left-radius: var(--framer-input-border-radius-bottom-left);
    corner-shape: var(--framer-input-corner-shape);
    background: var(--framer-input-background);
    transition: var(--framer-input-focused-transition);
    transition-property: background, box-shadow;
    overflow: hidden;
}
.framer-form-text-input .framer-form-input::placeholder {
    color: var(--framer-input-placeholder-color);
}
.framer-form-text-input {
    padding: var(--framer-input-padding);
    align-items: center;
    display: flex;
}
.framer-form-text-input .framer-form-input {
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 0;
}
.framer-form-text-input.framer-form-textarea-input-type {
    padding: 0;
}
.framer-form-text-input.framer-form-textarea-input-type textarea.framer-form-input {
    width: 100%;
    padding: var(--framer-input-padding);
}
.framer-form-text-input .framer-form-input[type="date"],
.framer-form-text-input .framer-form-input[type="time"] {
    appearance: none;
}
.framer-form-text-input .framer-form-input::-webkit-date-and-time-value {
    text-align: start;
}
.framer-form-text-input textarea {
    resize: var(--framer-textarea-resize);
    min-height: inherit;
    max-height: inherit;
    white-space: break-spaces;
    display: flex;
    overflow-y: auto;
}
.framer-form-text-input textarea::-webkit-resizer {
    background: url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2214%22 height=%2214%22><path d=%22m1.5 8 7-7M9 5.5l-3 3%22 stroke=%22%23999%22 stroke-width=%221.5%22 stroke-linecap=%22round%22></path></svg>")
        no-repeat;
}
.framer-form-text-input:is(
        :lang(ae),
        :lang(ar),
        :lang(arc),
        :lang(bcc),
        :lang(bqi),
        :lang(ckb),
        :lang(dv),
        :lang(fa),
        :lang(glk),
        :lang(he),
        :lang(ku),
        :lang(mzn),
        :lang(nqo),
        :lang(pnb),
        :lang(ps),
        :lang(sd),
        :lang(ug),
        :lang(ur),
        :lang(yi)
    )
    textarea::-webkit-resizer {
    background: url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 transform=%22scale(-1, 1)%22 width=%2214%22 height=%2214%22><path d=%22m1.5 8 7-7M9 5.5l-3 3%22 stroke=%22%23999%22 stroke-width=%221.5%22 stroke-linecap=%22round%22></path></svg>")
        no-repeat;
}
.framer-form-text-input textarea::-webkit-scrollbar {
    cursor: pointer;
    background: 0 0;
}
.framer-form-text-input textarea::-webkit-scrollbar-thumb:window-inactive {
    opacity: 0;
}
.framer-form-text-input textarea::-webkit-scrollbar-corner {
    background: 0 0;
    outline: none;
}
.framer-form-text-input .framer-form-input::-webkit-datetime-edit {
    height: var(--framer-input-font-line-height);
}
.framer-form-text-input .framer-form-input.framer-form-input-empty::-webkit-datetime-edit {
    color: var(--framer-input-placeholder-color);
    -webkit-text-fill-color: var(--framer-input-placeholder-color);
    overflow: visible;
}
.framer-form-text-input.framer-form-text-input-type:before {
    content: var(--framer-input-icon-content, none);
    background-repeat: no-repeat;
    background-size: 16px;
    background-color: var(--framer-input-icon-color);
    width: 16px;
    height: 16px;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--framer-input-icon-mask-image);
    mask-image: var(--framer-input-icon-mask-image);
    background-position: 50%;
    background-image: var(--framer-input-icon-image);
    flex-shrink: 0;
    margin-right: 8px;
    display: block;
}
.framer-form-text-input .framer-form-input[type="date"]:before,
.framer-form-text-input .framer-form-input[type="time"]:before {
    content: "";
    box-sizing: content-box;
    width: 16px;
    padding: var(--framer-input-padding);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 16px;
    background-color: var(--framer-input-icon-color);
    background-position: 10px;
    border: none;
    padding-left: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-mask-position: 10px;
    mask-position: 10px;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.framer-form-text-input .framer-form-input[type="date"]:before {
    -webkit-mask-image: var(
        --framer-input-icon-mask-image,
        url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22><path fill=%22rgb(153, 153, 153)%22 d=%22M3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2H3Z%22 opacity=%22.3%22/><path fill=%22transparent%22 stroke=%22rgb(153, 153, 153)%22 stroke-width=%221.5%22 d=%22M3.25 5.25a2 2 0 0 1 2-2h5.5a2 2 0 0 1 2 2v5.5a2 2 0 0 1-2 2h-5.5a2 2 0 0 1-2-2ZM3 6.75h9.5%22/></svg>")
    );
    mask-image: var(
        --framer-input-icon-mask-image,
        url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22><path fill=%22rgb(153, 153, 153)%22 d=%22M3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2H3Z%22 opacity=%22.3%22/><path fill=%22transparent%22 stroke=%22rgb(153, 153, 153)%22 stroke-width=%221.5%22 d=%22M3.25 5.25a2 2 0 0 1 2-2h5.5a2 2 0 0 1 2 2v5.5a2 2 0 0 1-2 2h-5.5a2 2 0 0 1-2-2ZM3 6.75h9.5%22/></svg>")
    );
    background-image: var(--framer-input-icon-image);
}
.framer-form-text-input .framer-form-input[type="time"]:before {
    -webkit-mask-image: var(
        --framer-input-icon-mask-image,
        url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22><path fill=%22transparent%22 stroke=%22rgb(153, 153, 153)%22 stroke-width=%221.5%22 d=%22M2.5 8a5.5 5.5 0 1 1 11 0 5.5 5.5 0 1 1-11 0Z%22/><path fill=%22transparent%22 stroke=%22rgb(153, 153, 153)%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%221.5%22 d=%22M7.75 8.25v-3m0 3h2%22/></svg>")
    );
    mask-image: var(
        --framer-input-icon-mask-image,
        url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22><path fill=%22transparent%22 stroke=%22rgb(153, 153, 153)%22 stroke-width=%221.5%22 d=%22M2.5 8a5.5 5.5 0 1 1 11 0 5.5 5.5 0 1 1-11 0Z%22/><path fill=%22transparent%22 stroke=%22rgb(153, 153, 153)%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%221.5%22 d=%22M7.75 8.25v-3m0 3h2%22/></svg>")
    );
    background-image: var(--framer-input-icon-image);
}
.framer-form-text-input .framer-form-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    padding: var(--framer-input-padding);
    width: 16px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.framer-form-text-input:focus-within,
.framer-form-text-input.framer-form-input-forced-focus {
    box-shadow: var(--framer-input-focused-box-shadow, var(--framer-input-box-shadow));
    background: var(--framer-input-focused-background, var(--framer-input-background));
}
.framer-form-text-input:focus-within:after,
.framer-form-text-input.framer-form-input-forced-focus:after {
    border-color: var(--framer-input-focused-border-color, var(--framer-input-border-color));
    border-style: var(--framer-input-focused-border-style, var(--framer-input-border-style));
    border-width: var(
        --framer-input-focused-border-width,
        var(--framer-input-border-top-width) var(--framer-input-border-right-width)
            var(--framer-input-border-bottom-width) var(--framer-input-border-left-width)
    );
}
.framer-form-text-input-clear {
    cursor: pointer;
    width: 16px;
    height: 16px;
    color: var(--framer-input-placeholder-color);
    background: 0 0;
    border: none;
    outline: none;
    flex-shrink: 0;
    order: 2;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    padding: 0;
    transition: color 0.15s;
    display: flex;
}
.framer-form-text-input-clear:hover,
.framer-form-text-input-clear:focus-visible {
    color: var(--framer-input-font-color);
}
.framer-form-boolean-input {
    appearance: none;
    background-color: #fff;
    background: var(--framer-input-background);
    border-radius: var(--framer-input-border-radius-top-left) var(--framer-input-border-radius-top-right)
        var(--framer-input-border-radius-bottom-right) var(--framer-input-border-radius-bottom-left);
    corner-shape: var(--framer-input-corner-shape);
    box-shadow: var(--framer-input-box-shadow);
    transition: var(--framer-input-boolean-checked-transition);
    justify-content: center;
    align-items: center;
    margin: 0;
    transition-property: box-shadow, background;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-form-boolean-input:after {
    border-color: var(--framer-input-border-color, transparent);
    border-radius: var(--framer-input-border-radius-top-left) var(--framer-input-border-radius-top-right)
        var(--framer-input-border-radius-bottom-right) var(--framer-input-border-radius-bottom-left);
    corner-shape: var(--framer-input-corner-shape);
    border-style: var(--framer-input-border-style);
    border-width: var(--framer-input-border-top-width) var(--framer-input-border-right-width)
        var(--framer-input-border-bottom-width) var(--framer-input-border-left-width);
    box-sizing: border-box;
    content: "";
    transition: var(--framer-input-boolean-checked-transition);
    background: 0 0;
    transition-property: border-color, border-width, border-style;
    display: block;
    position: absolute;
    inset: 0;
}
.framer-form-boolean-input:before {
    content: "";
    box-sizing: content-box;
    width: 100%;
    padding: var(--framer-input-padding);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--framer-input-icon-color);
    opacity: 0;
    height: 100%;
    transition: var(--framer-input-boolean-checked-transition);
    background-position: 50%;
    border: none;
    transition-property: opacity;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.framer-form-boolean-input[type="checkbox"]:before {
    background-image: var(--framer-input-icon-image);
    -webkit-mask-image: var(
        --framer-input-icon-mask-image,
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M 4 8 L 6.5 10.5 L 11.5 5.5" fill="transparent" stroke-width="2" stroke="rgb(255, 255, 255)" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
    );
    mask-image: var(
        --framer-input-icon-mask-image,
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M 4 8 L 6.5 10.5 L 11.5 5.5" fill="transparent" stroke-width="2" stroke="rgb(255, 255, 255)" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
    );
}
.framer-form-boolean-input[type="radio"]:before {
    background-image: var(--framer-input-icon-image);
    -webkit-mask-image: var(--framer-input-icon-mask-image);
    mask-image: var(--framer-input-icon-mask-image);
}
.framer-form-boolean-input:checked,
.framer-form-boolean-input.framer-form-input-forced-checked {
    background-color: var(--framer-input-boolean-checked-background, var(--framer-input-background));
    box-shadow: var(--framer-input-boolean-checked-box-shadow, var(--framer-input-box-shadow));
}
.framer-form-boolean-input:checked:before,
.framer-form-boolean-input.framer-form-input-forced-checked:before {
    opacity: 1;
}
.framer-form-boolean-input:checked:after,
.framer-form-boolean-input.framer-form-input-forced-checked:after {
    border-color: var(
        --framer-input-boolean-checked-border-color,
        var(--framer-input-border-color, transparent)
    );
    border-style: var(--framer-input-boolean-checked-border-style, var(--framer-input-border-style, solid));
    border-width: var(
        --framer-input-boolean-checked-border-width,
        var(--framer-input-border-top-width) var(--framer-input-border-right-width)
            var(--framer-input-border-bottom-width) var(--framer-input-border-left-width)
    );
}
.framer-form-boolean-input:focus,
.framer-form-boolean-input.framer-form-input-forced-focus {
    background-color: var(--framer-input-focused-background, var(--framer-input-background));
    box-shadow: var(--framer-input-focused-box-shadow, var(--framer-input-box-shadow));
}
.framer-form-boolean-input:focus-visible {
    outline: none;
}
.framer-form-boolean-input:focus:after,
.framer-form-boolean-input.framer-form-input-forced-focus:after {
    border-color: var(--framer-input-focused-border-color, var(--framer-input-border-color, transparent));
    border-style: var(--framer-input-focused-border-style, var(--framer-input-border-style, solid));
    border-width: var(
        --framer-input-focused-border-width,
        var(--framer-input-border-top-width) var(--framer-input-border-right-width)
            var(--framer-input-border-bottom-width) var(--framer-input-border-left-width)
    );
}
.framer-form-boolean-input:focus:checked {
    background-color: var(
        --framer-input-focused-background,
        var(--framer-input-boolean-checked-background, var(--framer-input-background))
    );
    box-shadow: var(
        --framer-input-focused-box-shadow,
        var(--framer-input-boolean-checked-box-shadow, var(--framer-input-box-shadow))
    );
}
.framer-form-boolean-input:focus:checked:after {
    border-style: var(
        --framer-input-focused-border-style,
        var(--framer-input-boolean-checked-border-style, var(--framer-input-border-style, solid))
    );
    border-width: var(
        --framer-input-focused-border-width,
        var(
            --framer-input-boolean-checked-border-width,
            var(--framer-input-border-top-width) var(--framer-input-border-right-width)
                var(--framer-input-border-bottom-width) var(--framer-input-border-left-width)
        )
    );
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-vFOii.framer-14sbwwj,
.framer-vFOii .framer-14sbwwj {
    display: block;
}
.framer-vFOii.framer-1kj9jog {
    cursor: pointer;
    flex-flow: row;
    place-content: center space-between;
    align-items: center;
    width: 280px;
    height: 50px;
    padding: 10px 15px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-vFOii .framer-15i0o08 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: min-content;
    padding: 0 10px 0 0;
    display: flex;
    position: relative;
}
.framer-vFOii .framer-171cm0d {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-vFOii .framer-1138405,
.framer-vFOii .framer-3b2mqn,
.framer-vFOii .framer-1bsjgq8 {
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.framer-vFOii .framer-1ugr3ya {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-vFOii .framer-1ckq77z-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.framer-vFOii .framer-y5d83j,
.framer-vFOii .framer-1p2547q {
    height: var(--framer-aspect-ratio-supported, 15px);
    z-index: 1;
    flex: none;
    width: 15px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.framer-vFOii .framer-7sgq6q-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-vFOii .framer-2xsgmg-container {
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-vFOii .framer-1v0fv8q {
    z-index: 1;
    flex: none;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
}
.framer-vFOii .framer-xxoxwi-container {
    pointer-events: none;
    z-index: 1;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-vFOii.framer-v-1wqhfyt.framer-1kj9jog,
.framer-vFOii.framer-v-kqzn7e.framer-1kj9jog,
.framer-vFOii.framer-v-iu2hyj.framer-1kj9jog {
    cursor: unset;
}
.framer-vFOii.framer-v-1wqhfyt .framer-171cm0d,
.framer-vFOii.framer-v-kqzn7e .framer-171cm0d,
.framer-vFOii.framer-v-iu2hyj .framer-171cm0d {
    position: absolute;
    top: -20px;
    left: 0;
}
.framer-vFOii.framer-v-1wqhfyt .framer-1138405,
.framer-vFOii.framer-v-1wqhfyt .framer-1ckq77z-container,
.framer-vFOii.framer-v-kqzn7e .framer-3b2mqn,
.framer-vFOii.framer-v-kqzn7e .framer-y5d83j,
.framer-vFOii.framer-v-iu2hyj .framer-1bsjgq8,
.framer-vFOii.framer-v-iu2hyj .framer-1p2547q {
    bottom: unset;
    left: unset;
    position: relative;
}
.framer-vFOii.framer-v-1wqhfyt .framer-7sgq6q-container {
    position: absolute;
    top: 50%;
    right: -40px;
}
.framer-vFOii.framer-v-kqzn7e .framer-1138405 {
    bottom: unset;
    top: -20px;
}
.framer-vFOii.framer-v-kqzn7e .framer-1ckq77z-container {
    bottom: unset;
    left: unset;
    top: 50%;
    right: -40px;
}
.framer-vFOii.framer-v-kqzn7e .framer-7sgq6q-container,
.framer-vFOii.framer-v-iu2hyj .framer-7sgq6q-container {
    position: absolute;
    top: 47%;
    right: -40px;
}
.framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
.framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 13px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-font-weight-bold: 700;
    --framer-letter-spacing: -0.02em;
    --framer-line-height: 140%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
    .framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-Lnmau .framer-styles-preset-c95aba:not(.rich-text-wrapper),
    .framer-Lnmau .framer-styles-preset-c95aba.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 12px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-vFOii[data-border="true"]:after,
.framer-vFOii [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-oyz8K.framer-1tqu2vg,
.framer-oyz8K .framer-1tqu2vg {
    display: block;
}
.framer-oyz8K.framer-qzj1zm {
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-oyz8K .framer-1siexm6 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 16px);
    flex: none;
    width: 16px;
    position: relative;
    overflow: hidden;
}
.framer-oyz8K .framer-pf02i2 {
    will-change: var(--framer-will-change-override, transform);
    flex: none;
    gap: 10px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.framer-RiU4T,
.framer-JYolC {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-cnfJn.framer-gswd5l,
.framer-cnfJn .framer-gswd5l {
    display: block;
}
.framer-cnfJn.framer-59wv7k {
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 1200px;
    height: min-content;
    padding: 120px 0 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-qradim-container {
    pointer-events: none;
    z-index: 1;
    flex: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.0161946%;
    left: 0%;
}
.framer-cnfJn .framer-1deyaf6 {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-7mrxzk {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-8a6crk-container,
.framer-cnfJn .framer-dkbxli-container,
.framer-cnfJn .framer-yukgvn-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-1v28ar9 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-11fu3ib {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-1def247,
.framer-cnfJn .framer-2185hl {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 240px;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-wjum31 {
    flex: 3 0 0;
    grid-template-rows: repeat(1, min-content);
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 30px 0;
    width: 1px;
    height: min-content;
    padding: 0;
    display: grid;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-awggus {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    grid-column: span 2;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-104kom4,
.framer-cnfJn .framer-1e20pac {
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-1uu0fgd,
.framer-cnfJn .framer-7bb87w,
.framer-cnfJn .framer-380oul,
.framer-cnfJn .framer-1i59bx0 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-14weic2,
.framer-cnfJn .framer-htfuzk {
    --framer-input-focused-background: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f4f4e8);
    --framer-input-focused-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-font-family: "TASA Orbiter";
    --framer-input-font-letter-spacing: -0.02em;
    --framer-input-font-line-height: 130%;
    --framer-input-font-size: 16px;
    --framer-input-font-weight: 600;
    --framer-input-padding: 15px;
    flex: none;
    width: 100%;
    height: 44px;
    position: relative;
}
.framer-cnfJn .framer-1cm9f8e,
.framer-cnfJn .framer-16908xk {
    height: 1px;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    place-self: start;
    width: 100%;
    position: relative;
}
.framer-cnfJn .framer-15erze0 {
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    place-self: start;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-3ahodi {
    --framer-input-boolean-checked-transition: all 0.4s cubic-bezier(0.68, 0, 0, 0.99) 0s;
    --framer-input-focused-border-color: var(--token-1486dbb4-cc20-4852-a20d-db81362153cb, #bdbdbd);
    --framer-input-focused-border-style: solid;
    --framer-input-focused-border-width: 1px;
    --framer-input-focused-transition: all 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s;
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 16px);
    flex: none;
    width: 16px;
    position: relative;
}
.framer-cnfJn .framer-1o1vf6z,
.framer-cnfJn .framer-16bmhxr {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-37oc0z-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-1b25e6 {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-1uwjx9z {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-cnfJn .framer-e3dkkg {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    place-self: start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-84tc22 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-k7lqgn {
    height: 100%;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    place-self: start;
    width: 100%;
    position: relative;
}
.framer-cnfJn .framer-z20h52-container {
    flex: none;
    grid-column: span 2;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-1kc700k {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-1mtzl91 {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    flex: 1 0 0;
    align-self: stretch;
    width: 1px;
    position: relative;
}
.framer-cnfJn .framer-otms32 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 2 0 0;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-17sgpdn-container,
.framer-cnfJn .framer-1m45q6n-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-cnfJn .framer-t7uqwf {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 40px;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-5klf28 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-1gse1l6 {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-m5n4ku {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 1920px;
    height: min-content;
    padding: 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-10tcmg8 {
    white-space: pre;
    z-index: 1;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
    overflow: visible;
}
.framer-cnfJn .framer-b1po0c {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: flex-end center;
    align-self: stretch;
    align-items: flex-end;
    gap: 0;
    width: 50%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-cnfJn .framer-w4jagk {
    height: 48px;
    overflow: var(--overflow-clip-fallback, clip);
    flex: 1 0 0;
    width: 1px;
    position: relative;
}
.framer-cnfJn.framer-v-16mmgwm.framer-59wv7k {
    width: 810px;
    padding: 90px 0 0;
}
.framer-cnfJn.framer-v-16mmgwm .framer-1deyaf6,
.framer-cnfJn.framer-v-16mmgwm .framer-1b25e6 {
    padding: 0 20px;
}
.framer-cnfJn.framer-v-16mmgwm .framer-11fu3ib,
.framer-cnfJn.framer-v-16mmgwm .framer-1def247,
.framer-cnfJn.framer-v-z1egii .framer-11fu3ib,
.framer-cnfJn.framer-v-z1egii .framer-1def247 {
    max-width: 90%;
}
.framer-cnfJn.framer-v-16mmgwm .framer-m5n4ku {
    padding: 20px;
}
.framer-cnfJn.framer-v-z1egii.framer-59wv7k {
    gap: 40px;
    width: 390px;
    padding: 60px 0 0;
}
.framer-cnfJn.framer-v-z1egii .framer-1deyaf6 {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
}
.framer-cnfJn.framer-v-z1egii .framer-7mrxzk,
.framer-cnfJn.framer-v-z1egii .framer-104kom4,
.framer-cnfJn.framer-v-z1egii .framer-1e20pac,
.framer-cnfJn.framer-v-z1egii .framer-otms32,
.framer-cnfJn.framer-v-z1egii .framer-t7uqwf,
.framer-cnfJn.framer-v-z1egii .framer-10tcmg8 {
    flex: none;
    width: 100%;
}
.framer-cnfJn.framer-v-z1egii .framer-wjum31 {
    z-index: 1;
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
.framer-cnfJn.framer-v-z1egii .framer-awggus {
    align-self: unset;
    flex-direction: column;
    gap: 20px;
}
.framer-cnfJn.framer-v-z1egii .framer-15erze0,
.framer-cnfJn.framer-v-z1egii .framer-37oc0z-container,
.framer-cnfJn.framer-v-z1egii .framer-z20h52-container {
    align-self: unset;
}
.framer-cnfJn.framer-v-z1egii .framer-1b25e6 {
    gap: 40px;
    padding: 0 10px;
}
.framer-cnfJn.framer-v-z1egii .framer-1uwjx9z {
    flex-flow: column;
    align-content: center;
    align-items: center;
    gap: 30px;
    display: flex;
}
.framer-cnfJn.framer-v-z1egii .framer-e3dkkg {
    align-self: unset;
    flex-direction: row;
}
.framer-cnfJn.framer-v-z1egii .framer-84tc22 {
    flex: 1 0 0;
    width: 1px;
}
.framer-cnfJn.framer-v-z1egii .framer-1kc700k {
    flex-direction: column;
    gap: 40px;
}
.framer-cnfJn.framer-v-z1egii .framer-m5n4ku {
    flex-direction: column;
    gap: 40px;
    padding: 20px 10px;
}
.framer-cnfJn.framer-v-z1egii .framer-b1po0c {
    align-self: unset;
    width: 100%;
    height: min-content;
}
.framer-tP58w .framer-styles-preset-1ukuqaz:not(.rich-text-wrapper),
.framer-tP58w .framer-styles-preset-1ukuqaz.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 11px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-font-weight-bold: 700;
    --framer-letter-spacing: -0.02em;
    --framer-line-height: 145%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-Tjleu.framer-lu4hei,
.framer-Tjleu .framer-lu4hei {
    display: block;
}
.framer-Tjleu.framer-ny8usk {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 15px;
    width: 280px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-Tjleu .framer-204kt6 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-Tjleu .framer-1rgzrun {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-99McI .framer-styles-preset-ervepf:not(.rich-text-wrapper),
.framer-99McI .framer-styles-preset-ervepf.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 30px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 110%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-99McI .framer-styles-preset-ervepf:not(.rich-text-wrapper),
    .framer-99McI .framer-styles-preset-ervepf.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 40px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 110%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-99McI .framer-styles-preset-ervepf:not(.rich-text-wrapper),
    .framer-99McI .framer-styles-preset-ervepf.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 40px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 110%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-gi68m .framer-styles-preset-vu1xf3:not(.rich-text-wrapper),
.framer-gi68m .framer-styles-preset-vu1xf3.rich-text-wrapper a {
    --framer-link-hover-text-background-color: var(--token-6e62038c-0066-4a2a-9fbd-3ca05d5d5284, #1d1f19);
    --framer-link-hover-text-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #f5f4e7);
    --framer-link-text-background-color: var(--token-f277370d-904c-4e87-88c6-49451f154e33, #d1ff00);
    --framer-link-text-background-padding: 0px 2px 0px 2px;
    --framer-link-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    transition:
        color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        border-radius 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-TnCAs.framer-9hhokh,
.framer-TnCAs .framer-9hhokh {
    display: block;
}
.framer-TnCAs.framer-101heyv {
    align-content: flex-start;
    align-items: flex-start;
    gap: var(--l5s6cx);
    flex-flow: column;
    justify-content: flex-start;
    width: 560px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-TnCAs .framer-180t39r-container,
.framer-TnCAs .framer-1shodr9-container,
.framer-TnCAs .framer-1alf6ny-container,
.framer-TnCAs .framer-uocc6c-container,
.framer-TnCAs .framer-25qlxo-container,
.framer-TnCAs .framer-1wnzvpf-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-TnCAs.framer-v-auv3rx.framer-101heyv {
    gap: 10px;
    width: min-content;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-kbQw5.framer-1x7hjc9,
.framer-kbQw5 .framer-1x7hjc9 {
    display: block;
}
.framer-kbQw5.framer-ec57i3 {
    cursor: pointer;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 1px;
    width: min-content;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
}
.framer-kbQw5 .framer-1mcggdj {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-kbQw5 .framer-1544ls-container {
    -webkit-user-select: none;
    user-select: none;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.framer-kbQw5.framer-v-3qsepz .framer-1544ls-container {
    bottom: -52px;
}
.framer-kbQw5.framer-v-h52t02 .framer-1544ls-container {
    bottom: -40px;
}
.framer-kbQw5.framer-v-27x6a0 .framer-1mcggdj {
    position: absolute;
    bottom: 0;
    left: 0;
}
.framer-kbQw5.framer-v-27x6a0 .framer-1544ls-container,
.framer-kbQw5.framer-v-eadvav .framer-1544ls-container,
.framer-kbQw5.framer-v-cco34v .framer-1544ls-container {
    bottom: unset;
    left: unset;
    position: relative;
}
.framer-kbQw5.framer-v-eadvav .framer-1mcggdj {
    position: absolute;
    bottom: -28px;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-Ne7KT.framer-11dlzog,
.framer-Ne7KT .framer-11dlzog {
    display: block;
}
.framer-Ne7KT.framer-1460md0 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: 560px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-Ne7KT .framer-d2un4 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-Ne7KT .framer-1x3ygnb {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 5px 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-Ne7KT .framer-1q0yxfk-container,
.framer-Ne7KT .framer-1m90lrn-container,
.framer-Ne7KT .framer-1xrb34n-container,
.framer-Ne7KT .framer-wbkbvn-container {
    flex: none;
    place-self: start;
    width: fit-content;
    height: auto;
    position: relative;
}
.framer-Ne7KT.framer-v-1u5b8uy .framer-1x3ygnb {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.framer-Ne7KT.framer-v-1u5b8uy .framer-1q0yxfk-container,
.framer-Ne7KT.framer-v-1u5b8uy .framer-1m90lrn-container,
.framer-Ne7KT.framer-v-1u5b8uy .framer-1xrb34n-container,
.framer-Ne7KT.framer-v-1u5b8uy .framer-wbkbvn-container {
    align-self: unset;
    width: auto;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-ZN2qJ.framer-h4lwpf,
.framer-ZN2qJ .framer-h4lwpf {
    display: block;
}
.framer-ZN2qJ.framer-10pzmsf {
    cursor: pointer;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 15px;
    width: min-content;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
}
.framer-ZN2qJ .framer-uraxxd {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-ZN2qJ .framer-18pcj09 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-ZN2qJ .framer-rf4wtv-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-ZN2qJ.framer-v-enfrxp.framer-10pzmsf {
    cursor: unset;
    height: 16px;
}
.framer-ZN2qJ.framer-v-10pzmsf.hover.framer-10pzmsf {
    gap: 25px;
    padding: 0 2px;
}
.framer-ZN2qJ.framer-v-10pzmsf.hover .framer-uraxxd {
    order: 0;
}
.framer-ZN2qJ.framer-v-10pzmsf.hover .framer-rf4wtv-container {
    order: 1;
}
.framer-V7fm9 .framer-styles-preset-lu6cf5:not(.rich-text-wrapper),
.framer-V7fm9 .framer-styles-preset-lu6cf5.rich-text-wrapper p {
    --framer-font-family: "Roboto Mono", monospace;
    --framer-font-family-italic: "Roboto Mono", monospace;
    --framer-font-open-type-features: normal;
    --framer-font-size: 16px;
    --framer-font-style: normal;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 700;
    --framer-font-weight-italic: 700;
    --framer-letter-spacing: -0.04em;
    --framer-line-height: 120%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-h9lrK.framer-cnu2cz,
.framer-h9lrK .framer-cnu2cz {
    display: block;
}
.framer-h9lrK.framer-ydlgfe {
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-h9lrK .framer-10iwdjj {
    will-change: var(--framer-will-change-override, transform);
    z-index: 5;
    flex-flow: column;
    flex: none;
    place-content: center flex-end;
    align-items: center;
    gap: 0;
    width: 210px;
    height: min-content;
    padding: 4px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-h9lrK .framer-bypx4w {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-h9lrK .framer-1o7lt08 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-h9lrK .framer-36dbuc {
    aspect-ratio: 1.33333;
    height: var(--framer-aspect-ratio-supported, 36px);
    image-rendering: auto;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex: none;
    gap: 16px;
    width: 48px;
    position: relative;
}
.framer-h9lrK .framer-1fi22sh-container,
.framer-h9lrK .framer-19id3z-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-h9lrK .framer-12u7vvz {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 6px;
    width: min-content;
    height: min-content;
    padding: 8px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-h9lrK .framer-u6y71q {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 5px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-h9lrK .framer-14pz7p8 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 12px);
    flex: none;
    width: 12px;
    position: relative;
}
.framer-h9lrK .framer-1whkkok,
.framer-h9lrK .framer-1f1q597 {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-h9lrK .framer-11umyip {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 20px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-h9lrK .framer-10j5rga {
    flex: none;
    width: 47px;
    height: 14px;
    position: relative;
}
.framer-h9lrK.framer-v-194da0f .framer-1o7lt08 {
    flex-direction: column;
}
.framer-h9lrK.framer-v-194da0f .framer-36dbuc {
    height: var(--framer-aspect-ratio-supported, 152px);
    width: 100%;
}
.framer-h9lrK.framer-v-194da0f .framer-1fi22sh-container,
.framer-h9lrK.framer-v-194da0f .framer-19id3z-container {
    flex: none;
    width: 100%;
}
.framer-h9lrK[data-border="true"]:after,
.framer-h9lrK [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-XzoKs.framer-thy7w1,
.framer-XzoKs .framer-thy7w1 {
    display: block;
}
.framer-XzoKs.framer-1v7hx6y {
    cursor: pointer;
    height: 36px;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    place-content: center space-between;
    align-items: center;
    width: 138px;
    padding: 12px;
    display: flex;
    position: relative;
}
.framer-XzoKs .framer-leshrs {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 64px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-XzoKs .framer-pm8azj {
    -webkit-user-select: none;
    user-select: none;
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-XzoKs .framer-41at20 {
    -webkit-user-select: none;
    user-select: none;
    white-space: pre;
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -31px;
    left: 0;
}
.framer-XzoKs .framer-1opi6m6 {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-XzoKs .framer-1jrterq {
    aspect-ratio: 0.894737;
    height: var(--framer-aspect-ratio-supported, 18px);
    flex: none;
    width: 15px;
    position: relative;
}
.framer-XzoKs .framer-11r03s7-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-XzoKs.framer-v-1cr4oj7.framer-1v7hx6y,
.framer-XzoKs.framer-v-pbvj8r.framer-1v7hx6y {
    text-decoration: none;
}
.framer-XzoKs.framer-v-1v7hx6y.hover .framer-pm8azj {
    z-index: 1;
    position: absolute;
    top: -31px;
    left: 0;
}
.framer-XzoKs.framer-v-1v7hx6y.hover .framer-41at20 {
    bottom: unset;
    left: unset;
    position: relative;
}
.framer-j8ytx .framer-styles-preset-455vy9:not(.rich-text-wrapper),
.framer-j8ytx .framer-styles-preset-455vy9.rich-text-wrapper p {
    --framer-font-family: "Manrope", "Manrope Placeholder", sans-serif;
    --framer-font-family-bold: "Manrope", "Manrope Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 12px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 700;
    --framer-font-weight-bold: 800;
    --framer-letter-spacing: -0.015em;
    --framer-line-height: 1.2em;
    --framer-paragraph-spacing: 24px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #fff);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
.framer-ZL2OU .framer-styles-preset-4e019n:not(.rich-text-wrapper),
.framer-ZL2OU .framer-styles-preset-4e019n.rich-text-wrapper p {
    --framer-font-family: "Manrope", "Manrope Placeholder", sans-serif;
    --framer-font-family-bold: "Manrope", "Manrope Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 14px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-font-weight-bold: 700;
    --framer-letter-spacing: -0.015em;
    --framer-line-height: 150%;
    --framer-paragraph-spacing: 24px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #fff);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
@media (max-width: 991px) and (min-width: 810px) {
    .framer-ZL2OU .framer-styles-preset-4e019n:not(.rich-text-wrapper),
    .framer-ZL2OU .framer-styles-preset-4e019n.rich-text-wrapper p {
        --framer-font-family: "Manrope", "Manrope Placeholder", sans-serif;
        --framer-font-family-bold: "Manrope", "Manrope Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 14px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.015em;
        --framer-line-height: 150%;
        --framer-paragraph-spacing: 24px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #fff);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-ZL2OU .framer-styles-preset-4e019n:not(.rich-text-wrapper),
    .framer-ZL2OU .framer-styles-preset-4e019n.rich-text-wrapper p {
        --framer-font-family: "Manrope", "Manrope Placeholder", sans-serif;
        --framer-font-family-bold: "Manrope", "Manrope Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-letter-spacing: -0.015em;
        --framer-line-height: 150%;
        --framer-paragraph-spacing: 24px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-33c8dbd0-eb94-4e90-8099-e7a3fee4ad2f, #fff);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-XzoKs[data-border="true"]:after,
.framer-XzoKs [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-1Fjxh.framer-6gbhy5,
.framer-1Fjxh .framer-6gbhy5 {
    display: block;
}
.framer-1Fjxh.framer-10c2ln6 {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 64px;
    width: min-content;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-1Fjxh .framer-14g45mj-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-1Fjxh .framer-d818a2-container {
    z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -15px;
    left: -15px;
}
.framer-1Fjxh.framer-v-h406hg .framer-14g45mj-container,
.framer-1Fjxh.framer-v-rjossz .framer-14g45mj-container {
    z-index: 1;
    position: absolute;
    top: -15px;
    right: -15px;
}
.framer-1Fjxh.framer-v-h406hg .framer-d818a2-container,
.framer-1Fjxh.framer-v-rjossz .framer-d818a2-container {
    bottom: unset;
    left: unset;
    position: relative;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-OtBkq.framer-1lc3aas,
.framer-OtBkq .framer-1lc3aas {
    display: block;
}
.framer-OtBkq.framer-1ye5gzy {
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 16px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-OtBkq .framer-1rx7maj {
    width: 16px;
    height: 16px;
    position: relative;
}
.framer-OtBkq .framer-tfjy4m {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-OtBkq .framer-chb7n8 {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.framer-SVWQi {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 19px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-8ORu2.framer-19phdt2,
.framer-8ORu2 .framer-19phdt2 {
    display: block;
}
.framer-8ORu2.framer-ulc18d {
    cursor: pointer;
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 30px;
    width: 436px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
}
.framer-8ORu2 .framer-1kc02tm {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8ORu2 .framer-1ld8o5q {
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    height: min-content;
    padding: 7px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8ORu2 .framer-1yg33vk,
.framer-8ORu2 .framer-1r1hocv,
.framer-8ORu2 .framer-b7h6ig {
    white-space: pre;
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-8ORu2 .framer-18xt2hl {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-8ORu2 .framer-1koqb2o {
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-filter-override, filter);
    flex: 1 0 0;
    width: 1px;
    position: relative;
}
.framer-8ORu2 .framer-xpbhe2 {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8ORu2 .framer-ar7wiz {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8ORu2 .framer-16yo4g8 {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8ORu2 .framer-17unsk1 {
    flex-flow: wrap;
    flex: 1 0 0;
    place-content: center flex-start;
    align-items: center;
    gap: 0;
    width: 1px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-8ORu2 .framer-108zr0s {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: auto;
    max-width: 400px;
    height: auto;
    position: relative;
}
.framer-8ORu2 .framer-1lvjvd4-container {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
}
.framer-8ORu2 .framer-p4ixyx {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
}
.framer-8ORu2 .framer-rmj6gh {
    --framer-text-wrap-override: balance;
    max-width: 400px;
    height: auto;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    width: 100%;
    position: relative;
}
.framer-8ORu2.framer-v-1danwv1.framer-ulc18d {
    cursor: unset;
    gap: 20px;
    padding: 10px;
}
.framer-8ORu2.framer-v-1danwv1 .framer-xpbhe2 {
    gap: 15px;
}
.framer-Zcfm2 .framer-styles-preset-1chb4qn:not(.rich-text-wrapper),
.framer-Zcfm2 .framer-styles-preset-1chb4qn.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 16px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-style-bold-italic: italic;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-font-weight-bold: 700;
    --framer-font-weight-bold-italic: 700;
    --framer-font-weight-italic: 400;
    --framer-letter-spacing: -0.02em;
    --framer-line-height: 140%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-Zcfm2 .framer-styles-preset-1chb4qn:not(.rich-text-wrapper),
    .framer-Zcfm2 .framer-styles-preset-1chb4qn.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-Zcfm2 .framer-styles-preset-1chb4qn:not(.rich-text-wrapper),
    .framer-Zcfm2 .framer-styles-preset-1chb4qn.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 12px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.02em;
        --framer-line-height: 140%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-uGYFd .framer-styles-preset-l6zstp:not(.rich-text-wrapper),
.framer-uGYFd .framer-styles-preset-l6zstp.rich-text-wrapper h2 {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold: "Inter", sans-serif;
    --framer-font-family-bold-italic: "Inter", sans-serif;
    --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 25px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-style-bold-italic: italic;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-font-weight-bold: 900;
    --framer-font-weight-bold-italic: 900;
    --framer-font-weight-italic: 700;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 110%;
    --framer-paragraph-spacing: 40px;
    --framer-text-alignment: left;
    --framer-text-background-corner-shape: superellipse(1);
    --framer-text-background-corner-shape-fallback: 1;
    --framer-text-background-radius: calc(
        0px * var(--one-if-corner-shape-supported, var(--framer-text-background-corner-shape-fallback, 1))
    );
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-uGYFd .framer-styles-preset-l6zstp:not(.rich-text-wrapper),
    .framer-uGYFd .framer-styles-preset-l6zstp.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", sans-serif;
        --framer-font-family-bold-italic: "Inter", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 23px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-font-weight-bold: 900;
        --framer-font-weight-bold-italic: 900;
        --framer-font-weight-italic: 700;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 110%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-background-corner-shape: superellipse(1);
        --framer-text-background-corner-shape-fallback: 1;
        --framer-text-background-radius: calc(
            0px *
                var(--one-if-corner-shape-supported, var(--framer-text-background-corner-shape-fallback, 1))
        );
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-uGYFd .framer-styles-preset-l6zstp:not(.rich-text-wrapper),
    .framer-uGYFd .framer-styles-preset-l6zstp.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", sans-serif;
        --framer-font-family-bold-italic: "Inter", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 20px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-font-weight-bold: 900;
        --framer-font-weight-bold-italic: 900;
        --framer-font-weight-italic: 700;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 110%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-background-corner-shape: superellipse(1);
        --framer-text-background-corner-shape-fallback: 1;
        --framer-text-background-radius: calc(
            0px *
                var(--one-if-corner-shape-supported, var(--framer-text-background-corner-shape-fallback, 1))
        );
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-8ORu2[data-border="true"]:after,
.framer-8ORu2 [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-FpEQY.framer-1h86brh,
.framer-FpEQY .framer-1h86brh {
    display: block;
}
.framer-FpEQY.framer-wuctkl {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1200px;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-FpEQY .framer-ebgic7 {
    flex-flow: row;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 1px;
    max-width: 1920px;
    height: min-content;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-FpEQY .framer-1uzgz5i {
    height: min-content;
    min-height: calc(var(--framer-viewport-height, 100vh) * 1);
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 1px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-FpEQY .framer-rx84ol {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
    height: min-content;
    padding: 100px 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-FpEQY .framer-1vt81ip {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-FpEQY .framer-1k4zclb {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
}
.framer-FpEQY .framer-9g435-container {
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-FpEQY .framer-12h3ig3 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-FpEQY .framer-11ter22 {
    --framer-text-wrap-override: balance;
    flex: none;
    width: 100%;
    max-width: 90%;
    height: auto;
    position: relative;
}
.framer-FpEQY .framer-jm4i15 {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-FpEQY .framer-1nfctam-container,
.framer-FpEQY .framer-w8hh7a-container,
.framer-FpEQY .framer-eljthw-container,
.framer-FpEQY .framer-ai-landscape-container {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-FpEQY .framer-1out4y5 {
    flex-flow: column;
    flex: none;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-FpEQY .framer-11g625f {
    height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: min-content;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0;
    display: grid;
    position: relative;
}
.framer-FpEQY .framer-cdjkil-container,
.framer-FpEQY .framer-1msab1j-container {
    flex: none;
    place-self: start;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-FpEQY .framer-boyr3p-container {
    z-index: 1;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-FpEQY .framer-12s8rti {
    flex: 1 0 0;
    align-self: stretch;
    width: 1px;
    height: auto;
    position: relative;
    overflow: visible;
}
.framer-FpEQY .framer-wjetzc {
    overflow: var(--overflow-clip-fallback, clip);
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-FpEQY .framer-rsu8tl {
    height: var(--framer-aspect-ratio-supported, 200px);
    flex: none;
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.framer-FpEQY .framer-1d1yt1o-container {
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-FpEQY.framer-v-38nuvc.framer-wuctkl {
    width: 810px;
}
.framer-FpEQY.framer-v-38nuvc .framer-ebgic7 {
    padding: 0 20px;
}
.framer-FpEQY.framer-v-4960ye.framer-wuctkl {
    width: 390px;
}
.framer-FpEQY.framer-v-4960ye .framer-ebgic7 {
    flex-direction: column;
    order: 1;
    padding: 0 10px;
}
.framer-FpEQY.framer-v-4960ye .framer-1uzgz5i {
    min-height: unset;
    flex: none;
    order: 1;
    width: 100%;
}
.framer-FpEQY.framer-v-4960ye .framer-rx84ol {
    gap: 30px;
    padding: 50px 0;
}
.framer-FpEQY.framer-v-4960ye .framer-12s8rti {
    align-self: unset;
    flex: none;
    order: 0;
    width: 100%;
}
.framer-FpEQY.framer-v-4960ye .framer-1d1yt1o-container {
    order: 0;
}
.framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
.framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 40px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 105%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: start;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-approach-container {
        padding: 0 4px !important;
        display: block !important;
    }
    .framer-approach-main-image {
        width: 100% !important;
        height: 500px !important;
    }
    .framer-approach-left {
        width: 100% !important;
    }
    .framer-approach-top {
        padding: 40px 0 !important;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-approach-container {
        padding: 0 4px !important;
        display: block !important;
    }
    .framer-approach-main-image {
        width: 100% !important;
        height: 500px !important;
    }
    .framer-approach-left {
        width: 100% !important;
    }
    .framer-approach-top {
        padding: 40px 0 !important;
    }
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
    .framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 35px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 105%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-jGZPT .framer-styles-preset-t83dbl:not(.rich-text-wrapper),
    .framer-jGZPT .framer-styles-preset-t83dbl.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 30px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 105%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: start;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-FpEQY[data-border="true"]:after,
.framer-FpEQY [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-jVyus.framer-1avrrcu,
.framer-jVyus .framer-1avrrcu {
    display: block;
}
.framer-jVyus.framer-1gqb5ye {
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 325px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.framer-jVyus .framer-1gaug6w {
    flex: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 20px 0;
    display: grid;
    position: relative;
    overflow: hidden;
}
.framer-jVyus .framer-16fqnmt {
    flex-flow: row;
    flex: none;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 7px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-jVyus .framer-h7n4l8 {
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 11px);
    flex: none;
    width: 11px;
    position: relative;
}
.framer-jVyus .framer-rrku6z,
.framer-jVyus .framer-19fqpxs,
.framer-jVyus .framer-1istqz5 {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0;
    width: 1px;
    height: auto;
    position: relative;
}
.framer-jVyus .framer-swxfd8 {
    flex-flow: row;
    flex: none;
    place-content: center;
    place-self: start;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-jVyus.framer-v-s3944u.framer-1gqb5ye {
    align-content: flex-end;
    align-items: flex-end;
}
.framer-jVyus.framer-v-s3944u .framer-1gaug6w {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 0;
    display: flex;
}
.framer-jVyus.framer-v-s3944u .framer-16fqnmt {
    align-self: unset;
    order: 1;
}
.framer-jVyus.framer-v-s3944u .framer-swxfd8 {
    align-self: unset;
    order: 0;
}
.framer-7DAbT .framer-styles-preset-2th856:not(.rich-text-wrapper),
.framer-7DAbT .framer-styles-preset-2th856.rich-text-wrapper p {
    --framer-font-family: "Roboto Mono", monospace;
    --framer-font-family-italic: "Roboto Mono", monospace;
    --framer-font-open-type-features: normal;
    --framer-font-size: 14px;
    --framer-font-style: normal;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 700;
    --framer-font-weight-italic: 700;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 120%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-7DAbT .framer-styles-preset-2th856:not(.rich-text-wrapper),
.framer-7DAbT .framer-styles-preset-2th856.rich-text-wrapper p {
        --framer-font-size: 11px;
    }
}
.framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
.framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 15px;
    --framer-font-style: normal;
    --framer-font-style-bold: normal;
    --framer-font-style-bold-italic: italic;
    --framer-font-style-italic: italic;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 600;
    --framer-font-weight-bold: 700;
    --framer-font-weight-bold-italic: 700;
    --framer-font-weight-italic: 400;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 135%;
    --framer-paragraph-spacing: 20px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: none;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 15px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-0Z61M .framer-styles-preset-10r2g7l:not(.rich-text-wrapper),
    .framer-0Z61M .framer-styles-preset-10r2g7l.rich-text-wrapper p {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 13px;
        --framer-font-style: normal;
        --framer-font-style-bold: normal;
        --framer-font-style-bold-italic: italic;
        --framer-font-style-italic: italic;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 600;
        --framer-font-weight-bold: 700;
        --framer-font-weight-bold-italic: 700;
        --framer-font-weight-italic: 400;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 135%;
        --framer-paragraph-spacing: 20px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: none;
    }
}
.framer-6wpBj .framer-styles-preset-7b2rcp:not(.rich-text-wrapper),
.framer-6wpBj .framer-styles-preset-7b2rcp.rich-text-wrapper a {
    --framer-link-current-text-color: var(--token-82d92470-f077-4c9d-9673-709d01132847, #696969);
    --framer-link-current-text-decoration: underline;
    --framer-link-current-text-decoration-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-link-current-text-decoration-offset: 3px;
    --framer-link-current-text-decoration-skip-ink: auto;
    --framer-link-current-text-decoration-thickness: 2px;
    --framer-link-hover-text-color: var(--token-82d92470-f077-4c9d-9673-709d01132847, #696969);
    --framer-link-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #050505);
    --framer-link-text-decoration: underline;
    --framer-link-text-decoration-color: var(--token-82d92470-f077-4c9d-9673-709d01132847, #696969);
    --framer-link-text-decoration-offset: 4px;
    --framer-link-text-decoration-skip-ink: auto;
    --framer-link-text-decoration-style: solid;
    --framer-link-text-decoration-thickness: 1px;
    transition:
        color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        text-decoration-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        text-decoration-thickness 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        text-underline-offset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.framer-jVyus[data-border="true"]:after,
.framer-jVyus [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.framer-HsVsa,
.framer-aqdYd,
.framer-gN6pi {
    -webkit-mask: var(--framer-icon-mask);
    aspect-ratio: 1;
    -webkit-mask: var(--framer-icon-mask);
    mask: var(--framer-icon-mask);
    width: 24px;
    display: block;
}
@supports (aspect-ratio: 1) {
    body {
        --framer-aspect-ratio-supported: auto;
    }
}
.framer-9jI43.framer-h86b8u,
.framer-9jI43 .framer-h86b8u {
    display: block;
}
.framer-9jI43.framer-11ozinv {
    height: 220px;
    padding: var(--1wudr48);
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 280px;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-9jI43 .framer-1244nee {
    z-index: 1;
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-end space-between;
    align-items: flex-end;
    width: 100%;
    height: 1px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}
.framer-9jI43 .framer-1pgiy0i {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
}
.framer-9jI43 .framer-1h9vdpg-container {
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}
.framer-9jI43 .framer-1bmolld-container {
    flex: none;
    position: absolute;
    inset: 0;
}
.framer-9jI43.framer-v-wcf6j .framer-1244nee {
    order: 1;
}
.framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
.framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
    --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
    --framer-font-open-type-features: normal;
    --framer-font-size: 60px;
    --framer-font-style: normal;
    --framer-font-variation-axes: normal;
    --framer-font-weight: 800;
    --framer-letter-spacing: -0.03em;
    --framer-line-height: 100%;
    --framer-paragraph-spacing: 40px;
    --framer-text-alignment: left;
    --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
    --framer-text-decoration: none;
    --framer-text-stroke-color: initial;
    --framer-text-stroke-width: initial;
    --framer-text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 810px) {
    .framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
    .framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 45px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
@media (max-width: 809px) and (min-width: 0) {
    .framer-tJfuI .framer-styles-preset-1c0t51l:not(.rich-text-wrapper),
    .framer-tJfuI .framer-styles-preset-1c0t51l.rich-text-wrapper h2 {
        --framer-font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
        --framer-font-open-type-features: normal;
        --framer-font-size: 37px;
        --framer-font-style: normal;
        --framer-font-variation-axes: normal;
        --framer-font-weight: 800;
        --framer-letter-spacing: -0.03em;
        --framer-line-height: 100%;
        --framer-paragraph-spacing: 40px;
        --framer-text-alignment: left;
        --framer-text-color: var(--token-d33926f3-e1ef-47a7-a2fc-872ea608e7c8, #0f0f11);
        --framer-text-decoration: none;
        --framer-text-stroke-color: initial;
        --framer-text-stroke-width: initial;
        --framer-text-transform: uppercase;
    }
}
.framer-9jI43[data-border="true"]:after,
.framer-9jI43 [data-border="true"]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0)
        var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    box-sizing: border-box;
    border-radius: inherit;
    corner-shape: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Section Styles */
.featured-case-study {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: min-content;
  padding: 0;
  position: relative;
}

.featured-case-study__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 1200px;
  max-width: 100%;
  padding: 0 40px;
  position: relative;
}

.featured-case-study__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  height: min-content;
  padding: 100px 0;
}

.featured-case-study__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.featured-case-study__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}

.featured-case-study__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.featured-case-study__label-text {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--lime);
}

.featured-case-study__label-underscore {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 125%;
  color: var(--white);
}

.featured-case-study__date {
  flex: 1;
  text-align: right;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 125%;
  color: var(--gray-light);
}

.featured-case-study__heading {
  font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 105%;
  text-transform: uppercase;
  color: var(--white);
  max-width: 90%;
}

/* Info Rows */
.featured-case-study__info-rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  border-top: 1px solid var(--border);
}

.featured-case-study__info-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.featured-case-study__info-icon-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

.featured-case-study__info-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
}

.featured-case-study__info-label {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 125%;
  color: var(--gray-light);
}

.featured-case-study__info-value {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 125%;
  color: var(--white);
  text-align: left;
}

/* Stats */
.featured-case-study__stats {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  gap: 0;
  width: 100%;
}

.featured-case-study__stat {
  height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 280px;
  border-top: 1px solid var(--border);
  position: relative;
}

.featured-case-study__stat-value {
  font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
  align-self: flex-end;
}

.featured-case-study__stat-label {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 125%;
  color: var(--gray-light);
  max-width: 200px;
}

/* Button */
.featured-case-study__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  background-color: #1c1e19;
  text-decoration: none;
  border: 1px solid var(--border);
  position: relative;
  cursor: pointer;
}

.featured-case-study__button-text {
  font-family: "TASA Orbiter", "TASA Orbiter Placeholder", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--white);
  white-space: pre;
}

.featured-case-study__button-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 15px;
}

.featured-case-study__button-arrow-square {
  background-color: var(--lime);
  height: 3px;
  width: 5px;
}

.featured-case-study__button-arrow-square:last-child {
  width: 3px;
}

.featured-case-study__button-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--lime);
  box-shadow: rgba(208, 255, 0, 0.25) 0px 0px 10px 1px;
}

/* Image */
.featured-case-study__image {
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.featured-case-study__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.featured-case-study__image-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--dark);
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 1199px) and (min-width: 810px) {
  .featured-case-study__inner {
    width: 810px;
    padding: 0 20px;
  }
  .featured-case-study__heading {
    font-size: 35px;
  }
  .featured-case-study__stat-value {
    font-size: 45px;
  }
  .featured-case-study__button-text {
    font-size: 13px;
  }
}

@media (max-width: 809px) {
  .featured-case-study__inner {
    flex-direction: column;
    width: 390px;
    padding: 0 10px;
  }
  .featured-case-study__left {
    gap: 30px;
    padding: 50px 0;
  }
  .featured-case-study__heading {
    font-size: 30px;
  }
  .featured-case-study__stat {
    width: 100%;
  }
  .featured-case-study__stat-value {
    font-size: 37px;
  }
  .featured-case-study__button-text {
    font-size: 12px;
  }
  .featured-case-study__image {
    flex: none;
    width: 100%;
  }
}