html {
    font-size: 14px
}


a {
    text-decoration: none
}


@-webkit-keyframes pulse {
    0% {
        k-color: hsla(0, 0%, 65%, .1)
    }

    50% {
        background-color: hsla(0, 0%, 65%, .3)
    }

    to {
        background-color: hsla(0, 0%, 65%, .1)
    }
}

@keyframes pulse {
    0% {
        background-color: hsla(0, 0%, 65%, .1)
    }

    50% {
        background-color: hsla(0, 0%, 65%, .3)
    }

    to {
        background-color: hsla(0, 0%, 65%, .1)
    }
}


@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@media screen and (min-width:1729px) {
    .layout-content-inner {
        max-width: 1478px;
        margin: 0 auto
    }
}

@media screen and (max-width:960px) {
    .layout-wrapper.layout-news-active .layout-content {
        padding-top: 10rem
    }

    .layout-wrapper .layout-topbar {
        height: 8rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        left: 0;
        width: 100%
    }

    .layout-wrapper .layout-topbar .menu-button {
        display: block
    }

    .layout-wrapper .layout-topbar .app-theme {
        margin-left: 0;
        margin-right: 23px
    }

    .layout-wrapper .layout-topbar .topbar-menu {
        width: 100%;
        height: 3rem;
        margin: 0
    }

    .layout-wrapper .layout-topbar .topbar-menu>li {
        width: 25%;
        margin-right: 0;
        position: static
    }

    .layout-wrapper .layout-topbar .topbar-menu>li>.p-link,
    .layout-wrapper .layout-topbar .topbar-menu>li>a {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 0
    }

    .layout-wrapper .layout-topbar .topbar-menu>li.topbar-submenu>ul {
        right: auto;
        width: 100vw;
        left: 0;
        top: 8rem
    }

    .layout-wrapper .layout-sidebar {
        top: 0;
        z-index: 1102;
        height: 100%;
        transform: translateX(-100%)
    }

    .layout-wrapper .layout-sidebar.active {
        transform: translateX(0)
    }

    .layout-wrapper .layout-content {
        margin-left: 0;
        padding-top: 8rem
    }

    .layout-wrapper .layout-content .content-section.introduction {
        flex-direction: column
    }

    .layout-wrapper .layout-content .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }

    .layout-wrapper .layout-content .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .layout-wrapper .layout-mask {
        background-color: rgba(0, 0, 0, .1)
    }

    .layout-wrapper .layout-mask.layout-mask-active {
        z-index: 1101;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .4);
        transition: background-color .5s
    }

    .layout-wrapper .layout-config.layout-config-active {
        width: 100%
    }

    .blocked-scroll {
        overflow: hidden
    }
}

@media screen and (max-width:640px) {

    .layout-news,
    .layout-wrapper .layout-content .content-section {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .layout-news {
        font-size: 12px
    }

    .layout-news>i {
        display: none
    }
}

.customer-badge {
    border-radius: 2px;
    padding: .25em .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px
}

.customer-badge.status-qualified {
    background-color: #c8e6c9;
    color: #256029
}

.customer-badge.status-unqualified {
    background-color: #ffcdd2;
    color: #c63737
}

.customer-badge.status-negotiation {
    background-color: #feedaf;
    color: #8a5340
}

.customer-badge.status-new {
    background-color: #b3e5fc;
    color: #23547b
}

.customer-badge.status-renewal {
    background-color: #eccfff;
    color: #694382
}

.customer-badge.status-proposal {
    background-color: #ffd8b2;
    color: #805b36
}

.product-badge {
    border-radius: 2px;
    padding: .25em .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px
}

.product-badge.status-instock {
    background: #c8e6c9;
    color: #256029
}

.product-badge.status-outofstock {
    background: #ffcdd2;
    color: #c63737
}

.product-badge.status-lowstock {
    background: #feedaf;
    color: #8a5340
}

.order-badge {
    border-radius: 2px;
    padding: .25em .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px
}

.order-badge.order-delivered {
    background: #c8e6c9;
    color: #256029
}

.order-badge.order-cancelled {
    background: #ffcdd2;
    color: #c63737
}

.order-badge.order-pending {
    background: #feedaf;
    color: #8a5340
}

.order-badge.order-returned {
    background: #eccfff;
    color: #694382
}

.image-text {
    vertical-align: middle;
    margin-left: .5rem
}

.p-multiselect-representative-option {
    display: inline-block;
    vertical-align: middle
}

.p-multiselect-representative-option img {
    vertical-align: middle;
    width: 24px
}

.p-multiselect-representative-option span {
    margin-top: .125rem
}

.country-item {
    display: flex;
    align-items: center
}

.country-item img.flag {
    width: 18px;
    margin-right: .5rem
}

.mypanel .p-panel-header {
    background-color: #07c4e8;
    color: #fff
}

code[class*=language-],
pre[class*=language-] {
    color: #000;
    background: none;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    margin: .5em 0;
    overflow: visible;
    padding: 1px
}

pre[class*=language-]>code {
    position: relative;
    z-index: 1;
    border-left: 10px solid #358ccb;
    box-shadow: -1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf;
    background-color: #fdfdfd;
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, .04) 0);
    background-size: 3em 3em;
    background-origin: content-box;
    background-attachment: local
}

code[class*=language-] {
    max-height: inherit;
    height: inherit;
    padding: 0 1em;
    display: block;
    overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background-color: #fdfdfd;
    box-sizing: border-box;
    margin-bottom: 1em
}

:not(pre)>code[class*=language-] {
    position: relative;
    padding: .2em;
    border-radius: .3em;
    color: #c92c2c;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline;
    white-space: normal
}

pre[class*=language-]:after,
pre[class*=language-]:before {
    content: "";
    display: block;
    position: absolute;
    bottom: .75em;
    left: .18em;
    width: 40%;
    height: 20%;
    max-height: 13em;
    box-shadow: 0 13px 8px #979797;
    transform: rotate(-2deg)
}

pre[class*=language-]:after {
    right: .75em;
    left: auto;
    transform: rotate(2deg)
}

.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #7d8b99
}

.token.punctuation {
    color: #5f6364
}

.token.boolean,
.token.constant,
.token.deleted,
.token.function-name,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #c92c2c
}

.token.attr-name,
.token.builtin,
.token.char,
.token.function,
.token.inserted,
.token.selector,
.token.string {
    color: #2f9c0a
}

.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.keyword {
    color: #1990b8
}

.token.important,
.token.regex {
    color: #e90
}

