/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
        sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
hr {
    height: 0;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
        monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
summary {
    display: list-item;
}
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: ui-sans-serif, 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;
}
body {
    font-family: inherit;
    line-height: inherit;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
hr {
    border-top-width: 1px;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9ca3af;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ca3af;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    color: #9ca3af;
}
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: ui-monospace, SFMono-Regular, 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;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-full {
    border-radius: 9999px;
}
.border-b {
    border-bottom-width: 1px;
}
.block {
    display: block;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table {
    display: table;
}
.hidden {
    display: none;
}
.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.flex-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.font-leading {
    font-family: Karla, "sans-serif";
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-14 {
    height: 3.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.leading-relaxed {
    line-height: 1.625;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.ml-8 {
    margin-left: 2rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-16 {
    margin-top: 4rem;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.top-1 {
    top: 0.25rem;
}
.top-10 {
    top: 2.5rem;
}
* {
    --tw-shadow: 0 0 transparent;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
* {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-14 {
    width: 3.5rem;
}
.w-64 {
    width: 16rem;
}
.w-full {
    width: 100%;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes ping {
    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ping {
    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@-webkit-keyframes bounce {
    0%,
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
@keyframes bounce {
    0%,
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
html {
    font-size: calc(14px + 0.25vw);
}
#app {
    background-color: #f8f8f8;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.main-header {
    width: 100%;
    z-index: 10;
    height: 100px;
}
.main-header,
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: Karla, "sans-serif";
}
.nav__link:not(:last-child) {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.nav__link:not(:last-child):hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.main--hero {
    position: absolute;
    top: 0;
    width: 100%;
}
a,
button,
h1,
h2,
h3 {
    font-family: Karla, "sans-serif";
}
.c-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.hero {
    width: 100%;
    height: calc(100vh - 100px);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 1536px) {
    .hero {
        height: calc(90vh - 100px);
    }
}
.hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.hero__content {
    max-width: 100ch;
    margin: 0 auto;
}
.hero__title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .hero__title {
        font-size: 3rem;
        line-height: 1;
        text-align: left;
        letter-spacing: -0.05em;
    }
}
.hero__title .hero__title-decorator {
    border-radius: 0.25rem;
    border-style: dashed;
    border-width: 2px;
    display: inline-block;
    padding: 0.25rem 0.75rem;
}
.hero__text {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    max-width: 80ch;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .hero__text {
        text-align: left;
    }
}
.box {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.75rem;
}
.box.box--shadow {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.box__inner {
    padding: 0.75rem 1.5rem;
}
.box__title {
    border-style: dashed;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.is-intersecting {
    border: 3px solid #ff0;
}
.is-down {
    border: 3px dashed;
}
.is-up {
    border: 3px solid pink;
}
.false-sticky {
    position: absolute;
    top: 0;
}
.border-debug {
    --tw-border-opacity: 1;
    border: 1px dashed rgba(55, 48, 163, var(--tw-border-opacity));
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.video-container .aspect-4\/3 {
    padding-top: 75%;
}
.video-container .aspect-3\/2 {
    padding-top: 66.66%;
}
.video-container .aspect-8\/5 {
    padding-top: 62.5%;
}
.video-container .aspect-1\/1 {
    padding-top: 100%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.w-content {
    max-width: 80ch;
}
@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 transparent);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 transparent);
    -webkit-transition-property: background-color, border-color, color, fill,
        stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.button.button--filled {
    border-radius: 0.25rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
.button.button--filled.button--primary {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button--filled.button--primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.button.button--link {
    border-color: transparent;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.button.button--link.button--primary {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.button.button--link.button--primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.button.button--animate.animated {
    pointer-events: none;
    opacity: 0.5;
}
.button.button--animate.animated .animate-this {
    display: block;
}
.button.button--animate .animate-this {
    margin: 0 10px;
    display: none;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.button.button--bordered {
    border-radius: 0.25rem;
    border-bottom-width: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
}
.button.button--border {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    border-radius: 0.25rem;
    border-width: 1px;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    -webkit-transition-property: background-color, border-color, color, fill,
        stroke;
    transition-property: background-color, border-color, color, fill, stroke;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.button.button--border.button--primary {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.button.button--border.button--primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.button.button--border.button--secondary {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.button.button--border.button--secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.button.button--rounded {
    border-radius: 9999px;
}
.form--horizontal .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .form--horizontal .form-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.form--horizontal .form-row + .form-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form--horizontal .form-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: left;
    width: 100%;
}
@media (min-width: 1024px) {
    .form--horizontal .form-col {
        margin: 0 1rem;
    }
}
.form .form__row {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.form .form__input-group {
    border-radius: 0.25rem;
    border-width: 1px;
    padding: 0.25rem;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.form .form__input-group:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.form .form__input-group:focus-within label {
    color: currentColor;
}
.form .form__label-group {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: -1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.form .form__label-group label {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.form .form__input {
    display: block;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    width: 100%;
}
.form abbr {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.main--footerFixed {
    margin-bottom: 5rem;
}
@media (min-width: 768px) {
    .main--footerFixed {
        margin-bottom: 3.5rem;
    }
}
@media (min-width: 1024px) {
    .main--footerFixed {
        margin-bottom: 3.5rem;
    }
}
.main-footer--fixed {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    /* position: fixed; */
    /* bottom: 0; */
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 100%;
    z-index: -1;
}
.title-section {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
[x-cloak] {
    display: none;
}
.duration-300 {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scale-90 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.scale-100 {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sweet-alert {
    border-radius: 0.25rem;
    border-bottom-width: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    min-width: 300px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: fixed;
    right: 10px;
    bottom: 30px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border-color: var(--alertBorder);
    background-color: var(--alertBg);
    -webkit-animation: cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation-name: alert-animate;
    animation-name: alert-animate;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    z-index: 99999;
    font-size: 14px;
}
.sweet-alert--info {
    --alertBg: #bfdbfe;
    --alertBorder: #93c5fd;
    --alertTitle: #1e40af;
    --alertDesc: #2563eb;
    --alertIconText: #3b82f6;
    --alertIconBorder: #3b82f6;
    --alertIconBg: #2563eb;
}
.sweet-alert--warning {
    --alertBg: #fde68a;
    --alertBorder: #fcd34d;
    --alertTitle: #92400e;
    --alertDesc: #d97706;
    --alertIconText: #f59e0b;
    --alertIconBorder: #f59e0b;
    --alertIconBg: #fef3c7;
}
.sweet-alert--danger {
    --alertBg: #fecaca;
    --alertBorder: #fca5a5;
    --alertTitle: #991b1b;
    --alertDesc: #dc2626;
    --alertIconText: #ef4444;
    --alertIconBorder: #ef4444;
    --alertIconBg: #fee2e2;
}
.sweet-alert--success {
    --alertBg: #a7f3d0;
    --alertBorder: #6ee7b7;
    --alertTitle: #065f46;
    --alertDesc: #059669;
    --alertIconText: #10b981;
    --alertIconBorder: #10b981;
    --alertIconBg: #d1fae5;
}
.sweet-alert .alert-icon {
    border-radius: 9999px;
    border-width: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--alertIconText);
    border-color: var(--alertIconBorder);
    background-color: var(--alertIconBg);
}
.sweet-alert .alert-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}
.sweet-alert .alert-content {
    margin-left: 1rem;
}
.sweet-alert .alert-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--alertTitle);
}
.sweet-alert .alert-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--alertDesc);
}
@-webkit-keyframes alert-animate {
    0% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
    }
    to {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
body.is-show-alert {
    overflow-x: hidden;
}
.divisor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.divisor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
svg:not(:root) {
    overflow: hidden;
}
.card {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    border-radius: 0.25rem;
    border-width: 1px;
    padding: 1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.card:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.card__icon-circle {
    border-radius: 9999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.5rem;
    padding: 1rem;
    width: 3.5rem;
}
.card__icon-default {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.card__icon svg {
    width: 100%;
}
.card__content {
    margin-top: 1rem;
}
.card__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.card__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.pricingTable__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricingTable .card {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.25rem;
    padding: 1rem 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-top: 4px solid transparent;
}
.pricingTable .card--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.pricingTable .card:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    border-top-color: #10b981;
}
.pricingTable .card__title {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    text-transform: uppercase;
    letter-spacing: -0.05em;
}
.pricingTable .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.pricingTable .card__price .price-currency {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.pricingTable .card__price .price-value {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.pricingTable .card__price .price-period {
    font-weight: 600;
    text-transform: lowercase;
}
.pricingTable .card__features {
    padding: 0.75rem;
}
.pricingTable .card__features .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.pricingTable .card__footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.badge {
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    border-radius: 1.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.25rem 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
    text-transform: uppercase;
    letter-spacing: -0.05em;
}
.badge,
.bg-after {
    --tw-bg-opacity: 1;
}
.bg-after {
    width: 100%;
    height: 80%;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 0;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.customToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
}
.customToggle .customToggle-wrapper {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 2.5rem;
    -webkit-transition-property: background-color, border-color, color, fill,
        stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.customToggle .customToggle-wrapper > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    border-width: 4px;
    display: block;
    height: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    pointer-events: none;
    position: absolute;
    width: 1.5rem;
}
.customToggle .customToggle-wrapper > input:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    right: 0;
}
.customToggle .customToggle-wrapper > label {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: pointer;
    display: block;
    height: 1.5rem;
    overflow: hidden;
}
.customToggle > label {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: currentColor;
    text-transform: uppercase;
}
@media (min-width: 640px) {
    .sm\:w-48 {
        width: 12rem;
    }
}
@media (min-width: 768px) {
    .md\:block {
        display: block;
    }
    .md\:order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .md\:order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-1\/5 {
        width: 20%;
    }
    .md\:w-3\/5 {
        width: 60%;
    }
    .md\:w-4\/5 {
        width: 80%;
    }
}
@media (min-width: 1024px) {
    .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    }
    .lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .lg\:m-0 {
        margin: 0;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:w-32 {
        width: 8rem;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
}
