/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family: system-ui, -apple-system,
        /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/*
Text-level semanticsPP
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

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

fieldset {
    margin: 0;
    padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

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"; /* 1 */
    line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #a1a1aa;
}

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

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

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

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.6rem * var(--tw-space-y-reverse)) !important;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.8rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.bg-capcod {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 62, 66, var(--tw-bg-opacity)) !important;
}

.bg-greaywhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 239, var(--tw-bg-opacity)) !important;
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-brand {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 82, 231, var(--tw-bg-opacity)) !important;
}

.bg-stromgreay {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 117, 132, var(--tw-bg-opacity)) !important;
}
.bg-c4c4c4 {
    background: #c4c4c4 !important;
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
}

.border-capcod {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 62, 66, var(--tw-border-opacity)) !important;
}

.border-greaywhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 239, var(--tw-border-opacity)) !important;
}

.border-brand {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 82, 231, var(--tw-border-opacity)) !important;
}

.border-stromgreay {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 117, 132, var(--tw-border-opacity)) !important;
}

.border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
}

.border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
}

.rounded-2 {
    border-radius: 0.2rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.6rem !important;
}

.rounded-10 {
    border-radius: 1rem !important;
}

.rounded-30 {
    border-radius: 3rem !important;
}
.rounded-40 {
    border-radius: 4rem !important;
}
.rounded-full {
    border-radius: 50% !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-1 {
    border-width: 0.1rem !important;
}

.border-t-1 {
    border-top-width: 0.1rem !important;
}

.border-b-1 {
    border-bottom-width: 0.1rem !important;
}
.border-b-2 {
    border-bottom-width: 0.2rem !important;
}

.border-t-2 {
    border-top-width: 0.2rem !important;
}
.border-r-1 {
    border-right-width: 0.1rem !important;
}
.border-l-1 {
    border-left-width: 0.1rem !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.flex {
    display: flex !important;
}

.table {
    display: table !important;
}

.hidden {
    display: none !important;
}

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

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

.items-center {
    align-items: center !important;
}
.items-end {
    align-items: flex-end !important;
}
.justify-start {
    justify-content: flex-start !important;
}

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

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

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

.justify-around {
    justify-content: space-around !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

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

.h-4 {
    height: 0.4rem !important;
}

.h-6 {
    height: 0.6rem !important;
}

.h-8 {
    height: 0.8rem !important;
}

.h-10 {
    height: 1rem !important;
}

.h-11 {
    height: 1.1rem !important;
}

.h-12 {
    height: 1.2rem !important;
}

.h-13 {
    height: 1.3rem !important;
}

.h-15 {
    height: 1.5rem !important;
}

.h-18 {
    height: 1.8rem !important;
}

.h-19 {
    height: 1.9rem !important;
}

.h-20 {
    height: 2rem !important;
}

.h-22 {
    height: 2.2rem !important;
}

.h-24 {
    height: 2.4rem !important;
}

.h-25 {
    height: 2.5rem !important;
}

.h-27 {
    height: 2.7rem !important;
}

.h-28 {
    height: 2.8rem !important;
}

.h-30 {
    height: 3rem !important;
}

.h-31 {
    height: 3.1rem !important;
}

.h-32 {
    height: 3.2rem !important;
}

.h-34 {
    height: 3.4rem !important;
}

.h-35 {
    height: 3.5rem !important;
}
.h-38 {
    height: 3.8rem !important;
}
.h-40 {
    height: 4rem !important;
}

.h-42 {
    height: 4.2rem !important;
}

.h-46 {
    height: 4.6rem !important;
}

.h-48 {
    height: 4.8rem !important;
}

.h-60 {
    height: 6rem !important;
}

.h-66 {
    height: 6.6rem !important;
}

.h-70 {
    height: 7rem !important;
}

.h-80 {
    height: 8rem !important;
}
.h-82 {
    height: 8.2rem !important;
}
.h-84 {
    height: 8.4rem !important;
}
.h-92 {
    height: 9.2rem !important;
}
.h-100 {
    height: 10rem !important;
}
.h-135 {
    height: 13.5rem !important;
}

.h-150 {
    height: 15rem !important;
}

.h-190 {
    height: 19rem !important;
}

.h-200 {
    height: 20rem !important;
}
.h-235 {
    height: 23.5rem !important;
}
.h-250 {
    height: 25rem !important;
}

.h-292 {
    height: 29.2rem !important;
}
.h-300 {
    height: 30rem !important;
}
.h-390 {
    height: 39rem !important;
}

.h-full {
    height: 100% !important;
}

.h-screen {
    height: 100vh !important;
}

.text-10 {
    font-size: 1rem !important;
}

.text-12 {
    font-size: 1.2rem !important;
}

.text-13 {
    font-size: 1.3rem !important;
}

.text-14 {
    font-size: 1.4rem !important;
}

.text-15 {
    font-size: 1.5rem !important;
}

.text-16 {
    font-size: 1.6rem !important;
}

.text-18 {
    font-size: 1.8rem !important;
}

.text-20 {
    font-size: 2rem !important;
}
.text-22 {
    font-size: 2.2rem !important;
}
.text-23 {
    font-size: 2.3rem !important;
}

.text-24 {
    font-size: 2.4rem !important;
}
.text-26 {
    font-size: 2.6rem !important;
}
.text-70 {
    font-size: 7rem !important;
}

.m-auto {
    margin: auto !important;
}
.mx-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.my-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}

.-mx-15 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.-mx-20 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mr-5 {
    margin-right: 0.5rem !important;
}

.mb-5 {
    margin-bottom: 0.5rem !important;
}

.ml-5 {
    margin-left: 0.5rem !important;
}
.mt-5 {
    margin-top: 0.5rem !important;
}
.mt-6 {
    margin-top: 0.6rem !important;
}
.mt-15 {
    margin-top: 1.5rem !important;
}
.mr-7 {
    margin-right: 0.7rem !important;
}

.mb-7 {
    margin-bottom: 0.7rem !important;
}

.ml-7 {
    margin-left: 0.7rem !important;
}

.mb-8 {
    margin-bottom: 0.8rem !important;
}

.ml-8 {
    margin-left: 0.8rem !important;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mr-10 {
    margin-right: 1rem !important;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.ml-10 {
    margin-left: 1rem !important;
}

.mr-15 {
    margin-right: 1.5rem !important;
}

.mb-15 {
    margin-bottom: 1.5rem !important;
}

.ml-15 {
    margin-left: 1.5rem !important;
}

.mt-20 {
    margin-top: 2rem !important;
}

.mb-20 {
    margin-bottom: 2rem !important;
}

.ml-20 {
    margin-left: 2rem !important;
}

.mt-30 {
    margin-top: 3rem !important;
}

.mr-30 {
    margin-right: 3rem !important;
}

.mb-30 {
    margin-bottom: 3rem !important;
}

.mt-50 {
    margin-top: 5rem !important;
}

.mt-100 {
    margin-top: 10rem !important;
}

.-mb-4 {
    margin-bottom: -0.4rem !important;
}

.min-h-screen {
    min-height: 100vh !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-scroll {
    overflow: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}
.p-0 {
    padding: 0rem !important;
}
.p-5 {
    padding: 0.5rem !important;
}

.p-10 {
    padding: 1rem !important;
}

.p-13 {
    padding: 1.3rem !important;
}

.p-15 {
    padding: 1.5rem !important;
}

.p-20 {
    padding: 2rem !important;
}

.p-30 {
    padding: 3rem !important;
}

.py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.px-3 {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}

.py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.px-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.px-6 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
}

.py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

.px-7 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

.px-8 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.px-9 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}

.py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
}

.px-11 {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
}

.py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.px-12 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
}

.px-14 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
}

