/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
/*@tailwind preflight;*/

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */
 .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}
 @media (min-width: 576px) {
    .container {
        max-width: 576px
    }
}
 @media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
 @media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}
 @media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
.pointer-events-none {
    pointer-events: none !important
}
.pointer-events-auto {
    pointer-events: auto !important
}
.visible {
    visibility: visible !important
}
.static {
    position: static !important
}
.fixed {
    position: fixed !important
}
.absolute {
    position: absolute !important
}
.relative {
    position: relative !important
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
.left-0 {
    left: 0px !important
}
.right-0 {
    right: 0px !important
}
.top-0 {
    top: 0px !important
}
.top-6 {
    top: 1.5rem !important
}
.right-4 {
    right: 1rem !important
}
.bottom-full {
    bottom: 100% !important
}
.-top-8 {
    top: -2rem !important
}
.left-24 {
    left: 6rem !important
}
.top-1 {
    top: 0.25rem !important
}
.right-1 {
    right: 0.25rem !important
}
.z-50 {
    z-index: 50 !important
}
.z-10 {
    z-index: 10 !important
}
.order-3 {
    order: 3 !important
}
.float-right {
    float: right !important
}
.float-left {
    float: left !important
}
.m-1 {
    margin: 0.25rem !important
}
.m-0 {
    margin: 0 !important
}
.m-auto {
    margin: auto !important
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
}
.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}
.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}
.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
}
.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}
.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}
.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}
.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
}
.-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
}
.mt-1 {
    margin-top: 0.25rem !important
}
.ml-1 {
    margin-left: 0.25rem !important
}
.mb-4 {
    margin-bottom: 1rem !important
}
.mb-1 {
    margin-bottom: 0.25rem !important
}
.mt-2 {
    margin-top: 0.5rem !important
}
.mr-4 {
    margin-right: 1rem !important
}
.mr-2 {
    margin-right: 0.5rem !important
}
.ml-4 {
    margin-left: 1rem !important
}
.mr-1 {
    margin-right: 0.25rem !important
}
.ml-2 {
    margin-left: 0.5rem !important
}
.mb-10 {
    margin-bottom: 2.5rem !important
}
.mt-6 {
    margin-top: 1.5rem !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.mt-3 {
    margin-top: 0.75rem !important
}
.mb-2 {
    margin-bottom: 0.5rem !important
}
.mt-0 {
    margin-top: 0 !important
}
.mt-4 {
    margin-top: 1rem !important
}
.ml-3 {
    margin-left: 0.75rem !important
}
.ml-6 {
    margin-left: 1.5rem !important
}
.mr-0 {
    margin-right: 0 !important
}
.mr-3 {
    margin-right: 0.75rem !important
}
.ml-auto {
    margin-left: auto !important
}
.mb-8 {
    margin-bottom: 2rem !important
}
.mt-5 {
    margin-top: 1.25rem !important
}
.mb-3 {
    margin-bottom: 0.75rem !important
}
.mb-5 {
    margin-bottom: 1.25rem !important
}
.mb-6 {
    margin-bottom: 1.5rem !important
}
.mb-base {
    margin-bottom: 2.2rem !important
}
.mt-8 {
    margin-top: 2rem !important
}
.-mb-4 {
    margin-bottom: -1rem !important
}
.mr-8 {
    margin-right: 2rem !important
}
.mt-base {
    margin-top: 2.2rem !important
}
.mr-6 {
    margin-right: 1.5rem !important
}
.mb-12 {
    margin-bottom: 3rem !important
}
.-mr-1 {
    margin-right: -0.25rem !important
}
.ml-5 {
    margin-left: 1.25rem !important
}
.mt-10 {
    margin-top: 2.5rem !important
}
.mr-5 {
    margin-right: 1.25rem !important
}
.mr-auto {
    margin-right: auto !important
}
.ml-0 {
    margin-left: 0 !important
}
.block {
    display: block !important
}
.inline-block {
    display: inline-block !important
}
.flex {
    display: flex !important
}
.inline-flex {
    display: inline-flex !important
}
.table {
    display: table !important
}
.table-row {
    display: table-row !important
}
.grid {
    display: grid !important
}
.hidden {
    display: none !important
}
.h-4 {
    height: 1rem !important
}
.h-5 {
    height: 1.25rem !important
}
.h-full {
    height: 100% !important
}
.h-10 {
    height: 2.5rem !important
}
.h-6 {
    height: 1.5rem !important
}
.h-3 {
    height: 0.75rem !important
}
.h-screen {
    height: 100vh !important
}
.h-auto {
    height: auto !important
}
.h-24 {
    height: 6rem !important
}
.h-12 {
    height: 3rem !important
}
.w-4 {
    width: 1rem !important
}
.w-5 {
    width: 1.25rem !important
}
.w-32 {
    width: 8rem !important
}
.w-10 {
    width: 2.5rem !important
}
.w-full {
    width: 100% !important
}
.w-1\/2 {
    width: 50% !important
}
.w-6 {
    width: 1.5rem !important
}
.w-4\/5 {
    width: 80% !important
}
.w-1\/5 {
    width: 20% !important
}
.w-1\/3 {
    width: 33.33333% !important
}
.w-48 {
    width: 12rem !important
}
.w-3 {
    width: 0.75rem !important
}
.w-1\/4 {
    width: 25% !important
}
.w-2\/3 {
    width: 66.66667% !important
}
.w-24 {
    width: 6rem !important
}
.w-1\/6 {
    width: 16.66667% !important
}
.w-3\/4 {
    width: 75% !important
}
.w-3\/5 {
    width: 60% !important
}
.max-w-md {
    max-width: 40rem !important
}
.flex-1 {
    flex: 1 1 0% !important
}
.flex-shrink-0 {
    flex-shrink: 0 !important
}
.flex-grow {
    flex-grow: 1 !important
}
.border-collapse {
    border-collapse: collapse !important
}
.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)) !important
}
.cursor-pointer {
    cursor: pointer !important
}
.cursor-default {
    cursor: default !important
}
.select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important
}
.resize {
    resize: both !important
}
.flex-row {
    flex-direction: row !important
}
.flex-row-reverse {
    flex-direction: row-reverse !important
}
.flex-col {
    flex-direction: column !important
}
.flex-col-reverse {
    flex-direction: column-reverse !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.items-start {
    align-items: flex-start !important
}
.items-end {
    align-items: flex-end !important
}
.items-center {
    align-items: center !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
}
.self-end {
    align-self: flex-end !important
}
.self-center {
    align-self: center !important
}
.overflow-hidden {
    overflow: hidden !important
}
.overflow-x-auto {
    overflow-x: auto !important
}
.overflow-x-hidden {
    overflow-x: hidden !important
}
.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
}
.whitespace-nowrap {
    white-space: nowrap !important
}
.rounded-full {
    border-radius: 9999px !important
}
.rounded-lg {
    border-radius: .5rem !important
}
.rounded-none {
    border-radius: 0 !important
}
.rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}
.border-0 {
    border-width: 0 !important
}
.border-2 {
    border-width: 2px !important
}
.border-t-0 {
    border-top-width: 0 !important
}
.border-r-0 {
    border-right-width: 0 !important
}
.border-l-0 {
    border-left-width: 0 !important
}
.border-b-0 {
    border-bottom-width: 0 !important
}
.border-solid {
    border-style: solid !important
}
.border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgb(218 225 231 / var(--tw-border-opacity)) !important
}
.border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 194 204 / var(--tw-border-opacity)) !important
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}
.bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 194 204 / var(--tw-bg-opacity)) !important
}
.bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(218 225 231 / var(--tw-bg-opacity)) !important
}
.bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(34 41 47 / var(--tw-bg-opacity)) !important
}
.bg-transparent {
    background-color: transparent !important
}
.bg-cover {
    background-size: cover !important
}
.fill-current {
    fill: currentColor !important
}
.stroke-current {
    stroke: currentColor !important
}
.p-6 {
    padding: 1.5rem !important
}
.p-3 {
    padding: 0.75rem !important
}
.p-0 {
    padding: 0 !important
}
.p-2 {
    padding: 0.5rem !important
}
.p-8 {
    padding: 2rem !important
}
.p-1 {
    padding: 0.25rem !important
}
.p-4 {
    padding: 1rem !important
}
.p-5 {
    padding: 1.25rem !important
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
}
.pb-0 {
    padding-bottom: 0 !important
}
.pr-4 {
    padding-right: 1rem !important
}
.pb-6 {
    padding-bottom: 1.5rem !important
}
.pt-2 {
    padding-top: 0.5rem !important
}
.pt-4 {
    padding-top: 1rem !important
}
.pb-1 {
    padding-bottom: 0.25rem !important
}
.pt-6 {
    padding-top: 1.5rem !important
}
.pt-8 {
    padding-top: 2rem !important
}
.pb-10 {
    padding-bottom: 2.5rem !important
}
.pr-2 {
    padding-right: 0.5rem !important
}
.pb-2 {
    padding-bottom: 0.5rem !important
}
.pl-1 {
    padding-left: 0.25rem !important
}
.pb-4 {
    padding-bottom: 1rem !important
}
.pl-2 {
    padding-left: 0.5rem !important
}
.pr-6 {
    padding-right: 1.5rem !important
}
.pr-1 {
    padding-right: 0.25rem !important
}
.pb-3 {
    padding-bottom: 0.75rem !important
}
.text-left {
    text-align: left !important
}
.text-center {
    text-align: center !important
}
.text-right {
    text-align: right !important
}
.align-middle {
    vertical-align: middle !important
}
.text-xs {
    font-size: .75rem !important
}
.text-sm {
    font-size: .875rem !important
}
.text-base {
    font-size: 1rem !important
}
.text-5xl {
    font-size: 3rem !important
}
.text-4xl {
    font-size: 2.25rem !important
}
.text-3xl {
    font-size: 1.875rem !important
}
.text-xl {
    font-size: 1.25rem !important
}
.text-lg {
    font-size: 1.125rem !important
}
.text-2xl {
    font-size: 1.5rem !important
}
.font-bold {
    font-weight: 700 !important
}
.font-medium {
    font-weight: 500 !important
}
.font-semibold {
    font-weight: 600 !important
}
.uppercase {
    text-transform: uppercase !important
}
.capitalize {
    text-transform: capitalize !important
}
.leading-tight {
    line-height: 1.25 !important
}
.leading-none {
    line-height: 1 !important
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}
.text-grey {
    --tw-text-opacity: 1 !important;
    color: rgb(184 194 204 / var(--tw-text-opacity)) !important
}
.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(34 41 47 / var(--tw-text-opacity)) !important
}
.text-transparent {
    color: transparent !important
}
.underline {
    -webkit-text-decoration-line: underline !important;
            text-decoration-line: underline !important
}
.opacity-75 {
    opacity: 0.75 !important
}
.opacity-0 {
    opacity: 0 !important
}
.shadow-lg {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.shadow-drop {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.shadow-md {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color), 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.outline {
    outline-style: solid !important
}
.blur {
    --tw-blur: blur(8px) !important;
    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) !important
}
.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) !important
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

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

