.fdsg {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vbcfg {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width:992px) {
    .vbcfg {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .vbcfg {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.zdasf {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width:992px) {
    .zdasf {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.xvxdg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fvdxghg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hkhjktf {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
    padding: 10px 0 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
    padding: 10px 0 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    padding: 10px 0 !important;
}

p {
    font-size: 18px !important;
}

.hkhjktf h2 {
    text-align: center !important;
    color: #000 !important;
}

.hkhjktf h3 {
    text-align: center !important;
    color: #000 !important;
}

.hkhjktf h4 {
    text-align: center !important;
    color: #000;
}

.hkhjktf h5,
.hkhjktf h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.hkhjktf li,
.hkhjktf span,
.hkhjktf a {
    color: #000 !important;
}

.hkhjktf img {
    max-width: 100%;
    height: auto;
}

.hkhjktf p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.hkhjktf table {
    word-break: break-all !important;
}

.hkhjktf td {
    font-size: 16px !important;
    color: #000 !important;
}

.hkhjktf li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

body {
    font-family: Poppins, sans-serif;
}

.text-nine-red {
    color: #e51636;
}

.text-nine-black {
    color: #0d0e0d;
}

.hover-text-nine-red:hover {
    color: #e51636;
}

.bg-nine-red,
.hr {
    background-color: #e51636;
}

.hr {
    height: 2px;
    width: 70%;
    border: none;
}

.bg-nine-gray {
    background-color: #f2f2f2;
}

.bg-nine-black {
    background-color: #000100;
}

.bg-light {
    background-color: #f8f8f8;
}

.cta {
    color: #fff;
    background-color: #e51636;
    position: relative;
    display: flex;
    justify-items: center;
    gap: .5rem;
    border-radius: .5rem;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    margin-top: 0;
    transition: all .3s ease;
}

.cta span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #c50d2a;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cta:hover span {
    width: 1200px;
    height: 1200px;
}

.cta:hover:not(button) {
    box-shadow: 0 0 20px 3px #f18c9a33;
    transform: translateY(-2px);
}

.cta-margin:hover:not(button) {
    margin-bottom: 4px;
    margin-top: -4px;
}

.cta:active {
    background-color: #bb0d28;
}

button:disabled {
    opacity: .8;
    cursor: progress;
}

.texture {
    background: url(/assets/texture-gradient.png) #000100 no-repeat 50%;
    background-size: cover;
}

.mini-texture {
    background: url(/assets/mini-texture.png) #000100 no-repeat 50%;
    background-size: cover;
}


.w-control {
    max-width: min(85vw, 800px);
}

.link {
    transition: opacity .3s ease;
    position: relative;
    padding-bottom: 2px;
}

.link:hover {
    opacity: 1 !important;
    background-color: #00000080;
}

.nav-scroll {
    background: url(/assets/texture-gradient.png) #000100 no-repeat 50%;
    background-size: cover;
}

.outline-text {
    top: -24px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    z-index: -1;
    opacity: .05;
    font-size: 12rem;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.card-overlay {
    overflow: hidden;
    position: relative;
}

.card-overlay .card-overlay-hidden,
.card-overlay span {
    opacity: 0;
    transition: all .5s ease;
    z-index: 2;
}

.success-cards:hover .card-overlay span {
    opacity: .8;
}

.success-cards:hover .card-overlay .card-overlay-hidden {
    opacity: 1;
}

.card-overlay img {
    transform: scale(1);
    transition: all .5s ease;
}

.success-cards:hover .card-overlay img {
    transform: scale(1.05);
}

.menu-dropdown-content {
    display: none;
    box-shadow: 0 6px 24px 0 #0000000d, 0 0 0 1px #00000014;
}

.menu-dropdown-content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid #0000;
    border-right: 8px solid #0000;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
    z-index: 5;
}

.menu-dropdown svg {
    transition: all .3s ease;
    transform: rotate(0deg);
}

.menu-dropdown-active .menu-dropdown-content,
.menu-dropdown-active .menu-dropdown-content:before,
.menu-dropdown:hover .menu-dropdown-content,
.menu-dropdown:hover .menu-dropdown-content:before {
    display: block;
}

.menu-dropdown-active svg,
.menu-dropdown:hover svg {
    transform: rotate(180deg);
}

.opacity-100 {
    opacity: 1 !important;
}

.w-0-hover {
    overflow: hidden;
    white-space: nowrap;
    gap: 0;
    transition: all .3s ease;
}

.w-0-hover .phone-svg {
    width: 100%;
    max-width: 0;
    transition: all .3s ease;
    padding: 0;
    opacity: 0;
}

.bg-gray-wave {
    background: url(/assets/gray-wave.svg) 100% top no-repeat #fff;
    background-size: cover;
}

.cta-img {
    display: none;
}

.special-ul li {
    list-style-type: "👉";
    padding-inline-start: 1ch;
    margin-top: 20px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 3px 8px 3px 14px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 4px solid #0000;
    border-top-color: #fff;
}

.lds-ring div:first-child {
    animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.animate-in,
.animate-in-on-reach {
    opacity: 0;
}

.animate-in {
    animation-name: animateIn;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

.animate-up-50 {
    transform: translateY(10px);
    opacity: 0;
    animation: animateUp50 ease forwards;
}

.animate-in-80 {
    opacity: 0;
    animation: animateIn80 ease forwards;
}

.animate-up,
.animate-up-on-reach {
    transform: translateY(10px);
    opacity: 0;
}

.animate-up {
    animation-name: animateUp;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

.animate-750 {
    animation-duration: .75s;
}

.animate-850 {
    animation-duration: .85s;
}

.animate-1000,
.animate-in-on-reach {
    animation-duration: 1s;
}

.animate-1200 {
    animation-duration: 1.2s;
}

.animate-1500 {
    animation-duration: 1.5s;
}

.animate-3s {
    animation-duration: 2s;
}

@keyframes animateIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animateUp50 {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: .5;
    }
}

@keyframes animateIn80 {
    0% {
        opacity: 0;
    }

    to {
        opacity: .75;
    }
}

@keyframes animateUp {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.bg-gradient-black {
    background: #000;
    background: linear-gradient(90deg, #0006, #0000);
}

.service-card:hover {
    box-shadow: 0 15px 30px 0 #0000001c, 0 5px 15px 0 #00000014;
    background-color: #fff;
}

.service-card:hover .service-card-link {
    opacity: 1;
}

.container {
    width: 90vw;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
}

.card {
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.card-square {
    border-radius: 0;
    aspect-ratio: 1/1;
}

.gap-cards {
    gap: 3rem;
}
.circle-bg {
    background: #ffdede;
    background: radial-gradient(circle at bottom, #ffdede 0, #fffdfd 50%);
}

.drag-file-upload {
    position: relative;
    width: 100%;
    text-align: center;
    border: 2px dashed #cbd5e1;
    padding: 2rem;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: .25rem;
    flex-direction: column;
    cursor: pointer;
}

.drag-file-upload:hover,
.highlight {
    background-color: #f8fafc;
}

.highlight {
    border: 2px dashed #e51636;
}

nav {
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: padding-top .3s ease, padding-bottom .3s ease;
}

.nav-scroll,
.no-animate nav {
    padding-top: 0;
    padding-bottom: 0;
}

.no-animate nav {
    background: url(/assets/texture-gradient.png) #000100 no-repeat 50%;
    background-size: cover;
}

.text-light-gray {
    color: #9b9b9b;
}

.service-h1 {
    font-size: 3rem;
}

.service-p {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.service-image-width,
.service-image-width-mobile {
    width: 0;
}

.service-text-width {
    width: 100%;
}

.service-cta {
    margin-left: auto;
    margin-right: auto;
}

.text-3point5 {
    font-size: 3.5rem;
}

.calendly {
    height: 1200px;
    max-width: 92vw;
}

.team-card {
    overflow: hidden;
    cursor: pointer;
}

.team-card .tint {
    position: absolute;
    top: 150%;
    left: -150%;
    opacity: 0;
    height: 150%;
    width: 150%;
    transition: all .3s ease;
}

.team-card:hover .tint {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: .5;
}

.team-card .title {
    left: 150%;
    right: 400%;
    transition: all .3s ease;
    white-space: nowrap;
}

.team-card .title,
.team-card:hover .title {
    position: absolute;
    bottom: 2.5rem;
    color: #fff;
}

.team-card:hover .title {
    left: 2.5rem;
    right: 2.5rem;
}

@media(min-width: 380px) {
    .container {
        width: 380px;
    }
}

@media(min-width: 576px) {
    .container {
        width: 576px;
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 768px;
    }

    .card {
        flex-basis: 47%;
    }

    .gap-cards {
        -moz-column-gap: 6%;
        column-gap: 6%;
    }

    .service-h1 {
        font-size: 2.75rem;
        text-align: center;
    }

    .service-p {
        font-size: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .service-text-width {
        width: 100%;
    }
}

@media(min-width: 1024px) {
    .service-h1 {
        font-size: 3.5rem;
        text-align: left;
    }

    .service-p {
        font-size: 1.5rem;
        text-align: left;
        margin: 1.5rem 0 3rem;
    }

    .service-image-width {
        width: 40%;
        padding-right: 3rem;
        padding-top: 5rem;
        padding-bottom: -3rem;
    }

    .service-image-width-mobile {
        width: 40%;
    }

    .service-text-width {
        width: 55%;
    }

    .service-cta {
        margin-left: 0;
        margin-right: auto;
    }

    .service-nav .cta-dark {
        background-color: #fff;
        color: #e51636;
    }

    .service-nav .cta-dark span {
        background-color: #f2f2f2;
    }

    .service-text-width {
        padding-left: 2rem;
    }

    .calendly {
        height: 800px;
    }
}

@media(min-width: 1120px) {
    .container {
        max-width: 1120px;
    }

    .w-0-hover:hover .phone-svg {
        max-width: 300px;
        margin-right: 0;
        padding-left: 12px;
        opacity: 1;
    }

    .cta-img {
        display: block;
        right: 4rem;
        width: 400px;
    }
}

@media(min-width: 1280px) {
    .service-h1 {
        font-size: 4rem;
        text-align: left;
    }

    .service-image-width {
        width: 40%;
        padding-right: 6rem;
        padding-top: 9rem;
        padding-bottom: -3rem;
    }
}

@media(min-width: 1440px) {
    .container {
        max-width: 1120px;
    }

    .card {
        flex-basis: 32%;
    }

    .gap-cards {
        -moz-column-gap: 2%;
        column-gap: 2%;
    }

    .cta-img {
        display: block;
        right: 5rem;
        width: 420px;
    }

    .service-image-width-mobile {
        width: 40%;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
    }
}

@media(min-width: 2000px) {
    .hide-mega {
        display: none !important;
    }
}

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

:after,
:before {
    --tw-content: "";
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: initial;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

summary {
    display: list-item;
}

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

fieldset {
    margin: 0;
}

fieldset,
legend {
    padding: 0;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

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

:disabled {
    cursor: default;
}

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

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

[hidden] {
    display: none;
}

*,
::backdrop,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.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;
    }
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-bottom-4 {
    bottom: -1rem;
}

.-bottom-px {
    bottom: -1px;
}

.-top-16 {
    top: -4rem;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.left-1\/2 {
    left: 50%;
}

.right-0 {
    right: 0;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0;
}

.top-14 {
    top: 3.5rem;
}

.top-4 {
    top: 1rem;
}

.z-20 {
    z-index: 20;
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

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

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

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

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

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.-mb-4 {
    margin-bottom: -1rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

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

.mb-4 {
    margin-bottom: 1rem;
}

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

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

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

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

.mr-8 {
    margin-right: 2rem;
}

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

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

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

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

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

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

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

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

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

.block {
    display: block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.hidden {
    display: none;
}

.aspect-square {
    aspect-ratio: 1/1;
}

.aspect-video {
    aspect-ratio: 16/9;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-24 {
    height: 6rem;
}

.h-32 {
    height: 8rem;
}

.h-36 {
    height: 9rem;
}

.h-40 {
    height: 10rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-80 {
    height: 20rem;
}

.h-96 {
    height: 24rem;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-60 {
    width: 15rem;
}

.w-80 {
    width: 20rem;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.max-w-full {
    max-width: 100%;
}

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

.grow {
    flex-grow: 1;
}

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

.-translate-x-1\/2,
.translate-x-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
    --tw-translate-x: 100%;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.content-between {
    align-content: space-between;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

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

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-24 {
    gap: 6rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.overflow-hidden {
    overflow: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

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

.rounded-lg {
    border-radius: .5rem;
}

.rounded-none {
    border-radius: 0;
}

.rounded-xl {
    border-radius: .75rem;
}

.border {
    border-width: 1px;
}

.border-4 {
    border-width: 4px;
}

.border-solid {
    border-style: solid;
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-clip-padding {
    background-clip: padding-box;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

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

.p-12 {
    padding: 3rem;
}

.p-20 {
    padding: 5rem;
}

.p-3 {
    padding: .75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-16 {
    padding-bottom: 4rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-40 {
    padding-bottom: 10rem;
}

.pb-44 {
    padding-bottom: 11rem;
}

.pb-52 {
    padding-bottom: 13rem;
}

.pb-56 {
    padding-bottom: 14rem;
}

.pl-1 {
    padding-left: .25rem;
}

.pl-2 {
    padding-left: .5rem;
}

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

.pr-2 {
    padding-right: .5rem;
}

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

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

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

.pt-24 {
    padding-top: 6rem;
}

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

.pt-32 {
    padding-top: 8rem;
}

.pt-48 {
    padding-top: 12rem;
}

.pt-52 {
    padding-top: 13rem;
}

.pt-56 {
    padding-top: 14rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

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

.text-lg,
.text-xl {
    line-height: 1.75rem;
}

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

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

.font-light {
    font-weight: 300;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.leading-tight {
    line-height: 1.25;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.no-underline {
    text-decoration-line: none;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.blur {
    --tw-blur: blur(8px);
}

.blur,
.drop-shadow {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

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

.\[hostname\:port\] {
    hostname: port;
}

::-moz-selection {
    color: inherit;
    background-color: #549fea66;
}

::selection {
    color: inherit;
    background-color: #549fea66;
}

.select-none {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235/var(--tw-border-opacity));
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity));
}

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

@media(min-width: 640px) {
    .sm\:mb-12 {
        margin-bottom: 3rem;
    }

    .sm\:pt-0 {
        padding-top: 0;
    }

    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media(min-width: 768px) {
    .md\:m-0 {
        margin: 0;
    }

    .md\:my-0 {
        margin-top: 0;
    }

    .md\:mb-0,
    .md\:my-0 {
        margin-bottom: 0;
    }

    .md\:mb-20 {
        margin-bottom: 5rem;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

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

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

    .md\:block {
        display: block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:hidden {
        display: none;
    }

    .md\:w-16 {
        width: 4rem;
    }

    .md\:w-3\/6 {
        width: 50%;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:gap-12 {
        gap: 3rem;
    }

    .md\:gap-32 {
        gap: 8rem;
    }

    .md\:border {
        border-width: 1px;
    }

    .md\:p-0 {
        padding: 0;
    }

    .md\:p-12 {
        padding: 3rem;
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:px-2 {
        padding-left: 20px !important;padding-right: 20px !important;
    }

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

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:pb-12 {
        padding-bottom: 3rem;
    }

    .md\:pb-36 {
        padding-bottom: 9rem;
    }

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

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

    .md\:text-left {
        text-align: left;
    }

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

    .md\:text-5xl,
    .md\:text-6xl {
        line-height: 1;
    }

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

    .md\:leading-none {
        line-height: 1;
    }

    .md\:leading-tight {
        line-height: 1.25;
    }
}

@media(min-width: 1024px) {
    .lg\:mb-0 {
        margin-bottom: 0;
    }

    .lg\:ml-4 {
        margin-left: 1rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:w-3\/6 {
        width: 50%;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-32 {
        gap: 8rem;
    }

    .lg\:overflow-hidden {
        overflow: hidden;
    }

    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }

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

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

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

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

    .lg\:text-6xl {
        font-size: 3.75rem;
    }

    .lg\:text-6xl,
    .lg\:text-7xl {
        line-height: 1;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
    }
}

@media(min-width: 1280px) {
    .xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:gap-40 {
        gap: 10rem;
    }

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

    .xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

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

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

    .xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

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

    .xl\:pl-16 {
        padding-left: 4rem;
    }

    .xl\:pl-20 {
        padding-left: 5rem;
    }

    .xl\:pr-20 {
        padding-right: 5rem;
    }

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

    .xl\:text-5xl,
    .xl\:text-7xl {
        line-height: 1;
    }

    .xl\:text-7xl {
        font-size: 4.5rem;
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media(min-width: 1536px) {
    .\32xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .\32xl\:p-24 {
        padding: 6rem;
    }

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

    .\32xl\:pl-32 {
        padding-left: 8rem;
    }

    .\32xl\:pr-32 {
        padding-right: 8rem;
    }
}