.py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.px-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-18 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
}

.py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

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

.py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.px-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.py-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
}

.px-29 {
    padding-left: 2.9rem !important;
    padding-right: 2.9rem !important;
}

.py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.px-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}
.px-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.px-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pb-3 {
    padding-bottom: 0.3rem !important;
}

.pb-5 {
    padding-bottom: 0.5rem !important;
}

.pt-8 {
    padding-top: 0.8rem !important;
}

.pb-8 {
    padding-bottom: 0.8rem !important;
}

.pt-10 {
    padding-top: 1rem !important;
}

.pb-10 {
    padding-bottom: 1rem !important;
}

.pb-15 {
    padding-bottom: 1.5rem !important;
}

.pt-20 {
    padding-top: 2rem !important;
}

.pr-20 {
    padding-right: 2rem !important;
}

.pb-20 {
    padding-bottom: 2rem !important;
}

.pt-25 {
    padding-top: 2.5rem !important;
}

.pb-25 {
    padding-bottom: 2.5rem !important;
}

.pt-30 {
    padding-top: 3rem !important;
}
.pt-50 {
    padding-top: 5rem !important;
}

.pr-30 {
    padding-right: 3rem !important;
}

.pb-30 {
    padding-bottom: 3rem !important;
}

.pr-40 {
    padding-right: 4rem !important;
}