.language-css .token.string,
.style .token.string {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.token.important {
    font-weight: 400
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.token.namespace {
    opacity: .7
}

@media screen and (max-width:767px) {

    pre[class*=language-]:after,
    pre[class*=language-]:before {
        bottom: 14px;
        box-shadow: none
    }
}

pre[class*=language-].line-numbers.line-numbers {
    padding-left: 0
}

pre[class*=language-].line-numbers.line-numbers code {
    padding-left: 3.8em
}

pre[class*=language-].line-numbers.line-numbers .line-numbers-rows {
    left: 0
}

pre[class*=language-][data-line] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

pre[data-line] code {
    position: relative;
    padding-left: 4em
}

pre .line-highlight {
    margin-top: 0
}

div.code-toolbar {
    position: relative
}

div.code-toolbar>.toolbar {
    position: absolute;
    z-index: 10;
    top: .3em;
    right: .2em;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

div.code-toolbar:hover>.toolbar {
    opacity: 1
}

div.code-toolbar:focus-within>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar>.toolbar-item {
    display: inline-block
}

div.code-toolbar>.toolbar>.toolbar-item>a {
    cursor: pointer
}

div.code-toolbar>.toolbar>.toolbar-item>button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
    color: #bbb;
    font-size: .8em;
    padding: 0 .5em;
    background: #f5f2f0;
    background: hsla(0, 0%, 88%, .2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
    border-radius: .5em
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar>.toolbar-item>span:focus,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
    color: inherit;
    text-decoration: none
}

.layout-wrapper-dark pre[class*=language-] code .token.tag {
    color: var(--text-color) !important
}

.layout-wrapper-dark pre[class*=language-] code .token.keyword {
    color: #f47067 !important
}

.layout-wrapper-dark pre[class*=language-] code .token.property {
    color: #96d0ff !important
}

.layout-wrapper-dark pre[class*=language-] code .token.attr-name,
.layout-wrapper-dark pre[class*=language-] code .token.attr-string {
    color: #6cb6ff !important
}

.layout-wrapper-dark pre[class*=language-] code .token.attr-value,
.layout-wrapper-dark pre[class*=language-] code .token.string {
    color: var(--text-color) !important
}

.layout-wrapper-dark pre[class*=language-] code .token.attr-value .punctuation {
    color: #6cb6ff !important
}

.layout-wrapper-dark pre[class*=language-] code .token.punctuation {
    color: var(--text-color) !important
}

.layout-wrapper-dark pre[class*=language-] code .token.operator,
.layout-wrapper-dark pre[class*=language-] code .token.string {
    background: transparent
}

.layout-wrapper-dark pre[class*=language-] code .token.function {
    color: #dcbdfb !important
}

.layout-wrapper-dark pre[class*=language-] code .token.class-name {
    color: #8ddb8c !important
}

.layout-wrapper-dark pre[class*=language-] code .token.operator {
    color: #96d0ff !important
}

.layout-wrapper-light pre[class*=language-] code .token.tag {
    color: #0a3069 !important
}

.layout-wrapper-light pre[class*=language-] code .token.keyword {
    color: #cf222e !important
}

.layout-wrapper-light pre[class*=language-] code .token.attr-name,
.layout-wrapper-light pre[class*=language-] code .token.attr-string,
.layout-wrapper-light pre[class*=language-] code .token.property {
    color: #0550ae !important
}

.layout-wrapper-light pre[class*=language-] code .token.attr-value,
.layout-wrapper-light pre[class*=language-] code .token.attr-value .punctuation,
.layout-wrapper-light pre[class*=language-] code .token.string {
    color: #0a3069 !important
}

.layout-wrapper-light pre[class*=language-] code .token.punctuation {
    color: #0550ae !important
}

.layout-wrapper-light pre[class*=language-] code .token.operator,
.layout-wrapper-light pre[class*=language-] code .token.string {
    background: transparent
}

.layout-wrapper-light pre[class*=language-] code .token.function {
    color: #8250df !important
}

.layout-wrapper-light pre[class*=language-] code .token.class-name {
    color: #116329 !important
}

.layout-wrapper-light pre[class*=language-] code .token.operator {
    color: #0550ae !important
}

pre[class*=language-] {
    position: relative;
    background: transparent !important
}

pre[class*=language-]:after,
pre[class*=language-]:before {
    display: none !important
}

pre[class*=language-] code {
    border-left: 1rem solid transparent !important;
    box-shadow: none !important;
    background: var(--surface-card) !important;
    margin: 0;
    color: var(--surface-900);
    font-size: 14px;
    border-radius: 10px
}

.code-toolbar div.toolbar {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.code-toolbar div.toolbar .toolbar-item>button.copy-to-clipboard-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 !important;
    padding: .3rem 1rem;
    background: var(--surface-50) !important;
    border-radius: 6px;
    color: var(--surface-500) !important;
    font-weight: 600;
    transition: all .15s;
    cursor: pointer;
    box-shadow: none !important
}

.code-toolbar div.toolbar .toolbar-item>button.copy-to-clipboard-button:hover {
    background-color: var(--surface-100) !important;
    color: var(--surface-600) !important
}

.landing {
    background: var(--home-bg);
    scroll-behavior: smooth
}

.landing .landing-intro {
    background: var(--home-intro-bg);
    display: flex;
    flex-direction: column;
    padding-top: 5rem;
    min-height: 100vh
}

.landing .box {
    border: 1px solid var(--home-border-color);
    border-radius: 10px;
    background-color: var(--home-box-bg)
}

.landing .linkbox {
    font-family: var(--font-family);
    transition: background-color .3s;
    display: inline-flex;
    align-items: center;
    color: var(--home-linkbox-text-color);
    padding: .5rem 1rem;
    border: var(--home-linkbox-border);
    background-color: var(--home-linkbox-bg);
    border-radius: 10px;
    cursor: pointer
}

.landing .linkbox:hover {
    background: var(--home-linkbox-hover-bg)
}

.landing .linkbox.active {
    background: var(--home-highlight-color);
    color: var(--home-highlight-fore-color)
}

.landing .linkbox.active:hover {
    background: var(--home-highlight-darker-color)
}

.landing .section-header {
    font-size: 2rem;
    color: var(--home-primary-text-color);
    font-weight: 700;
    text-align: center;
    padding: 0 2rem
}

.landing .section-detail {
    text-align: center;
    color: var(--home-secondary-text-color);
    font-weight: 500;
    font-size: 1.143rem;
    margin: 1.5rem 0 0;
    padding: 0 2rem
}

.landing .section-divider {
    height: 1px;
    border: 1px solid var(--home-border-color);
    border-bottom: 0;
    overflow: hidden
}

.text-secondary {
    color: var(--home-secondary-text-color)
}

.hover\:surface-hover:hover {
    background-color: var(--surface-hover)
}

.pad-section {
    padding-left: 12rem;
    padding-right: 12rem
}

@media screen and (max-width:1199px) {
    .pad-section {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

@media screen and (max-width:991px) {
    .pad-section {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media screen and (max-width:767px) {
    .pad-section {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.landing-light {
    --home-highlight-color: #03c4e8;
    --home-highlight-darker-color: #029dba;
    --home-highlight-fore-color: #fff;
    --home-bg: #edf5ff;
    --home-intro-bg: #C7E0B7;
    --home-border-color: #c7e0ff;
    --home-primary-text-color: #191919;
    --home-secondary-text-color: #73879e;
    --home-card-shadow: 0px 30px 50px #d4e0ee;
    --home-box-bg: #fff;
    --home-linkbox-bg: #fff;
    --home-linkbox-border: 1px solid #c7e0ff;
    --home-linkbox-text-color: #191919;
    --home-linkbox-hover-bg: #e3f0ff;
    --home-header-bg: hsla(0, 0%, 100%, .85);
    --home-menu-link-text-color: #191919;
    --home-menu-link-hover-bg: #e3f0ff;
    --home-herobox-bg:#C7E0B7;
    --home-herobox-shadow: 0px 50px 100px rgba(38, 57, 78, 0.25);
    --home-herobox-strip-top-bg: linear-gradient(0deg, #C7E0B7 1.9%, #C7E0B7 50.44%, ##C7E0B7);
    --home-herobox-strip-bottom-bg: linear-gradient(90deg, #C7E0B7, #C7E0B7 0.01%, #C7E0B7 50%, #C7E0B7);
    --home-herobox-logo-shadow: 00px 50px 100px #C7E0B7;
    --home-components-strip-bg: linear-gradient(90deg, #edf5ff 0.01%, #d9eaff);
    --home-blocks-bg: linear-gradient(180deg, rgba(237, 245, 255, 0), #d4e8fe 49.48%, #edf5ff);
    --home-blocks-block-bg: #ffffff8c;
    --home-blocks-block-shadow: -10px 4px 10px 0px #c5d3e782, -10px 4px 25px #a1c0eb91;
    --home-blocks-border-left: 5px solid #d0e5ff;
    --home-blocks-border-bottom: 7px solid #d0e5ff;
    --home-blocks-border: 1px solid #d0e5ff;
    --home-blocks-sidebar-bg: #e4f0ff;
    --home-blocks-list-bg: #ecf5ff;
    --home-blocks-main-bg: none;
    --home-blocks-main-border: 1px solid #d0e5ff;
    --home-blocks-item-bg: #e4f0ff;
    --home-blocks-image-bg: #c1dfff;
    --home-blocks-text-color: #c1dfff;
    --home-blocks-active-shadow: 0px 30px 50px 0px #d9eaff;
    --home-blocks-active-border-top: 1px solid #d7e9ff;
    --home-blocks-active-border-right: 1px solid #d7e9ff;
    --home-blocks-active-border-bottom: 6px solid #d7e9ff;
    --home-blocks-active-border-left: 4px solid #d7e9ff;
    --home-blocks-animation-shadow: 0px 30px 50px 10px #2e7bbc61;
    --home-blocks-tablebar-bg: #c1dfff;
    --home-blocks-bar-bg: #c1dfff;
    --home-blocks-bar-button-bg: #fff;
    --home-blocks-circle-bg: #c1dfff;
    --home-templates-bg: linear-gradient(180deg, #edf5ff, #d4e8fe 49.48%, #edf5ff);
    --home-templates-block-shadow: 0px 4.787564754486084px 10px 0px #b9d2f0;
    --home-templates-block-border-left: 5px solid #e9f3ff;
    --home-templates-block-border-bottom: 7px solid #e9f3ff;
    --home-templates-line: linear-gradient(rgba(10, 35, 70, 0), #89b8f1 50%, rgba(10, 35, 70, 0));
    --home-templates-block-hover-bg: rgba(11, 33, 63, .699);
    --home-templates-btn-bg: #0b213f;
    --home-templates-btn-text-color: #fff;
    --home-templates-btn-shadow: 0px 10px 15px 0px #00000040;
    --home-templates-btn-border-top: 1px solid #0d284e;
    --home-templates-btn-border-right: 1px solid #0d284e;
    --home-templates-btn-border-bottom: 4px solid #0d284e;
    --home-templates-btn-border-left: 3px solid #0d284e;
    --home-features-card-shadow: 0px 50px 100px rgba(212, 224, 238, .25)
}



.landing-header .landing-header-logo {
    height: 2.5rem
}

.landing-header.landing-header-sticky {
    background-color: var(--home-header-bg);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.landing-header ol a {
    display: block;
    padding: .5rem 1.5rem;
    text-align: center;
    transition: background-color .3s;
    border-radius: 10px;
    color: var(--home-menu-link-text-color);
    white-space: nowrap
}

.landing-header ol a img {
    display: none
}

.landing-header ol a:hover {
    background: var(--home-menu-link-hover-bg)
}

.landing-header .header-button {
    width: 2.5rem;
    height: 2.5rem
}

@media screen and (max-width:991px) {
    .landing-header {
        align-items: flex-start
    }

    .landing-header nav {
        display: none
    }

    .landing-header.landing-header-active {
        background-color: var(--home-header-bg);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        height: 100vh
    }

    .landing-header.landing-header-active nav {
        display: block;
        position: fixed;
        left: 100px;
        top: 100px;
        width: 100%;
        padding: 4rem 2rem;
        top: 5rem;
        left: 0
    }

    .landing-header.landing-header-active .menu-button i:before {
        content: ""
    }

    .landing-header ol a {
        border: 1px solid var(--home-border-color);
        background-color: var(--home-herobox-bg);
        margin-bottom: 1rem;
        color: var(--home-linkbox-text-color);
        cursor: pointer;
        font-size: 1.5rem;
        text-align: left;
        display: flex;
        align-items: center;
        padding: 1.5rem
    }

    .landing-header ol a img {
        display: block;
        margin-right: 1.5rem
    }
}

.landing-hero {
    flex: 1 1 auto
}

.landing-hero .hero-inner .hero-box {
    position: relative;
    z-index: 1
}

.landing-hero .hero-inner .hero-box .name {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    transition: 1s;
    transition-delay: 1.8s
}

.landing-hero .hero-inner .hero-box img {
    transform: scale(0);
    opacity: 0;
    transition: .5s;
    transition-delay: 1.8s
}

.landing-hero .hero-inner .hero-box b {
    color: var(--home-primary-text-color);
    display: block;
    font-weight: 600;
    font-size: 13px
}

.landing-hero .hero-inner .hero-box span {
    color: var(--home-secondary-text-color);
    font-weight: 500;
    font-size: 12px
}

.landing-hero .hero-inner .hero-box:before {
    content: "";
    background: var(--home-herobox-bg);
    border: 1px solid var(--home-border-color);
    box-shadow: 0 50px 100px var(--home-herobox-shadow);
    border-radius: 9px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: height 1s 1.4s, opacity 1s 1.4s, border-color .3s
}

.landing-hero .hero-inner .hero-box:hover:before {
    border-color: var(--home-highlight-color)
}

.landing-hero .hero-inner .hero-border-top {
    opacity: 0;
    border: 1px solid transparent;
    width: 380px;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: height 1.5s, opacity 1.5s;
    transition-delay: .6s;
    border-radius: 9px;
    transform: translate(-50%, -50%)
}

.landing-hero .hero-inner .hero-border-left {
    border: 1px solid var(--home-border-color);
    border-right: transparent;
    border-radius: 9px 0 0 9px;
    left: -3%;
    transform: translate(108px, -50%)
}

.landing-hero .hero-inner .hero-border-left,
.landing-hero .hero-inner .hero-border-right {
    width: 0;
    height: 35%;
    position: absolute;
    top: 50%;
    z-index: -1;
    opacity: 0;
    transition: width 1s, opacity 1s, transform 1s;
    transition-delay: 1s
}

.landing-hero .hero-inner .hero-border-right {
    border: 1px solid var(--home-border-color);
    border-left: transparent;
    border-radius: 0 9px 9px 0;
    right: -3%;
    transform: translate(-108px, -50%)
}

.landing-hero .hero-bg {
    transition-delay: 1.4s
}

.landing-hero .hero-bg .hero-strip-top {
    width: 114px;
    height: 0%;
    background: var(--home-herobox-strip-top-bg)
}

.landing-hero .hero-bg .hero-strip-left,
.landing-hero .hero-bg .hero-strip-top {
    transition: 1.6s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.landing-hero .hero-bg .hero-strip-left {
    width: 0;
    height: 114px;
    background: var(--home-herobox-strip-bottom-bg)
}

.landing-hero.hero-animation .hero-bg .hero-strip-top {
    opacity: 1;
    height: 100%
}

.landing-hero.hero-animation .hero-bg .hero-strip-left {
    width: 100%;
    opacity: 1
}

.landing-hero.hero-animation .hero-inner .hero-box {
    cursor: pointer
}

.landing-hero.hero-animation .hero-inner .hero-box img {
    opacity: 1;
    transform: scale(1)
}

.landing-hero.hero-animation .hero-inner .hero-box.logo:before {
    box-shadow: var(--home-herobox-logo-shadow)
}

.landing-hero.hero-animation .hero-inner .hero-box .name {
    opacity: 1
}

.landing-hero.hero-animation .hero-inner .hero-box:before {
    height: 100%;
    opacity: 1
}

.landing-hero.hero-animation .hero-inner .hero-border-top {
    height: 70%;
    opacity: 1;
    border-color: var(--home-border-color)
}

.landing-hero.hero-animation .hero-inner .hero-border-left,
.landing-hero.hero-animation .hero-inner .hero-border-right {
    opacity: 1;
    width: 19%;
    transform: translateY(-50%)
}

@media screen and (max-width:991px) {
    .landing-hero {
        padding: 0 2rem
    }
}

.landing-getstarted .download-icon {
    color: var(--home-highlight-color)
}

.landing-getstarted .download-box span {
    color: var(--home-primary-text-color)
}

.landing-components .components-main .components-strip-top {
    background: var(--home-components-strip-bg);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.landing-components .components-main .components-strip-bottom {
    background: var(--home-components-strip-bg)
}

.landing-components .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    background: transparent
}

.landing-components .box {
    box-shadow: var(--home-card-shadow)
}

.landing-components .p-datepicker,
.landing-components .p-datepicker-header {
    background: transparent;
    border-color: transparent
}

.landing-themes .table-container {
    width: 1250px;
    box-shadow: var(--home-card-shadow)
}

.landing-blocks {
    background: var(--home-blocks-bg)
}

.landing-blocks * {
    box-sizing: content-box
}

.landing-blocks .prime-blocks {
    transform: rotateX(55deg) rotateY(0deg) rotate(-45deg);
    margin: -12rem 0
}

.landing-blocks .prime-blocks.blocks-animation .prime-block .block-content,
.landing-blocks .prime-blocks.blocks-animation .prime-block .block-header,
.landing-blocks .prime-blocks.blocks-animation .prime-block .block-sidebar,
.landing-blocks .prime-blocks.blocks-animation .prime-block .block-sidebar-list {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.landing-blocks .prime-blocks .prime-block {
    background: var(--home-blocks-block-bg);
    box-shadow: var(--home-blocks-block-shadow);
    border-left: var(--home-blocks-border-left);
    border-bottom: var(--home-blocks-border-bottom);
    border-radius: 10px;
    height: 300px;
    width: 600px;
    position: relative;
    z-index: 1;
    margin: 15px;
    transition: opacity 1.3s, transform 1.3s
}

.landing-blocks .prime-blocks .prime-block .block-content,
.landing-blocks .prime-blocks .prime-block .block-header,
.landing-blocks .prime-blocks .prime-block .block-sidebar,
.landing-blocks .prime-blocks .prime-block .block-sidebar-list {
    transition: opacity 1.3s, transform 1.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(.9)
}

.landing-blocks .prime-blocks .prime-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    border: var(--home-blocks-border)
}

.landing-blocks .prime-blocks .prime-block .block-header,
.landing-blocks .prime-blocks .prime-block .block-sidebar {
    background: var(--home-blocks-sidebar-bg);
    border-radius: 6px
}

.landing-blocks .prime-blocks .prime-block .block-sidebar-list {
    background: var(--home-blocks-list-bg)
}

.landing-blocks .prime-blocks .prime-block .block-content .block-main {
    border: var(--home-blocks-main-border);
    border-radius: 13px;
    background: var(--home-blocks-main-bg)
}

.landing-blocks .prime-blocks .block-item {
    background: var(--home-blocks-item-bg);
    border-radius: 6px;
    padding: 1rem;
    transition: transform 1s, box-shadow 1s;
    overflow: hidden;
    transform: translateY(0)
}

.landing-blocks .prime-blocks .block-item .box {
    border-radius: 4px;
    width: 14px;
    height: 14px
}

.landing-blocks .prime-blocks .block-item .box.box-orange {
    background-color: #f57c00
}

.landing-blocks .prime-blocks .block-item .box.box-pink {
    background-color: #e91e63
}

.landing-blocks .prime-blocks .block-item .box.box-green {
    background-color: #4caf50
}

.landing-blocks .prime-blocks .block-item .box.box-blue {
    background-color: #2196f3
}

.landing-blocks .prime-blocks .block-item .block-image {
    background-color: var(--home-blocks-image-bg);
    height: 44px
}

.landing-blocks .prime-blocks .block-item .text {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--home-blocks-text-color)
}

.landing-blocks .prime-blocks .block-item.block-item-active {
    box-shadow: var(--home-blocks-active-shadow);
    border-radius: 6px;
    border-top: var(--home-blocks-active-border-top);
    border-right: var(--home-blocks-active-border-right);
    border-bottom: var(--home-blocks-active-border-bottom);
    border-left: var(--home-blocks-active-border-left);
    position: relative;
    z-index: 5;
    -webkit-animation: block-animation 1.5s ease-in-out infinite alternate;
    animation: block-animation 1.5s ease-in-out infinite alternate
}

.landing-blocks .prime-blocks .block-item.block-item-active.animation-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.landing-blocks .prime-blocks .block-item.block-item-active.animation-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.landing-blocks .prime-blocks .block-item.block-item-col {
    background: none !important;
    border: none;
    padding: 12px 0
}

.landing-blocks .prime-blocks .block-item.block-item-table {
    border-radius: 100px;
    padding: 10px
}

.landing-blocks .prime-blocks .block-item.block-item-table .bar {
    background: var(--home-blocks-tablebar-bg)
}

.landing-blocks .prime-blocks .bar {
    background: var(--home-blocks-bar-bg);
    height: 6px;
    border-radius: 10px
}

.landing-blocks .prime-blocks .bar.bar-highlight {
    background: var(--home-highlight-color)
}

.landing-blocks .prime-blocks .bar.bar-highlight:before {
    background: var(--home-highlight-fore-color) !important
}

.landing-blocks .prime-blocks .bar.bar-button {
    height: 16px;
    position: relative
}

@-webkit-keyframes p-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes p-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.hidden {
    display: none !important
}

.block {
    display: block !important
}

.inline {
    display: inline !important
}

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

.flex {
    display: flex !important
}

.inline-flex {
    display: inline-flex !important
}

@media screen and (min-width:576px) {
    .sm\:hidden {
        display: none !important
    }

    .sm\:block {
        display: block !important
    }

    .sm\:inline {
        display: inline !important
    }

    .sm\:inline-block {
        display: inline-block !important
    }

    .sm\:flex {
        display: flex !important
    }

    .sm\:inline-flex {
        display: inline-flex !important
    }
}

@media screen and (min-width:768px) {
    .md\:hidden {
        display: none !important
    }

    .md\:block {
        display: block !important
    }

    .md\:inline {
        display: inline !important
    }

    .md\:inline-block {
        display: inline-block !important
    }

    .md\:flex {
        display: flex !important
    }

    .md\:inline-flex {
        display: inline-flex !important
    }
}

@media screen and (min-width:992px) {
    .lg\:hidden {
        display: none !important
    }

    .lg\:block {
        display: block !important
    }

    .lg\:inline {
        display: inline !important
    }

    .lg\:inline-block {
        display: inline-block !important
    }

    .lg\:flex {
        display: flex !important
    }

    .lg\:inline-flex {
        display: inline-flex !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:hidden {
        display: none !important
    }

    .xl\:block {
        display: block !important
    }

    .xl\:inline {
        display: inline !important
    }

    .xl\:inline-block {
        display: inline-block !important
    }

    .xl\:flex {
        display: flex !important
    }

    .xl\:inline-flex {
        display: inline-flex !important
    }
}

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

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

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

.text-right {
    text-align: right !important
}

@media screen and (min-width:576px) {
    .sm\:text-center {
        text-align: center !important
    }

    .sm\:text-justify {
        text-align: justify !important
    }

    .sm\:text-left {
        text-align: left !important
    }

    .sm\:text-right {
        text-align: right !important
    }
}

@media screen and (min-width:768px) {
    .md\:text-center {
        text-align: center !important
    }

    .md\:text-justify {
        text-align: justify !important
    }

    .md\:text-left {
        text-align: left !important
    }

    .md\:text-right {
        text-align: right !important
    }
}

@media screen and (min-width:992px) {
    .lg\:text-center {
        text-align: center !important
    }

    .lg\:text-justify {
        text-align: justify !important
    }

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

    .lg\:text-right {
        text-align: right !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:text-center {
        text-align: center !important
    }

    .xl\:text-justify {
        text-align: justify !important
    }

    .xl\:text-left {
        text-align: left !important
    }

    .xl\:text-right {
        text-align: right !important
    }
}

.underline {
    text-decoration: underline !important
}

.line-through {
    text-decoration: line-through !important
}

.no-underline {
    text-decoration: none !important
}

.active\:underline:active,
.focus\:underline:focus,
.hover\:underline:hover {
    text-decoration: underline !important
}

.active\:line-through:active,
.focus\:line-through:focus,
.hover\:line-through:hover {
    text-decoration: line-through !important
}

.active\:no-underline:active,
.focus\:no-underline:focus,
.hover\:no-underline:hover {
    text-decoration: none !important
}

.lowercase {
    text-transform: lowercase !important
}

.uppercase {
    text-transform: uppercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.text-overflow-clip {
    text-overflow: clip !important
}

.text-overflow-ellipsis {
    text-overflow: ellipsis !important
}

@media screen and (min-width:576px) {
    .sm\:text-overflow-clip {
        text-overflow: clip !important
    }

    .sm\:text-overflow-ellipsis {
        text-overflow: ellipsis !important
    }
}

@media screen and (min-width:768px) {
    .md\:text-overflow-clip {
        text-overflow: clip !important
    }

    .md\:text-overflow-ellipsis {
        text-overflow: ellipsis !important
    }
}

@media screen and (min-width:992px) {
    .lg\:text-overflow-clip {
        text-overflow: clip !important
    }

    .lg\:text-overflow-ellipsis {
        text-overflow: ellipsis !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:text-overflow-clip {
        text-overflow: clip !important
    }

    .xl\:text-overflow-ellipsis {
        text-overflow: ellipsis !important
    }
}

.font-light {
    font-weight: 300 !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
}

@media screen and (min-width:576px) {
    .sm\:font-light {
        font-weight: 300 !important
    }

    .sm\:font-normal {
        font-weight: 400 !important
    }

    .sm\:font-medium {
        font-weight: 500 !important
    }

    .sm\:font-semibold {
        font-weight: 600 !important
    }

    .sm\:font-bold {
        font-weight: 700 !important
    }
}

@media screen and (min-width:768px) {
    .md\:font-light {
        font-weight: 300 !important
    }

    .md\:font-normal {
        font-weight: 400 !important
    }

    .md\:font-medium {
        font-weight: 500 !important
    }

    .md\:font-semibold {
        font-weight: 600 !important
    }

    .md\:font-bold {
        font-weight: 700 !important
    }
}

@media screen and (min-width:992px) {
    .lg\:font-light {
        font-weight: 300 !important
    }

    .lg\:font-normal {
        font-weight: 400 !important
    }

    .lg\:font-medium {
        font-weight: 500 !important
    }

    .lg\:font-semibold {
        font-weight: 600 !important
    }

    .lg\:font-bold {
        font-weight: 700 !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:font-light {
        font-weight: 300 !important
    }

    .xl\:font-normal {
        font-weight: 400 !important
    }

    .xl\:font-medium {
        font-weight: 500 !important
    }

    .xl\:font-semibold {
        font-weight: 600 !important
    }

    .xl\:font-bold {
        font-weight: 700 !important
    }
}

.font-italic {
    font-style: italic !important
}

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

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

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

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

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

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

.text-3xl {
    font-size: 1.75rem !important
}

.text-4xl {
    font-size: 2rem !important
}

.text-5xl {
    font-size: 2.5rem !important
}

.text-6xl {
    font-size: 3rem !important
}

.text-7xl {
    font-size: 4rem !important
}

.text-8xl {
    font-size: 6rem !important
}

@media screen and (min-width:576px) {
    .sm\:text-xs {
        font-size: .75rem !important
    }

    .sm\:text-sm {
        font-size: .875rem !important
    }

    .sm\:text-base {
        font-size: 1rem !important
    }

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

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

    .sm\:text-2xl {
        font-size: 1.5rem !important
    }

    .sm\:text-3xl {
        font-size: 1.75rem !important
    }

    .sm\:text-4xl {
        font-size: 2rem !important
    }

    .sm\:text-5xl {
        font-size: 2.5rem !important
    }

    .sm\:text-6xl {
        font-size: 3rem !important
    }

    .sm\:text-7xl {
        font-size: 4rem !important
    }

    .sm\:text-8xl {
        font-size: 6rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:text-xs {
        font-size: .75rem !important
    }

    .md\:text-sm {
        font-size: .875rem !important
    }

    .md\:text-base {
        font-size: 1rem !important
    }

    .md\:text-lg {
        font-size: 1.125rem !important
    }

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

    .md\:text-2xl {
        font-size: 1.5rem !important
    }

    .md\:text-3xl {
        font-size: 1.75rem !important
    }

    .md\:text-4xl {
        font-size: 2rem !important
    }

    .md\:text-5xl {
        font-size: 2.5rem !important
    }

    .md\:text-6xl {
        font-size: 3rem !important
    }

    .md\:text-7xl {
        font-size: 4rem !important
    }

    .md\:text-8xl {
        font-size: 6rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:text-xs {
        font-size: .75rem !important
    }

    .lg\:text-sm {
        font-size: .875rem !important
    }

    .lg\:text-base {
        font-size: 1rem !important
    }

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

    .lg\:text-xl {
        font-size: 1.25rem !important
    }

    .lg\:text-2xl {
        font-size: 1.5rem !important
    }

    .lg\:text-3xl {
        font-size: 1.75rem !important
    }

    .lg\:text-4xl {
        font-size: 2rem !important
    }

    .lg\:text-5xl {
        font-size: 2.5rem !important
    }

    .lg\:text-6xl {
        font-size: 3rem !important
    }

    .lg\:text-7xl {
        font-size: 4rem !important
    }

    .lg\:text-8xl {
        font-size: 6rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:text-xs {
        font-size: .75rem !important
    }

    .xl\:text-sm {
        font-size: .875rem !important
    }

    .xl\:text-base {
        font-size: 1rem !important
    }

    .xl\:text-lg {
        font-size: 1.125rem !important
    }

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

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

    .xl\:text-3xl {
        font-size: 1.75rem !important
    }

    .xl\:text-4xl {
        font-size: 2rem !important
    }

    .xl\:text-5xl {
        font-size: 2.5rem !important
    }

    .xl\:text-6xl {
        font-size: 3rem !important
    }

    .xl\:text-7xl {
        font-size: 4rem !important
    }

    .xl\:text-8xl {
        font-size: 6rem !important
    }
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-2 {
    line-height: 1.25 !important
}

.line-height-3 {
    line-height: 1.5 !important
}

.line-height-4 {
    line-height: 2 !important
}

.white-space-normal {
    white-space: normal !important
}

.white-space-nowrap {
    white-space: nowrap !important
}

.vertical-align-baseline {
    vertical-align: baseline !important
}

.vertical-align-top {
    vertical-align: top !important
}

.vertical-align-middle {
    vertical-align: middle !important
}

.vertical-align-bottom {
    vertical-align: bottom !important
}

.vertical-align-text-top {
    vertical-align: text-top !important
}

.vertical-align-text-bottom {
    vertical-align: text-bottom !important
}

.vertical-align-sub {
    vertical-align: sub !important
}

.vertical-align-super {
    vertical-align: super !important
}

@media screen and (min-width:576px) {
    .sm\:vertical-align-baseline {
        vertical-align: baseline !important
    }

    .sm\:vertical-align-top {
        vertical-align: top !important
    }

    .sm\:vertical-align-middle {
        vertical-align: middle !important
    }

    .sm\:vertical-align-bottom {
        vertical-align: bottom !important
    }

    .sm\:vertical-align-text-top {
        vertical-align: text-top !important
    }

    .sm\:vertical-align-text-bottom {
        vertical-align: text-bottom !important
    }

    .sm\:vertical-align-sub {
        vertical-align: sub !important
    }

    .sm\:vertical-align-super {
        vertical-align: super !important
    }
}

@media screen and (min-width:768px) {
    .md\:vertical-align-baseline {
        vertical-align: baseline !important
    }

    .md\:vertical-align-top {
        vertical-align: top !important
    }

    .md\:vertical-align-middle {
        vertical-align: middle !important
    }

    .md\:vertical-align-bottom {
        vertical-align: bottom !important
    }

    .md\:vertical-align-text-top {
        vertical-align: text-top !important
    }

    .md\:vertical-align-text-bottom {
        vertical-align: text-bottom !important
    }

    .md\:vertical-align-sub {
        vertical-align: sub !important
    }

    .md\:vertical-align-super {
        vertical-align: super !important
    }
}

@media screen and (min-width:992px) {
    .lg\:vertical-align-baseline {
        vertical-align: baseline !important
    }

    .lg\:vertical-align-top {
        vertical-align: top !important
    }

    .lg\:vertical-align-middle {
        vertical-align: middle !important
    }

    .lg\:vertical-align-bottom {
        vertical-align: bottom !important
    }

    .lg\:vertical-align-text-top {
        vertical-align: text-top !important
    }

    .lg\:vertical-align-text-bottom {
        vertical-align: text-bottom !important
    }

    .lg\:vertical-align-sub {
        vertical-align: sub !important
    }

    .lg\:vertical-align-super {
        vertical-align: super !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:vertical-align-baseline {
        vertical-align: baseline !important
    }

    .xl\:vertical-align-top {
        vertical-align: top !important
    }

    .xl\:vertical-align-middle {
        vertical-align: middle !important
    }

    .xl\:vertical-align-bottom {
        vertical-align: bottom !important
    }

    .xl\:vertical-align-text-top {
        vertical-align: text-top !important
    }

    .xl\:vertical-align-text-bottom {
        vertical-align: text-bottom !important
    }

    .xl\:vertical-align-sub {
        vertical-align: sub !important
    }

    .xl\:vertical-align-super {
        vertical-align: super !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

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

.flex-column-reverse {
    flex-direction: column-reverse !important
}

@media screen and (min-width:576px) {
    .sm\:flex-row {
        flex-direction: row !important
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .sm\:flex-column {
        flex-direction: column !important
    }

    .sm\:flex-column-reverse {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width:768px) {
    .md\:flex-row {
        flex-direction: row !important
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .md\:flex-column {
        flex-direction: column !important
    }

    .md\:flex-column-reverse {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width:992px) {
    .lg\:flex-row {
        flex-direction: row !important
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .lg\:flex-column {
        flex-direction: column !important
    }

    .lg\:flex-column-reverse {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:flex-row {
        flex-direction: row !important
    }

    .xl\:flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .xl\:flex-column {
        flex-direction: column !important
    }

    .xl\:flex-column-reverse {
        flex-direction: column-reverse !important
    }
}

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

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

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

@media screen and (min-width:576px) {
    .sm\:flex-wrap {
        flex-wrap: wrap !important
    }

    .sm\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap !important
    }
}

@media screen and (min-width:768px) {
    .md\:flex-wrap {
        flex-wrap: wrap !important
    }

    .md\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap !important
    }
}

@media screen and (min-width:992px) {
    .lg\:flex-wrap {
        flex-wrap: wrap !important
    }

    .lg\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:flex-wrap {
        flex-wrap: wrap !important
    }

    .xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap !important
    }
}

.justify-content-start {
    justify-content: flex-start !important
}

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

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

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

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

.justify-content-evenly {
    justify-content: space-evenly !important
}

@media screen and (min-width:576px) {
    .sm\:justify-content-start {
        justify-content: flex-start !important
    }

    .sm\:justify-content-end {
        justify-content: flex-end !important
    }

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

    .sm\:justify-content-between {
        justify-content: space-between !important
    }

    .sm\:justify-content-around {
        justify-content: space-around !important
    }

    .sm\:justify-content-evenly {
        justify-content: space-evenly !important
    }
}

@media screen and (min-width:768px) {
    .md\:justify-content-start {
        justify-content: flex-start !important
    }

    .md\:justify-content-end {
        justify-content: flex-end !important
    }

    .md\:justify-content-center {
        justify-content: center !important
    }

    .md\:justify-content-between {
        justify-content: space-between !important
    }

    .md\:justify-content-around {
        justify-content: space-around !important
    }

    .md\:justify-content-evenly {
        justify-content: space-evenly !important
    }
}

@media screen and (min-width:992px) {
    .lg\:justify-content-start {
        justify-content: flex-start !important
    }

    .lg\:justify-content-end {
        justify-content: flex-end !important
    }

    .lg\:justify-content-center {
        justify-content: center !important
    }

    .lg\:justify-content-between {
        justify-content: space-between !important
    }

    .lg\:justify-content-around {
        justify-content: space-around !important
    }

    .lg\:justify-content-evenly {
        justify-content: space-evenly !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:justify-content-start {
        justify-content: flex-start !important
    }

    .xl\:justify-content-end {
        justify-content: flex-end !important
    }

    .xl\:justify-content-center {
        justify-content: center !important
    }

    .xl\:justify-content-between {
        justify-content: space-between !important
    }

    .xl\:justify-content-around {
        justify-content: space-around !important
    }

    .xl\:justify-content-evenly {
        justify-content: space-evenly !important
    }
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-evenly {
    align-content: space-evenly !important
}

@media screen and (min-width:576px) {
    .sm\:align-content-start {
        align-content: flex-start !important
    }

    .sm\:align-content-end {
        align-content: flex-end !important
    }

    .sm\:align-content-center {
        align-content: center !important
    }

    .sm\:align-content-between {
        align-content: space-between !important
    }

    .sm\:align-content-around {
        align-content: space-around !important
    }

    .sm\:align-content-evenly {
        align-content: space-evenly !important
    }
}

@media screen and (min-width:768px) {
    .md\:align-content-start {
        align-content: flex-start !important
    }

    .md\:align-content-end {
        align-content: flex-end !important
    }

    .md\:align-content-center {
        align-content: center !important
    }

    .md\:align-content-between {
        align-content: space-between !important
    }

    .md\:align-content-around {
        align-content: space-around !important
    }

    .md\:align-content-evenly {
        align-content: space-evenly !important
    }
}

@media screen and (min-width:992px) {
    .lg\:align-content-start {
        align-content: flex-start !important
    }

    .lg\:align-content-end {
        align-content: flex-end !important
    }

    .lg\:align-content-center {
        align-content: center !important
    }

    .lg\:align-content-between {
        align-content: space-between !important
    }

    .lg\:align-content-around {
        align-content: space-around !important
    }

    .lg\:align-content-evenly {
        align-content: space-evenly !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:align-content-start {
        align-content: flex-start !important
    }

    .xl\:align-content-end {
        align-content: flex-end !important
    }

    .xl\:align-content-center {
        align-content: center !important
    }

    .xl\:align-content-between {
        align-content: space-between !important
    }

    .xl\:align-content-around {
        align-content: space-around !important
    }

    .xl\:align-content-evenly {
        align-content: space-evenly !important
    }
}

.align-items-stretch {
    align-items: stretch !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-baseline {
    align-items: baseline !important
}

@media screen and (min-width:576px) {
    .sm\:align-items-stretch {
        align-items: stretch !important
    }

    .sm\:align-items-start {
        align-items: flex-start !important
    }

    .sm\:align-items-center {
        align-items: center !important
    }

    .sm\:align-items-end {
        align-items: flex-end !important
    }

    .sm\:align-items-baseline {
        align-items: baseline !important
    }
}

@media screen and (min-width:768px) {
    .md\:align-items-stretch {
        align-items: stretch !important
    }

    .md\:align-items-start {
        align-items: flex-start !important
    }

    .md\:align-items-center {
        align-items: center !important
    }

    .md\:align-items-end {
        align-items: flex-end !important
    }

    .md\:align-items-baseline {
        align-items: baseline !important
    }
}

@media screen and (min-width:992px) {
    .lg\:align-items-stretch {
        align-items: stretch !important
    }

    .lg\:align-items-start {
        align-items: flex-start !important
    }

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

    .lg\:align-items-end {
        align-items: flex-end !important
    }

    .lg\:align-items-baseline {
        align-items: baseline !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:align-items-stretch {
        align-items: stretch !important
    }

    .xl\:align-items-start {
        align-items: flex-start !important
    }

    .xl\:align-items-center {
        align-items: center !important
    }

    .xl\:align-items-end {
        align-items: flex-end !important
    }

    .xl\:align-items-baseline {
        align-items: baseline !important
    }
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-stretch {
    align-self: stretch !important
}

.align-self-baseline {
    align-self: baseline !important
}

@media screen and (min-width:576px) {
    .sm\:align-self-auto {
        align-self: auto !important
    }

    .sm\:align-self-start {
        align-self: flex-start !important
    }

    .sm\:align-self-end {
        align-self: flex-end !important
    }

    .sm\:align-self-center {
        align-self: center !important
    }

    .sm\:align-self-stretch {
        align-self: stretch !important
    }

    .sm\:align-self-baseline {
        align-self: baseline !important
    }
}

@media screen and (min-width:768px) {
    .md\:align-self-auto {
        align-self: auto !important
    }

    .md\:align-self-start {
        align-self: flex-start !important
    }

    .md\:align-self-end {
        align-self: flex-end !important
    }

    .md\:align-self-center {
        align-self: center !important
    }

    .md\:align-self-stretch {
        align-self: stretch !important
    }

    .md\:align-self-baseline {
        align-self: baseline !important
    }
}

@media screen and (min-width:992px) {
    .lg\:align-self-auto {
        align-self: auto !important
    }

    .lg\:align-self-start {
        align-self: flex-start !important
    }

    .lg\:align-self-end {
        align-self: flex-end !important
    }

    .lg\:align-self-center {
        align-self: center !important
    }

    .lg\:align-self-stretch {
        align-self: stretch !important
    }

    .lg\:align-self-baseline {
        align-self: baseline !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:align-self-auto {
        align-self: auto !important
    }

    .xl\:align-self-start {
        align-self: flex-start !important
    }

    .xl\:align-self-end {
        align-self: flex-end !important
    }

    .xl\:align-self-center {
        align-self: center !important
    }

    .xl\:align-self-stretch {
        align-self: stretch !important
    }

    .xl\:align-self-baseline {
        align-self: baseline !important
    }
}

.flex-order-0 {
    order: 0 !important
}

.flex-order-1 {
    order: 1 !important
}

.flex-order-2 {
    order: 2 !important
}

.flex-order-3 {
    order: 3 !important
}

.flex-order-4 {
    order: 4 !important
}

.flex-order-5 {
    order: 5 !important
}

.flex-order-6 {
    order: 6 !important
}

@media screen and (min-width:576px) {
    .sm\:flex-order-0 {
        order: 0 !important
    }

    .sm\:flex-order-1 {
        order: 1 !important
    }

    .sm\:flex-order-2 {
        order: 2 !important
    }

    .sm\:flex-order-3 {
        order: 3 !important
    }

    .sm\:flex-order-4 {
        order: 4 !important
    }

    .sm\:flex-order-5 {
        order: 5 !important
    }

    .sm\:flex-order-6 {
        order: 6 !important
    }
}

@media screen and (min-width:768px) {
    .md\:flex-order-0 {
        order: 0 !important
    }

    .md\:flex-order-1 {
        order: 1 !important
    }

    .md\:flex-order-2 {
        order: 2 !important
    }

    .md\:flex-order-3 {
        order: 3 !important
    }

    .md\:flex-order-4 {
        order: 4 !important
    }

    .md\:flex-order-5 {
        order: 5 !important
    }

    .md\:flex-order-6 {
        order: 6 !important
    }
}

@media screen and (min-width:992px) {
    .lg\:flex-order-0 {
        order: 0 !important
    }

    .lg\:flex-order-1 {
        order: 1 !important
    }

    .lg\:flex-order-2 {
        order: 2 !important
    }

    .lg\:flex-order-3 {
        order: 3 !important
    }

    .lg\:flex-order-4 {
        order: 4 !important
    }

    .lg\:flex-order-5 {
        order: 5 !important
    }

    .lg\:flex-order-6 {
        order: 6 !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:flex-order-0 {
        order: 0 !important
    }

    .xl\:flex-order-1 {
        order: 1 !important
    }

    .xl\:flex-order-2 {
        order: 2 !important
    }

    .xl\:flex-order-3 {
        order: 3 !important
    }

    .xl\:flex-order-4 {
        order: 4 !important
    }

    .xl\:flex-order-5 {
        order: 5 !important
    }

    .xl\:flex-order-6 {
        order: 6 !important
    }
}

.flex-1 {
    flex: 1 1 !important
}

.flex-auto {
    flex: 1 1 auto !important
}

.flex-initial {
    flex: 0 1 auto !important
}

.flex-none {
    flex: none !important
}

@media screen and (min-width:576px) {
    .sm\:flex-1 {
        flex: 1 1 !important
    }

    .sm\:flex-auto {
        flex: 1 1 auto !important
    }

    .sm\:flex-initial {
        flex: 0 1 auto !important
    }

    .sm\:flex-none {
        flex: none !important
    }
}

@media screen and (min-width:768px) {
    .md\:flex-1 {
        flex: 1 1 !important
    }

    .md\:flex-auto {
        flex: 1 1 auto !important
    }

    .md\:flex-initial {
        flex: 0 1 auto !important
    }

    .md\:flex-none {
        flex: none !important
    }
}

@media screen and (min-width:992px) {
    .lg\:flex-1 {
        flex: 1 1 !important
    }

    .lg\:flex-auto {
        flex: 1 1 auto !important
    }

    .lg\:flex-initial {
        flex: 0 1 auto !important
    }

    .lg\:flex-none {
        flex: none !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:flex-1 {
        flex: 1 1 !important
    }

    .xl\:flex-auto {
        flex: 1 1 auto !important
    }

    .xl\:flex-initial {
        flex: 0 1 auto !important
    }

    .xl\:flex-none {
        flex: none !important
    }
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

@media screen and (min-width:576px) {
    .sm\:flex-grow-0 {
        flex-grow: 0 !important
    }

    .sm\:flex-grow-1 {
        flex-grow: 1 !important
    }
}

@media screen and (min-width:768px) {
    .md\:flex-grow-0 {
        flex-grow: 0 !important
    }

    .md\:flex-grow-1 {
        flex-grow: 1 !important
    }
}

@media screen and (min-width:992px) {
    .lg\:flex-grow-0 {
        flex-grow: 0 !important
    }

    .lg\:flex-grow-1 {
        flex-grow: 1 !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:flex-grow-0 {
        flex-grow: 0 !important
    }

    .xl\:flex-grow-1 {
        flex-grow: 1 !important
    }
}

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

.flex-shrink-1 {
    flex-shrink: 1 !important
}

@media screen and (min-width:576px) {
    .sm\:flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .sm\:flex-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media screen and (min-width:768px) {
    .md\:flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .md\:flex-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media screen and (min-width:992px) {
    .lg\:flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .lg\:flex-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .xl\:flex-shrink-1 {
        flex-shrink: 1 !important
    }
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 2rem !important
}

.gap-6 {
    gap: 3rem !important
}

.gap-7 {
    gap: 4rem !important
}

.gap-8 {
    gap: 5rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 2rem !important
}

.row-gap-6 {
    row-gap: 3rem !important
}

.row-gap-7 {
    row-gap: 4rem !important
}

.row-gap-8 {
    row-gap: 5rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important
}

.column-gap-6 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-7 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
}

.column-gap-8 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
}

@media screen and (min-width:576px) {
    .sm\:gap-0 {
        gap: 0 !important
    }

    .sm\:gap-1 {
        gap: .25rem !important
    }

    .sm\:gap-2 {
        gap: .5rem !important
    }

    .sm\:gap-3 {
        gap: 1rem !important
    }

    .sm\:gap-4 {
        gap: 1.5rem !important
    }

    .sm\:gap-5 {
        gap: 2rem !important
    }

    .sm\:gap-6 {
        gap: 3rem !important
    }

    .sm\:gap-7 {
        gap: 4rem !important
    }

    .sm\:gap-8 {
        gap: 5rem !important
    }

    .sm\:row-gap-0 {
        row-gap: 0 !important
    }

    .sm\:row-gap-1 {
        row-gap: .25rem !important
    }

    .sm\:row-gap-2 {
        row-gap: .5rem !important
    }

    .sm\:row-gap-3 {
        row-gap: 1rem !important
    }

    .sm\:row-gap-4 {
        row-gap: 1.5rem !important
    }

    .sm\:row-gap-5 {
        row-gap: 2rem !important
    }

    .sm\:row-gap-6 {
        row-gap: 3rem !important
    }

    .sm\:row-gap-7 {
        row-gap: 4rem !important
    }

    .sm\:row-gap-8 {
        row-gap: 5rem !important
    }

    .sm\:column-gap-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .sm\:column-gap-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .sm\:column-gap-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .sm\:column-gap-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .sm\:column-gap-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .sm\:column-gap-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .sm\:column-gap-6 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .sm\:column-gap-7 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .sm\:column-gap-8 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:gap-0 {
        gap: 0 !important
    }

    .md\:gap-1 {
        gap: .25rem !important
    }

    .md\:gap-2 {
        gap: .5rem !important
    }

    .md\:gap-3 {
        gap: 1rem !important
    }

    .md\:gap-4 {
        gap: 1.5rem !important
    }

    .md\:gap-5 {
        gap: 2rem !important
    }

    .md\:gap-6 {
        gap: 3rem !important
    }

    .md\:gap-7 {
        gap: 4rem !important
    }

    .md\:gap-8 {
        gap: 5rem !important
    }

    .md\:row-gap-0 {
        row-gap: 0 !important
    }

    .md\:row-gap-1 {
        row-gap: .25rem !important
    }

    .md\:row-gap-2 {
        row-gap: .5rem !important
    }

    .md\:row-gap-3 {
        row-gap: 1rem !important
    }

    .md\:row-gap-4 {
        row-gap: 1.5rem !important
    }

    .md\:row-gap-5 {
        row-gap: 2rem !important
    }

    .md\:row-gap-6 {
        row-gap: 3rem !important
    }

    .md\:row-gap-7 {
        row-gap: 4rem !important
    }

    .md\:row-gap-8 {
        row-gap: 5rem !important
    }

    .md\:column-gap-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .md\:column-gap-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .md\:column-gap-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .md\:column-gap-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .md\:column-gap-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .md\:column-gap-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .md\:column-gap-6 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .md\:column-gap-7 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .md\:column-gap-8 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:gap-0 {
        gap: 0 !important
    }

    .lg\:gap-1 {
        gap: .25rem !important
    }

    .lg\:gap-2 {
        gap: .5rem !important
    }

    .lg\:gap-3 {
        gap: 1rem !important
    }

    .lg\:gap-4 {
        gap: 1.5rem !important
    }

    .lg\:gap-5 {
        gap: 2rem !important
    }

    .lg\:gap-6 {
        gap: 3rem !important
    }

    .lg\:gap-7 {
        gap: 4rem !important
    }

    .lg\:gap-8 {
        gap: 5rem !important
    }

    .lg\:row-gap-0 {
        row-gap: 0 !important
    }

    .lg\:row-gap-1 {
        row-gap: .25rem !important
    }

    .lg\:row-gap-2 {
        row-gap: .5rem !important
    }

    .lg\:row-gap-3 {
        row-gap: 1rem !important
    }

    .lg\:row-gap-4 {
        row-gap: 1.5rem !important
    }

    .lg\:row-gap-5 {
        row-gap: 2rem !important
    }

    .lg\:row-gap-6 {
        row-gap: 3rem !important
    }

    .lg\:row-gap-7 {
        row-gap: 4rem !important
    }

    .lg\:row-gap-8 {
        row-gap: 5rem !important
    }

    .lg\:column-gap-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lg\:column-gap-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .lg\:column-gap-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .lg\:column-gap-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .lg\:column-gap-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .lg\:column-gap-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .lg\:column-gap-6 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .lg\:column-gap-7 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .lg\:column-gap-8 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:gap-0 {
        gap: 0 !important
    }

    .xl\:gap-1 {
        gap: .25rem !important
    }

    .xl\:gap-2 {
        gap: .5rem !important
    }

    .xl\:gap-3 {
        gap: 1rem !important
    }

    .xl\:gap-4 {
        gap: 1.5rem !important
    }

    .xl\:gap-5 {
        gap: 2rem !important
    }

    .xl\:gap-6 {
        gap: 3rem !important
    }

    .xl\:gap-7 {
        gap: 4rem !important
    }

    .xl\:gap-8 {
        gap: 5rem !important
    }

    .xl\:row-gap-0 {
        row-gap: 0 !important
    }

    .xl\:row-gap-1 {
        row-gap: .25rem !important
    }

    .xl\:row-gap-2 {
        row-gap: .5rem !important
    }

    .xl\:row-gap-3 {
        row-gap: 1rem !important
    }

    .xl\:row-gap-4 {
        row-gap: 1.5rem !important
    }

    .xl\:row-gap-5 {
        row-gap: 2rem !important
    }

    .xl\:row-gap-6 {
        row-gap: 3rem !important
    }

    .xl\:row-gap-7 {
        row-gap: 4rem !important
    }

    .xl\:row-gap-8 {
        row-gap: 5rem !important
    }

    .xl\:column-gap-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .xl\:column-gap-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .xl\:column-gap-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .xl\:column-gap-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .xl\:column-gap-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .xl\:column-gap-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .xl\:column-gap-6 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .xl\:column-gap-7 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .xl\:column-gap-8 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.p-7 {
    padding: 4rem !important
}

.p-8 {
    padding: 5rem !important
}

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

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

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

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

.pt-4 {
    padding-top: 1.5rem !important
}

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

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 4rem !important
}

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

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: .25rem !important
}

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

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

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

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

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

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

.pr-8 {
    padding-right: 5rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pl-5 {
    padding-left: 2rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pl-7 {
    padding-left: 4rem !important
}

.pl-8 {
    padding-left: 5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:576px) {
    .sm\:p-0 {
        padding: 0 !important
    }

    .sm\:p-1 {
        padding: .25rem !important
    }

    .sm\:p-2 {
        padding: .5rem !important
    }

    .sm\:p-3 {
        padding: 1rem !important
    }

    .sm\:p-4 {
        padding: 1.5rem !important
    }

    .sm\:p-5 {
        padding: 2rem !important
    }

    .sm\:p-6 {
        padding: 3rem !important
    }

    .sm\:p-7 {
        padding: 4rem !important
    }

    .sm\:p-8 {
        padding: 5rem !important
    }

    .sm\:pt-0 {
        padding-top: 0 !important
    }

    .sm\:pt-1 {
        padding-top: .25rem !important
    }

    .sm\:pt-2 {
        padding-top: .5rem !important
    }

    .sm\:pt-3 {
        padding-top: 1rem !important
    }

    .sm\:pt-4 {
        padding-top: 1.5rem !important
    }

    .sm\:pt-5 {
        padding-top: 2rem !important
    }

    .sm\:pt-6 {
        padding-top: 3rem !important
    }

    .sm\:pt-7 {
        padding-top: 4rem !important
    }

    .sm\:pt-8 {
        padding-top: 5rem !important
    }

    .sm\:pr-0 {
        padding-right: 0 !important
    }

    .sm\:pr-1 {
        padding-right: .25rem !important
    }

    .sm\:pr-2 {
        padding-right: .5rem !important
    }

    .sm\:pr-3 {
        padding-right: 1rem !important
    }

    .sm\:pr-4 {
        padding-right: 1.5rem !important
    }

    .sm\:pr-5 {
        padding-right: 2rem !important
    }

    .sm\:pr-6 {
        padding-right: 3rem !important
    }

    .sm\:pr-7 {
        padding-right: 4rem !important
    }

    .sm\:pr-8 {
        padding-right: 5rem !important
    }

    .sm\:pl-0 {
        padding-left: 0 !important
    }

    .sm\:pl-1 {
        padding-left: .25rem !important
    }

    .sm\:pl-2 {
        padding-left: .5rem !important
    }

    .sm\:pl-3 {
        padding-left: 1rem !important
    }

    .sm\:pl-4 {
        padding-left: 1.5rem !important
    }

    .sm\:pl-5 {
        padding-left: 2rem !important
    }

    .sm\:pl-6 {
        padding-left: 3rem !important
    }

    .sm\:pl-7 {
        padding-left: 4rem !important
    }

    .sm\:pl-8 {
        padding-left: 5rem !important
    }

    .sm\:pb-0 {
        padding-bottom: 0 !important
    }

    .sm\:pb-1 {
        padding-bottom: .25rem !important
    }

    .sm\:pb-2 {
        padding-bottom: .5rem !important
    }

    .sm\:pb-3 {
        padding-bottom: 1rem !important
    }

    .sm\:pb-4 {
        padding-bottom: 1.5rem !important
    }

    .sm\:pb-5 {
        padding-bottom: 2rem !important
    }

    .sm\:pb-6 {
        padding-bottom: 3rem !important
    }

    .sm\:pb-7 {
        padding-bottom: 4rem !important
    }

    .sm\:pb-8 {
        padding-bottom: 5rem !important
    }

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

    .sm\:px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .sm\:px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .sm\:px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .sm\:px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .sm\:px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .sm\:px-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .sm\:px-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .sm\:px-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

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

    .sm\:py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .sm\:py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .sm\:py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .sm\:py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .sm\:py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .sm\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .sm\:py-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .sm\:py-8 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:p-0 {
        padding: 0 !important
    }

    .md\:p-1 {
        padding: .25rem !important
    }

    .md\:p-2 {
        padding: .5rem !important
    }

    .md\:p-3 {
        padding: 1rem !important
    }

    .md\:p-4 {
        padding: 1.5rem !important
    }

    .md\:p-5 {
        padding: 2rem !important
    }

    .md\:p-6 {
        padding: 3rem !important
    }

    .md\:p-7 {
        padding: 4rem !important
    }

    .md\:p-8 {
        padding: 5rem !important
    }

    .md\:pt-0 {
        padding-top: 0 !important
    }

    .md\:pt-1 {
        padding-top: .25rem !important
    }

    .md\:pt-2 {
        padding-top: .5rem !important
    }

    .md\:pt-3 {
        padding-top: 1rem !important
    }

    .md\:pt-4 {
        padding-top: 1.5rem !important
    }

    .md\:pt-5 {
        padding-top: 2rem !important
    }

    .md\:pt-6 {
        padding-top: 3rem !important
    }

    .md\:pt-7 {
        padding-top: 4rem !important
    }

    .md\:pt-8 {
        padding-top: 5rem !important
    }

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

    .md\:pr-1 {
        padding-right: .25rem !important
    }

    .md\:pr-2 {
        padding-right: .5rem !important
    }

    .md\:pr-3 {
        padding-right: 1rem !important
    }

    .md\:pr-4 {
        padding-right: 1.5rem !important
    }

    .md\:pr-5 {
        padding-right: 2rem !important
    }

    .md\:pr-6 {
        padding-right: 3rem !important
    }

    .md\:pr-7 {
        padding-right: 4rem !important
    }

    .md\:pr-8 {
        padding-right: 5rem !important
    }

    .md\:pl-0 {
        padding-left: 0 !important
    }

    .md\:pl-1 {
        padding-left: .25rem !important
    }

    .md\:pl-2 {
        padding-left: .5rem !important
    }

    .md\:pl-3 {
        padding-left: 1rem !important
    }

    .md\:pl-4 {
        padding-left: 1.5rem !important
    }

    .md\:pl-5 {
        padding-left: 2rem !important
    }

    .md\:pl-6 {
        padding-left: 3rem !important
    }

    .md\:pl-7 {
        padding-left: 4rem !important
    }

    .md\:pl-8 {
        padding-left: 5rem !important
    }

    .md\:pb-0 {
        padding-bottom: 0 !important
    }

    .md\:pb-1 {
        padding-bottom: .25rem !important
    }

    .md\:pb-2 {
        padding-bottom: .5rem !important
    }

    .md\:pb-3 {
        padding-bottom: 1rem !important
    }

    .md\:pb-4 {
        padding-bottom: 1.5rem !important
    }

    .md\:pb-5 {
        padding-bottom: 2rem !important
    }

    .md\:pb-6 {
        padding-bottom: 3rem !important
    }

    .md\:pb-7 {
        padding-bottom: 4rem !important
    }

    .md\:pb-8 {
        padding-bottom: 5rem !important
    }

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

    .md\:px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

    .md\:px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .md\:px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

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

    .md\:px-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .md\:px-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .md\:px-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

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

    .md\:py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .md\:py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .md\:py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .md\:py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .md\:py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .md\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .md\:py-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .md\:py-8 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:p-0 {
        padding: 0 !important
    }

    .lg\:p-1 {
        padding: .25rem !important
    }

    .lg\:p-2 {
        padding: .5rem !important
    }

    .lg\:p-3 {
        padding: 1rem !important
    }

    .lg\:p-4 {
        padding: 1.5rem !important
    }

    .lg\:p-5 {
        padding: 2rem !important
    }

    .lg\:p-6 {
        padding: 3rem !important
    }

    .lg\:p-7 {
        padding: 4rem !important
    }

    .lg\:p-8 {
        padding: 5rem !important
    }

    .lg\:pt-0 {
        padding-top: 0 !important
    }

    .lg\:pt-1 {
        padding-top: .25rem !important
    }

    .lg\:pt-2 {
        padding-top: .5rem !important
    }

    .lg\:pt-3 {
        padding-top: 1rem !important
    }

    .lg\:pt-4 {
        padding-top: 1.5rem !important
    }

    .lg\:pt-5 {
        padding-top: 2rem !important
    }

    .lg\:pt-6 {
        padding-top: 3rem !important
    }

    .lg\:pt-7 {
        padding-top: 4rem !important
    }

    .lg\:pt-8 {
        padding-top: 5rem !important
    }

    .lg\:pr-0 {
        padding-right: 0 !important
    }

    .lg\:pr-1 {
        padding-right: .25rem !important
    }

    .lg\:pr-2 {
        padding-right: .5rem !important
    }

    .lg\:pr-3 {
        padding-right: 1rem !important
    }

    .lg\:pr-4 {
        padding-right: 1.5rem !important
    }

    .lg\:pr-5 {
        padding-right: 2rem !important
    }

    .lg\:pr-6 {
        padding-right: 3rem !important
    }

    .lg\:pr-7 {
        padding-right: 4rem !important
    }

    .lg\:pr-8 {
        padding-right: 5rem !important
    }

    .lg\:pl-0 {
        padding-left: 0 !important
    }

    .lg\:pl-1 {
        padding-left: .25rem !important
    }

    .lg\:pl-2 {
        padding-left: .5rem !important
    }

    .lg\:pl-3 {
        padding-left: 1rem !important
    }

    .lg\:pl-4 {
        padding-left: 1.5rem !important
    }

    .lg\:pl-5 {
        padding-left: 2rem !important
    }

    .lg\:pl-6 {
        padding-left: 3rem !important
    }

    .lg\:pl-7 {
        padding-left: 4rem !important
    }

    .lg\:pl-8 {
        padding-left: 5rem !important
    }

    .lg\:pb-0 {
        padding-bottom: 0 !important
    }

    .lg\:pb-1 {
        padding-bottom: .25rem !important
    }

    .lg\:pb-2 {
        padding-bottom: .5rem !important
    }

    .lg\:pb-3 {
        padding-bottom: 1rem !important
    }

    .lg\:pb-4 {
        padding-bottom: 1.5rem !important
    }

    .lg\:pb-5 {
        padding-bottom: 2rem !important
    }

    .lg\:pb-6 {
        padding-bottom: 3rem !important
    }

    .lg\:pb-7 {
        padding-bottom: 4rem !important
    }

    .lg\:pb-8 {
        padding-bottom: 5rem !important
    }

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

    .lg\:px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

    .lg\:px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .lg\:px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

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

    .lg\:px-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .lg\:px-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .lg\:px-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

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

    .lg\:py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lg\:py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lg\:py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lg\:py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lg\:py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .lg\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lg\:py-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .lg\:py-8 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:p-0 {
        padding: 0 !important
    }

    .xl\:p-1 {
        padding: .25rem !important
    }

    .xl\:p-2 {
        padding: .5rem !important
    }

    .xl\:p-3 {
        padding: 1rem !important
    }

    .xl\:p-4 {
        padding: 1.5rem !important
    }

    .xl\:p-5 {
        padding: 2rem !important
    }

    .xl\:p-6 {
        padding: 3rem !important
    }

    .xl\:p-7 {
        padding: 4rem !important
    }

    .xl\:p-8 {
        padding: 5rem !important
    }

    .xl\:pt-0 {
        padding-top: 0 !important
    }

    .xl\:pt-1 {
        padding-top: .25rem !important
    }

    .xl\:pt-2 {
        padding-top: .5rem !important
    }

    .xl\:pt-3 {
        padding-top: 1rem !important
    }

    .xl\:pt-4 {
        padding-top: 1.5rem !important
    }

    .xl\:pt-5 {
        padding-top: 2rem !important
    }

    .xl\:pt-6 {
        padding-top: 3rem !important
    }

    .xl\:pt-7 {
        padding-top: 4rem !important
    }

    .xl\:pt-8 {
        padding-top: 5rem !important
    }

    .xl\:pr-0 {
        padding-right: 0 !important
    }

    .xl\:pr-1 {
        padding-right: .25rem !important
    }

    .xl\:pr-2 {
        padding-right: .5rem !important
    }

    .xl\:pr-3 {
        padding-right: 1rem !important
    }

    .xl\:pr-4 {
        padding-right: 1.5rem !important
    }

    .xl\:pr-5 {
        padding-right: 2rem !important
    }

    .xl\:pr-6 {
        padding-right: 3rem !important
    }

    .xl\:pr-7 {
        padding-right: 4rem !important
    }

    .xl\:pr-8 {
        padding-right: 5rem !important
    }

    .xl\:pl-0 {
        padding-left: 0 !important
    }

    .xl\:pl-1 {
        padding-left: .25rem !important
    }

    .xl\:pl-2 {
        padding-left: .5rem !important
    }

    .xl\:pl-3 {
        padding-left: 1rem !important
    }

    .xl\:pl-4 {
        padding-left: 1.5rem !important
    }

    .xl\:pl-5 {
        padding-left: 2rem !important
    }

    .xl\:pl-6 {
        padding-left: 3rem !important
    }

    .xl\:pl-7 {
        padding-left: 4rem !important
    }

    .xl\:pl-8 {
        padding-left: 5rem !important
    }

    .xl\:pb-0 {
        padding-bottom: 0 !important
    }

    .xl\:pb-1 {
        padding-bottom: .25rem !important
    }

    .xl\:pb-2 {
        padding-bottom: .5rem !important
    }

    .xl\:pb-3 {
        padding-bottom: 1rem !important
    }

    .xl\:pb-4 {
        padding-bottom: 1.5rem !important
    }

    .xl\:pb-5 {
        padding-bottom: 2rem !important
    }

    .xl\:pb-6 {
        padding-bottom: 3rem !important
    }

    .xl\:pb-7 {
        padding-bottom: 4rem !important
    }

    .xl\:pb-8 {
        padding-bottom: 5rem !important
    }

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

    .xl\:px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .xl\:px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .xl\:px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .xl\:px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .xl\:px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .xl\:px-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .xl\:px-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .xl\:px-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

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

    .xl\:py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .xl\:py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .xl\:py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .xl\:py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .xl\:py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .xl\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .xl\:py-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .xl\:py-8 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.m-7 {
    margin: 4rem !important
}

.m-8 {
    margin: 5rem !important
}

.-m-1 {
    margin: -.25rem !important
}

.-m-2 {
    margin: -.5rem !important
}

.-m-3 {
    margin: -1rem !important
}

.-m-4 {
    margin: -1.5rem !important
}

.-m-5 {
    margin: -2rem !important
}

.-m-6 {
    margin: -3rem !important
}

.-m-7 {
    margin: -4rem !important
}

.-m-8 {
    margin: -5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

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

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

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

.mt-4 {
    margin-top: 1.5rem !important
}

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

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

.mt-7 {
    margin-top: 4rem !important
}

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

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

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

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

.-mt-4 {
    margin-top: -1.5rem !important
}

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

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

.-mt-7 {
    margin-top: -4rem !important
}

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

.mt-auto {
    margin-top: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

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

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

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

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

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

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

.mr-7 {
    margin-right: 4rem !important
}

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

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

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

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

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

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

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

.-mr-7 {
    margin-right: -4rem !important
}

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

.mr-auto {
    margin-right: auto !important
}

.ml-0 {
    margin-left: 0 !important
}

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

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

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

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

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

.ml-6 {
    margin-left: 3rem !important
}

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

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

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

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

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

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

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

.-ml-6 {
    margin-left: -3rem !important
}

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

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

.ml-auto {
    margin-left: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

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

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

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

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

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
}

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

.-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

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

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

.-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
}

.-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
}

.-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
}

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

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

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

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

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

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

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

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

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

.-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

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

.-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
}

.-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media screen and (min-width:576px) {
    .sm\:m-0 {
        margin: 0 !important
    }

    .sm\:m-1 {
        margin: .25rem !important
    }

    .sm\:m-2 {
        margin: .5rem !important
    }

    .sm\:m-3 {
        margin: 1rem !important
    }

    .sm\:m-4 {
        margin: 1.5rem !important
    }

    .sm\:m-5 {
        margin: 2rem !important
    }

    .sm\:m-6 {
        margin: 3rem !important
    }

    .sm\:m-7 {
        margin: 4rem !important
    }

    .sm\:m-8 {
        margin: 5rem !important
    }

    .sm\:-m-1 {
        margin: -.25rem !important
    }

    .sm\:-m-2 {
        margin: -.5rem !important
    }

    .sm\:-m-3 {
        margin: -1rem !important
    }

    .sm\:-m-4 {
        margin: -1.5rem !important
    }

    .sm\:-m-5 {
        margin: -2rem !important
    }

    .sm\:-m-6 {
        margin: -3rem !important
    }

    .sm\:-m-7 {
        margin: -4rem !important
    }

    .sm\:-m-8 {
        margin: -5rem !important
    }

    .sm\:m-auto {
        margin: auto !important
    }

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

    .sm\:mt-1 {
        margin-top: .25rem !important
    }

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

    .sm\:mt-3 {
        margin-top: 1rem !important
    }

    .sm\:mt-4 {
        margin-top: 1.5rem !important
    }

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

    .sm\:mt-6 {
        margin-top: 3rem !important
    }

    .sm\:mt-7 {
        margin-top: 4rem !important
    }

    .sm\:mt-8 {
        margin-top: 5rem !important
    }

    .sm\:-mt-1 {
        margin-top: -.25rem !important
    }

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

    .sm\:-mt-3 {
        margin-top: -1rem !important
    }

    .sm\:-mt-4 {
        margin-top: -1.5rem !important
    }

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

    .sm\:-mt-6 {
        margin-top: -3rem !important
    }

    .sm\:-mt-7 {
        margin-top: -4rem !important
    }

    .sm\:-mt-8 {
        margin-top: -5rem !important
    }

    .sm\:mt-auto {
        margin-top: auto !important
    }

    .sm\:mr-0 {
        margin-right: 0 !important
    }

    .sm\:mr-1 {
        margin-right: .25rem !important
    }

    .sm\:mr-2 {
        margin-right: .5rem !important
    }

    .sm\:mr-3 {
        margin-right: 1rem !important
    }

    .sm\:mr-4 {
        margin-right: 1.5rem !important
    }

    .sm\:mr-5 {
        margin-right: 2rem !important
    }

    .sm\:mr-6 {
        margin-right: 3rem !important
    }

    .sm\:mr-7 {
        margin-right: 4rem !important
    }

    .sm\:mr-8 {
        margin-right: 5rem !important
    }

    .sm\:-mr-1 {
        margin-right: -.25rem !important
    }

    .sm\:-mr-2 {
        margin-right: -.5rem !important
    }

    .sm\:-mr-3 {
        margin-right: -1rem !important
    }

    .sm\:-mr-4 {
        margin-right: -1.5rem !important
    }

    .sm\:-mr-5 {
        margin-right: -2rem !important
    }

    .sm\:-mr-6 {
        margin-right: -3rem !important
    }

    .sm\:-mr-7 {
        margin-right: -4rem !important
    }

    .sm\:-mr-8 {
        margin-right: -5rem !important
    }

    .sm\:mr-auto {
        margin-right: auto !important
    }

    .sm\:ml-0 {
        margin-left: 0 !important
    }

    .sm\:ml-1 {
        margin-left: .25rem !important
    }

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

    .sm\:ml-3 {
        margin-left: 1rem !important
    }

    .sm\:ml-4 {
        margin-left: 1.5rem !important
    }

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

    .sm\:ml-6 {
        margin-left: 3rem !important
    }

    .sm\:ml-7 {
        margin-left: 4rem !important
    }

    .sm\:ml-8 {
        margin-left: 5rem !important
    }

    .sm\:-ml-1 {
        margin-left: -.25rem !important
    }

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

    .sm\:-ml-3 {
        margin-left: -1rem !important
    }

    .sm\:-ml-4 {
        margin-left: -1.5rem !important
    }

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

    .sm\:-ml-6 {
        margin-left: -3rem !important
    }

    .sm\:-ml-7 {
        margin-left: -4rem !important
    }

    .sm\:-ml-8 {
        margin-left: -5rem !important
    }

    .sm\:ml-auto {
        margin-left: auto !important
    }

    .sm\:mb-0 {
        margin-bottom: 0 !important
    }

    .sm\:mb-1 {
        margin-bottom: .25rem !important
    }

    .sm\:mb-2 {
        margin-bottom: .5rem !important
    }

    .sm\:mb-3 {
        margin-bottom: 1rem !important
    }

    .sm\:mb-4 {
        margin-bottom: 1.5rem !important
    }

    .sm\:mb-5 {
        margin-bottom: 2rem !important
    }

    .sm\:mb-6 {
        margin-bottom: 3rem !important
    }

    .sm\:mb-7 {
        margin-bottom: 4rem !important
    }

    .sm\:mb-8 {
        margin-bottom: 5rem !important
    }

    .sm\:-mb-1 {
        margin-bottom: -.25rem !important
    }

    .sm\:-mb-2 {
        margin-bottom: -.5rem !important
    }

    .sm\:-mb-3 {
        margin-bottom: -1rem !important
    }

    .sm\:-mb-4 {
        margin-bottom: -1.5rem !important
    }

    .sm\:-mb-5 {
        margin-bottom: -2rem !important
    }

    .sm\:-mb-6 {
        margin-bottom: -3rem !important
    }

    .sm\:-mb-7 {
        margin-bottom: -4rem !important
    }

    .sm\:-mb-8 {
        margin-bottom: -5rem !important
    }

    .sm\:mb-auto {
        margin-bottom: auto !important
    }

    .sm\:mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .sm\:mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .sm\:mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .sm\:mx-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .sm\:mx-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .sm\:mx-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .sm\:mx-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .sm\:mx-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .sm\:mx-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .sm\:-mx-1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .sm\:-mx-2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .sm\:-mx-3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .sm\:-mx-4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .sm\:-mx-5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .sm\:-mx-6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .sm\:-mx-7 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .sm\:-mx-8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

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

    .sm\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .sm\:my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .sm\:my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .sm\:my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .sm\:my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .sm\:my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .sm\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .sm\:my-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .sm\:my-8 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .sm\:-my-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .sm\:-my-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .sm\:-my-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .sm\:-my-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .sm\:-my-5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .sm\:-my-6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .sm\:-my-7 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .sm\:-my-8 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important
    }

    .sm\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media screen and (min-width:768px) {
    .md\:m-0 {
        margin: 0 !important
    }

    .md\:m-1 {
        margin: .25rem !important
    }

    .md\:m-2 {
        margin: .5rem !important
    }

    .md\:m-3 {
        margin: 1rem !important
    }

    .md\:m-4 {
        margin: 1.5rem !important
    }

    .md\:m-5 {
        margin: 2rem !important
    }

    .md\:m-6 {
        margin: 3rem !important
    }

    .md\:m-7 {
        margin: 4rem !important
    }

    .md\:m-8 {
        margin: 5rem !important
    }

    .md\:-m-1 {
        margin: -.25rem !important
    }

    .md\:-m-2 {
        margin: -.5rem !important
    }

    .md\:-m-3 {
        margin: -1rem !important
    }

    .md\:-m-4 {
        margin: -1.5rem !important
    }

    .md\:-m-5 {
        margin: -2rem !important
    }

    .md\:-m-6 {
        margin: -3rem !important
    }

    .md\:-m-7 {
        margin: -4rem !important
    }

    .md\:-m-8 {
        margin: -5rem !important
    }

    .md\:m-auto {
        margin: auto !important
    }

    .md\:mt-0 {
        margin-top: 0 !important
    }

    .md\:mt-1 {
        margin-top: .25rem !important
    }

    .md\:mt-2 {
        margin-top: .5rem !important
    }

    .md\:mt-3 {
        margin-top: 1rem !important
    }

    .md\:mt-4 {
        margin-top: 1.5rem !important
    }

    .md\:mt-5 {
        margin-top: 2rem !important
    }

    .md\:mt-6 {
        margin-top: 3rem !important
    }

    .md\:mt-7 {
        margin-top: 4rem !important
    }

    .md\:mt-8 {
        margin-top: 5rem !important
    }

    .md\:-mt-1 {
        margin-top: -.25rem !important
    }

    .md\:-mt-2 {
        margin-top: -.5rem !important
    }

    .md\:-mt-3 {
        margin-top: -1rem !important
    }

    .md\:-mt-4 {
        margin-top: -1.5rem !important
    }

    .md\:-mt-5 {
        margin-top: -2rem !important
    }

    .md\:-mt-6 {
        margin-top: -3rem !important
    }

    .md\:-mt-7 {
        margin-top: -4rem !important
    }

    .md\:-mt-8 {
        margin-top: -5rem !important
    }

    .md\:mt-auto {
        margin-top: auto !important
    }

    .md\:mr-0 {
        margin-right: 0 !important
    }

    .md\:mr-1 {
        margin-right: .25rem !important
    }

    .md\:mr-2 {
        margin-right: .5rem !important
    }

    .md\:mr-3 {
        margin-right: 1rem !important
    }

    .md\:mr-4 {
        margin-right: 1.5rem !important
    }

    .md\:mr-5 {
        margin-right: 2rem !important
    }

    .md\:mr-6 {
        margin-right: 3rem !important
    }

    .md\:mr-7 {
        margin-right: 4rem !important
    }

    .md\:mr-8 {
        margin-right: 5rem !important
    }

    .md\:-mr-1 {
        margin-right: -.25rem !important
    }

    .md\:-mr-2 {
        margin-right: -.5rem !important
    }

    .md\:-mr-3 {
        margin-right: -1rem !important
    }

    .md\:-mr-4 {
        margin-right: -1.5rem !important
    }

    .md\:-mr-5 {
        margin-right: -2rem !important
    }

    .md\:-mr-6 {
        margin-right: -3rem !important
    }

    .md\:-mr-7 {
        margin-right: -4rem !important
    }

    .md\:-mr-8 {
        margin-right: -5rem !important
    }

    .md\:mr-auto {
        margin-right: auto !important
    }

    .md\:ml-0 {
        margin-left: 0 !important
    }

    .md\:ml-1 {
        margin-left: .25rem !important
    }

    .md\:ml-2 {
        margin-left: .5rem !important
    }

    .md\:ml-3 {
        margin-left: 1rem !important
    }

    .md\:ml-4 {
        margin-left: 1.5rem !important
    }

    .md\:ml-5 {
        margin-left: 2rem !important
    }

    .md\:ml-6 {
        margin-left: 3rem !important
    }

    .md\:ml-7 {
        margin-left: 4rem !important
    }

    .md\:ml-8 {
        margin-left: 5rem !important
    }

    .md\:-ml-1 {
        margin-left: -.25rem !important
    }

    .md\:-ml-2 {
        margin-left: -.5rem !important
    }

    .md\:-ml-3 {
        margin-left: -1rem !important
    }

    .md\:-ml-4 {
        margin-left: -1.5rem !important
    }

    .md\:-ml-5 {
        margin-left: -2rem !important
    }

    .md\:-ml-6 {
        margin-left: -3rem !important
    }

    .md\:-ml-7 {
        margin-left: -4rem !important
    }

    .md\:-ml-8 {
        margin-left: -5rem !important
    }

    .md\:ml-auto {
        margin-left: auto !important
    }

    .md\:mb-0 {
        margin-bottom: 0 !important
    }

    .md\:mb-1 {
        margin-bottom: .25rem !important
    }

    .md\:mb-2 {
        margin-bottom: .5rem !important
    }

    .md\:mb-3 {
        margin-bottom: 1rem !important
    }

    .md\:mb-4 {
        margin-bottom: 1.5rem !important
    }

    .md\:mb-5 {
        margin-bottom: 2rem !important
    }

    .md\:mb-6 {
        margin-bottom: 3rem !important
    }

    .md\:mb-7 {
        margin-bottom: 4rem !important
    }

    .md\:mb-8 {
        margin-bottom: 5rem !important
    }

    .md\:-mb-1 {
        margin-bottom: -.25rem !important
    }

    .md\:-mb-2 {
        margin-bottom: -.5rem !important
    }

    .md\:-mb-3 {
        margin-bottom: -1rem !important
    }

    .md\:-mb-4 {
        margin-bottom: -1.5rem !important
    }

    .md\:-mb-5 {
        margin-bottom: -2rem !important
    }

    .md\:-mb-6 {
        margin-bottom: -3rem !important
    }

    .md\:-mb-7 {
        margin-bottom: -4rem !important
    }

    .md\:-mb-8 {
        margin-bottom: -5rem !important
    }

    .md\:mb-auto {
        margin-bottom: auto !important
    }

    .md\:mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .md\:mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .md\:mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .md\:mx-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .md\:mx-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .md\:mx-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .md\:mx-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .md\:mx-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .md\:mx-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .md\:-mx-1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .md\:-mx-2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .md\:-mx-3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .md\:-mx-4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .md\:-mx-5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .md\:-mx-6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .md\:-mx-7 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .md\:-mx-8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .md\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

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

    .md\:my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .md\:my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .md\:my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .md\:my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .md\:my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .md\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .md\:my-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .md\:my-8 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .md\:-my-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .md\:-my-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .md\:-my-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .md\:-my-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .md\:-my-5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .md\:-my-6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .md\:-my-7 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .md\:-my-8 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important
    }

    .md\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media screen and (min-width:992px) {
    .lg\:m-0 {
        margin: 0 !important
    }

    .lg\:m-1 {
        margin: .25rem !important
    }

    .lg\:m-2 {
        margin: .5rem !important
    }

    .lg\:m-3 {
        margin: 1rem !important
    }

    .lg\:m-4 {
        margin: 1.5rem !important
    }

    .lg\:m-5 {
        margin: 2rem !important
    }

    .lg\:m-6 {
        margin: 3rem !important
    }

    .lg\:m-7 {
        margin: 4rem !important
    }

    .lg\:m-8 {
        margin: 5rem !important
    }

    .lg\:-m-1 {
        margin: -.25rem !important
    }

    .lg\:-m-2 {
        margin: -.5rem !important
    }

    .lg\:-m-3 {
        margin: -1rem !important
    }

    .lg\:-m-4 {
        margin: -1.5rem !important
    }

    .lg\:-m-5 {
        margin: -2rem !important
    }

    .lg\:-m-6 {
        margin: -3rem !important
    }

    .lg\:-m-7 {
        margin: -4rem !important
    }

    .lg\:-m-8 {
        margin: -5rem !important
    }

    .lg\:m-auto {
        margin: auto !important
    }

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

    .lg\:mt-1 {
        margin-top: .25rem !important
    }

    .lg\:mt-2 {
        margin-top: .5rem !important
    }

    .lg\:mt-3 {
        margin-top: 1rem !important
    }

    .lg\:mt-4 {
        margin-top: 1.5rem !important
    }

    .lg\:mt-5 {
        margin-top: 2rem !important
    }

    .lg\:mt-6 {
        margin-top: 3rem !important
    }

    .lg\:mt-7 {
        margin-top: 4rem !important
    }

    .lg\:mt-8 {
        margin-top: 5rem !important
    }

    .lg\:-mt-1 {
        margin-top: -.25rem !important
    }

    .lg\:-mt-2 {
        margin-top: -.5rem !important
    }

    .lg\:-mt-3 {
        margin-top: -1rem !important
    }

    .lg\:-mt-4 {
        margin-top: -1.5rem !important
    }

    .lg\:-mt-5 {
        margin-top: -2rem !important
    }

    .lg\:-mt-6 {
        margin-top: -3rem !important
    }

    .lg\:-mt-7 {
        margin-top: -4rem !important
    }

    .lg\:-mt-8 {
        margin-top: -5rem !important
    }

    .lg\:mt-auto {
        margin-top: auto !important
    }

    .lg\:mr-0 {
        margin-right: 0 !important
    }

    .lg\:mr-1 {
        margin-right: .25rem !important
    }

    .lg\:mr-2 {
        margin-right: .5rem !important
    }

    .lg\:mr-3 {
        margin-right: 1rem !important
    }

    .lg\:mr-4 {
        margin-right: 1.5rem !important
    }

    .lg\:mr-5 {
        margin-right: 2rem !important
    }

    .lg\:mr-6 {
        margin-right: 3rem !important
    }

    .lg\:mr-7 {
        margin-right: 4rem !important
    }

    .lg\:mr-8 {
        margin-right: 5rem !important
    }

    .lg\:-mr-1 {
        margin-right: -.25rem !important
    }

    .lg\:-mr-2 {
        margin-right: -.5rem !important
    }

    .lg\:-mr-3 {
        margin-right: -1rem !important
    }

    .lg\:-mr-4 {
        margin-right: -1.5rem !important
    }

    .lg\:-mr-5 {
        margin-right: -2rem !important
    }

    .lg\:-mr-6 {
        margin-right: -3rem !important
    }

    .lg\:-mr-7 {
        margin-right: -4rem !important
    }

    .lg\:-mr-8 {
        margin-right: -5rem !important
    }

    .lg\:mr-auto {
        margin-right: auto !important
    }

    .lg\:ml-0 {
        margin-left: 0 !important
    }

    .lg\:ml-1 {
        margin-left: .25rem !important
    }

    .lg\:ml-2 {
        margin-left: .5rem !important
    }

    .lg\:ml-3 {
        margin-left: 1rem !important
    }

    .lg\:ml-4 {
        margin-left: 1.5rem !important
    }

    .lg\:ml-5 {
        margin-left: 2rem !important
    }

    .lg\:ml-6 {
        margin-left: 3rem !important
    }

    .lg\:ml-7 {
        margin-left: 4rem !important
    }

    .lg\:ml-8 {
        margin-left: 5rem !important
    }

    .lg\:-ml-1 {
        margin-left: -.25rem !important
    }

    .lg\:-ml-2 {
        margin-left: -.5rem !important
    }

    .lg\:-ml-3 {
        margin-left: -1rem !important
    }

    .lg\:-ml-4 {
        margin-left: -1.5rem !important
    }

    .lg\:-ml-5 {
        margin-left: -2rem !important
    }

    .lg\:-ml-6 {
        margin-left: -3rem !important
    }

    .lg\:-ml-7 {
        margin-left: -4rem !important
    }

    .lg\:-ml-8 {
        margin-left: -5rem !important
    }

    .lg\:ml-auto {
        margin-left: auto !important
    }

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

    .lg\:mb-1 {
        margin-bottom: .25rem !important
    }

    .lg\:mb-2 {
        margin-bottom: .5rem !important
    }

    .lg\:mb-3 {
        margin-bottom: 1rem !important
    }

    .lg\:mb-4 {
        margin-bottom: 1.5rem !important
    }

    .lg\:mb-5 {
        margin-bottom: 2rem !important
    }

    .lg\:mb-6 {
        margin-bottom: 3rem !important
    }

    .lg\:mb-7 {
        margin-bottom: 4rem !important
    }

    .lg\:mb-8 {
        margin-bottom: 5rem !important
    }

    .lg\:-mb-1 {
        margin-bottom: -.25rem !important
    }

    .lg\:-mb-2 {
        margin-bottom: -.5rem !important
    }

    .lg\:-mb-3 {
        margin-bottom: -1rem !important
    }

    .lg\:-mb-4 {
        margin-bottom: -1.5rem !important
    }

    .lg\:-mb-5 {
        margin-bottom: -2rem !important
    }

    .lg\:-mb-6 {
        margin-bottom: -3rem !important
    }

    .lg\:-mb-7 {
        margin-bottom: -4rem !important
    }

    .lg\:-mb-8 {
        margin-bottom: -5rem !important
    }

    .lg\:mb-auto {
        margin-bottom: auto !important
    }

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

    .lg\:mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .lg\:mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .lg\:mx-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .lg\:mx-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .lg\:mx-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .lg\:mx-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .lg\:mx-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .lg\:mx-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .lg\:-mx-1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .lg\:-mx-2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .lg\:-mx-3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .lg\:-mx-4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .lg\:-mx-5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .lg\:-mx-6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .lg\:-mx-7 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .lg\:-mx-8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .lg\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .lg\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lg\:my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .lg\:my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .lg\:my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lg\:my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .lg\:my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .lg\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .lg\:my-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .lg\:my-8 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .lg\:-my-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .lg\:-my-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .lg\:-my-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .lg\:-my-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .lg\:-my-5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .lg\:-my-6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .lg\:-my-7 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .lg\:-my-8 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important
    }

    .lg\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:m-0 {
        margin: 0 !important
    }

    .xl\:m-1 {
        margin: .25rem !important
    }

    .xl\:m-2 {
        margin: .5rem !important
    }

    .xl\:m-3 {
        margin: 1rem !important
    }

    .xl\:m-4 {
        margin: 1.5rem !important
    }

    .xl\:m-5 {
        margin: 2rem !important
    }

    .xl\:m-6 {
        margin: 3rem !important
    }

    .xl\:m-7 {
        margin: 4rem !important
    }

    .xl\:m-8 {
        margin: 5rem !important
    }

    .xl\:-m-1 {
        margin: -.25rem !important
    }

    .xl\:-m-2 {
        margin: -.5rem !important
    }

    .xl\:-m-3 {
        margin: -1rem !important
    }

    .xl\:-m-4 {
        margin: -1.5rem !important
    }

    .xl\:-m-5 {
        margin: -2rem !important
    }

    .xl\:-m-6 {
        margin: -3rem !important
    }

    .xl\:-m-7 {
        margin: -4rem !important
    }

    .xl\:-m-8 {
        margin: -5rem !important
    }

    .xl\:m-auto {
        margin: auto !important
    }

    .xl\:mt-0 {
        margin-top: 0 !important
    }

    .xl\:mt-1 {
        margin-top: .25rem !important
    }

    .xl\:mt-2 {
        margin-top: .5rem !important
    }

    .xl\:mt-3 {
        margin-top: 1rem !important
    }

    .xl\:mt-4 {
        margin-top: 1.5rem !important
    }

    .xl\:mt-5 {
        margin-top: 2rem !important
    }

    .xl\:mt-6 {
        margin-top: 3rem !important
    }

    .xl\:mt-7 {
        margin-top: 4rem !important
    }

    .xl\:mt-8 {
        margin-top: 5rem !important
    }

    .xl\:-mt-1 {
        margin-top: -.25rem !important
    }

    .xl\:-mt-2 {
        margin-top: -.5rem !important
    }

    .xl\:-mt-3 {
        margin-top: -1rem !important
    }

    .xl\:-mt-4 {
        margin-top: -1.5rem !important
    }

    .xl\:-mt-5 {
        margin-top: -2rem !important
    }

    .xl\:-mt-6 {
        margin-top: -3rem !important
    }

    .xl\:-mt-7 {
        margin-top: -4rem !important
    }

    .xl\:-mt-8 {
        margin-top: -5rem !important
    }

    .xl\:mt-auto {
        margin-top: auto !important
    }

    .xl\:mr-0 {
        margin-right: 0 !important
    }

    .xl\:mr-1 {
        margin-right: .25rem !important
    }

    .xl\:mr-2 {
        margin-right: .5rem !important
    }

    .xl\:mr-3 {
        margin-right: 1rem !important
    }

    .xl\:mr-4 {
        margin-right: 1.5rem !important
    }

    .xl\:mr-5 {
        margin-right: 2rem !important
    }

    .xl\:mr-6 {
        margin-right: 3rem !important
    }

    .xl\:mr-7 {
        margin-right: 4rem !important
    }

    .xl\:mr-8 {
        margin-right: 5rem !important
    }

    .xl\:-mr-1 {
        margin-right: -.25rem !important
    }

    .xl\:-mr-2 {
        margin-right: -.5rem !important
    }

    .xl\:-mr-3 {
        margin-right: -1rem !important
    }

    .xl\:-mr-4 {
        margin-right: -1.5rem !important
    }

    .xl\:-mr-5 {
        margin-right: -2rem !important
    }

    .xl\:-mr-6 {
        margin-right: -3rem !important
    }

    .xl\:-mr-7 {
        margin-right: -4rem !important
    }

    .xl\:-mr-8 {
        margin-right: -5rem !important
    }

    .xl\:mr-auto {
        margin-right: auto !important
    }

    .xl\:ml-0 {
        margin-left: 0 !important
    }

    .xl\:ml-1 {
        margin-left: .25rem !important
    }

    .xl\:ml-2 {
        margin-left: .5rem !important
    }

    .xl\:ml-3 {
        margin-left: 1rem !important
    }

    .xl\:ml-4 {
        margin-left: 1.5rem !important
    }

    .xl\:ml-5 {
        margin-left: 2rem !important
    }

    .xl\:ml-6 {
        margin-left: 3rem !important
    }

    .xl\:ml-7 {
        margin-left: 4rem !important
    }

    .xl\:ml-8 {
        margin-left: 5rem !important
    }

    .xl\:-ml-1 {
        margin-left: -.25rem !important
    }

    .xl\:-ml-2 {
        margin-left: -.5rem !important
    }

    .xl\:-ml-3 {
        margin-left: -1rem !important
    }

    .xl\:-ml-4 {
        margin-left: -1.5rem !important
    }

    .xl\:-ml-5 {
        margin-left: -2rem !important
    }

    .xl\:-ml-6 {
        margin-left: -3rem !important
    }

    .xl\:-ml-7 {
        margin-left: -4rem !important
    }

    .xl\:-ml-8 {
        margin-left: -5rem !important
    }

    .xl\:ml-auto {
        margin-left: auto !important
    }

    .xl\:mb-0 {
        margin-bottom: 0 !important
    }

    .xl\:mb-1 {
        margin-bottom: .25rem !important
    }

    .xl\:mb-2 {
        margin-bottom: .5rem !important
    }

    .xl\:mb-3 {
        margin-bottom: 1rem !important
    }

    .xl\:mb-4 {
        margin-bottom: 1.5rem !important
    }

    .xl\:mb-5 {
        margin-bottom: 2rem !important
    }

    .xl\:mb-6 {
        margin-bottom: 3rem !important
    }

    .xl\:mb-7 {
        margin-bottom: 4rem !important
    }

    .xl\:mb-8 {
        margin-bottom: 5rem !important
    }

    .xl\:-mb-1 {
        margin-bottom: -.25rem !important
    }

    .xl\:-mb-2 {
        margin-bottom: -.5rem !important
    }

    .xl\:-mb-3 {
        margin-bottom: -1rem !important
    }

    .xl\:-mb-4 {
        margin-bottom: -1.5rem !important
    }

    .xl\:-mb-5 {
        margin-bottom: -2rem !important
    }

    .xl\:-mb-6 {
        margin-bottom: -3rem !important
    }

    .xl\:-mb-7 {
        margin-bottom: -4rem !important
    }

    .xl\:-mb-8 {
        margin-bottom: -5rem !important
    }

    .xl\:mb-auto {
        margin-bottom: auto !important
    }

    .xl\:mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .xl\:mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .xl\:mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .xl\:mx-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .xl\:mx-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .xl\:mx-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .xl\:mx-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .xl\:mx-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .xl\:mx-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .xl\:-mx-1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .xl\:-mx-2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .xl\:-mx-3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .xl\:-mx-4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .xl\:-mx-5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .xl\:-mx-6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .xl\:-mx-7 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .xl\:-mx-8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .xl\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .xl\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .xl\:my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .xl\:my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .xl\:my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .xl\:my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .xl\:my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .xl\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .xl\:my-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .xl\:my-8 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .xl\:-my-1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .xl\:-my-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .xl\:-my-3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .xl\:-my-4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .xl\:-my-5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .xl\:-my-6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .xl\:-my-7 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .xl\:-my-8 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important
    }

    .xl\:my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.shadow-none {
    box-shadow: none !important
}

.shadow-1 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
}

.shadow-2 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
}

.shadow-3 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
}

.shadow-4 {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
}

.shadow-5 {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
}

.shadow-6 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
}

.shadow-7 {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
}

.shadow-8 {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
}

.active\:shadow-none:active,
.focus\:shadow-none:focus,
.hover\:shadow-none:hover {
    box-shadow: none !important
}

.active\:shadow-1:active,
.focus\:shadow-1:focus,
.hover\:shadow-1:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
}

.active\:shadow-2:active,
.focus\:shadow-2:focus,
.hover\:shadow-2:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
}

.active\:shadow-3:active,
.focus\:shadow-3:focus,
.hover\:shadow-3:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
}

.active\:shadow-4:active,
.focus\:shadow-4:focus,
.hover\:shadow-4:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
}

.active\:shadow-5:active,
.focus\:shadow-5:focus,
.hover\:shadow-5:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
}

.active\:shadow-6:active,
.focus\:shadow-6:focus,
.hover\:shadow-6:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
}

.active\:shadow-7:active,
.focus\:shadow-7:focus,
.hover\:shadow-7:hover {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
}

.active\:shadow-8:active,
.focus\:shadow-8:focus,
.hover\:shadow-8:hover {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
}

@media screen and (min-width:576px) {
    .sm\:shadow-none {
        box-shadow: none !important
    }

    .sm\:shadow-1 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .sm\:shadow-2 {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .sm\:shadow-3 {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .sm\:shadow-4 {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .sm\:shadow-5 {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .sm\:shadow-6 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .sm\:shadow-7 {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .sm\:shadow-8 {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }

    .sm\:active\:shadow-none:active,
    .sm\:focus\:shadow-none:focus,
    .sm\:hover\:shadow-none:hover {
        box-shadow: none !important
    }

    .sm\:active\:shadow-1:active,
    .sm\:focus\:shadow-1:focus,
    .sm\:hover\:shadow-1:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .sm\:active\:shadow-2:active,
    .sm\:focus\:shadow-2:focus,
    .sm\:hover\:shadow-2:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .sm\:active\:shadow-3:active,
    .sm\:focus\:shadow-3:focus,
    .sm\:hover\:shadow-3:hover {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .sm\:active\:shadow-4:active,
    .sm\:focus\:shadow-4:focus,
    .sm\:hover\:shadow-4:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .sm\:active\:shadow-5:active,
    .sm\:focus\:shadow-5:focus,
    .sm\:hover\:shadow-5:hover {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .sm\:active\:shadow-6:active,
    .sm\:focus\:shadow-6:focus,
    .sm\:hover\:shadow-6:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .sm\:active\:shadow-7:active,
    .sm\:focus\:shadow-7:focus,
    .sm\:hover\:shadow-7:hover {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .sm\:active\:shadow-8:active,
    .sm\:focus\:shadow-8:focus,
    .sm\:hover\:shadow-8:hover {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }
}

@media screen and (min-width:768px) {
    .md\:shadow-none {
        box-shadow: none !important
    }

    .md\:shadow-1 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .md\:shadow-2 {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .md\:shadow-3 {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .md\:shadow-4 {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .md\:shadow-5 {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .md\:shadow-6 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .md\:shadow-7 {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .md\:shadow-8 {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }

    .md\:active\:shadow-none:active,
    .md\:focus\:shadow-none:focus,
    .md\:hover\:shadow-none:hover {
        box-shadow: none !important
    }

    .md\:active\:shadow-1:active,
    .md\:focus\:shadow-1:focus,
    .md\:hover\:shadow-1:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .md\:active\:shadow-2:active,
    .md\:focus\:shadow-2:focus,
    .md\:hover\:shadow-2:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .md\:active\:shadow-3:active,
    .md\:focus\:shadow-3:focus,
    .md\:hover\:shadow-3:hover {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .md\:active\:shadow-4:active,
    .md\:focus\:shadow-4:focus,
    .md\:hover\:shadow-4:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .md\:active\:shadow-5:active,
    .md\:focus\:shadow-5:focus,
    .md\:hover\:shadow-5:hover {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .md\:active\:shadow-6:active,
    .md\:focus\:shadow-6:focus,
    .md\:hover\:shadow-6:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .md\:active\:shadow-7:active,
    .md\:focus\:shadow-7:focus,
    .md\:hover\:shadow-7:hover {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .md\:active\:shadow-8:active,
    .md\:focus\:shadow-8:focus,
    .md\:hover\:shadow-8:hover {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }
}

@media screen and (min-width:992px) {
    .lg\:shadow-none {
        box-shadow: none !important
    }

    .lg\:shadow-1 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .lg\:shadow-2 {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .lg\:shadow-3 {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .lg\:shadow-4 {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .lg\:shadow-5 {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .lg\:shadow-6 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .lg\:shadow-7 {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .lg\:shadow-8 {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }

    .lg\:active\:shadow-none:active,
    .lg\:focus\:shadow-none:focus,
    .lg\:hover\:shadow-none:hover {
        box-shadow: none !important
    }

    .lg\:active\:shadow-1:active,
    .lg\:focus\:shadow-1:focus,
    .lg\:hover\:shadow-1:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .lg\:active\:shadow-2:active,
    .lg\:focus\:shadow-2:focus,
    .lg\:hover\:shadow-2:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .lg\:active\:shadow-3:active,
    .lg\:focus\:shadow-3:focus,
    .lg\:hover\:shadow-3:hover {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .lg\:active\:shadow-4:active,
    .lg\:focus\:shadow-4:focus,
    .lg\:hover\:shadow-4:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .lg\:active\:shadow-5:active,
    .lg\:focus\:shadow-5:focus,
    .lg\:hover\:shadow-5:hover {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .lg\:active\:shadow-6:active,
    .lg\:focus\:shadow-6:focus,
    .lg\:hover\:shadow-6:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .lg\:active\:shadow-7:active,
    .lg\:focus\:shadow-7:focus,
    .lg\:hover\:shadow-7:hover {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .lg\:active\:shadow-8:active,
    .lg\:focus\:shadow-8:focus,
    .lg\:hover\:shadow-8:hover {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:shadow-none {
        box-shadow: none !important
    }

    .xl\:shadow-1 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .xl\:shadow-2 {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .xl\:shadow-3 {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .xl\:shadow-4 {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .xl\:shadow-5 {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .xl\:shadow-6 {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .xl\:shadow-7 {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .xl\:shadow-8 {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }

    .xl\:active\:shadow-none:active,
    .xl\:focus\:shadow-none:focus,
    .xl\:hover\:shadow-none:hover {
        box-shadow: none !important
    }

    .xl\:active\:shadow-1:active,
    .xl\:focus\:shadow-1:focus,
    .xl\:hover\:shadow-1:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
    }

    .xl\:active\:shadow-2:active,
    .xl\:focus\:shadow-2:focus,
    .xl\:hover\:shadow-2:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
    }

    .xl\:active\:shadow-3:active,
    .xl\:focus\:shadow-3:focus,
    .xl\:hover\:shadow-3:hover {
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
    }

    .xl\:active\:shadow-4:active,
    .xl\:focus\:shadow-4:focus,
    .xl\:hover\:shadow-4:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
    }

    .xl\:active\:shadow-5:active,
    .xl\:focus\:shadow-5:focus,
    .xl\:hover\:shadow-5:hover {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
    }

    .xl\:active\:shadow-6:active,
    .xl\:focus\:shadow-6:focus,
    .xl\:hover\:shadow-6:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
    }

    .xl\:active\:shadow-7:active,
    .xl\:focus\:shadow-7:focus,
    .xl\:hover\:shadow-7:hover {
        box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
    }

    .xl\:active\:shadow-8:active,
    .xl\:focus\:shadow-8:focus,
    .xl\:hover\:shadow-8:hover {
        box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
    }
}

.border-none {
    border-width: 0 !important;
    border-style: none
}

.border-1 {
    border-width: 1px !important;
    border-style: solid
}

.border-2 {
    border-width: 2px !important;
    border-style: solid
}

.border-3 {
    border-width: 3px !important;
    border-style: solid
}

.border-top-none {
    border-top-width: 0 !important;
    border-top-style: none
}

.border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid
}

.border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid
}

.border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid
}

.border-right-none {
    border-right-width: 0 !important;
    border-right-style: none
}

.border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid
}

.border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid
}

.border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid
}

.border-left-none {
    border-left-width: 0 !important;
    border-left-style: none
}

.border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid
}

.border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid
}

.border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid
}

.border-bottom-none {
    border-bottom-width: 0 !important;
    border-bottom-style: none
}

.border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid
}

.border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid
}

.border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid
}

.border-x-none {
    border-left-width: 0 !important;
    border-left-style: none;
    border-right-width: 0 !important;
    border-right-style: none
}

.border-x-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important
}

.border-x-1,
.border-x-2 {
    border-left-style: solid;
    border-right-style: solid
}

.border-x-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important
}

.border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid
}

.border-y-none {
    border-top-width: 0 !important;
    border-top-style: none;
    border-bottom-width: 0 !important;
    border-bottom-style: none
}

.border-y-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important
}

.border-y-1,
.border-y-2 {
    border-top-style: solid;
    border-bottom-style: solid
}

.border-y-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important
}

.border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid
}

@media screen and (min-width:576px) {
    .sm\:border-none {
        border-width: 0 !important;
        border-style: none
    }

    .sm\:border-1 {
        border-width: 1px !important;
        border-style: solid
    }

    .sm\:border-2 {
        border-width: 2px !important;
        border-style: solid
    }

    .sm\:border-3 {
        border-width: 3px !important;
        border-style: solid
    }

    .sm\:border-top-none {
        border-top-width: 0 !important;
        border-top-style: none
    }

    .sm\:border-top-1 {
        border-top-width: 1px !important;
        border-top-style: solid
    }

    .sm\:border-top-2 {
        border-top-width: 2px !important;
        border-top-style: solid
    }

    .sm\:border-top-3 {
        border-top-width: 3px !important;
        border-top-style: solid
    }

    .sm\:border-right-none {
        border-right-width: 0 !important;
        border-right-style: none
    }

    .sm\:border-right-1 {
        border-right-width: 1px !important;
        border-right-style: solid
    }

    .sm\:border-right-2 {
        border-right-width: 2px !important;
        border-right-style: solid
    }

    .sm\:border-right-3 {
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .sm\:border-left-none {
        border-left-width: 0 !important;
        border-left-style: none
    }

    .sm\:border-left-1 {
        border-left-width: 1px !important;
        border-left-style: solid
    }

    .sm\:border-left-2 {
        border-left-width: 2px !important;
        border-left-style: solid
    }

    .sm\:border-left-3 {
        border-left-width: 3px !important;
        border-left-style: solid
    }

    .sm\:border-bottom-none {
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .sm\:border-bottom-1 {
        border-bottom-width: 1px !important;
        border-bottom-style: solid
    }

    .sm\:border-bottom-2 {
        border-bottom-width: 2px !important;
        border-bottom-style: solid
    }

    .sm\:border-bottom-3 {
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }

    .sm\:border-x-none {
        border-left-width: 0 !important;
        border-left-style: none;
        border-right-width: 0 !important;
        border-right-style: none
    }

    .sm\:border-x-1 {
        border-left-width: 1px !important;
        border-right-width: 1px !important
    }

    .sm\:border-x-1,
    .sm\:border-x-2 {
        border-left-style: solid;
        border-right-style: solid
    }

    .sm\:border-x-2 {
        border-left-width: 2px !important;
        border-right-width: 2px !important
    }

    .sm\:border-x-3 {
        border-left-width: 3px !important;
        border-left-style: solid;
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .sm\:border-y-none {
        border-top-width: 0 !important;
        border-top-style: none;
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .sm\:border-y-1 {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important
    }

    .sm\:border-y-1,
    .sm\:border-y-2 {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .sm\:border-y-2 {
        border-top-width: 2px !important;
        border-bottom-width: 2px !important
    }

    .sm\:border-y-3 {
        border-top-width: 3px !important;
        border-top-style: solid;
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }
}

@media screen and (min-width:768px) {
    .md\:border-none {
        border-width: 0 !important;
        border-style: none
    }

    .md\:border-1 {
        border-width: 1px !important;
        border-style: solid
    }

    .md\:border-2 {
        border-width: 2px !important;
        border-style: solid
    }

    .md\:border-3 {
        border-width: 3px !important;
        border-style: solid
    }

    .md\:border-top-none {
        border-top-width: 0 !important;
        border-top-style: none
    }

    .md\:border-top-1 {
        border-top-width: 1px !important;
        border-top-style: solid
    }

    .md\:border-top-2 {
        border-top-width: 2px !important;
        border-top-style: solid
    }

    .md\:border-top-3 {
        border-top-width: 3px !important;
        border-top-style: solid
    }

    .md\:border-right-none {
        border-right-width: 0 !important;
        border-right-style: none
    }

    .md\:border-right-1 {
        border-right-width: 1px !important;
        border-right-style: solid
    }

    .md\:border-right-2 {
        border-right-width: 2px !important;
        border-right-style: solid
    }

    .md\:border-right-3 {
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .md\:border-left-none {
        border-left-width: 0 !important;
        border-left-style: none
    }

    .md\:border-left-1 {
        border-left-width: 1px !important;
        border-left-style: solid
    }

    .md\:border-left-2 {
        border-left-width: 2px !important;
        border-left-style: solid
    }

    .md\:border-left-3 {
        border-left-width: 3px !important;
        border-left-style: solid
    }

    .md\:border-bottom-none {
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .md\:border-bottom-1 {
        border-bottom-width: 1px !important;
        border-bottom-style: solid
    }

    .md\:border-bottom-2 {
        border-bottom-width: 2px !important;
        border-bottom-style: solid
    }

    .md\:border-bottom-3 {
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }

    .md\:border-x-none {
        border-left-width: 0 !important;
        border-left-style: none;
        border-right-width: 0 !important;
        border-right-style: none
    }

    .md\:border-x-1 {
        border-left-width: 1px !important;
        border-right-width: 1px !important
    }

    .md\:border-x-1,
    .md\:border-x-2 {
        border-left-style: solid;
        border-right-style: solid
    }

    .md\:border-x-2 {
        border-left-width: 2px !important;
        border-right-width: 2px !important
    }

    .md\:border-x-3 {
        border-left-width: 3px !important;
        border-left-style: solid;
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .md\:border-y-none {
        border-top-width: 0 !important;
        border-top-style: none;
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .md\:border-y-1 {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important
    }

    .md\:border-y-1,
    .md\:border-y-2 {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .md\:border-y-2 {
        border-top-width: 2px !important;
        border-bottom-width: 2px !important
    }

    .md\:border-y-3 {
        border-top-width: 3px !important;
        border-top-style: solid;
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }
}

@media screen and (min-width:992px) {
    .lg\:border-none {
        border-width: 0 !important;
        border-style: none
    }

    .lg\:border-1 {
        border-width: 1px !important;
        border-style: solid
    }

    .lg\:border-2 {
        border-width: 2px !important;
        border-style: solid
    }

    .lg\:border-3 {
        border-width: 3px !important;
        border-style: solid
    }

    .lg\:border-top-none {
        border-top-width: 0 !important;
        border-top-style: none
    }

    .lg\:border-top-1 {
        border-top-width: 1px !important;
        border-top-style: solid
    }

    .lg\:border-top-2 {
        border-top-width: 2px !important;
        border-top-style: solid
    }

    .lg\:border-top-3 {
        border-top-width: 3px !important;
        border-top-style: solid
    }

    .lg\:border-right-none {
        border-right-width: 0 !important;
        border-right-style: none
    }

    .lg\:border-right-1 {
        border-right-width: 1px !important;
        border-right-style: solid
    }

    .lg\:border-right-2 {
        border-right-width: 2px !important;
        border-right-style: solid
    }

    .lg\:border-right-3 {
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .lg\:border-left-none {
        border-left-width: 0 !important;
        border-left-style: none
    }

    .lg\:border-left-1 {
        border-left-width: 1px !important;
        border-left-style: solid
    }

    .lg\:border-left-2 {
        border-left-width: 2px !important;
        border-left-style: solid
    }

    .lg\:border-left-3 {
        border-left-width: 3px !important;
        border-left-style: solid
    }

    .lg\:border-bottom-none {
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .lg\:border-bottom-1 {
        border-bottom-width: 1px !important;
        border-bottom-style: solid
    }

    .lg\:border-bottom-2 {
        border-bottom-width: 2px !important;
        border-bottom-style: solid
    }

    .lg\:border-bottom-3 {
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }

    .lg\:border-x-none {
        border-left-width: 0 !important;
        border-left-style: none;
        border-right-width: 0 !important;
        border-right-style: none
    }

    .lg\:border-x-1 {
        border-left-width: 1px !important;
        border-right-width: 1px !important
    }

    .lg\:border-x-1,
    .lg\:border-x-2 {
        border-left-style: solid;
        border-right-style: solid
    }

    .lg\:border-x-2 {
        border-left-width: 2px !important;
        border-right-width: 2px !important
    }

    .lg\:border-x-3 {
        border-left-width: 3px !important;
        border-left-style: solid;
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .lg\:border-y-none {
        border-top-width: 0 !important;
        border-top-style: none;
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .lg\:border-y-1 {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important
    }

    .lg\:border-y-1,
    .lg\:border-y-2 {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .lg\:border-y-2 {
        border-top-width: 2px !important;
        border-bottom-width: 2px !important
    }

    .lg\:border-y-3 {
        border-top-width: 3px !important;
        border-top-style: solid;
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }
}

@media screen and (min-width:1200px) {
    .xl\:border-none {
        border-width: 0 !important;
        border-style: none
    }

    .xl\:border-1 {
        border-width: 1px !important;
        border-style: solid
    }

    .xl\:border-2 {
        border-width: 2px !important;
        border-style: solid
    }

    .xl\:border-3 {
        border-width: 3px !important;
        border-style: solid
    }

    .xl\:border-top-none {
        border-top-width: 0 !important;
        border-top-style: none
    }

    .xl\:border-top-1 {
        border-top-width: 1px !important;
        border-top-style: solid
    }

    .xl\:border-top-2 {
        border-top-width: 2px !important;
        border-top-style: solid
    }

    .xl\:border-top-3 {
        border-top-width: 3px !important;
        border-top-style: solid
    }

    .xl\:border-right-none {
        border-right-width: 0 !important;
        border-right-style: none
    }

    .xl\:border-right-1 {
        border-right-width: 1px !important;
        border-right-style: solid
    }

    .xl\:border-right-2 {
        border-right-width: 2px !important;
        border-right-style: solid
    }

    .xl\:border-right-3 {
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .xl\:border-left-none {
        border-left-width: 0 !important;
        border-left-style: none
    }

    .xl\:border-left-1 {
        border-left-width: 1px !important;
        border-left-style: solid
    }

    .xl\:border-left-2 {
        border-left-width: 2px !important;
        border-left-style: solid
    }

    .xl\:border-left-3 {
        border-left-width: 3px !important;
        border-left-style: solid
    }

    .xl\:border-bottom-none {
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .xl\:border-bottom-1 {
        border-bottom-width: 1px !important;
        border-bottom-style: solid
    }

    .xl\:border-bottom-2 {
        border-bottom-width: 2px !important;
        border-bottom-style: solid
    }

    .xl\:border-bottom-3 {
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }

    .xl\:border-x-none {
        border-left-width: 0 !important;
        border-left-style: none;
        border-right-width: 0 !important;
        border-right-style: none
    }

    .xl\:border-x-1 {
        border-left-width: 1px !important;
        border-right-width: 1px !important
    }

    .xl\:border-x-1,
    .xl\:border-x-2 {
        border-left-style: solid;
        border-right-style: solid
    }

    .xl\:border-x-2 {
        border-left-width: 2px !important;
        border-right-width: 2px !important
    }

    .xl\:border-x-3 {
        border-left-width: 3px !important;
        border-left-style: solid;
        border-right-width: 3px !important;
        border-right-style: solid
    }

    .xl\:border-y-none {
        border-top-width: 0 !important;
        border-top-style: none;
        border-bottom-width: 0 !important;
        border-bottom-style: none
    }

    .xl\:border-y-1 {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important
    }

    .xl\:border-y-1,
    .xl\:border-y-2 {
        border-top-style: solid;
        border-bottom-style: solid
    }

    .xl\:border-y-2 {
        border-top-width: 2px !important;
        border-bottom-width: 2px !important
    }

    .xl\:border-y-3 {
        border-top-width: 3px !important;
        border-top-style: solid;
        border-bottom-width: 3px !important;
        border-bottom-style: solid
    }
}

.border-solid {
    border-style: solid !important
}

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

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

.border-double {
    border-style: double !important
}

@media screen and (min-width:576px) {
    .sm\:border-solid {
        border-style: solid !important
    }

    .sm\:border-dashed {
        border-style: dashed !important
    }

    .sm\:border-dotted {
        border-style: dotted !important
    }

    .sm\:border-double {
        border-style: double !important
    }
}

@media screen and (min-width:768px) {
    .md\:border-solid {
        border-style: solid !important
    }

    .md\:border-dashed {
        border-style: dashed !important
    }

    .md\:border-dotted {
        border-style: dotted !important
    }

    .md\:border-double {
        border-style: double !important
    }
}

@media screen and (min-width:992px) {
    .lg\:border-solid {
        border-style: solid !important
    }

    .lg\:border-dashed {
        border-style: dashed !important
    }

    .lg\:border-dotted {
        border-style: dotted !important
    }

    .lg\:border-double {
        border-style: double !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:border-solid {
        border-style: solid !important
    }

    .xl\:border-dashed {
        border-style: dashed !important
    }

    .xl\:border-dotted {
        border-style: dotted !important
    }

    .xl\:border-double {
        border-style: double !important
    }
}

.border-noround {
    border-radius: 0 !important
}

.border-round {
    border-radius: var(--border-radius) !important
}

.border-round-xs {
    border-radius: .125rem !important
}

.border-round-sm {
    border-radius: .25rem !important
}

.border-round-md {
    border-radius: .375rem !important
}

.border-round-lg {
    border-radius: .5rem !important
}

.border-round-xl {
    border-radius: .75rem !important
}

.border-round-2xl {
    border-radius: 1rem !important
}

.border-round-3xl {
    border-radius: 1.5rem !important
}

.border-circle {
    border-radius: 50% !important
}

@media screen and (min-width:576px) {
    .sm\:border-noround {
        border-radius: 0 !important
    }

    .sm\:border-round {
        border-radius: var(--border-radius) !important
    }

    .sm\:border-round-xs {
        border-radius: .125rem !important
    }

    .sm\:border-round-sm {
        border-radius: .25rem !important
    }

    .sm\:border-round-md {
        border-radius: .375rem !important
    }

    .sm\:border-round-lg {
        border-radius: .5rem !important
    }

    .sm\:border-round-xl {
        border-radius: .75rem !important
    }

    .sm\:border-round-2xl {
        border-radius: 1rem !important
    }

    .sm\:border-round-3xl {
        border-radius: 1.5rem !important
    }

    .sm\:border-circle {
        border-radius: 50% !important
    }
}

@media screen and (min-width:768px) {
    .md\:border-noround {
        border-radius: 0 !important
    }

    .md\:border-round {
        border-radius: var(--border-radius) !important
    }

    .md\:border-round-xs {
        border-radius: .125rem !important
    }

    .md\:border-round-sm {
        border-radius: .25rem !important
    }

    .md\:border-round-md {
        border-radius: .375rem !important
    }

    .md\:border-round-lg {
        border-radius: .5rem !important
    }

    .md\:border-round-xl {
        border-radius: .75rem !important
    }

    .md\:border-round-2xl {
        border-radius: 1rem !important
    }

    .md\:border-round-3xl {
        border-radius: 1.5rem !important
    }

    .md\:border-circle {
        border-radius: 50% !important
    }
}

@media screen and (min-width:992px) {
    .lg\:border-noround {
        border-radius: 0 !important
    }

    .lg\:border-round {
        border-radius: var(--border-radius) !important
    }

    .lg\:border-round-xs {
        border-radius: .125rem !important
    }

    .lg\:border-round-sm {
        border-radius: .25rem !important
    }

    .lg\:border-round-md {
        border-radius: .375rem !important
    }

    .lg\:border-round-lg {
        border-radius: .5rem !important
    }

    .lg\:border-round-xl {
        border-radius: .75rem !important
    }

    .lg\:border-round-2xl {
        border-radius: 1rem !important
    }

    .lg\:border-round-3xl {
        border-radius: 1.5rem !important
    }

    .lg\:border-circle {
        border-radius: 50% !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:border-noround {
        border-radius: 0 !important
    }

    .xl\:border-round {
        border-radius: var(--border-radius) !important
    }

    .xl\:border-round-xs {
        border-radius: .125rem !important
    }

    .xl\:border-round-sm {
        border-radius: .25rem !important
    }

    .xl\:border-round-md {
        border-radius: .375rem !important
    }

    .xl\:border-round-lg {
        border-radius: .5rem !important
    }

    .xl\:border-round-xl {
        border-radius: .75rem !important
    }

    .xl\:border-round-2xl {
        border-radius: 1rem !important
    }

    .xl\:border-round-3xl {
        border-radius: 1.5rem !important
    }

    .xl\:border-circle {
        border-radius: 50% !important
    }
}

.border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.border-round-left {
    border-bottom-left-radius: var(--border-radius) !important
}

.border-round-left,
.border-round-top {
    border-top-left-radius: var(--border-radius) !important
}

.border-round-right,
.border-round-top {
    border-top-right-radius: var(--border-radius) !important
}

.border-round-bottom,
.border-round-right {
    border-bottom-right-radius: var(--border-radius) !important
}

.border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important
}

.border-round-left-xs {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important
}

.border-round-top-xs {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important
}

.border-round-right-xs {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important
}

.border-round-bottom-xs {
    border-bottom-left-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important
}

.border-round-left-sm {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.border-round-top-sm {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.border-round-right-sm {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.border-round-bottom-sm {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.border-round-left-md {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
}

.border-round-top-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
}

.border-round-right-md {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
}

.border-round-bottom-md {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
}

.border-round-left-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.border-round-top-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}

.border-round-right-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.border-round-bottom-lg {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.border-round-left-xl {
    border-top-left-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important
}

.border-round-top-xl {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
}

.border-round-right-xl {
    border-top-right-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
}

.border-round-bottom-xl {
    border-bottom-left-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
}

.border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important
}

.border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
}

.border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
}

.border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
}

.border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important
}

.border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
}

.border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
}

.border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
}

.border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

@media screen and (min-width:576px) {
    .sm\:border-noround-left {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .sm\:border-noround-top {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .sm\:border-noround-right {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .sm\:border-noround-bottom {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .sm\:border-round-left {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .sm\:border-round-left,
    .sm\:border-round-top {
        border-top-left-radius: var(--border-radius) !important
    }

    .sm\:border-round-right,
    .sm\:border-round-top {
        border-top-right-radius: var(--border-radius) !important
    }

    .sm\:border-round-bottom,
    .sm\:border-round-right {
        border-bottom-right-radius: var(--border-radius) !important
    }

    .sm\:border-round-bottom {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .sm\:border-round-left-xs {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important
    }

    .sm\:border-round-top-xs {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important
    }

    .sm\:border-round-right-xs {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .sm\:border-round-bottom-xs {
        border-bottom-left-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .sm\:border-round-left-sm {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .sm\:border-round-top-sm {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .sm\:border-round-right-sm {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .sm\:border-round-bottom-sm {
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .sm\:border-round-left-md {
        border-top-left-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .sm\:border-round-top-md {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .sm\:border-round-right-md {
        border-top-right-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .sm\:border-round-bottom-md {
        border-bottom-left-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .sm\:border-round-left-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important
    }

    .sm\:border-round-top-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important
    }

    .sm\:border-round-right-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .sm\:border-round-bottom-lg {
        border-bottom-left-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .sm\:border-round-left-xl {
        border-top-left-radius: .75rem !important;
        border-bottom-left-radius: .75rem !important
    }

    .sm\:border-round-top-xl {
        border-top-left-radius: .75rem !important;
        border-top-right-radius: .75rem !important
    }

    .sm\:border-round-right-xl {
        border-top-right-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .sm\:border-round-bottom-xl {
        border-bottom-left-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .sm\:border-round-left-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important
    }

    .sm\:border-round-top-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important
    }

    .sm\:border-round-right-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .sm\:border-round-bottom-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .sm\:border-round-left-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important
    }

    .sm\:border-round-top-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important
    }

    .sm\:border-round-right-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .sm\:border-round-bottom-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .sm\:border-circle-left {
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .sm\:border-circle-top {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .sm\:border-circle-right {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .sm\:border-circle-bottom {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }
}

@media screen and (min-width:768px) {
    .md\:border-noround-left {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .md\:border-noround-top {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .md\:border-noround-right {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .md\:border-noround-bottom {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .md\:border-round-left {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .md\:border-round-left,
    .md\:border-round-top {
        border-top-left-radius: var(--border-radius) !important
    }

    .md\:border-round-right,
    .md\:border-round-top {
        border-top-right-radius: var(--border-radius) !important
    }

    .md\:border-round-bottom,
    .md\:border-round-right {
        border-bottom-right-radius: var(--border-radius) !important
    }

    .md\:border-round-bottom {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .md\:border-round-left-xs {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important
    }

    .md\:border-round-top-xs {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important
    }

    .md\:border-round-right-xs {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .md\:border-round-bottom-xs {
        border-bottom-left-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .md\:border-round-left-sm {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .md\:border-round-top-sm {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .md\:border-round-right-sm {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .md\:border-round-bottom-sm {
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .md\:border-round-left-md {
        border-top-left-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .md\:border-round-top-md {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .md\:border-round-right-md {
        border-top-right-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .md\:border-round-bottom-md {
        border-bottom-left-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .md\:border-round-left-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important
    }

    .md\:border-round-top-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important
    }

    .md\:border-round-right-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .md\:border-round-bottom-lg {
        border-bottom-left-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .md\:border-round-left-xl {
        border-top-left-radius: .75rem !important;
        border-bottom-left-radius: .75rem !important
    }

    .md\:border-round-top-xl {
        border-top-left-radius: .75rem !important;
        border-top-right-radius: .75rem !important
    }

    .md\:border-round-right-xl {
        border-top-right-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .md\:border-round-bottom-xl {
        border-bottom-left-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .md\:border-round-left-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important
    }

    .md\:border-round-top-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important
    }

    .md\:border-round-right-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .md\:border-round-bottom-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .md\:border-round-left-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important
    }

    .md\:border-round-top-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important
    }

    .md\:border-round-right-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .md\:border-round-bottom-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .md\:border-circle-left {
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .md\:border-circle-top {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .md\:border-circle-right {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .md\:border-circle-bottom {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }
}

@media screen and (min-width:992px) {
    .lg\:border-noround-left {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .lg\:border-noround-top {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .lg\:border-noround-right {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .lg\:border-noround-bottom {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .lg\:border-round-left {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .lg\:border-round-left,
    .lg\:border-round-top {
        border-top-left-radius: var(--border-radius) !important
    }

    .lg\:border-round-right,
    .lg\:border-round-top {
        border-top-right-radius: var(--border-radius) !important
    }

    .lg\:border-round-bottom,
    .lg\:border-round-right {
        border-bottom-right-radius: var(--border-radius) !important
    }

    .lg\:border-round-bottom {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .lg\:border-round-left-xs {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important
    }

    .lg\:border-round-top-xs {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important
    }

    .lg\:border-round-right-xs {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .lg\:border-round-bottom-xs {
        border-bottom-left-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .lg\:border-round-left-sm {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .lg\:border-round-top-sm {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .lg\:border-round-right-sm {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .lg\:border-round-bottom-sm {
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .lg\:border-round-left-md {
        border-top-left-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .lg\:border-round-top-md {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .lg\:border-round-right-md {
        border-top-right-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .lg\:border-round-bottom-md {
        border-bottom-left-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .lg\:border-round-left-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important
    }

    .lg\:border-round-top-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important
    }

    .lg\:border-round-right-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .lg\:border-round-bottom-lg {
        border-bottom-left-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .lg\:border-round-left-xl {
        border-top-left-radius: .75rem !important;
        border-bottom-left-radius: .75rem !important
    }

    .lg\:border-round-top-xl {
        border-top-left-radius: .75rem !important;
        border-top-right-radius: .75rem !important
    }

    .lg\:border-round-right-xl {
        border-top-right-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .lg\:border-round-bottom-xl {
        border-bottom-left-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .lg\:border-round-left-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important
    }

    .lg\:border-round-top-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important
    }

    .lg\:border-round-right-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .lg\:border-round-bottom-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .lg\:border-round-left-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important
    }

    .lg\:border-round-top-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important
    }

    .lg\:border-round-right-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .lg\:border-round-bottom-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .lg\:border-circle-left {
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .lg\:border-circle-top {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .lg\:border-circle-right {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .lg\:border-circle-bottom {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:border-noround-left {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .xl\:border-noround-top {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .xl\:border-noround-right {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .xl\:border-noround-bottom {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .xl\:border-round-left {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .xl\:border-round-left,
    .xl\:border-round-top {
        border-top-left-radius: var(--border-radius) !important
    }

    .xl\:border-round-right,
    .xl\:border-round-top {
        border-top-right-radius: var(--border-radius) !important
    }

    .xl\:border-round-bottom,
    .xl\:border-round-right {
        border-bottom-right-radius: var(--border-radius) !important
    }

    .xl\:border-round-bottom {
        border-bottom-left-radius: var(--border-radius) !important
    }

    .xl\:border-round-left-xs {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important
    }

    .xl\:border-round-top-xs {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important
    }

    .xl\:border-round-right-xs {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .xl\:border-round-bottom-xs {
        border-bottom-left-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important
    }

    .xl\:border-round-left-sm {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .xl\:border-round-top-sm {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .xl\:border-round-right-sm {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .xl\:border-round-bottom-sm {
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .xl\:border-round-left-md {
        border-top-left-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .xl\:border-round-top-md {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .xl\:border-round-right-md {
        border-top-right-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .xl\:border-round-bottom-md {
        border-bottom-left-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .xl\:border-round-left-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important
    }

    .xl\:border-round-top-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important
    }

    .xl\:border-round-right-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .xl\:border-round-bottom-lg {
        border-bottom-left-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important
    }

    .xl\:border-round-left-xl {
        border-top-left-radius: .75rem !important;
        border-bottom-left-radius: .75rem !important
    }

    .xl\:border-round-top-xl {
        border-top-left-radius: .75rem !important;
        border-top-right-radius: .75rem !important
    }

    .xl\:border-round-right-xl {
        border-top-right-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .xl\:border-round-bottom-xl {
        border-bottom-left-radius: .75rem !important;
        border-bottom-right-radius: .75rem !important
    }

    .xl\:border-round-left-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important
    }

    .xl\:border-round-top-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important
    }

    .xl\:border-round-right-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .xl\:border-round-bottom-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important
    }

    .xl\:border-round-left-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important
    }

    .xl\:border-round-top-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important
    }

    .xl\:border-round-right-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .xl\:border-round-bottom-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important
    }

    .xl\:border-circle-left {
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .xl\:border-circle-top {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .xl\:border-circle-right {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .xl\:border-circle-bottom {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }
}

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

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

.w-auto {
    width: auto !important
}

.w-1 {
    width: 8.3333% !important
}

.w-2 {
    width: 16.6667% !important
}

.w-3 {
    width: 25% !important
}

.w-4 {
    width: 33.3333% !important
}

.w-5 {
    width: 41.6667% !important
}

.w-6 {
    width: 50% !important
}

.w-7 {
    width: 58.3333% !important
}

.w-8 {
    width: 66.6667% !important
}

.w-9 {
    width: 75% !important
}

.w-10 {
    width: 83.3333% !important
}

.w-11 {
    width: 91.6667% !important
}

.w-12 {
    width: 100% !important
}

.w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important
}

.w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

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

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

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

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

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

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

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

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

.w-9rem {
    width: 9rem !important
}

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

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

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

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

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

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

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

.w-17rem {
    width: 17rem !important
}

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

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

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

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

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

.w-23rem {
    width: 23rem !important
}

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

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

.w-26rem {
    width: 26rem !important
}

.w-27rem {
    width: 27rem !important
}

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

.w-29rem {
    width: 29rem !important
}

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

@media screen and (min-width:576px) {
    .sm\:w-full {
        width: 100% !important
    }

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

    .sm\:w-auto {
        width: auto !important
    }

    .sm\:w-1 {
        width: 8.3333% !important
    }

    .sm\:w-2 {
        width: 16.6667% !important
    }

    .sm\:w-3 {
        width: 25% !important
    }

    .sm\:w-4 {
        width: 33.3333% !important
    }

    .sm\:w-5 {
        width: 41.6667% !important
    }

    .sm\:w-6 {
        width: 50% !important
    }

    .sm\:w-7 {
        width: 58.3333% !important
    }

    .sm\:w-8 {
        width: 66.6667% !important
    }

    .sm\:w-9 {
        width: 75% !important
    }

    .sm\:w-10 {
        width: 83.3333% !important
    }

    .sm\:w-11 {
        width: 91.6667% !important
    }

    .sm\:w-12 {
        width: 100% !important
    }

    .sm\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important
    }

    .sm\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important
    }

    .sm\:w-fit {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .sm\:w-1rem {
        width: 1rem !important
    }

    .sm\:w-2rem {
        width: 2rem !important
    }

    .sm\:w-3rem {
        width: 3rem !important
    }

    .sm\:w-4rem {
        width: 4rem !important
    }

    .sm\:w-5rem {
        width: 5rem !important
    }

    .sm\:w-6rem {
        width: 6rem !important
    }

    .sm\:w-7rem {
        width: 7rem !important
    }

    .sm\:w-8rem {
        width: 8rem !important
    }

    .sm\:w-9rem {
        width: 9rem !important
    }

    .sm\:w-10rem {
        width: 10rem !important
    }

    .sm\:w-11rem {
        width: 11rem !important
    }

    .sm\:w-12rem {
        width: 12rem !important
    }

    .sm\:w-13rem {
        width: 13rem !important
    }

    .sm\:w-14rem {
        width: 14rem !important
    }

    .sm\:w-15rem {
        width: 15rem !important
    }

    .sm\:w-16rem {
        width: 16rem !important
    }

    .sm\:w-17rem {
        width: 17rem !important
    }

    .sm\:w-18rem {
        width: 18rem !important
    }

    .sm\:w-19rem {
        width: 19rem !important
    }

    .sm\:w-20rem {
        width: 20rem !important
    }

    .sm\:w-21rem {
        width: 21rem !important
    }

    .sm\:w-22rem {
        width: 22rem !important
    }

    .sm\:w-23rem {
        width: 23rem !important
    }

    .sm\:w-24rem {
        width: 24rem !important
    }

    .sm\:w-25rem {
        width: 25rem !important
    }

    .sm\:w-26rem {
        width: 26rem !important
    }

    .sm\:w-27rem {
        width: 27rem !important
    }

    .sm\:w-28rem {
        width: 28rem !important
    }

    .sm\:w-29rem {
        width: 29rem !important
    }

    .sm\:w-30rem {
        width: 30rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:w-full {
        width: 100% !important
    }

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

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

    .md\:w-1 {
        width: 8.3333% !important
    }

    .md\:w-2 {
        width: 16.6667% !important
    }

    .md\:w-3 {
        width: 25% !important
    }

    .md\:w-4 {
        width: 33.3333% !important
    }

    .md\:w-5 {
        width: 41.6667% !important
    }

    .md\:w-6 {
        width: 50% !important
    }

    .md\:w-7 {
        width: 58.3333% !important
    }

    .md\:w-8 {
        width: 66.6667% !important
    }

    .md\:w-9 {
        width: 75% !important
    }

    .md\:w-10 {
        width: 83.3333% !important
    }

    .md\:w-11 {
        width: 91.6667% !important
    }

    .md\:w-12 {
        width: 100% !important
    }

    .md\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important
    }

    .md\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important
    }

    .md\:w-fit {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .md\:w-1rem {
        width: 1rem !important
    }

    .md\:w-2rem {
        width: 2rem !important
    }

    .md\:w-3rem {
        width: 3rem !important
    }

    .md\:w-4rem {
        width: 4rem !important
    }

    .md\:w-5rem {
        width: 5rem !important
    }

    .md\:w-6rem {
        width: 6rem !important
    }

    .md\:w-7rem {
        width: 7rem !important
    }

    .md\:w-8rem {
        width: 8rem !important
    }

    .md\:w-9rem {
        width: 9rem !important
    }

    .md\:w-10rem {
        width: 10rem !important
    }

    .md\:w-11rem {
        width: 11rem !important
    }

    .md\:w-12rem {
        width: 12rem !important
    }

    .md\:w-13rem {
        width: 13rem !important
    }

    .md\:w-14rem {
        width: 14rem !important
    }

    .md\:w-15rem {
        width: 15rem !important
    }

    .md\:w-16rem {
        width: 16rem !important
    }

    .md\:w-17rem {
        width: 17rem !important
    }

    .md\:w-18rem {
        width: 18rem !important
    }

    .md\:w-19rem {
        width: 19rem !important
    }

    .md\:w-20rem {
        width: 20rem !important
    }

    .md\:w-21rem {
        width: 21rem !important
    }

    .md\:w-22rem {
        width: 22rem !important
    }

    .md\:w-23rem {
        width: 23rem !important
    }

    .md\:w-24rem {
        width: 24rem !important
    }

    .md\:w-25rem {
        width: 25rem !important
    }

    .md\:w-26rem {
        width: 26rem !important
    }

    .md\:w-27rem {
        width: 27rem !important
    }

    .md\:w-28rem {
        width: 28rem !important
    }

    .md\:w-29rem {
        width: 29rem !important
    }

    .md\:w-30rem {
        width: 30rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:w-full {
        width: 100% !important
    }

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

    .lg\:w-auto {
        width: auto !important
    }

    .lg\:w-1 {
        width: 8.3333% !important
    }

    .lg\:w-2 {
        width: 16.6667% !important
    }

    .lg\:w-3 {
        width: 25% !important
    }

    .lg\:w-4 {
        width: 33.3333% !important
    }

    .lg\:w-5 {
        width: 41.6667% !important
    }

    .lg\:w-6 {
        width: 50% !important
    }

    .lg\:w-7 {
        width: 58.3333% !important
    }

    .lg\:w-8 {
        width: 66.6667% !important
    }

    .lg\:w-9 {
        width: 75% !important
    }

    .lg\:w-10 {
        width: 83.3333% !important
    }

    .lg\:w-11 {
        width: 91.6667% !important
    }

    .lg\:w-12 {
        width: 100% !important
    }

    .lg\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important
    }

    .lg\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important
    }

    .lg\:w-fit {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .lg\:w-1rem {
        width: 1rem !important
    }

    .lg\:w-2rem {
        width: 2rem !important
    }

    .lg\:w-3rem {
        width: 3rem !important
    }

    .lg\:w-4rem {
        width: 4rem !important
    }

    .lg\:w-5rem {
        width: 5rem !important
    }

    .lg\:w-6rem {
        width: 6rem !important
    }

    .lg\:w-7rem {
        width: 7rem !important
    }

    .lg\:w-8rem {
        width: 8rem !important
    }

    .lg\:w-9rem {
        width: 9rem !important
    }

    .lg\:w-10rem {
        width: 10rem !important
    }

    .lg\:w-11rem {
        width: 11rem !important
    }

    .lg\:w-12rem {
        width: 12rem !important
    }

    .lg\:w-13rem {
        width: 13rem !important
    }

    .lg\:w-14rem {
        width: 14rem !important
    }

    .lg\:w-15rem {
        width: 15rem !important
    }

    .lg\:w-16rem {
        width: 16rem !important
    }

    .lg\:w-17rem {
        width: 17rem !important
    }

    .lg\:w-18rem {
        width: 18rem !important
    }

    .lg\:w-19rem {
        width: 19rem !important
    }

    .lg\:w-20rem {
        width: 20rem !important
    }

    .lg\:w-21rem {
        width: 21rem !important
    }

    .lg\:w-22rem {
        width: 22rem !important
    }

    .lg\:w-23rem {
        width: 23rem !important
    }

    .lg\:w-24rem {
        width: 24rem !important
    }

    .lg\:w-25rem {
        width: 25rem !important
    }

    .lg\:w-26rem {
        width: 26rem !important
    }

    .lg\:w-27rem {
        width: 27rem !important
    }

    .lg\:w-28rem {
        width: 28rem !important
    }

    .lg\:w-29rem {
        width: 29rem !important
    }

    .lg\:w-30rem {
        width: 30rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:w-full {
        width: 100% !important
    }

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

    .xl\:w-auto {
        width: auto !important
    }

    .xl\:w-1 {
        width: 8.3333% !important
    }

    .xl\:w-2 {
        width: 16.6667% !important
    }

    .xl\:w-3 {
        width: 25% !important
    }

    .xl\:w-4 {
        width: 33.3333% !important
    }

    .xl\:w-5 {
        width: 41.6667% !important
    }

    .xl\:w-6 {
        width: 50% !important
    }

    .xl\:w-7 {
        width: 58.3333% !important
    }

    .xl\:w-8 {
        width: 66.6667% !important
    }

    .xl\:w-9 {
        width: 75% !important
    }

    .xl\:w-10 {
        width: 83.3333% !important
    }

    .xl\:w-11 {
        width: 91.6667% !important
    }

    .xl\:w-12 {
        width: 100% !important
    }

    .xl\:w-min {
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important
    }

    .xl\:w-max {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important
    }

    .xl\:w-fit {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .xl\:w-1rem {
        width: 1rem !important
    }

    .xl\:w-2rem {
        width: 2rem !important
    }

    .xl\:w-3rem {
        width: 3rem !important
    }

    .xl\:w-4rem {
        width: 4rem !important
    }

    .xl\:w-5rem {
        width: 5rem !important
    }

    .xl\:w-6rem {
        width: 6rem !important
    }

    .xl\:w-7rem {
        width: 7rem !important
    }

    .xl\:w-8rem {
        width: 8rem !important
    }

    .xl\:w-9rem {
        width: 9rem !important
    }

    .xl\:w-10rem {
        width: 10rem !important
    }

    .xl\:w-11rem {
        width: 11rem !important
    }

    .xl\:w-12rem {
        width: 12rem !important
    }

    .xl\:w-13rem {
        width: 13rem !important
    }

    .xl\:w-14rem {
        width: 14rem !important
    }

    .xl\:w-15rem {
        width: 15rem !important
    }

    .xl\:w-16rem {
        width: 16rem !important
    }

    .xl\:w-17rem {
        width: 17rem !important
    }

    .xl\:w-18rem {
        width: 18rem !important
    }

    .xl\:w-19rem {
        width: 19rem !important
    }

    .xl\:w-20rem {
        width: 20rem !important
    }

    .xl\:w-21rem {
        width: 21rem !important
    }

    .xl\:w-22rem {
        width: 22rem !important
    }

    .xl\:w-23rem {
        width: 23rem !important
    }

    .xl\:w-24rem {
        width: 24rem !important
    }

    .xl\:w-25rem {
        width: 25rem !important
    }

    .xl\:w-26rem {
        width: 26rem !important
    }

    .xl\:w-27rem {
        width: 27rem !important
    }

    .xl\:w-28rem {
        width: 28rem !important
    }

    .xl\:w-29rem {
        width: 29rem !important
    }

    .xl\:w-30rem {
        width: 30rem !important
    }
}

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

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

.h-auto {
    height: auto !important
}

.h-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important
}

.h-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important
}

.h-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important
}

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

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

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

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

.h-5rem {
    height: 5rem !important
}

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

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

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

.h-9rem {
    height: 9rem !important
}

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

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

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

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

.h-14rem {
    height: 14rem !important
}

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

.h-16rem {
    height: 16rem !important
}

.h-17rem {
    height: 17rem !important
}

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

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

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

.h-21rem {
    height: 21rem !important
}

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

.h-23rem {
    height: 23rem !important
}

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

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

.h-26rem {
    height: 26rem !important
}

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

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

.h-29rem {
    height: 29rem !important
}

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

@media screen and (min-width:576px) {
    .sm\:h-full {
        height: 100% !important
    }

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

    .sm\:h-auto {
        height: auto !important
    }

    .sm\:h-min {
        height: -webkit-min-content !important;
        height: -moz-min-content !important;
        height: min-content !important
    }

    .sm\:h-max {
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important
    }

    .sm\:h-fit {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }

    .sm\:h-1rem {
        height: 1rem !important
    }

    .sm\:h-2rem {
        height: 2rem !important
    }

    .sm\:h-3rem {
        height: 3rem !important
    }

    .sm\:h-4rem {
        height: 4rem !important
    }

    .sm\:h-5rem {
        height: 5rem !important
    }

    .sm\:h-6rem {
        height: 6rem !important
    }

    .sm\:h-7rem {
        height: 7rem !important
    }

    .sm\:h-8rem {
        height: 8rem !important
    }

    .sm\:h-9rem {
        height: 9rem !important
    }

    .sm\:h-10rem {
        height: 10rem !important
    }

    .sm\:h-11rem {
        height: 11rem !important
    }

    .sm\:h-12rem {
        height: 12rem !important
    }

    .sm\:h-13rem {
        height: 13rem !important
    }

    .sm\:h-14rem {
        height: 14rem !important
    }

    .sm\:h-15rem {
        height: 15rem !important
    }

    .sm\:h-16rem {
        height: 16rem !important
    }

    .sm\:h-17rem {
        height: 17rem !important
    }

    .sm\:h-18rem {
        height: 18rem !important
    }

    .sm\:h-19rem {
        height: 19rem !important
    }

    .sm\:h-20rem {
        height: 20rem !important
    }

    .sm\:h-21rem {
        height: 21rem !important
    }

    .sm\:h-22rem {
        height: 22rem !important
    }

    .sm\:h-23rem {
        height: 23rem !important
    }

    .sm\:h-24rem {
        height: 24rem !important
    }

    .sm\:h-25rem {
        height: 25rem !important
    }

    .sm\:h-26rem {
        height: 26rem !important
    }

    .sm\:h-27rem {
        height: 27rem !important
    }

    .sm\:h-28rem {
        height: 28rem !important
    }

    .sm\:h-29rem {
        height: 29rem !important
    }

    .sm\:h-30rem {
        height: 30rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:h-full {
        height: 100% !important
    }

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

    .md\:h-auto {
        height: auto !important
    }

    .md\:h-min {
        height: -webkit-min-content !important;
        height: -moz-min-content !important;
        height: min-content !important
    }

    .md\:h-max {
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important
    }

    .md\:h-fit {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }

    .md\:h-1rem {
        height: 1rem !important
    }

    .md\:h-2rem {
        height: 2rem !important
    }

    .md\:h-3rem {
        height: 3rem !important
    }

    .md\:h-4rem {
        height: 4rem !important
    }

    .md\:h-5rem {
        height: 5rem !important
    }

    .md\:h-6rem {
        height: 6rem !important
    }

    .md\:h-7rem {
        height: 7rem !important
    }

    .md\:h-8rem {
        height: 8rem !important
    }

    .md\:h-9rem {
        height: 9rem !important
    }

    .md\:h-10rem {
        height: 10rem !important
    }

    .md\:h-11rem {
        height: 11rem !important
    }

    .md\:h-12rem {
        height: 12rem !important
    }

    .md\:h-13rem {
        height: 13rem !important
    }

    .md\:h-14rem {
        height: 14rem !important
    }

    .md\:h-15rem {
        height: 15rem !important
    }

    .md\:h-16rem {
        height: 16rem !important
    }

    .md\:h-17rem {
        height: 17rem !important
    }

    .md\:h-18rem {
        height: 18rem !important
    }

    .md\:h-19rem {
        height: 19rem !important
    }

    .md\:h-20rem {
        height: 20rem !important
    }

    .md\:h-21rem {
        height: 21rem !important
    }

    .md\:h-22rem {
        height: 22rem !important
    }

    .md\:h-23rem {
        height: 23rem !important
    }

    .md\:h-24rem {
        height: 24rem !important
    }

    .md\:h-25rem {
        height: 25rem !important
    }

    .md\:h-26rem {
        height: 26rem !important
    }

    .md\:h-27rem {
        height: 27rem !important
    }

    .md\:h-28rem {
        height: 28rem !important
    }

    .md\:h-29rem {
        height: 29rem !important
    }

    .md\:h-30rem {
        height: 30rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:h-full {
        height: 100% !important
    }

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

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

    .lg\:h-min {
        height: -webkit-min-content !important;
        height: -moz-min-content !important;
        height: min-content !important
    }

    .lg\:h-max {
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important
    }

    .lg\:h-fit {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }

    .lg\:h-1rem {
        height: 1rem !important
    }

    .lg\:h-2rem {
        height: 2rem !important
    }

    .lg\:h-3rem {
        height: 3rem !important
    }

    .lg\:h-4rem {
        height: 4rem !important
    }

    .lg\:h-5rem {
        height: 5rem !important
    }

    .lg\:h-6rem {
        height: 6rem !important
    }

    .lg\:h-7rem {
        height: 7rem !important
    }

    .lg\:h-8rem {
        height: 8rem !important
    }

    .lg\:h-9rem {
        height: 9rem !important
    }

    .lg\:h-10rem {
        height: 10rem !important
    }

    .lg\:h-11rem {
        height: 11rem !important
    }

    .lg\:h-12rem {
        height: 12rem !important
    }

    .lg\:h-13rem {
        height: 13rem !important
    }

    .lg\:h-14rem {
        height: 14rem !important
    }

    .lg\:h-15rem {
        height: 15rem !important
    }

    .lg\:h-16rem {
        height: 16rem !important
    }

    .lg\:h-17rem {
        height: 17rem !important
    }

    .lg\:h-18rem {
        height: 18rem !important
    }

    .lg\:h-19rem {
        height: 19rem !important
    }

    .lg\:h-20rem {
        height: 20rem !important
    }

    .lg\:h-21rem {
        height: 21rem !important
    }

    .lg\:h-22rem {
        height: 22rem !important
    }

    .lg\:h-23rem {
        height: 23rem !important
    }

    .lg\:h-24rem {
        height: 24rem !important
    }

    .lg\:h-25rem {
        height: 25rem !important
    }

    .lg\:h-26rem {
        height: 26rem !important
    }

    .lg\:h-27rem {
        height: 27rem !important
    }

    .lg\:h-28rem {
        height: 28rem !important
    }

    .lg\:h-29rem {
        height: 29rem !important
    }

    .lg\:h-30rem {
        height: 30rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:h-full {
        height: 100% !important
    }

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

    .xl\:h-auto {
        height: auto !important
    }

    .xl\:h-min {
        height: -webkit-min-content !important;
        height: -moz-min-content !important;
        height: min-content !important
    }

    .xl\:h-max {
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important
    }

    .xl\:h-fit {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }

    .xl\:h-1rem {
        height: 1rem !important
    }

    .xl\:h-2rem {
        height: 2rem !important
    }

    .xl\:h-3rem {
        height: 3rem !important
    }

    .xl\:h-4rem {
        height: 4rem !important
    }

    .xl\:h-5rem {
        height: 5rem !important
    }

    .xl\:h-6rem {
        height: 6rem !important
    }

    .xl\:h-7rem {
        height: 7rem !important
    }

    .xl\:h-8rem {
        height: 8rem !important
    }

    .xl\:h-9rem {
        height: 9rem !important
    }

    .xl\:h-10rem {
        height: 10rem !important
    }

    .xl\:h-11rem {
        height: 11rem !important
    }

    .xl\:h-12rem {
        height: 12rem !important
    }

    .xl\:h-13rem {
        height: 13rem !important
    }

    .xl\:h-14rem {
        height: 14rem !important
    }

    .xl\:h-15rem {
        height: 15rem !important
    }

    .xl\:h-16rem {
        height: 16rem !important
    }

    .xl\:h-17rem {
        height: 17rem !important
    }

    .xl\:h-18rem {
        height: 18rem !important
    }

    .xl\:h-19rem {
        height: 19rem !important
    }

    .xl\:h-20rem {
        height: 20rem !important
    }

    .xl\:h-21rem {
        height: 21rem !important
    }

    .xl\:h-22rem {
        height: 22rem !important
    }

    .xl\:h-23rem {
        height: 23rem !important
    }

    .xl\:h-24rem {
        height: 24rem !important
    }

    .xl\:h-25rem {
        height: 25rem !important
    }

    .xl\:h-26rem {
        height: 26rem !important
    }

    .xl\:h-27rem {
        height: 27rem !important
    }

    .xl\:h-28rem {
        height: 28rem !important
    }

    .xl\:h-29rem {
        height: 29rem !important
    }

    .xl\:h-30rem {
        height: 30rem !important
    }
}

.min-w-0 {
    min-width: 0 !important
}

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

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

.min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important
}

.min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important
}

@media screen and (min-width:576px) {
    .sm\:min-w-0 {
        min-width: 0 !important
    }

    .sm\:min-w-full {
        min-width: 100% !important
    }

    .sm\:min-w-screen {
        min-width: 100vw !important
    }

    .sm\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important
    }

    .sm\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important
    }
}

@media screen and (min-width:768px) {
    .md\:min-w-0 {
        min-width: 0 !important
    }

    .md\:min-w-full {
        min-width: 100% !important
    }

    .md\:min-w-screen {
        min-width: 100vw !important
    }

    .md\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important
    }

    .md\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important
    }
}

@media screen and (min-width:992px) {
    .lg\:min-w-0 {
        min-width: 0 !important
    }

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

    .lg\:min-w-screen {
        min-width: 100vw !important
    }

    .lg\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important
    }

    .lg\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:min-w-0 {
        min-width: 0 !important
    }

    .xl\:min-w-full {
        min-width: 100% !important
    }

    .xl\:min-w-screen {
        min-width: 100vw !important
    }

    .xl\:min-w-min {
        min-width: -webkit-min-content !important;
        min-width: -moz-min-content !important;
        min-width: min-content !important
    }

    .xl\:min-w-max {
        min-width: -webkit-max-content !important;
        min-width: -moz-max-content !important;
        min-width: max-content !important
    }
}

.max-w-0 {
    max-width: 0 !important
}

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

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

.max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important
}

.max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important
}

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

.max-w-1rem {
    max-width: 1rem !important
}

.max-w-2rem {
    max-width: 2rem !important
}

.max-w-3rem {
    max-width: 3rem !important
}

.max-w-4rem {
    max-width: 4rem !important
}

.max-w-5rem {
    max-width: 5rem !important
}

.max-w-6rem {
    max-width: 6rem !important
}

.max-w-7rem {
    max-width: 7rem !important
}

.max-w-8rem {
    max-width: 8rem !important
}

.max-w-9rem {
    max-width: 9rem !important
}

.max-w-10rem {
    max-width: 10rem !important
}

.max-w-11rem {
    max-width: 11rem !important
}

.max-w-12rem {
    max-width: 12rem !important
}

.max-w-13rem {
    max-width: 13rem !important
}

.max-w-14rem {
    max-width: 14rem !important
}

.max-w-15rem {
    max-width: 15rem !important
}

.max-w-16rem {
    max-width: 16rem !important
}

.max-w-17rem {
    max-width: 17rem !important
}

.max-w-18rem {
    max-width: 18rem !important
}

.max-w-19rem {
    max-width: 19rem !important
}

.max-w-20rem {
    max-width: 20rem !important
}

.max-w-21rem {
    max-width: 21rem !important
}

.max-w-22rem {
    max-width: 22rem !important
}

.max-w-23rem {
    max-width: 23rem !important
}

.max-w-24rem {
    max-width: 24rem !important
}

.max-w-25rem {
    max-width: 25rem !important
}

.max-w-26rem {
    max-width: 26rem !important
}

.max-w-27rem {
    max-width: 27rem !important
}

.max-w-28rem {
    max-width: 28rem !important
}

.max-w-29rem {
    max-width: 29rem !important
}

.max-w-30rem {
    max-width: 30rem !important
}

@media screen and (min-width:576px) {
    .sm\:max-w-0 {
        max-width: 0 !important
    }

    .sm\:max-w-full {
        max-width: 100% !important
    }

    .sm\:max-w-screen {
        max-width: 100vw !important
    }

    .sm\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important
    }

    .sm\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important
    }

    .sm\:max-w-fit {
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .sm\:max-w-1rem {
        max-width: 1rem !important
    }

    .sm\:max-w-2rem {
        max-width: 2rem !important
    }

    .sm\:max-w-3rem {
        max-width: 3rem !important
    }

    .sm\:max-w-4rem {
        max-width: 4rem !important
    }

    .sm\:max-w-5rem {
        max-width: 5rem !important
    }

    .sm\:max-w-6rem {
        max-width: 6rem !important
    }

    .sm\:max-w-7rem {
        max-width: 7rem !important
    }

    .sm\:max-w-8rem {
        max-width: 8rem !important
    }

    .sm\:max-w-9rem {
        max-width: 9rem !important
    }

    .sm\:max-w-10rem {
        max-width: 10rem !important
    }

    .sm\:max-w-11rem {
        max-width: 11rem !important
    }

    .sm\:max-w-12rem {
        max-width: 12rem !important
    }

    .sm\:max-w-13rem {
        max-width: 13rem !important
    }

    .sm\:max-w-14rem {
        max-width: 14rem !important
    }

    .sm\:max-w-15rem {
        max-width: 15rem !important
    }

    .sm\:max-w-16rem {
        max-width: 16rem !important
    }

    .sm\:max-w-17rem {
        max-width: 17rem !important
    }

    .sm\:max-w-18rem {
        max-width: 18rem !important
    }

    .sm\:max-w-19rem {
        max-width: 19rem !important
    }

    .sm\:max-w-20rem {
        max-width: 20rem !important
    }

    .sm\:max-w-21rem {
        max-width: 21rem !important
    }

    .sm\:max-w-22rem {
        max-width: 22rem !important
    }

    .sm\:max-w-23rem {
        max-width: 23rem !important
    }

    .sm\:max-w-24rem {
        max-width: 24rem !important
    }

    .sm\:max-w-25rem {
        max-width: 25rem !important
    }

    .sm\:max-w-26rem {
        max-width: 26rem !important
    }

    .sm\:max-w-27rem {
        max-width: 27rem !important
    }

    .sm\:max-w-28rem {
        max-width: 28rem !important
    }

    .sm\:max-w-29rem {
        max-width: 29rem !important
    }

    .sm\:max-w-30rem {
        max-width: 30rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:max-w-0 {
        max-width: 0 !important
    }

    .md\:max-w-full {
        max-width: 100% !important
    }

    .md\:max-w-screen {
        max-width: 100vw !important
    }

    .md\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important
    }

    .md\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important
    }

    .md\:max-w-fit {
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .md\:max-w-1rem {
        max-width: 1rem !important
    }

    .md\:max-w-2rem {
        max-width: 2rem !important
    }

    .md\:max-w-3rem {
        max-width: 3rem !important
    }

    .md\:max-w-4rem {
        max-width: 4rem !important
    }

    .md\:max-w-5rem {
        max-width: 5rem !important
    }

    .md\:max-w-6rem {
        max-width: 6rem !important
    }

    .md\:max-w-7rem {
        max-width: 7rem !important
    }

    .md\:max-w-8rem {
        max-width: 8rem !important
    }

    .md\:max-w-9rem {
        max-width: 9rem !important
    }

    .md\:max-w-10rem {
        max-width: 10rem !important
    }

    .md\:max-w-11rem {
        max-width: 11rem !important
    }

    .md\:max-w-12rem {
        max-width: 12rem !important
    }

    .md\:max-w-13rem {
        max-width: 13rem !important
    }

    .md\:max-w-14rem {
        max-width: 14rem !important
    }

    .md\:max-w-15rem {
        max-width: 15rem !important
    }

    .md\:max-w-16rem {
        max-width: 16rem !important
    }

    .md\:max-w-17rem {
        max-width: 17rem !important
    }

    .md\:max-w-18rem {
        max-width: 18rem !important
    }

    .md\:max-w-19rem {
        max-width: 19rem !important
    }

    .md\:max-w-20rem {
        max-width: 20rem !important
    }

    .md\:max-w-21rem {
        max-width: 21rem !important
    }

    .md\:max-w-22rem {
        max-width: 22rem !important
    }

    .md\:max-w-23rem {
        max-width: 23rem !important
    }

    .md\:max-w-24rem {
        max-width: 24rem !important
    }

    .md\:max-w-25rem {
        max-width: 25rem !important
    }

    .md\:max-w-26rem {
        max-width: 26rem !important
    }

    .md\:max-w-27rem {
        max-width: 27rem !important
    }

    .md\:max-w-28rem {
        max-width: 28rem !important
    }

    .md\:max-w-29rem {
        max-width: 29rem !important
    }

    .md\:max-w-30rem {
        max-width: 30rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:max-w-0 {
        max-width: 0 !important
    }

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

    .lg\:max-w-screen {
        max-width: 100vw !important
    }

    .lg\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important
    }

    .lg\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important
    }

    .lg\:max-w-fit {
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .lg\:max-w-1rem {
        max-width: 1rem !important
    }

    .lg\:max-w-2rem {
        max-width: 2rem !important
    }

    .lg\:max-w-3rem {
        max-width: 3rem !important
    }

    .lg\:max-w-4rem {
        max-width: 4rem !important
    }

    .lg\:max-w-5rem {
        max-width: 5rem !important
    }

    .lg\:max-w-6rem {
        max-width: 6rem !important
    }

    .lg\:max-w-7rem {
        max-width: 7rem !important
    }

    .lg\:max-w-8rem {
        max-width: 8rem !important
    }

    .lg\:max-w-9rem {
        max-width: 9rem !important
    }

    .lg\:max-w-10rem {
        max-width: 10rem !important
    }

    .lg\:max-w-11rem {
        max-width: 11rem !important
    }

    .lg\:max-w-12rem {
        max-width: 12rem !important
    }

    .lg\:max-w-13rem {
        max-width: 13rem !important
    }

    .lg\:max-w-14rem {
        max-width: 14rem !important
    }

    .lg\:max-w-15rem {
        max-width: 15rem !important
    }

    .lg\:max-w-16rem {
        max-width: 16rem !important
    }

    .lg\:max-w-17rem {
        max-width: 17rem !important
    }

    .lg\:max-w-18rem {
        max-width: 18rem !important
    }

    .lg\:max-w-19rem {
        max-width: 19rem !important
    }

    .lg\:max-w-20rem {
        max-width: 20rem !important
    }

    .lg\:max-w-21rem {
        max-width: 21rem !important
    }

    .lg\:max-w-22rem {
        max-width: 22rem !important
    }

    .lg\:max-w-23rem {
        max-width: 23rem !important
    }

    .lg\:max-w-24rem {
        max-width: 24rem !important
    }

    .lg\:max-w-25rem {
        max-width: 25rem !important
    }

    .lg\:max-w-26rem {
        max-width: 26rem !important
    }

    .lg\:max-w-27rem {
        max-width: 27rem !important
    }

    .lg\:max-w-28rem {
        max-width: 28rem !important
    }

    .lg\:max-w-29rem {
        max-width: 29rem !important
    }

    .lg\:max-w-30rem {
        max-width: 30rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:max-w-0 {
        max-width: 0 !important
    }

    .xl\:max-w-full {
        max-width: 100% !important
    }

    .xl\:max-w-screen {
        max-width: 100vw !important
    }

    .xl\:max-w-min {
        max-width: -webkit-min-content !important;
        max-width: -moz-min-content !important;
        max-width: min-content !important
    }

    .xl\:max-w-max {
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important
    }

    .xl\:max-w-fit {
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .xl\:max-w-1rem {
        max-width: 1rem !important
    }

    .xl\:max-w-2rem {
        max-width: 2rem !important
    }

    .xl\:max-w-3rem {
        max-width: 3rem !important
    }

    .xl\:max-w-4rem {
        max-width: 4rem !important
    }

    .xl\:max-w-5rem {
        max-width: 5rem !important
    }

    .xl\:max-w-6rem {
        max-width: 6rem !important
    }

    .xl\:max-w-7rem {
        max-width: 7rem !important
    }

    .xl\:max-w-8rem {
        max-width: 8rem !important
    }

    .xl\:max-w-9rem {
        max-width: 9rem !important
    }

    .xl\:max-w-10rem {
        max-width: 10rem !important
    }

    .xl\:max-w-11rem {
        max-width: 11rem !important
    }

    .xl\:max-w-12rem {
        max-width: 12rem !important
    }

    .xl\:max-w-13rem {
        max-width: 13rem !important
    }

    .xl\:max-w-14rem {
        max-width: 14rem !important
    }

    .xl\:max-w-15rem {
        max-width: 15rem !important
    }

    .xl\:max-w-16rem {
        max-width: 16rem !important
    }

    .xl\:max-w-17rem {
        max-width: 17rem !important
    }

    .xl\:max-w-18rem {
        max-width: 18rem !important
    }

    .xl\:max-w-19rem {
        max-width: 19rem !important
    }

    .xl\:max-w-20rem {
        max-width: 20rem !important
    }

    .xl\:max-w-21rem {
        max-width: 21rem !important
    }

    .xl\:max-w-22rem {
        max-width: 22rem !important
    }

    .xl\:max-w-23rem {
        max-width: 23rem !important
    }

    .xl\:max-w-24rem {
        max-width: 24rem !important
    }

    .xl\:max-w-25rem {
        max-width: 25rem !important
    }

    .xl\:max-w-26rem {
        max-width: 26rem !important
    }

    .xl\:max-w-27rem {
        max-width: 27rem !important
    }

    .xl\:max-w-28rem {
        max-width: 28rem !important
    }

    .xl\:max-w-29rem {
        max-width: 29rem !important
    }

    .xl\:max-w-30rem {
        max-width: 30rem !important
    }
}

.min-h-0 {
    min-height: 0 !important
}

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

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

@media screen and (min-width:576px) {
    .sm\:min-h-0 {
        min-height: 0 !important
    }

    .sm\:min-h-full {
        min-height: 100% !important
    }

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

@media screen and (min-width:768px) {
    .md\:min-h-0 {
        min-height: 0 !important
    }

    .md\:min-h-full {
        min-height: 100% !important
    }

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

@media screen and (min-width:992px) {
    .lg\:min-h-0 {
        min-height: 0 !important
    }

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

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

@media screen and (min-width:1200px) {
    .xl\:min-h-0 {
        min-height: 0 !important
    }

    .xl\:min-h-full {
        min-height: 100% !important
    }

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

.max-h-0 {
    max-height: 0 !important
}

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

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

.max-h-min {
    max-height: -webkit-min-content !important;
    max-height: -moz-min-content !important;
    max-height: min-content !important
}

.max-h-max {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important
}

.max-h-fit {
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important
}

.max-h-1rem {
    max-height: 1rem !important
}

.max-h-2rem {
    max-height: 2rem !important
}

.max-h-3rem {
    max-height: 3rem !important
}

.max-h-4rem {
    max-height: 4rem !important
}

.max-h-5rem {
    max-height: 5rem !important
}

.max-h-6rem {
    max-height: 6rem !important
}

.max-h-7rem {
    max-height: 7rem !important
}

.max-h-8rem {
    max-height: 8rem !important
}

.max-h-9rem {
    max-height: 9rem !important
}

.max-h-10rem {
    max-height: 10rem !important
}

.max-h-11rem {
    max-height: 11rem !important
}

.max-h-12rem {
    max-height: 12rem !important
}

.max-h-13rem {
    max-height: 13rem !important
}

.max-h-14rem {
    max-height: 14rem !important
}

.max-h-15rem {
    max-height: 15rem !important
}

.max-h-16rem {
    max-height: 16rem !important
}

.max-h-17rem {
    max-height: 17rem !important
}

.max-h-18rem {
    max-height: 18rem !important
}

.max-h-19rem {
    max-height: 19rem !important
}

.max-h-20rem {
    max-height: 20rem !important
}

.max-h-21rem {
    max-height: 21rem !important
}

.max-h-22rem {
    max-height: 22rem !important
}

.max-h-23rem {
    max-height: 23rem !important
}

.max-h-24rem {
    max-height: 24rem !important
}

.max-h-25rem {
    max-height: 25rem !important
}

.max-h-26rem {
    max-height: 26rem !important
}

.max-h-27rem {
    max-height: 27rem !important
}

.max-h-28rem {
    max-height: 28rem !important
}

.max-h-29rem {
    max-height: 29rem !important
}

.max-h-30rem {
    max-height: 30rem !important
}

@media screen and (min-width:576px) {
    .sm\:max-h-0 {
        max-height: 0 !important
    }

    .sm\:max-h-full {
        max-height: 100% !important
    }

    .sm\:max-h-screen {
        max-height: 100vh !important
    }

    .sm\:max-h-min {
        max-height: -webkit-min-content !important;
        max-height: -moz-min-content !important;
        max-height: min-content !important
    }

    .sm\:max-h-max {
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important
    }

    .sm\:max-h-fit {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important
    }

    .sm\:max-h-1rem {
        max-height: 1rem !important
    }

    .sm\:max-h-2rem {
        max-height: 2rem !important
    }

    .sm\:max-h-3rem {
        max-height: 3rem !important
    }

    .sm\:max-h-4rem {
        max-height: 4rem !important
    }

    .sm\:max-h-5rem {
        max-height: 5rem !important
    }

    .sm\:max-h-6rem {
        max-height: 6rem !important
    }

    .sm\:max-h-7rem {
        max-height: 7rem !important
    }

    .sm\:max-h-8rem {
        max-height: 8rem !important
    }

    .sm\:max-h-9rem {
        max-height: 9rem !important
    }

    .sm\:max-h-10rem {
        max-height: 10rem !important
    }

    .sm\:max-h-11rem {
        max-height: 11rem !important
    }

    .sm\:max-h-12rem {
        max-height: 12rem !important
    }

    .sm\:max-h-13rem {
        max-height: 13rem !important
    }

    .sm\:max-h-14rem {
        max-height: 14rem !important
    }

    .sm\:max-h-15rem {
        max-height: 15rem !important
    }

    .sm\:max-h-16rem {
        max-height: 16rem !important
    }

    .sm\:max-h-17rem {
        max-height: 17rem !important
    }

    .sm\:max-h-18rem {
        max-height: 18rem !important
    }

    .sm\:max-h-19rem {
        max-height: 19rem !important
    }

    .sm\:max-h-20rem {
        max-height: 20rem !important
    }

    .sm\:max-h-21rem {
        max-height: 21rem !important
    }

    .sm\:max-h-22rem {
        max-height: 22rem !important
    }

    .sm\:max-h-23rem {
        max-height: 23rem !important
    }

    .sm\:max-h-24rem {
        max-height: 24rem !important
    }

    .sm\:max-h-25rem {
        max-height: 25rem !important
    }

    .sm\:max-h-26rem {
        max-height: 26rem !important
    }

    .sm\:max-h-27rem {
        max-height: 27rem !important
    }

    .sm\:max-h-28rem {
        max-height: 28rem !important
    }

    .sm\:max-h-29rem {
        max-height: 29rem !important
    }

    .sm\:max-h-30rem {
        max-height: 30rem !important
    }
}

@media screen and (min-width:768px) {
    .md\:max-h-0 {
        max-height: 0 !important
    }

    .md\:max-h-full {
        max-height: 100% !important
    }

    .md\:max-h-screen {
        max-height: 100vh !important
    }

    .md\:max-h-min {
        max-height: -webkit-min-content !important;
        max-height: -moz-min-content !important;
        max-height: min-content !important
    }

    .md\:max-h-max {
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important
    }

    .md\:max-h-fit {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important
    }

    .md\:max-h-1rem {
        max-height: 1rem !important
    }

    .md\:max-h-2rem {
        max-height: 2rem !important
    }

    .md\:max-h-3rem {
        max-height: 3rem !important
    }

    .md\:max-h-4rem {
        max-height: 4rem !important
    }

    .md\:max-h-5rem {
        max-height: 5rem !important
    }

    .md\:max-h-6rem {
        max-height: 6rem !important
    }

    .md\:max-h-7rem {
        max-height: 7rem !important
    }

    .md\:max-h-8rem {
        max-height: 8rem !important
    }

    .md\:max-h-9rem {
        max-height: 9rem !important
    }

    .md\:max-h-10rem {
        max-height: 10rem !important
    }

    .md\:max-h-11rem {
        max-height: 11rem !important
    }

    .md\:max-h-12rem {
        max-height: 12rem !important
    }

    .md\:max-h-13rem {
        max-height: 13rem !important
    }

    .md\:max-h-14rem {
        max-height: 14rem !important
    }

    .md\:max-h-15rem {
        max-height: 15rem !important
    }

    .md\:max-h-16rem {
        max-height: 16rem !important
    }

    .md\:max-h-17rem {
        max-height: 17rem !important
    }

    .md\:max-h-18rem {
        max-height: 18rem !important
    }

    .md\:max-h-19rem {
        max-height: 19rem !important
    }

    .md\:max-h-20rem {
        max-height: 20rem !important
    }

    .md\:max-h-21rem {
        max-height: 21rem !important
    }

    .md\:max-h-22rem {
        max-height: 22rem !important
    }

    .md\:max-h-23rem {
        max-height: 23rem !important
    }

    .md\:max-h-24rem {
        max-height: 24rem !important
    }

    .md\:max-h-25rem {
        max-height: 25rem !important
    }

    .md\:max-h-26rem {
        max-height: 26rem !important
    }

    .md\:max-h-27rem {
        max-height: 27rem !important
    }

    .md\:max-h-28rem {
        max-height: 28rem !important
    }

    .md\:max-h-29rem {
        max-height: 29rem !important
    }

    .md\:max-h-30rem {
        max-height: 30rem !important
    }
}

@media screen and (min-width:992px) {
    .lg\:max-h-0 {
        max-height: 0 !important
    }

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

    .lg\:max-h-screen {
        max-height: 100vh !important
    }

    .lg\:max-h-min {
        max-height: -webkit-min-content !important;
        max-height: -moz-min-content !important;
        max-height: min-content !important
    }

    .lg\:max-h-max {
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important
    }

    .lg\:max-h-fit {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important
    }

    .lg\:max-h-1rem {
        max-height: 1rem !important
    }

    .lg\:max-h-2rem {
        max-height: 2rem !important
    }

    .lg\:max-h-3rem {
        max-height: 3rem !important
    }

    .lg\:max-h-4rem {
        max-height: 4rem !important
    }

    .lg\:max-h-5rem {
        max-height: 5rem !important
    }

    .lg\:max-h-6rem {
        max-height: 6rem !important
    }

    .lg\:max-h-7rem {
        max-height: 7rem !important
    }

    .lg\:max-h-8rem {
        max-height: 8rem !important
    }

    .lg\:max-h-9rem {
        max-height: 9rem !important
    }

    .lg\:max-h-10rem {
        max-height: 10rem !important
    }

    .lg\:max-h-11rem {
        max-height: 11rem !important
    }

    .lg\:max-h-12rem {
        max-height: 12rem !important
    }

    .lg\:max-h-13rem {
        max-height: 13rem !important
    }

    .lg\:max-h-14rem {
        max-height: 14rem !important
    }

    .lg\:max-h-15rem {
        max-height: 15rem !important
    }

    .lg\:max-h-16rem {
        max-height: 16rem !important
    }

    .lg\:max-h-17rem {
        max-height: 17rem !important
    }

    .lg\:max-h-18rem {
        max-height: 18rem !important
    }

    .lg\:max-h-19rem {
        max-height: 19rem !important
    }

    .lg\:max-h-20rem {
        max-height: 20rem !important
    }

    .lg\:max-h-21rem {
        max-height: 21rem !important
    }

    .lg\:max-h-22rem {
        max-height: 22rem !important
    }

    .lg\:max-h-23rem {
        max-height: 23rem !important
    }

    .lg\:max-h-24rem {
        max-height: 24rem !important
    }

    .lg\:max-h-25rem {
        max-height: 25rem !important
    }

    .lg\:max-h-26rem {
        max-height: 26rem !important
    }

    .lg\:max-h-27rem {
        max-height: 27rem !important
    }

    .lg\:max-h-28rem {
        max-height: 28rem !important
    }

    .lg\:max-h-29rem {
        max-height: 29rem !important
    }

    .lg\:max-h-30rem {
        max-height: 30rem !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:max-h-0 {
        max-height: 0 !important
    }

    .xl\:max-h-full {
        max-height: 100% !important
    }

    .xl\:max-h-screen {
        max-height: 100vh !important
    }

    .xl\:max-h-min {
        max-height: -webkit-min-content !important;
        max-height: -moz-min-content !important;
        max-height: min-content !important
    }

    .xl\:max-h-max {
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important
    }

    .xl\:max-h-fit {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important
    }

    .xl\:max-h-1rem {
        max-height: 1rem !important
    }

    .xl\:max-h-2rem {
        max-height: 2rem !important
    }

    .xl\:max-h-3rem {
        max-height: 3rem !important
    }

    .xl\:max-h-4rem {
        max-height: 4rem !important
    }

    .xl\:max-h-5rem {
        max-height: 5rem !important
    }

    .xl\:max-h-6rem {
        max-height: 6rem !important
    }

    .xl\:max-h-7rem {
        max-height: 7rem !important
    }

    .xl\:max-h-8rem {
        max-height: 8rem !important
    }

    .xl\:max-h-9rem {
        max-height: 9rem !important
    }

    .xl\:max-h-10rem {
        max-height: 10rem !important
    }

    .xl\:max-h-11rem {
        max-height: 11rem !important
    }

    .xl\:max-h-12rem {
        max-height: 12rem !important
    }

    .xl\:max-h-13rem {
        max-height: 13rem !important
    }

    .xl\:max-h-14rem {
        max-height: 14rem !important
    }

    .xl\:max-h-15rem {
        max-height: 15rem !important
    }

    .xl\:max-h-16rem {
        max-height: 16rem !important
    }

    .xl\:max-h-17rem {
        max-height: 17rem !important
    }

    .xl\:max-h-18rem {
        max-height: 18rem !important
    }

    .xl\:max-h-19rem {
        max-height: 19rem !important
    }

    .xl\:max-h-20rem {
        max-height: 20rem !important
    }

    .xl\:max-h-21rem {
        max-height: 21rem !important
    }

    .xl\:max-h-22rem {
        max-height: 22rem !important
    }

    .xl\:max-h-23rem {
        max-height: 23rem !important
    }

    .xl\:max-h-24rem {
        max-height: 24rem !important
    }

    .xl\:max-h-25rem {
        max-height: 25rem !important
    }

    .xl\:max-h-26rem {
        max-height: 26rem !important
    }

    .xl\:max-h-27rem {
        max-height: 27rem !important
    }

    .xl\:max-h-28rem {
        max-height: 28rem !important
    }

    .xl\:max-h-29rem {
        max-height: 29rem !important
    }

    .xl\:max-h-30rem {
        max-height: 30rem !important
    }
}

.static {
    position: static !important
}

.fixed {
    position: fixed !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.sticky {
    position: sticky !important
}

@media screen and (min-width:576px) {
    .sm\:static {
        position: static !important
    }

    .sm\:fixed {
        position: fixed !important
    }

    .sm\:absolute {
        position: absolute !important
    }

    .sm\:relative {
        position: relative !important
    }

    .sm\:sticky {
        position: sticky !important
    }
}

@media screen and (min-width:768px) {
    .md\:static {
        position: static !important
    }

    .md\:fixed {
        position: fixed !important
    }

    .md\:absolute {
        position: absolute !important
    }

    .md\:relative {
        position: relative !important
    }

    .md\:sticky {
        position: sticky !important
    }
}

@media screen and (min-width:992px) {
    .lg\:static {
        position: static !important
    }

    .lg\:fixed {
        position: fixed !important
    }

    .lg\:absolute {
        position: absolute !important
    }

    .lg\:relative {
        position: relative !important
    }

    .lg\:sticky {
        position: sticky !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:static {
        position: static !important
    }

    .xl\:fixed {
        position: fixed !important
    }

    .xl\:absolute {
        position: absolute !important
    }

    .xl\:relative {
        position: relative !important
    }

    .xl\:sticky {
        position: sticky !important
    }
}

.top-auto {
    top: auto !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

@media screen and (min-width:576px) {
    .sm\:top-auto {
        top: auto !important
    }

    .sm\:top-0 {
        top: 0 !important
    }

    .sm\:top-50 {
        top: 50% !important
    }

    .sm\:top-100 {
        top: 100% !important
    }
}

@media screen and (min-width:768px) {
    .md\:top-auto {
        top: auto !important
    }

    .md\:top-0 {
        top: 0 !important
    }

    .md\:top-50 {
        top: 50% !important
    }

    .md\:top-100 {
        top: 100% !important
    }
}

@media screen and (min-width:992px) {
    .lg\:top-auto {
        top: auto !important
    }

    .lg\:top-0 {
        top: 0 !important
    }

    .lg\:top-50 {
        top: 50% !important
    }

    .lg\:top-100 {
        top: 100% !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:top-auto {
        top: auto !important
    }

    .xl\:top-0 {
        top: 0 !important
    }

    .xl\:top-50 {
        top: 50% !important
    }

    .xl\:top-100 {
        top: 100% !important
    }
}

.left-auto {
    left: auto !important
}

.left-0 {
    left: 0 !important
}

.left-50 {
    left: 50% !important
}

.left-100 {
    left: 100% !important
}

@media screen and (min-width:576px) {
    .sm\:left-auto {
        left: auto !important
    }

    .sm\:left-0 {
        left: 0 !important
    }

    .sm\:left-50 {
        left: 50% !important
    }

    .sm\:left-100 {
        left: 100% !important
    }
}

@media screen and (min-width:768px) {
    .md\:left-auto {
        left: auto !important
    }

    .md\:left-0 {
        left: 0 !important
    }

    .md\:left-50 {
        left: 50% !important
    }

    .md\:left-100 {
        left: 100% !important
    }
}

@media screen and (min-width:992px) {
    .lg\:left-auto {
        left: auto !important
    }

    .lg\:left-0 {
        left: 0 !important
    }

    .lg\:left-50 {
        left: 50% !important
    }

    .lg\:left-100 {
        left: 100% !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:left-auto {
        left: auto !important
    }

    .xl\:left-0 {
        left: 0 !important
    }

    .xl\:left-50 {
        left: 50% !important
    }

    .xl\:left-100 {
        left: 100% !important
    }
}

.right-auto {
    right: auto !important
}

.right-0 {
    right: 0 !important
}

.right-50 {
    right: 50% !important
}

.right-100 {
    right: 100% !important
}

@media screen and (min-width:576px) {
    .sm\:right-auto {
        right: auto !important
    }

    .sm\:right-0 {
        right: 0 !important
    }

    .sm\:right-50 {
        right: 50% !important
    }

    .sm\:right-100 {
        right: 100% !important
    }
}

@media screen and (min-width:768px) {
    .md\:right-auto {
        right: auto !important
    }

    .md\:right-0 {
        right: 0 !important
    }

    .md\:right-50 {
        right: 50% !important
    }

    .md\:right-100 {
        right: 100% !important
    }
}

@media screen and (min-width:992px) {
    .lg\:right-auto {
        right: auto !important
    }

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

    .lg\:right-50 {
        right: 50% !important
    }

    .lg\:right-100 {
        right: 100% !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:right-auto {
        right: auto !important
    }

    .xl\:right-0 {
        right: 0 !important
    }

    .xl\:right-50 {
        right: 50% !important
    }

    .xl\:right-100 {
        right: 100% !important
    }
}

.bottom-auto {
    bottom: auto !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

@media screen and (min-width:576px) {
    .sm\:bottom-auto {
        bottom: auto !important
    }

    .sm\:bottom-0 {
        bottom: 0 !important
    }

    .sm\:bottom-50 {
        bottom: 50% !important
    }

    .sm\:bottom-100 {
        bottom: 100% !important
    }
}

@media screen and (min-width:768px) {
    .md\:bottom-auto {
        bottom: auto !important
    }

    .md\:bottom-0 {
        bottom: 0 !important
    }

    .md\:bottom-50 {
        bottom: 50% !important
    }

    .md\:bottom-100 {
        bottom: 100% !important
    }
}

@media screen and (min-width:992px) {
    .lg\:bottom-auto {
        bottom: auto !important
    }

    .lg\:bottom-0 {
        bottom: 0 !important
    }

    .lg\:bottom-50 {
        bottom: 50% !important
    }

    .lg\:bottom-100 {
        bottom: 100% !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:bottom-auto {
        bottom: auto !important
    }

    .xl\:bottom-0 {
        bottom: 0 !important
    }

    .xl\:bottom-50 {
        bottom: 50% !important
    }

    .xl\:bottom-100 {
        bottom: 100% !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

@media screen and (min-width:576px) {
    .sm\:overflow-auto {
        overflow: auto !important
    }

    .sm\:overflow-hidden {
        overflow: hidden !important
    }

    .sm\:overflow-visible {
        overflow: visible !important
    }

    .sm\:overflow-scroll {
        overflow: scroll !important
    }
}

@media screen and (min-width:768px) {
    .md\:overflow-auto {
        overflow: auto !important
    }

    .md\:overflow-hidden {
        overflow: hidden !important
    }

    .md\:overflow-visible {
        overflow: visible !important
    }

    .md\:overflow-scroll {
        overflow: scroll !important
    }
}

@media screen and (min-width:992px) {
    .lg\:overflow-auto {
        overflow: auto !important
    }

    .lg\:overflow-hidden {
        overflow: hidden !important
    }

    .lg\:overflow-visible {
        overflow: visible !important
    }

    .lg\:overflow-scroll {
        overflow: scroll !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:overflow-auto {
        overflow: auto !important
    }

    .xl\:overflow-hidden {
        overflow: hidden !important
    }

    .xl\:overflow-visible {
        overflow: visible !important
    }

    .xl\:overflow-scroll {
        overflow: scroll !important
    }
}

.overflow-x-auto {
    overflow-x: auto !important
}

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

.overflow-x-visible {
    overflow-x: visible !important
}

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

@media screen and (min-width:576px) {
    .sm\:overflow-x-auto {
        overflow-x: auto !important
    }

    .sm\:overflow-x-hidden {
        overflow-x: hidden !important
    }

    .sm\:overflow-x-visible {
        overflow-x: visible !important
    }

    .sm\:overflow-x-scroll {
        overflow-x: scroll !important
    }
}

@media screen and (min-width:768px) {
    .md\:overflow-x-auto {
        overflow-x: auto !important
    }

    .md\:overflow-x-hidden {
        overflow-x: hidden !important
    }

    .md\:overflow-x-visible {
        overflow-x: visible !important
    }

    .md\:overflow-x-scroll {
        overflow-x: scroll !important
    }
}

@media screen and (min-width:992px) {
    .lg\:overflow-x-auto {
        overflow-x: auto !important
    }

    .lg\:overflow-x-hidden {
        overflow-x: hidden !important
    }

    .lg\:overflow-x-visible {
        overflow-x: visible !important
    }

    .lg\:overflow-x-scroll {
        overflow-x: scroll !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:overflow-x-auto {
        overflow-x: auto !important
    }

    .xl\:overflow-x-hidden {
        overflow-x: hidden !important
    }

    .xl\:overflow-x-visible {
        overflow-x: visible !important
    }

    .xl\:overflow-x-scroll {
        overflow-x: scroll !important
    }
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

@media screen and (min-width:576px) {
    .sm\:overflow-y-auto {
        overflow-y: auto !important
    }

    .sm\:overflow-y-hidden {
        overflow-y: hidden !important
    }

    .sm\:overflow-y-visible {
        overflow-y: visible !important
    }

    .sm\:overflow-y-scroll {
        overflow-y: scroll !important
    }
}

@media screen and (min-width:768px) {
    .md\:overflow-y-auto {
        overflow-y: auto !important
    }

    .md\:overflow-y-hidden {
        overflow-y: hidden !important
    }

    .md\:overflow-y-visible {
        overflow-y: visible !important
    }

    .md\:overflow-y-scroll {
        overflow-y: scroll !important
    }
}

@media screen and (min-width:992px) {
    .lg\:overflow-y-auto {
        overflow-y: auto !important
    }

    .lg\:overflow-y-hidden {
        overflow-y: hidden !important
    }

    .lg\:overflow-y-visible {
        overflow-y: visible !important
    }

    .lg\:overflow-y-scroll {
        overflow-y: scroll !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:overflow-y-auto {
        overflow-y: auto !important
    }

    .xl\:overflow-y-hidden {
        overflow-y: hidden !important
    }

    .xl\:overflow-y-visible {
        overflow-y: visible !important
    }

    .xl\:overflow-y-scroll {
        overflow-y: scroll !important
    }
}

.z-auto {
    z-index: auto !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.z-4 {
    z-index: 4 !important
}

.z-5 {
    z-index: 5 !important
}

@media screen and (min-width:576px) {
    .sm\:z-auto {
        z-index: auto !important
    }

    .sm\:z-0 {
        z-index: 0 !important
    }

    .sm\:z-1 {
        z-index: 1 !important
    }

    .sm\:z-2 {
        z-index: 2 !important
    }

    .sm\:z-3 {
        z-index: 3 !important
    }

    .sm\:z-4 {
        z-index: 4 !important
    }

    .sm\:z-5 {
        z-index: 5 !important
    }
}

@media screen and (min-width:768px) {
    .md\:z-auto {
        z-index: auto !important
    }

    .md\:z-0 {
        z-index: 0 !important
    }

    .md\:z-1 {
        z-index: 1 !important
    }

    .md\:z-2 {
        z-index: 2 !important
    }

    .md\:z-3 {
        z-index: 3 !important
    }

    .md\:z-4 {
        z-index: 4 !important
    }

    .md\:z-5 {
        z-index: 5 !important
    }
}

@media screen and (min-width:992px) {
    .lg\:z-auto {
        z-index: auto !important
    }

    .lg\:z-0 {
        z-index: 0 !important
    }

    .lg\:z-1 {
        z-index: 1 !important
    }

    .lg\:z-2 {
        z-index: 2 !important
    }

    .lg\:z-3 {
        z-index: 3 !important
    }

    .lg\:z-4 {
        z-index: 4 !important
    }

    .lg\:z-5 {
        z-index: 5 !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:z-auto {
        z-index: auto !important
    }

    .xl\:z-0 {
        z-index: 0 !important
    }

    .xl\:z-1 {
        z-index: 1 !important
    }

    .xl\:z-2 {
        z-index: 2 !important
    }

    .xl\:z-3 {
        z-index: 3 !important
    }

    .xl\:z-4 {
        z-index: 4 !important
    }

    .xl\:z-5 {
        z-index: 5 !important
    }
}

.bg-repeat {
    background-repeat: repeat !important
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.bg-repeat-x {
    background-repeat: repeat-x !important
}

.bg-repeat-y {
    background-repeat: repeat-y !important
}

.bg-repeat-round {
    background-repeat: round !important
}

.bg-repeat-space {
    background-repeat: space !important
}

@media screen and (min-width:576px) {
    .sm\:bg-repeat {
        background-repeat: repeat !important
    }

    .sm\:bg-no-repeat {
        background-repeat: no-repeat !important
    }

    .sm\:bg-repeat-x {
        background-repeat: repeat-x !important
    }

    .sm\:bg-repeat-y {
        background-repeat: repeat-y !important
    }

    .sm\:bg-repeat-round {
        background-repeat: round !important
    }

    .sm\:bg-repeat-space {
        background-repeat: space !important
    }
}

@media screen and (min-width:768px) {
    .md\:bg-repeat {
        background-repeat: repeat !important
    }

    .md\:bg-no-repeat {
        background-repeat: no-repeat !important
    }

    .md\:bg-repeat-x {
        background-repeat: repeat-x !important
    }

    .md\:bg-repeat-y {
        background-repeat: repeat-y !important
    }

    .md\:bg-repeat-round {
        background-repeat: round !important
    }

    .md\:bg-repeat-space {
        background-repeat: space !important
    }
}

@media screen and (min-width:992px) {
    .lg\:bg-repeat {
        background-repeat: repeat !important
    }

    .lg\:bg-no-repeat {
        background-repeat: no-repeat !important
    }

    .lg\:bg-repeat-x {
        background-repeat: repeat-x !important
    }

    .lg\:bg-repeat-y {
        background-repeat: repeat-y !important
    }

    .lg\:bg-repeat-round {
        background-repeat: round !important
    }

    .lg\:bg-repeat-space {
        background-repeat: space !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:bg-repeat {
        background-repeat: repeat !important
    }

    .xl\:bg-no-repeat {
        background-repeat: no-repeat !important
    }

    .xl\:bg-repeat-x {
        background-repeat: repeat-x !important
    }

    .xl\:bg-repeat-y {
        background-repeat: repeat-y !important
    }

    .xl\:bg-repeat-round {
        background-repeat: round !important
    }

    .xl\:bg-repeat-space {
        background-repeat: space !important
    }
}

.bg-auto {
    background-size: auto !important
}

.bg-cover {
    background-size: cover !important
}

.bg-contain {
    background-size: contain !important
}

@media screen and (min-width:576px) {
    .sm\:bg-auto {
        background-size: auto !important
    }

    .sm\:bg-cover {
        background-size: cover !important
    }

    .sm\:bg-contain {
        background-size: contain !important
    }
}

@media screen and (min-width:768px) {
    .md\:bg-auto {
        background-size: auto !important
    }

    .md\:bg-cover {
        background-size: cover !important
    }

    .md\:bg-contain {
        background-size: contain !important
    }
}

@media screen and (min-width:992px) {
    .lg\:bg-auto {
        background-size: auto !important
    }

    .lg\:bg-cover {
        background-size: cover !important
    }

    .lg\:bg-contain {
        background-size: contain !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:bg-auto {
        background-size: auto !important
    }

    .xl\:bg-cover {
        background-size: cover !important
    }

    .xl\:bg-contain {
        background-size: contain !important
    }
}

.bg-bottom {
    background-position: bottom !important
}

.bg-center {
    background-position: 50% !important
}

.bg-left {
    background-position: 0 !important
}

.bg-left-bottom {
    background-position: 0 100% !important
}

.bg-left-top {
    background-position: 0 0 !important
}

.bg-right {
    background-position: 100% !important
}

.bg-right-bottom {
    background-position: 100% 100% !important
}

.bg-right-top {
    background-position: 100% 0 !important
}

.bg-top {
    background-position: top !important
}

@media screen and (min-width:576px) {
    .sm\:bg-bottom {
        background-position: bottom !important
    }

    .sm\:bg-center {
        background-position: 50% !important
    }

    .sm\:bg-left {
        background-position: 0 !important
    }

    .sm\:bg-left-bottom {
        background-position: 0 100% !important
    }

    .sm\:bg-left-top {
        background-position: 0 0 !important
    }

    .sm\:bg-right {
        background-position: 100% !important
    }

    .sm\:bg-right-bottom {
        background-position: 100% 100% !important
    }

    .sm\:bg-right-top {
        background-position: 100% 0 !important
    }

    .sm\:bg-top {
        background-position: top !important
    }
}

@media screen and (min-width:768px) {
    .md\:bg-bottom {
        background-position: bottom !important
    }

    .md\:bg-center {
        background-position: 50% !important
    }

    .md\:bg-left {
        background-position: 0 !important
    }

    .md\:bg-left-bottom {
        background-position: 0 100% !important
    }

    .md\:bg-left-top {
        background-position: 0 0 !important
    }

    .md\:bg-right {
        background-position: 100% !important
    }

    .md\:bg-right-bottom {
        background-position: 100% 100% !important
    }

    .md\:bg-right-top {
        background-position: 100% 0 !important
    }

    .md\:bg-top {
        background-position: top !important
    }
}

@media screen and (min-width:992px) {
    .lg\:bg-bottom {
        background-position: bottom !important
    }

    .lg\:bg-center {
        background-position: 50% !important
    }

    .lg\:bg-left {
        background-position: 0 !important
    }

    .lg\:bg-left-bottom {
        background-position: 0 100% !important
    }

    .lg\:bg-left-top {
        background-position: 0 0 !important
    }

    .lg\:bg-right {
        background-position: 100% !important
    }

    .lg\:bg-right-bottom {
        background-position: 100% 100% !important
    }

    .lg\:bg-right-top {
        background-position: 100% 0 !important
    }

    .lg\:bg-top {
        background-position: top !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:bg-bottom {
        background-position: bottom !important
    }

    .xl\:bg-center {
        background-position: 50% !important
    }

    .xl\:bg-left {
        background-position: 0 !important
    }

    .xl\:bg-left-bottom {
        background-position: 0 100% !important
    }

    .xl\:bg-left-top {
        background-position: 0 0 !important
    }

    .xl\:bg-right {
        background-position: 100% !important
    }

    .xl\:bg-right-bottom {
        background-position: 100% 100% !important
    }

    .xl\:bg-right-top {
        background-position: 100% 0 !important
    }

    .xl\:bg-top {
        background-position: top !important
    }
}

.list-none {
    list-style: none !important
}

.list-disc {
    list-style: disc !important
}

.list-decimal {
    list-style: decimal !important
}

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

.outline-none {
    outline: none !important
}

.pointer-events-none {
    pointer-events: none !important
}

.pointer-events-auto {
    pointer-events: auto !important
}

.cursor-auto {
    cursor: auto !important
}

.cursor-pointer {
    cursor: pointer !important
}

.cursor-wait {
    cursor: wait !important
}

.cursor-move {
    cursor: move !important
}

.select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important
}

.select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-30 {
    opacity: .3 !important
}

.opacity-40 {
    opacity: .4 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-100 {
    opacity: 1 !important
}

.transition-none {
    transition-property: none !important
}

.transition-all {
    transition-property: all !important
}

.transition-colors {
    transition-property: background-color, border-color, color !important
}

.transition-transform {
    transition-property: transform !important
}

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

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

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

.transition-duration-300 {
    transition-duration: .3s !important
}

.transition-duration-400 {
    transition-duration: .4s !important
}

.transition-duration-500 {
    transition-duration: .5s !important
}

.transition-duration-1000 {
    transition-duration: 1s !important
}

.transition-duration-2000 {
    transition-duration: 2s !important
}

.transition-duration-3000 {
    transition-duration: 3s !important
}

.transition-linear {
    transition-timing-function: linear !important
}

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

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

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

.transition-delay-100 {
    transition-delay: .1s !important
}

.transition-delay-150 {
    transition-delay: .15s !important
}

.transition-delay-200 {
    transition-delay: .2s !important
}

.transition-delay-300 {
    transition-delay: .3s !important
}

.transition-delay-400 {
    transition-delay: .4s !important
}

.transition-delay-500 {
    transition-delay: .5s !important
}

.transition-delay-1000 {
    transition-delay: 1s !important
}

.translate-x-0 {
    transform: translateX(0) !important
}

.translate-x-100 {
    transform: translateX(100%) !important
}

.-translate-x-100 {
    transform: translateX(-100%) !important
}

.translate-y-0 {
    transform: translateY(0) !important
}

.translate-y-100 {
    transform: translateY(100%) !important
}

.-translate-y-100 {
    transform: translateY(-100%) !important
}

@media screen and (min-width:576px) {
    .sm\:translate-x-0 {
        transform: translateX(0) !important
    }

    .sm\:translate-x-100 {
        transform: translateX(100%) !important
    }

    .sm\:-translate-x-100 {
        transform: translateX(-100%) !important
    }

    .sm\:translate-y-0 {
        transform: translateY(0) !important
    }

    .sm\:translate-y-100 {
        transform: translateY(100%) !important
    }

    .sm\:-translate-y-100 {
        transform: translateY(-100%) !important
    }
}

@media screen and (min-width:768px) {
    .md\:translate-x-0 {
        transform: translateX(0) !important
    }

    .md\:translate-x-100 {
        transform: translateX(100%) !important
    }

    .md\:-translate-x-100 {
        transform: translateX(-100%) !important
    }

    .md\:translate-y-0 {
        transform: translateY(0) !important
    }

    .md\:translate-y-100 {
        transform: translateY(100%) !important
    }

    .md\:-translate-y-100 {
        transform: translateY(-100%) !important
    }
}

@media screen and (min-width:992px) {
    .lg\:translate-x-0 {
        transform: translateX(0) !important
    }

    .lg\:translate-x-100 {
        transform: translateX(100%) !important
    }

    .lg\:-translate-x-100 {
        transform: translateX(-100%) !important
    }

    .lg\:translate-y-0 {
        transform: translateY(0) !important
    }

    .lg\:translate-y-100 {
        transform: translateY(100%) !important
    }

    .lg\:-translate-y-100 {
        transform: translateY(-100%) !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:translate-x-0 {
        transform: translateX(0) !important
    }

    .xl\:translate-x-100 {
        transform: translateX(100%) !important
    }

    .xl\:-translate-x-100 {
        transform: translateX(-100%) !important
    }

    .xl\:translate-y-0 {
        transform: translateY(0) !important
    }

    .xl\:translate-y-100 {
        transform: translateY(100%) !important
    }

    .xl\:-translate-y-100 {
        transform: translateY(-100%) !important
    }
}

.rotate-45 {
    transform: rotate(45deg) !important
}

.-rotate-45 {
    transform: rotate(-45deg) !important
}

.rotate-90 {
    transform: rotate(90deg) !important
}

.-rotate-90 {
    transform: rotate(-90deg) !important
}

.rotate-180 {
    transform: rotate(180deg) !important
}

.-rotate-180 {
    transform: rotate(-180deg) !important
}

@media screen and (min-width:576px) {
    .sm\:rotate-45 {
        transform: rotate(45deg) !important
    }

    .sm\:-rotate-45 {
        transform: rotate(-45deg) !important
    }

    .sm\:rotate-90 {
        transform: rotate(90deg) !important
    }

    .sm\:-rotate-90 {
        transform: rotate(-90deg) !important
    }

    .sm\:rotate-180 {
        transform: rotate(180deg) !important
    }

    .sm\:-rotate-180 {
        transform: rotate(-180deg) !important
    }
}

@media screen and (min-width:768px) {
    .md\:rotate-45 {
        transform: rotate(45deg) !important
    }

    .md\:-rotate-45 {
        transform: rotate(-45deg) !important
    }

    .md\:rotate-90 {
        transform: rotate(90deg) !important
    }

    .md\:-rotate-90 {
        transform: rotate(-90deg) !important
    }

    .md\:rotate-180 {
        transform: rotate(180deg) !important
    }

    .md\:-rotate-180 {
        transform: rotate(-180deg) !important
    }
}

@media screen and (min-width:992px) {
    .lg\:rotate-45 {
        transform: rotate(45deg) !important
    }

    .lg\:-rotate-45 {
        transform: rotate(-45deg) !important
    }

    .lg\:rotate-90 {
        transform: rotate(90deg) !important
    }

    .lg\:-rotate-90 {
        transform: rotate(-90deg) !important
    }

    .lg\:rotate-180 {
        transform: rotate(180deg) !important
    }

    .lg\:-rotate-180 {
        transform: rotate(-180deg) !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:rotate-45 {
        transform: rotate(45deg) !important
    }

    .xl\:-rotate-45 {
        transform: rotate(-45deg) !important
    }

    .xl\:rotate-90 {
        transform: rotate(90deg) !important
    }

    .xl\:-rotate-90 {
        transform: rotate(-90deg) !important
    }

    .xl\:rotate-180 {
        transform: rotate(180deg) !important
    }

    .xl\:-rotate-180 {
        transform: rotate(-180deg) !important
    }
}

.origin-center {
    transform-origin: center !important
}

.origin-top {
    transform-origin: top !important
}

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

.origin-right {
    transform-origin: right !important
}

.origin-bottom-right {
    transform-origin: bottom right !important
}

.origin-bottom {
    transform-origin: bottom !important
}

.origin-bottom-left {
    transform-origin: bottom left !important
}

.origin-left {
    transform-origin: left !important
}

.origin-top-left {
    transform-origin: top-left !important
}

@media screen and (min-width:576px) {
    .sm\:origin-center {
        transform-origin: center !important
    }

    .sm\:origin-top {
        transform-origin: top !important
    }

    .sm\:origin-top-right {
        transform-origin: top right !important
    }

    .sm\:origin-right {
        transform-origin: right !important
    }

    .sm\:origin-bottom-right {
        transform-origin: bottom right !important
    }

    .sm\:origin-bottom {
        transform-origin: bottom !important
    }

    .sm\:origin-bottom-left {
        transform-origin: bottom left !important
    }

    .sm\:origin-left {
        transform-origin: left !important
    }

    .sm\:origin-top-left {
        transform-origin: top-left !important
    }
}

@media screen and (min-width:768px) {
    .md\:origin-center {
        transform-origin: center !important
    }

    .md\:origin-top {
        transform-origin: top !important
    }

    .md\:origin-top-right {
        transform-origin: top right !important
    }

    .md\:origin-right {
        transform-origin: right !important
    }

    .md\:origin-bottom-right {
        transform-origin: bottom right !important
    }

    .md\:origin-bottom {
        transform-origin: bottom !important
    }

    .md\:origin-bottom-left {
        transform-origin: bottom left !important
    }

    .md\:origin-left {
        transform-origin: left !important
    }

    .md\:origin-top-left {
        transform-origin: top-left !important
    }
}

@media screen and (min-width:992px) {
    .lg\:origin-center {
        transform-origin: center !important
    }

    .lg\:origin-top {
        transform-origin: top !important
    }

    .lg\:origin-top-right {
        transform-origin: top right !important
    }

    .lg\:origin-right {
        transform-origin: right !important
    }

    .lg\:origin-bottom-right {
        transform-origin: bottom right !important
    }

    .lg\:origin-bottom {
        transform-origin: bottom !important
    }

    .lg\:origin-bottom-left {
        transform-origin: bottom left !important
    }

    .lg\:origin-left {
        transform-origin: left !important
    }

    .lg\:origin-top-left {
        transform-origin: top-left !important
    }
}

@media screen and (min-width:1200px) {
    .xl\:origin-center {
        transform-origin: center !important
    }

    .xl\:origin-top {
        transform-origin: top !important
    }

    .xl\:origin-top-right {
        transform-origin: top right !important
    }

    .xl\:origin-right {
        transform-origin: right !important
    }

    .xl\:origin-bottom-right {
        transform-origin: bottom right !important
    }

    .xl\:origin-bottom {
        transform-origin: bottom !important
    }

    .xl\:origin-bottom-left {
        transform-origin: bottom left !important
    }

    .xl\:origin-left {
        transform-origin: left !important
    }

    .xl\:origin-top-left {
        transform-origin: top-left !important
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes scalein {
    0% {
        opacity: 0;
        transform: scaleY(.8);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@keyframes scalein {
    0% {
        opacity: 0;
        transform: scaleY(.8);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@-webkit-keyframes slidedown {
    0% {
        max-height: 0
    }

    to {
        max-height: auto
    }
}

@keyframes slidedown {
    0% {
        max-height: 0
    }

    to {
        max-height: auto
    }
}

@-webkit-keyframes slideup {
    0% {
        max-height: 1000px
    }

    to {
        max-height: 0
    }
}

@keyframes slideup {
    0% {
        max-height: 1000px
    }

    to {
        max-height: 0
    }
}

@-webkit-keyframes fadeinleft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@keyframes fadeinleft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@-webkit-keyframes fadeoutleft {
    0% {
        opacity: 1;
        transform: translateX(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@keyframes fadeoutleft {
    0% {
        opacity: 1;
        transform: translateX(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@-webkit-keyframes fadeinright {
    0% {
        opacity: 0;
        transform: translateX(100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@keyframes fadeinright {
    0% {
        opacity: 0;
        transform: translateX(100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@-webkit-keyframes fadeoutright {
    0% {
        opacity: 1;
        transform: translateX(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes fadeoutright {
    0% {
        opacity: 1;
        transform: translateX(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@-webkit-keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@-webkit-keyframes fadeoutup {
    0% {
        opacity: 1;
        transform: translateY(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@keyframes fadeoutup {
    0% {
        opacity: 1;
        transform: translateY(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(100%);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

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

@-webkit-keyframes fadeoutdown {
    0% {
        opacity: 1;
        transform: translateY(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes fadeoutdown {
    0% {
        opacity: 1;
        transform: translateY(0);
        transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@-webkit-keyframes animate-width {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes animate-width {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .steps-demo .p-steps {
        height: 350px
    }

    .steps-demo .p-steps>ul {
        flex-direction: column;
        height: 100%
    }

    .steps-demo .p-steps>ul .p-steps-item {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center
    }

    .steps-demo .p-steps>ul .p-steps-item:before {
        position: static;
        left: auto;
        top: auto;
        margin-top: 0;
        border-left: 1px solid var(--surface-d);
        border-top: 0;
        width: auto;
        height: 100%;
        margin-left: 1rem
    }

    .steps-demo .p-steps>ul .p-steps-item .p-menuitem-link {
        flex-direction: row;
        overflow: visible
    }

    .steps-demo .p-steps>ul .p-steps-item .p-menuitem-link .p-steps-title {
        margin: 0 .5rem
    }

    .steps-demo .p-steps>ul .p-steps-item:last-child {
        flex-grow: 0
    }

    .steps-demo .p-steps>ul .p-steps-item:last-child .p-menuitem-link {
        padding: 0
    }

    .steps-demo .p-steps>ul .p-steps-item:last-child:before {
        display: none
    }

    .theme-material .steps-demo .p-steps>ul .p-steps-item:before {
        margin-left: .857rem
    }

    .theme-material .steps-demo .p-steps>ul .p-steps-item .p-menuitem-link {
        padding: .5rem 0
    }
}
