/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.invert-colors {
    background-color: white;
    filter: invert(100%);
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

main {
    display:block
}

h1 {
    font-size: 2em;
    margin:.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

pre {
    font-family: monospace, monospace;
    font-size:1em
}

a {
    background-color:transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration:underline dotted
}

b, strong {
    font-weight:bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size:1em
}

small {
    font-size:80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align:baseline
}

sub {
    bottom:-.25em
}

sup {
    top:-.5em
}

img {
    border-style:none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin:0
}

button, input {
    overflow:visible
}

button, select {
    text-transform:none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance:button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding:0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline:1px dotted ButtonText
}

fieldset {
    padding:.35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space:normal
}

progress {
    vertical-align:baseline
}

textarea {
    overflow:auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding:0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset:-2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

details {
    display:block
}

summary {
    display:list-item
}

[hidden], template {
    display:none
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin:0
}

button {
    background-color: transparent;
    background-image:none
}

button:focus {
    outline: 1px dotted;
    outline:5px auto -webkit-focus-ring-color
}

fieldset, ol, ul {
    margin: 0;
    padding:0
}

ol, ul {
    list-style:none
}

html {
    font-family: Inter var, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height:1.5
}

*, :after, :before {
    box-sizing: border-box;
    border:0 solid #d2d6dc
}

hr {
    border-top-width:1px
}

img {
    border-style:solid
}

textarea {
    resize:vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color:#a0aec0
}

input::placeholder, textarea::placeholder {
    color:#a0aec0
}

[role=button], button {
    cursor:pointer
}

table {
    border-collapse:collapse
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight:inherit
}

a {
    color: inherit;
    text-decoration:inherit
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color:inherit
}

code, kbd, pre, samp {
    font-family:Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align:middle
}

img, video {
    max-width: 100%;
    height:auto
}

.space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left:calc(0.25rem *(1 - var(--space-x-reverse)))
}

.space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left:calc(1rem *(1 - var(--space-x-reverse)))
}

.space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem *(1 - var(--space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--space-y-reverse))
}

.space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem *(1 - var(--space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--space-y-reverse))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color:rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-50 {
    --bg-opacity: 1;
    background-color: #f9fafb;
    background-color:rgba(249, 250, 251, var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color:rgba(244, 245, 247, var(--bg-opacity))
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #252f3f;
    background-color:rgba(37, 47, 63, var(--bg-opacity))
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #161e2e;
    background-color:rgba(22, 30, 46, var(--bg-opacity))
}

.hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color:rgba(255, 255, 255, var(--bg-opacity))
}

.hover\:bg-gray-50:hover {
    --bg-opacity: 1;
    background-color: #f9fafb;
    background-color:rgba(249, 250, 251, var(--bg-opacity))
}

.hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color:rgba(244, 245, 247, var(--bg-opacity))
}

.hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #252f3f;
    background-color:rgba(37, 47, 63, var(--bg-opacity))
}

.focus\:bg-gray-50:focus {
    --bg-opacity: 1;
    background-color: #f9fafb;
    background-color:rgba(249, 250, 251, var(--bg-opacity))
}

.focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color:rgba(244, 245, 247, var(--bg-opacity))
}

.bg-opacity-97 {
    --bg-opacity:.97
}

.border-transparent {
    border-color:transparent
}

.border-gray-100 {
    --border-opacity: 1;
    border-color: #f4f5f7;
    border-color:rgba(244, 245, 247, var(--border-opacity))
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #e5e7eb;
    border-color:rgba(229, 231, 235, var(--border-opacity))
}

.hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f4f5f7;
    border-color:rgba(244, 245, 247, var(--border-opacity))
}

.hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #e5e7eb;
    border-color:rgba(229, 231, 235, var(--border-opacity))
}

.rounded-md {
    border-radius:.55rem
}

.rounded-lg {
    border-radius:16px
}

.rounded-xl {
    border-radius:24px
}

.rounded-full {
    border-radius:9999px
}

.border {
    border-width:1px
}

.border-t {
    border-top-width:1px
}

.border-b {
    border-bottom-width:1px
}

.cursor-pointer {
    cursor:pointer
}

.block {
    display:block
}

.flex {
    display:flex
}

.inline-flex {
    display:inline-flex
}

.hidden {
    display:none
}

.flex-col {
    flex-direction:column
}