@media (min-width: 576px) {
    .sm\:order-normal {
        order: 0 !important
    }
    .sm\:mb-auto {
        margin-bottom: auto !important
    }
    .sm\:mt-auto {
        margin-top: auto !important
    }
    .sm\:mr-4 {
        margin-right: 1rem !important
    }
    .sm\:mt-0 {
        margin-top: 0 !important
    }
    .sm\:mb-0 {
        margin-bottom: 0 !important
    }
    .sm\:mt-8 {
        margin-top: 2rem !important
    }
    .sm\:block {
        display: block !important
    }
    .sm\:inline {
        display: inline !important
    }
    .sm\:flex {
        display: flex !important
    }
    .sm\:inline-flex {
        display: inline-flex !important
    }
    .sm\:hidden {
        display: none !important
    }
    .sm\:w-3\/5 {
        width: 60% !important
    }
    .sm\:w-full {
        width: 100% !important
    }
    .sm\:w-auto {
        width: auto !important
    }
    .sm\:w-4\/5 {
        width: 80% !important
    }
    .sm\:w-1\/2 {
        width: 50% !important
    }
    .sm\:w-1\/3 {
        width: 33.33333% !important
    }
    .sm\:w-1\/5 {
        width: 20% !important
    }
    .sm\:flex-grow {
        flex-grow: 1 !important
    }
    .sm\:flex-row {
        flex-direction: row !important
    }
    .sm\:items-center {
        align-items: center !important
    }
    .sm\:p-0 {
        padding: 0 !important
    }
    .sm\:p-2 {
        padding: 0.5rem !important
    }
}