.pb-40 {
    padding-bottom: 4rem !important;
}

.pb-100 {
    padding-bottom: 10rem !important;
}

.pb-110 {
    padding-bottom: 11rem !important;
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.top-0 {
    top: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

* {
    --tw-shadow: 0 0 #0000;
}

* {
    --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 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

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

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

.text-justify {
    text-align: justify !important;
}

.text-capcod {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 62, 66, var(--tw-text-opacity)) !important;
}

.text-greaywhite {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 239, var(--tw-text-opacity)) !important;
}

.text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-brand {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 82, 231, var(--tw-text-opacity)) !important;
}

.text-stromgreay {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 117, 132, var(--tw-text-opacity)) !important;
}

.text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.align-middle {
    vertical-align: middle !important;
}
.w-0 {
    width: 0rem !important;
}
.w-5 {
    width: 0.5rem !important;
}

.w-8 {
    width: 0.8rem !important;
}

.w-10 {
    width: 1rem !important;
}

.w-12 {
    width: 1.2rem !important;
}

.w-13 {
    width: 1.3rem !important;
}

.w-15 {
    width: 1.5rem !important;
}

.w-16 {
    width: 1.6rem !important;
}

.w-18 {
    width: 1.8rem !important;
}

.w-19 {
    width: 1.9rem !important;
}

.w-20 {
    width: 2rem !important;
}

.w-21 {
    width: 2.1rem !important;
}

.w-22 {
    width: 2.2rem !important;
}

.w-24 {
    width: 2.4rem !important;
}

.w-25 {
    width: 2.5rem !important;
}

.w-30 {
    width: 3rem !important;
}

.w-31 {
    width: 3.1rem !important;
}

.w-32 {
    width: 3.2rem !important;
}

.w-35 {
    width: 3.5rem !important;
}

.w-40 {
    width: 4rem !important;
}

.w-46 {
    width: 4.6rem !important;
}

.w-50 {
    width: 5rem !important;
}

.w-58 {
    width: 5.8rem !important;
}

.w-60 {
    width: 6rem !important;
}

.w-70 {
    width: 7rem !important;
}

.w-78 {
    width: 7.8rem !important;
}

.w-80 {
    width: 8rem !important;
}
.w-82 {
    width: 8.2rem !important;
}

.w-90 {
    width: 9rem !important;
}
.w-92 {
    width: 9.2rem !important;
}

.w-100 {
    width: 10rem !important;
}

.w-110 {
    width: 11rem !important;
}

.w-116 {
    width: 11.6rem !important;
}

.w-118 {
    width: 11.8rem !important;
}

.w-120 {
    width: 12rem !important;
}

.w-140 {
    width: 14rem !important;
}

.w-150 {
    width: 15rem !important;
}

.w-200 {
    width: 20rem !important;
}
.w-222 {
    width: 22rem !important;
}
.w-230 {
    width: 23rem !important;
}
.w-240 {
    width: 24rem !important;
}

.w-250 {
    width: 25rem !important;
}

.w-280 {
    width: 28rem !important;
}

.w-300 {
    width: 30rem !important;
}

.w-330 {
    width: 33rem !important;
}

.w-390 {
    width: 39rem !important;
}

.w-500 {
    width: 50rem !important;
}

.w-1\/2 {
    width: 50% !important;
}

.w-1\/3 {
    width: 33.333333% !important;
}

.w-2\/3 {
    width: 66.666667% !important;
}

.w-1\/12 {
    width: 8.333333% !important;
}

.w-4\/12 {
    width: 33.333333% !important;
}

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

.w-6\/12 {
    width: 50% !important;
}

.w-7\/12 {
    width: 58.333333% !important;
}

.w-8\/12 {
    width: 66.666667% !important;
}

.w-9\/12 {
    width: 75% !important;
}
.w-10\/12 {
    width: 85% !important;
}

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

.w-full {
    width: 100% !important;
}

.w-screen {
    width: 100vw !important;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

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

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

@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        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% {
        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%,
    100% {
        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% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}