.flex-wrap {
    flex-wrap:wrap
}

.items-center {
    align-items:center
}

.self-center {
    align-self:center
}

.self-stretch {
    align-self:stretch
}

.justify-center {
    justify-content:center
}

.justify-between {
    justify-content:space-between
}

.flex-1 {
    flex:1 1 0%
}

.flex-grow {
    flex-grow:1
}

.flex-shrink-0 {
    flex-shrink:0
}

.font-normal {
    font-weight:400
}

.font-medium {
    font-weight:500
}

.font-bold {
    font-weight:700
}

.font-extrabold {
    font-weight:800
}

.h-6 {
    height:1.5rem
}

.h-8 {
    height:2rem
}

.h-12 {
    height:3rem
}

.h-20 {
    height:5rem
}

.h-24 {
    height:6rem
}

.h-56 {
    height:14rem
}

.h-86 {
    height:21.65625rem
}

.h-112 {
    height:28.1328125rem
}

.h-auto {
    height:auto
}

.h-1\/2 {
    height:50%
}

.h-full {
    height:100%
}

.h-screen {
    height:100vh
}

.text-xs {
    font-size:.75rem
}

.text-sm {
    font-size:.875rem
}

.text-base {
    font-size:1rem
}

.text-lg {
    font-size:1.125rem
}

.text-xl {
    font-size:1.25rem
}

.text-2xl {
    font-size:1.5rem
}

.text-3xl {
    font-size:1.875rem
}

.text-4xl {
    font-size:2.25rem
}

.text-2xs {
    font-size:.65rem
}

.leading-6 {
    line-height:1.5rem
}

.leading-7 {
    line-height:1.75rem
}

.leading-8 {
    line-height:2rem
}

.leading-9 {
    line-height:2.25rem
}

.leading-10 {
    line-height:2.5rem
}

.leading-none {
    line-height:1
}

.leading-tight {
    line-height:1.25
}

.m-4 {
    margin:1rem
}

.-m-3 {
    margin:-.75rem
}

.-m-4 {
    margin:-1rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom:1rem
}

.mx-auto {
    margin-left: auto;
    margin-right:auto
}

.-mx-4 {
    margin-left: -1rem;
    margin-right:-1rem
}

.mt-1 {
    margin-top:.25rem
}

.mt-2 {
    margin-top:.5rem
}

.ml-2 {
    margin-left:.5rem
}

.mt-3 {
    margin-top:.75rem
}

.mb-3 {
    margin-bottom:.75rem
}

.mt-4 {
    margin-top:1rem
}

.mr-4 {
    margin-right:1rem
}

.ml-4 {
    margin-left:1rem
}

.mt-5 {
    margin-top:1.25rem
}

.mt-6 {
    margin-top:1.5rem
}

.mb-6 {
    margin-bottom:1.5rem
}

.mt-8 {
    margin-top:2rem
}

.mb-8 {
    margin-bottom:2rem
}

.ml-8 {
    margin-left:2rem
}

.mt-10 {
    margin-top:2.5rem
}

.mb-10 {
    margin-bottom:2.5rem
}

.mt-12 {
    margin-top:3rem
}

.mt-16 {
    margin-top:4rem
}

.mb-16 {
    margin-bottom:4rem
}

.mr-20 {
    margin-right:5rem
}

.ml-20 {
    margin-left:5rem
}

.mt-32 {
    margin-top:8rem
}

.mt-40 {
    margin-top:10rem
}

.-mr-2 {
    margin-right:-.5rem
}

.-ml-8 {
    margin-left:-2rem
}

.-ml-10 {
    margin-left:-2.5rem
}

.-mt-40 {
    margin-top:-10rem
}

.max-w-xl {
    max-width:36rem
}

.max-w-2xl {
    max-width:39rem
}

.max-w-3xl {
    max-width:48rem
}

.max-w-4xl {
    max-width:56rem
}

.max-w-screen-xl {
    max-width:1280px
}

.object-cover {
    -o-object-fit: cover;
    object-fit:cover
}

.opacity-0 {
    opacity:0
}

.opacity-100 {
    opacity:1
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset:2px
}

.overflow-hidden {
    overflow:hidden
}

.p-2 {
    padding:.5rem
}

.p-3 {
    padding:.75rem
}

.p-6 {
    padding:1.5rem
}