@media (min-width: 768px) {
    .md\:mt-0 {
        margin-top: 0 !important
    }
    .md\:mb-0 {
        margin-bottom: 0 !important
    }
    .md\:ml-auto {
        margin-left: auto !important
    }
    .md\:block {
        display: block !important
    }
    .md\:hidden {
        display: none !important
    }
    .md\:w-3\/5 {
        width: 60% !important
    }
    .md\:w-full {
        width: 100% !important
    }
    .md\:w-1\/2 {
        width: 50% !important
    }
    .md\:w-auto {
        width: auto !important
    }
    .md\:w-1\/4 {
        width: 25% !important
    }
    .md\:w-1\/3 {
        width: 33.33333% !important
    }
    .md\:w-2\/3 {
        width: 66.66667% !important
    }
    .md\:w-1\/6 {
        width: 16.66667% !important
    }
    .md\:w-3\/4 {
        width: 75% !important
    }
    .md\:w-4\/12 {
        width: 33.33333% !important
    }
    .md\:flex-row-reverse {
        flex-direction: row-reverse !important
    }
    .md\:p-0 {
        padding: 0 !important
    }
    .md\:p-6 {
        padding: 1.5rem !important
    }
}

@media (min-width: 992px) {
    .lg\:ml-4 {
        margin-left: 1rem !important
    }
    .lg\:mt-0 {
        margin-top: 0 !important
    }
    .lg\:mb-0 {
        margin-bottom: 0 !important
    }
    .lg\:block {
        display: block !important
    }
    .lg\:w-3\/4 {
        width: 75% !important
    }
    .lg\:w-1\/2 {
        width: 50% !important
    }
    .lg\:w-1\/4 {
        width: 25% !important
    }
    .lg\:w-1\/3 {
        width: 33.33333% !important
    }
    .lg\:w-2\/3 {
        width: 66.66667% !important
    }
    .lg\:w-1\/6 {
        width: 16.66667% !important
    }
    .lg\:flex-row {
        flex-direction: row !important
    }
}

@media (min-width: 1200px) {
    .xl\:hidden {
        display: none !important
    }
    .xl\:w-1\/4 {
        width: 25% !important
    }
    .xl\:w-3\/5 {
        width: 60% !important
    }
    .xl\:w-1\/6 {
        width: 16.66667% !important
    }
    .xl\:w-1\/3 {
        width: 33.33333% !important
    }
    .xl\:w-5\/12 {
        width: 41.66667% !important
    }
    .xl\:w-1\/2 {
        width: 50% !important
    }
}