.p-05 {
    padding:.125rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom:.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right:.5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom:.75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right:.75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right:1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right:1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom:1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom:2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom:2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom:3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom:4rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom:5rem
}

.pt-2 {
    padding-top:.5rem
}

.pb-3 {
    padding-bottom:.75rem
}

.pt-4 {
    padding-top:1rem
}

.pr-8 {
    padding-right:2rem
}

.pb-8 {
    padding-bottom:2rem
}

.pl-8 {
    padding-left:2rem
}

.pt-10 {
    padding-top:2.5rem
}

.pb-10 {
    padding-bottom:2.5rem
}

.pt-12 {
    padding-top:3rem
}

.pb-12 {
    padding-bottom:3rem
}

.pt-16 {
    padding-top:4rem
}

.pt-20 {
    padding-top:5rem
}

.pt-28 {
    padding-top:7rem
}

.fixed {
    position:fixed
}

.absolute {
    position:absolute
}

.relative {
    position:relative
}

.inset-0 {
    right: 0;
    left:0
}

.inset-0, .inset-y-0 {
    top: 0;
    bottom:0
}

.inset-x-0 {
    right: 0;
    left:0
}

.top-0 {
    top:0
}

.right-0 {
    right:0
}

.bottom-0 {
    bottom:0
}

.left-0 {
    left:0
}

.left-full {
    left:100%
}

.shadow-xs {
    box-shadow:0 0 0 1px rgba(0, 0, 0, .05)
}

.shadow {
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-md {
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-lg {
    box-shadow:0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-xl {
    box-shadow:0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.shadow-md-medium {
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, .06), 0 2px 4px -1px rgba(0, 0, 0, .04)
}

.shadow-md-lightest {
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, .03), 0 2px 4px -1px rgba(0, 0, 0, .02)
}

.focus\:shadow-outline:focus {
    box-shadow:0 0 0 3px rgba(118, 169, 250, .45)
}

.text-center {
    text-align:center
}

.text-transparent {
    color:transparent
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color:rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-50 {
    --text-opacity: 1;
    color: #f9fafb;
    color:rgba(249, 250, 251, var(--text-opacity))
}

.text-gray-100 {
    --text-opacity: 1;
    color: #f4f5f7;
    color:rgba(244, 245, 247, var(--text-opacity))
}

.text-gray-200 {
    --text-opacity: 1;
    color: #e5e7eb;
    color:rgba(229, 231, 235, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #9fa6b2;
    color:rgba(159, 166, 178, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #6b7280;
    color:rgba(107, 114, 128, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #374151;
    color:rgba(55, 65, 81, var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #252f3f;
    color:rgba(37, 47, 63, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #161e2e;
    color:rgba(22, 30, 46, var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: #f05252;
    color:rgba(240, 82, 82, var(--text-opacity))
}

.text-green-400 {
    --text-opacity: 1;
    color: #31c48d;
    color:rgba(49, 196, 141, var(--text-opacity))
}

.text-blue-500 {
    --text-opacity: 1;
    color: #3f83f8;
    color:rgba(63, 131, 248, var(--text-opacity))
}

.text-orange-500 {
    --text-opacity: 1;
    color: #f05251;
    color:rgba(240, 82, 82, var(--text-opacity))
}

.hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #6b7280;
    color:rgba(107, 114, 128, var(--text-opacity))
}

.hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #4b5563;
    color:rgba(75, 85, 99, var(--text-opacity))
}

.hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #161e2e;
    color:rgba(22, 30, 46, var(--text-opacity))
}

.focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #6b7280;
    color:rgba(107, 114, 128, var(--text-opacity))
}

.focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #161e2e;
    color:rgba(22, 30, 46, var(--text-opacity))
}

.uppercase {
    text-transform:uppercase
}

.lowercase {
    text-transform:lowercase
}

.tracking-tight {
    letter-spacing:-.025em
}

.tracking-wide {
    letter-spacing:.025em
}

.tracking-wider {
    letter-spacing:.05em
}

.tracking-widest {
    letter-spacing:.1em
}

.w-6 {
    width:1.5rem
}

.w-8 {
    width:2rem
}

.w-12 {
    width:3rem
}

.w-16 {
    width:4rem
}

.w-18 {
    width:4.5rem
}

.w-20 {
    width:5rem
}

.w-24 {
    width:6rem
}

.w-28 {
    width:7rem
}

.w-32 {
    width:8rem
}

.w-36 {
    width:9rem
}

.w-40 {
    width:10rem
}

.w-52 {
    width:13rem
}

.w-64 {
    width:16rem
}

.w-full {
    width:100%
}

.w-screen {
    width:100vw
}

.z-10 {
    z-index:10
}

.z-40 {
    z-index:40
}

.z-50 {
    z-index:50
}

.z-60 {
    z-index:60
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.origin-top-right {
    transform-origin:top right
}

.scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y:.95
}

.scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y:1
}

.-rotate-14 {
    --transform-rotate:-14deg
}

.translate-x-1\/2 {
    --transform-translate-x:50%
}

.-translate-x-1\/2 {
    --transform-translate-x:-50%
}

.-translate-y-3\/4 {
    --transform-translate-y:-75%
}

.transition {
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in {
    transition-timing-function:cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
    transition-timing-function:cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
    transition-timing-function:cubic-bezier(.4, 0, .2, 1)
}

.duration-100 {
    transition-duration:.1s
}

.duration-150 {
    transition-duration:.15s
}

.duration-200 {
    transition-duration:.2s
}

@keyframes spin {
    to {
        transform:rotate(1turn)
    }
}

@keyframes ping {
    75%, to {
        transform: scale(2);
        opacity:0
    }
}

@keyframes pulse {
    50% {
        opacity:.5
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        animation-timing-function:cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function:cubic-bezier(0, 0, .2, 1)
    }
}

/* @font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src: url(/assets/fonts/Inter-Thin.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Thin.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 100;
    font-display: auto;
    src: url(/assets/fonts/Inter-ThinItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-ThinItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url(/assets/fonts/Inter-ExtraLight.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-ExtraLight.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 200;
    font-display: auto;
    src: url(/assets/fonts/Inter-ExtraLightItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-ExtraLightItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(/assets/fonts/Inter-Light.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Light.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 300;
    font-display: auto;
    src: url(/assets/fonts/Inter-LightItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-LightItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/assets/fonts/Inter-Regular.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Regular.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 400;
    font-display: auto;
    src: url(/assets/fonts/Inter-Italic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Italic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(/assets/fonts/Inter-Medium.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Medium.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 500;
    font-display: auto;
    src: url(/assets/fonts/Inter-MediumItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-MediumItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url(/assets/fonts/Inter-SemiBold.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-SemiBold.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 600;
    font-display: auto;
    src: url(/assets/fonts/Inter-SemiBoldItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-SemiBoldItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(/assets/fonts/Inter-Bold.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Bold.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 700;
    font-display: auto;
    src: url(/assets/fonts/Inter-BoldItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-BoldItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url(/assets/fonts/Inter-ExtraBold.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-ExtraBold.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 800;
    font-display: auto;
    src: url(/assets/fonts/Inter-ExtraBoldItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-ExtraBoldItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/assets/fonts/Inter-Black.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-Black.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-style: italic;
    font-weight: 900;
    font-display: auto;
    src: url(/assets/fonts/Inter-BlackItalic.woff2?3.13) format("woff2"), url(/assets/fonts/Inter-BlackItalic.woff?3.13) format("woff")
}

@font-face {
    font-family: Inter var;
    font-weight: 100 900;
    font-style: normal;
    font-named-instance: "Regular";
    font-display: auto;
    src: url(/assets/fonts/Inter-roman.var.woff2?3.13) format("woff2")
}

@font-face {
    font-family: Inter var;
    font-weight: 100 900;
    font-style: italic;
    font-named-instance: "Italic";
    font-display: auto;
    src: url(/assets/fonts/Inter-italic.var.woff2?3.13) format("woff2")
}

@font-face {
    font-family: Inter var alt;
    font-weight: 100 900;
    font-style: normal;
    font-named-instance: "Regular";
    font-display: auto;
    src: url(/assets/fonts/Inter-roman.var.woff2?3.13) format("woff2")
}

@font-face {
    font-family: Inter var alt;
    font-weight: 100 900;
    font-style: italic;
    font-named-instance: "Italic";
    font-display: auto;
    src: url(/assets/fonts/Inter-italic.var.woff2?3.13) format("woff2")
}

@font-face {
    font-family: Inter var experimental;
    font-weight: 100 900;
    font-style: oblique 0deg 10deg;
    font-display: auto;
    src: url(/assets/fonts/Inter.var.woff2?3.13) format("woff2")
} */

.strong-bold strong {
    font-weight:700
}

.strong-bold strong, .strong-semi strong {
    --text-opacity: 1;
    color: #252f3f;
    color:rgba(37, 47, 63, var(--text-opacity))
}

.strong-semi strong {
    font-weight:600
}

.glide {
    position: relative;
    width: 100%;
    box-sizing:border-box
}

.glide * {
    box-sizing:inherit
}

.glide__slides, .glide__track {
    overflow:hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change:transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select:none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color:transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select:none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select:none
}

.glide--rtl {
    direction:rtl
}

.brand-text {
    opacity: 0;
    transform: translateY(100%);
    transition:opacity .3s, transform 1s 1s
}

.brand-text.active-js {
    opacity: 1;
    transform: translateY(0);
    transition:all .3s ease-out
}

.brand-screenshots {
    opacity: 0;
    z-index: 1;
    transition:opacity .22s .22s
}

.brand-screenshots.active-js {
    opacity: 1;
    z-index: 2;
    transition:opacity .22s
}

[x-cloak] {
    display:none
}

@media (min-width: 640px) {
    .sm\:space-y-0 > :not(template) ~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px *(1 - var(--space-y-reverse)));
        margin-bottom:calc(0px * var(--space-y-reverse))
    }

    .sm\:space-x-10 > :not(template) ~ :not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--space-x-reverse));
        margin-left:calc(2.5rem *(1 - var(--space-x-reverse)))
    }

    .sm\:border-0 {
        border-width:0
    }

    .sm\:border-r {
        border-right-width:1px
    }

    .sm\:border-l {
        border-left-width:1px
    }

    .sm\:block {
        display:block
    }

    .sm\:flex {
        display:flex
    }

    .sm\:grid {
        display:grid
    }

    .sm\:hidden {
        display:none
    }

    .sm\:flex-row {
        flex-direction:row
    }

    .sm\:justify-center {
        justify-content:center
    }

    .sm\:h-6 {
        height:1.5rem
    }

    .sm\:h-10 {
        height:2.5rem
    }

    .sm\:h-12 {
        height:3rem
    }

    .sm\:h-16 {
        height:4rem
    }

    .sm\:h-72 {
        height:18rem
    }

    .sm\:h-103 {
        height:25.96875rem
    }

    .sm\:h-138 {
        height:34.625rem
    }

    .sm\:text-lg {
        font-size:1.125rem
    }

    .sm\:text-xl {
        font-size:1.25rem
    }

    .sm\:text-3xl {
        font-size:1.875rem
    }

    .sm\:text-4xl {
        font-size:2.25rem
    }

    .sm\:text-5xl {
        font-size:3rem
    }

    .sm\:leading-9 {
        line-height:2.25rem
    }

    .sm\:leading-10 {
        line-height:2.5rem
    }

    .sm\:leading-tighter {
        line-height:1.1
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right:auto
    }

    .sm\:mt-0 {
        margin-top:0
    }

    .sm\:ml-2 {
        margin-left:.5rem
    }

    .sm\:mb-3 {
        margin-bottom:.75rem
    }

    .sm\:mt-4 {
        margin-top:1rem
    }

    .sm\:mt-5 {
        margin-top:1.25rem
    }

    .sm\:mt-6 {
        margin-top:1.5rem
    }

    .sm\:mt-8 {
        margin-top:2rem
    }

    .sm\:mt-16 {
        margin-top:4rem
    }

    .sm\:mr-32 {
        margin-right:8rem
    }

    .sm\:ml-32 {
        margin-left:8rem
    }

    .sm\:-mt-2 {
        margin-top:-.5rem
    }

    .sm\:-mr-10 {
        margin-right:-2.5rem
    }

    .sm\:-ml-10 {
        margin-left:-2.5rem
    }

    .sm\:max-w-xl {
        max-width:36rem
    }

    .sm\:py-3 {
        padding-top: .75rem;
        padding-bottom:.75rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right:1.5rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom:6rem
    }

    .sm\:pt-12 {
        padding-top:3rem
    }

    .sm\:pb-16 {
        padding-bottom:4rem
    }

    .sm\:pt-24 {
        padding-top:6rem
    }

    .sm\:text-center {
        text-align:center
    }

    .sm\:w-48 {
        width:12rem
    }

    .sm\:w-64 {
        width:16rem
    }

    .sm\:w-128 {
        width:32rem
    }

    .sm\:col-gap-8 {
        grid-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap:2rem
    }

    .sm\:row-gap-10 {
        grid-row-gap: 2.5rem;
        row-gap:2.5rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display:flex
    }

    .md\:hidden {
        display:none
    }

    .md\:h-96 {
        height:24rem
    }

    .md\:text-xl {
        font-size:1.25rem
    }

    .md\:text-5xl {
        font-size:3rem
    }

    .md\:text-6xl {
        font-size:4rem
    }

    .md\:m-6 {
        margin:1.5rem
    }

    .md\:-m-6 {
        margin:-1.5rem
    }

    .md\:mt-5 {
        margin-top:1.25rem
    }

    .md\:ml-16 {
        margin-left:4rem
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right:4rem
    }

    .md\:pr-0 {
        padding-right:0
    }

    .md\:pt-16 {
        padding-top:4rem
    }

    .md\:pb-20 {
        padding-bottom:5rem
    }

    .md\:pl-24 {
        padding-left:6rem
    }

    .md\:pt-32 {
        padding-top:8rem
    }

    .md\:w-36 {
        width:9rem
    }

    .md\:w-auto {
        width:auto
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display:block
    }

    .lg\:grid {
        display:grid
    }

    .lg\:items-center {
        align-items:center
    }

    .lg\:justify-start {
        justify-content:flex-start
    }

    .lg\:flex-grow-0 {
        flex-grow:0
    }

    .lg\:h-auto {
        height:auto
    }

    .lg\:h-full {
        height:100%
    }

    .lg\:m-8 {
        margin:2rem
    }

    .lg\:-m-8 {
        margin:-2rem
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right:0
    }

    .lg\:mt-0 {
        margin-top:0
    }

    .lg\:mb-0 {
        margin-bottom:0
    }

    .lg\:mt-12 {
        margin-top:3rem
    }

    .lg\:mt-24 {
        margin-top:6rem
    }

    .lg\:max-w-xl {
        max-width:36rem
    }

    .lg\:max-w-2xl {
        max-width:39rem
    }

    .lg\:max-w-screen-xl {
        max-width:1280px
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right:2rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom:4rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom:5rem
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right:6rem
    }

    .lg\:pl-12 {
        padding-left:3rem
    }

    .lg\:pt-20 {
        padding-top:5rem
    }

    .lg\:pt-36 {
        padding-top:9rem
    }

    .lg\:pb-48 {
        padding-bottom:12rem
    }

    .lg\:absolute {
        position:absolute
    }

    .lg\:inset-y-0 {
        top: 0;
        bottom:0
    }

    .lg\:right-0 {
        right:0
    }

    .lg\:left-auto {
        left:auto
    }

    .lg\:right-full {
        right:100%
    }

    .lg\:text-left {
        text-align:left
    }

    .lg\:text-center {
        text-align:center
    }

    .lg\:w-18 {
        width:4.5rem
    }

    .lg\:w-24 {
        width:6rem
    }

    .lg\:w-28 {
        width:7rem
    }

    .lg\:w-32 {
        width:8rem
    }

    .lg\:w-36 {
        width:9rem
    }

    .lg\:w-52 {
        width:13rem
    }

    .lg\:w-3\/5 {
        width:60%
    }

    .lg\:w-7\/12 {
        width:58.333333%
    }

    .lg\:w-full {
        width:100%
    }

    .lg\:gap-8 {
        grid-gap: 2rem;
        gap:2rem
    }

    .lg\:col-gap-8 {
        grid-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap:2rem
    }

    .lg\:grid-flow-row-dense {
        grid-auto-flow:row dense
    }

    .lg\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .lg\:col-span-1 {
        grid-column:span 1/span 1
    }

    .lg\:col-span-2 {
        grid-column:span 2/span 2
    }

    .lg\:col-start-1 {
        grid-column-start:1
    }

    .lg\:col-start-2 {
        grid-column-start:2
    }

    .lg\:translate-x-2\/3 {
        --transform-translate-x:66.666667%
    }

    .lg\:translate-y-1\/4 {
        --transform-translate-y:25%
    }
}

@media (min-width: 1280px) {
    .xl\:pt-28 {
        padding-top:7rem
    }

    .xl\:pt-40 {
        padding-top: 10rem
    }
}
