@import"https://cdn.jsdelivr.net/npm/jsvectormap/dist/css/jsvectormap.min.css";
@import"https://cdn.jsdelivr.net/npm/simple-datatables@9.0.0/dist/style.min.css";
@import"https://unpkg.com/js-datepicker/dist/datepicker.min.css";
@import"https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
@import"https://cdn.quilljs.com/1.3.6/quill.snow.css";
@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #4444441c;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.la,
.lab,
.lad,
.lal,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.la-xs {
    font-size: .75em
}

.la-sm {
    font-size: .875em
}

.la-1x {
    font-size: 1.3em
}

.la-2x {
    font-size: 1.7em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-6x {
    font-size: 6em
}

.la-7x {
    font-size: 7em
}

.la-8x {
    font-size: 8em
}

.la-9x {
    font-size: 9em
}

.la-10x {
    font-size: 10em
}

.la-fw {
    text-align: center;
    width: 1.25em
}

.la-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.la-ul>li {
    position: relative
}

.la-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.la-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
    margin-left: .3em
}

.la-spin {
    animation: la-spin 2s infinite linear
}

.la-pulse {
    animation: la-spin 1s infinite steps(8)
}

@keyframes la-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.la-rotate-90 {
    transform: rotate(90deg)
}

.la-rotate-180 {
    transform: rotate(180deg)
}

.la-rotate-270 {
    transform: rotate(270deg)
}

.la-flip-horizontal {
    transform: scaleX(-1)
}

.la-flip-vertical {
    transform: scaleY(-1)
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
    transform: scale(-1)
}

:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
    filter: none
}

.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.la-stack-1x,
.la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: ""
}

.la-accessible-icon:before {
    content: ""
}

.la-accusoft:before {
    content: ""
}

.la-acquisitions-incorporated:before {
    content: ""
}

.la-ad:before {
    content: ""
}

.la-address-book:before {
    content: ""
}

.la-address-card:before {
    content: ""
}

.la-adjust:before {
    content: ""
}

.la-adn:before {
    content: ""
}

.la-adobe:before {
    content: ""
}

.la-adversal:before {
    content: ""
}

.la-affiliatetheme:before {
    content: ""
}

.la-air-freshener:before {
    content: ""
}

.la-airbnb:before {
    content: ""
}

.la-algolia:before {
    content: ""
}

.la-align-center:before {
    content: ""
}

.la-align-justify:before {
    content: ""
}

.la-align-left:before {
    content: ""
}

.la-align-right:before {
    content: ""
}

.la-alipay:before {
    content: ""
}

.la-allergies:before {
    content: ""
}

.la-amazon:before {
    content: ""
}

.la-amazon-pay:before {
    content: ""
}

.la-ambulance:before {
    content: ""
}

.la-american-sign-language-interpreting:before {
    content: ""
}

.la-amilia:before {
    content: ""
}

.la-anchor:before {
    content: ""
}

.la-android:before {
    content: ""
}

.la-angellist:before {
    content: ""
}

.la-angle-double-down:before {
    content: ""
}

.la-angle-double-left:before {
    content: ""
}

.la-angle-double-right:before {
    content: ""
}

.la-angle-double-up:before {
    content: ""
}

.la-angle-down:before {
    content: ""
}

.la-angle-left:before {
    content: ""
}

.la-angle-right:before {
    content: ""
}

.la-angle-up:before {
    content: ""
}

.la-angry:before {
    content: ""
}

.la-angrycreative:before {
    content: ""
}

.la-angular:before {
    content: ""
}

.la-ankh:before {
    content: ""
}

.la-app-store:before {
    content: ""
}

.la-app-store-ios:before {
    content: ""
}

.la-apper:before {
    content: ""
}

.la-apple:before {
    content: ""
}

.la-apple-alt:before {
    content: ""
}

.la-apple-pay:before {
    content: ""
}

.la-archive:before {
    content: ""
}

.la-archway:before {
    content: ""
}

.la-arrow-alt-circle-down:before {
    content: ""
}

.la-arrow-alt-circle-left:before {
    content: ""
}

.la-arrow-alt-circle-right:before {
    content: ""
}

.la-arrow-alt-circle-up:before {
    content: ""
}

.la-arrow-circle-down:before {
    content: ""
}

.la-arrow-circle-left:before {
    content: ""
}

.la-arrow-circle-right:before {
    content: ""
}

.la-arrow-circle-up:before {
    content: ""
}

.la-arrow-down:before {
    content: ""
}

.la-arrow-left:before {
    content: ""
}

.la-arrow-right:before {
    content: ""
}

.la-arrow-up:before {
    content: ""
}

.la-arrows-alt:before {
    content: ""
}

.la-arrows-alt-h:before {
    content: ""
}

.la-arrows-alt-v:before {
    content: ""
}

.la-artstation:before {
    content: ""
}

.la-assistive-listening-systems:before {
    content: ""
}

.la-asterisk:before {
    content: ""
}

.la-asymmetrik:before {
    content: ""
}

.la-at:before {
    content: ""
}

.la-atlas:before {
    content: ""
}

.la-atlassian:before {
    content: ""
}

.la-atom:before {
    content: ""
}

.la-audible:before {
    content: ""
}

.la-audio-description:before {
    content: ""
}

.la-autoprefixer:before {
    content: ""
}

.la-avianex:before {
    content: ""
}

.la-aviato:before {
    content: ""
}

.la-award:before {
    content: ""
}

.la-aws:before {
    content: ""
}

.la-baby:before {
    content: ""
}

.la-baby-carriage:before {
    content: ""
}

.la-backspace:before {
    content: ""
}

.la-backward:before {
    content: ""
}

.la-bacon:before {
    content: ""
}

.la-balance-scale:before {
    content: ""
}

.la-balance-scale-left:before {
    content: ""
}

.la-balance-scale-right:before {
    content: ""
}

.la-ban:before {
    content: ""
}

.la-band-aid:before {
    content: ""
}

.la-bandcamp:before {
    content: ""
}

.la-barcode:before {
    content: ""
}

.la-bars:before {
    content: ""
}

.la-baseball-ball:before {
    content: ""
}

.la-basketball-ball:before {
    content: ""
}

.la-bath:before {
    content: ""
}

.la-battery-empty:before {
    content: ""
}

.la-battery-full:before {
    content: ""
}

.la-battery-half:before {
    content: ""
}

.la-battery-quarter:before {
    content: ""
}

.la-battery-three-quarters:before {
    content: ""
}

.la-battle-net:before {
    content: ""
}

.la-bed:before {
    content: ""
}

.la-beer:before {
    content: ""
}

.la-behance:before {
    content: ""
}

.la-behance-square:before {
    content: ""
}

.la-bell:before {
    content: ""
}

.la-bell-slash:before {
    content: ""
}

.la-bezier-curve:before {
    content: ""
}

.la-bible:before {
    content: ""
}

.la-bicycle:before {
    content: ""
}

.la-biking:before {
    content: ""
}

.la-bimobject:before {
    content: ""
}

.la-binoculars:before {
    content: ""
}

.la-biohazard:before {
    content: ""
}

.la-birthday-cake:before {
    content: ""
}

.la-bitbucket:before {
    content: ""
}

.la-bitcoin:before {
    content: ""
}

.la-bity:before {
    content: ""
}

.la-black-tie:before {
    content: ""
}

.la-blackberry:before {
    content: ""
}

.la-blender:before {
    content: ""
}

.la-blender-phone:before {
    content: ""
}

.la-blind:before {
    content: ""
}

.la-blog:before {
    content: ""
}

.la-blogger:before {
    content: ""
}

.la-blogger-b:before {
    content: ""
}

.la-bluetooth:before {
    content: ""
}

.la-bluetooth-b:before {
    content: ""
}

.la-bold:before {
    content: ""
}

.la-bolt:before {
    content: ""
}

.la-bomb:before {
    content: ""
}

.la-bone:before {
    content: ""
}

.la-bong:before {
    content: ""
}

.la-book:before {
    content: ""
}

.la-book-dead:before {
    content: ""
}

.la-book-medical:before {
    content: ""
}

.la-book-open:before {
    content: ""
}

.la-book-reader:before {
    content: ""
}

.la-bookmark:before {
    content: ""
}

.la-bootstrap:before {
    content: ""
}

.la-border-all:before {
    content: ""
}

.la-border-none:before {
    content: ""
}

.la-border-style:before {
    content: ""
}

.la-bowling-ball:before {
    content: ""
}

.la-box:before {
    content: ""
}

.la-box-open:before {
    content: ""
}

.la-boxes:before {
    content: ""
}

.la-braille:before {
    content: ""
}

.la-brain:before {
    content: ""
}

.la-bread-slice:before {
    content: ""
}

.la-briefcase:before {
    content: ""
}

.la-briefcase-medical:before {
    content: ""
}

.la-broadcast-tower:before {
    content: ""
}

.la-broom:before {
    content: ""
}

.la-brush:before {
    content: ""
}

.la-btc:before {
    content: ""
}

.la-buffer:before {
    content: ""
}

.la-bug:before {
    content: ""
}

.la-building:before {
    content: ""
}

.la-bullhorn:before {
    content: ""
}

.la-bullseye:before {
    content: ""
}

.la-burn:before {
    content: ""
}

.la-buromobelexperte:before {
    content: ""
}

.la-bus:before {
    content: ""
}

.la-bus-alt:before {
    content: ""
}

.la-business-time:before {
    content: ""
}

.la-buy-n-large:before {
    content: ""
}

.la-buysellads:before {
    content: ""
}

.la-calculator:before {
    content: ""
}

.la-calendar:before {
    content: ""
}

.la-calendar-alt:before {
    content: ""
}

.la-calendar-check:before {
    content: ""
}

.la-calendar-day:before {
    content: ""
}

.la-calendar-minus:before {
    content: ""
}

.la-calendar-plus:before {
    content: ""
}

.la-calendar-times:before {
    content: ""
}

.la-calendar-week:before {
    content: ""
}

.la-camera:before {
    content: ""
}

.la-camera-retro:before {
    content: ""
}

.la-campground:before {
    content: ""
}

.la-canadian-maple-leaf:before {
    content: ""
}

.la-candy-cane:before {
    content: ""
}

.la-cannabis:before {
    content: ""
}

.la-capsules:before {
    content: ""
}

.la-car:before {
    content: ""
}

.la-car-alt:before {
    content: ""
}

.la-car-battery:before {
    content: ""
}

.la-car-crash:before {
    content: ""
}

.la-car-side:before {
    content: ""
}

.la-caret-down:before {
    content: ""
}

.la-caret-left:before {
    content: ""
}

.la-caret-right:before {
    content: ""
}

.la-caret-square-down:before {
    content: ""
}

.la-caret-square-left:before {
    content: ""
}

.la-caret-square-right:before {
    content: ""
}

.la-caret-square-up:before {
    content: ""
}

.la-caret-up:before {
    content: ""
}

.la-carrot:before {
    content: ""
}

.la-cart-arrow-down:before {
    content: ""
}

.la-cart-plus:before {
    content: ""
}

.la-cash-register:before {
    content: ""
}

.la-cat:before {
    content: ""
}

.la-cc-amazon-pay:before {
    content: ""
}

.la-cc-amex:before {
    content: ""
}

.la-cc-apple-pay:before {
    content: ""
}

.la-cc-diners-club:before {
    content: ""
}

.la-cc-discover:before {
    content: ""
}

.la-cc-jcb:before {
    content: ""
}

.la-cc-mastercard:before {
    content: ""
}

.la-cc-paypal:before {
    content: ""
}

.la-cc-stripe:before {
    content: ""
}

.la-cc-visa:before {
    content: ""
}

.la-centercode:before {
    content: ""
}

.la-centos:before {
    content: ""
}

.la-certificate:before {
    content: ""
}

.la-chair:before {
    content: ""
}

.la-chalkboard:before {
    content: ""
}

.la-chalkboard-teacher:before {
    content: ""
}

.la-charging-station:before {
    content: ""
}

.la-chart-area:before {
    content: ""
}

.la-chart-bar:before {
    content: ""
}

.la-chart-line:before {
    content: ""
}

.la-chart-pie:before {
    content: ""
}

.la-check:before {
    content: ""
}

.la-check-circle:before {
    content: ""
}

.la-check-double:before {
    content: ""
}

.la-check-square:before {
    content: ""
}

.la-cheese:before {
    content: ""
}

.la-chess:before {
    content: ""
}

.la-chess-bishop:before {
    content: ""
}

.la-chess-board:before {
    content: ""
}

.la-chess-king:before {
    content: ""
}

.la-chess-knight:before {
    content: ""
}

.la-chess-pawn:before {
    content: ""
}

.la-chess-queen:before {
    content: ""
}

.la-chess-rook:before {
    content: ""
}

.la-chevron-circle-down:before {
    content: ""
}

.la-chevron-circle-left:before {
    content: ""
}

.la-chevron-circle-right:before {
    content: ""
}

.la-chevron-circle-up:before {
    content: ""
}

.la-chevron-down:before {
    content: ""
}

.la-chevron-left:before {
    content: ""
}

.la-chevron-right:before {
    content: ""
}

.la-chevron-up:before {
    content: ""
}

.la-child:before {
    content: ""
}

.la-chrome:before {
    content: ""
}

.la-chromecast:before {
    content: ""
}

.la-church:before {
    content: ""
}

.la-circle:before {
    content: ""
}

.la-circle-notch:before {
    content: ""
}

.la-city:before {
    content: ""
}

.la-clinic-medical:before {
    content: ""
}

.la-clipboard:before {
    content: ""
}

.la-clipboard-check:before {
    content: ""
}

.la-clipboard-list:before {
    content: ""
}

.la-clock:before {
    content: ""
}

.la-clone:before {
    content: ""
}

.la-closed-captioning:before {
    content: ""
}

.la-cloud:before {
    content: ""
}

.la-cloud-download-alt:before {
    content: ""
}

.la-cloud-meatball:before {
    content: ""
}

.la-cloud-moon:before {
    content: ""
}

.la-cloud-moon-rain:before {
    content: ""
}

.la-cloud-rain:before {
    content: ""
}

.la-cloud-showers-heavy:before {
    content: ""
}

.la-cloud-sun:before {
    content: ""
}

.la-cloud-sun-rain:before {
    content: ""
}

.la-cloud-upload-alt:before {
    content: ""
}

.la-cloudscale:before {
    content: ""
}

.la-cloudsmith:before {
    content: ""
}

.la-cloudversify:before {
    content: ""
}

.la-cocktail:before {
    content: ""
}

.la-code:before {
    content: ""
}

.la-code-branch:before {
    content: ""
}

.la-codepen:before {
    content: ""
}

.la-codiepie:before {
    content: ""
}

.la-coffee:before {
    content: ""
}

.la-cog:before {
    content: ""
}

.la-cogs:before {
    content: ""
}

.la-coins:before {
    content: ""
}

.la-columns:before {
    content: ""
}

.la-comment:before {
    content: ""
}

.la-comment-alt:before {
    content: ""
}

.la-comment-dollar:before {
    content: ""
}

.la-comment-dots:before {
    content: ""
}

.la-comment-medical:before {
    content: ""
}

.la-comment-slash:before {
    content: ""
}

.la-comments:before {
    content: ""
}

.la-comments-dollar:before {
    content: ""
}

.la-compact-disc:before {
    content: ""
}

.la-compass:before {
    content: ""
}

.la-compress:before {
    content: ""
}

.la-compress-arrows-alt:before {
    content: ""
}

.la-concierge-bell:before {
    content: ""
}

.la-confluence:before {
    content: ""
}

.la-connectdevelop:before {
    content: ""
}

.la-contao:before {
    content: ""
}

.la-cookie:before {
    content: ""
}

.la-cookie-bite:before {
    content: ""
}

.la-copy:before {
    content: ""
}

.la-copyright:before {
    content: ""
}

.la-cotton-bureau:before {
    content: ""
}

.la-couch:before {
    content: ""
}

.la-cpanel:before {
    content: ""
}

.la-creative-commons:before {
    content: ""
}

.la-creative-commons-by:before {
    content: ""
}

.la-creative-commons-nc:before {
    content: ""
}

.la-creative-commons-nc-eu:before {
    content: ""
}

.la-creative-commons-nc-jp:before {
    content: ""
}

.la-creative-commons-nd:before {
    content: ""
}

.la-creative-commons-pd:before {
    content: ""
}

.la-creative-commons-pd-alt:before {
    content: ""
}

.la-creative-commons-remix:before {
    content: ""
}

.la-creative-commons-sa:before {
    content: ""
}

.la-creative-commons-sampling:before {
    content: ""
}

.la-creative-commons-sampling-plus:before {
    content: ""
}

.la-creative-commons-share:before {
    content: ""
}

.la-creative-commons-zero:before {
    content: ""
}

.la-credit-card:before {
    content: ""
}

.la-critical-role:before {
    content: ""
}

.la-crop:before {
    content: ""
}

.la-crop-alt:before {
    content: ""
}

.la-cross:before {
    content: ""
}

.la-crosshairs:before {
    content: ""
}

.la-crow:before {
    content: ""
}

.la-crown:before {
    content: ""
}

.la-crutch:before {
    content: ""
}

.la-css3:before {
    content: ""
}

.la-css3-alt:before {
    content: ""
}

.la-cube:before {
    content: ""
}

.la-cubes:before {
    content: ""
}

.la-cut:before {
    content: ""
}

.la-cuttlefish:before {
    content: ""
}

.la-d-and-d:before {
    content: ""
}

.la-d-and-d-beyond:before {
    content: ""
}

.la-dashcube:before {
    content: ""
}

.la-database:before {
    content: ""
}

.la-deaf:before {
    content: ""
}

.la-delicious:before {
    content: ""
}

.la-democrat:before {
    content: ""
}

.la-deploydog:before {
    content: ""
}

.la-deskpro:before {
    content: ""
}

.la-desktop:before {
    content: ""
}

.la-dev:before {
    content: ""
}

.la-deviantart:before {
    content: ""
}

.la-dharmachakra:before {
    content: ""
}

.la-dhl:before {
    content: ""
}

.la-diagnoses:before {
    content: ""
}

.la-diaspora:before {
    content: ""
}

.la-dice:before {
    content: ""
}

.la-dice-d20:before {
    content: ""
}

.la-dice-d6:before {
    content: ""
}

.la-dice-five:before {
    content: ""
}

.la-dice-four:before {
    content: ""
}

.la-dice-one:before {
    content: ""
}

.la-dice-six:before {
    content: ""
}

.la-dice-three:before {
    content: ""
}

.la-dice-two:before {
    content: ""
}

.la-digg:before {
    content: ""
}

.la-digital-ocean:before {
    content: ""
}

.la-digital-tachograph:before {
    content: ""
}

.la-directions:before {
    content: ""
}

.la-discord:before {
    content: ""
}

.la-discourse:before {
    content: ""
}

.la-divide:before {
    content: ""
}

.la-dizzy:before {
    content: ""
}

.la-dna:before {
    content: ""
}

.la-dochub:before {
    content: ""
}

.la-docker:before {
    content: ""
}

.la-dog:before {
    content: ""
}

.la-dollar-sign:before {
    content: ""
}

.la-dolly:before {
    content: ""
}

.la-dolly-flatbed:before {
    content: ""
}

.la-donate:before {
    content: ""
}

.la-door-closed:before {
    content: ""
}

.la-door-open:before {
    content: ""
}

.la-dot-circle:before {
    content: ""
}

.la-dove:before {
    content: ""
}

.la-download:before {
    content: ""
}

.la-draft2digital:before {
    content: ""
}

.la-drafting-compass:before {
    content: ""
}

.la-dragon:before {
    content: ""
}

.la-draw-polygon:before {
    content: ""
}

.la-dribbble:before {
    content: ""
}

.la-dribbble-square:before {
    content: ""
}

.la-dropbox:before {
    content: ""
}

.la-drum:before {
    content: ""
}

.la-drum-steelpan:before {
    content: ""
}

.la-drumstick-bite:before {
    content: ""
}

.la-drupal:before {
    content: ""
}

.la-dumbbell:before {
    content: ""
}

.la-dumpster:before {
    content: ""
}

.la-dumpster-fire:before {
    content: ""
}

.la-dungeon:before {
    content: ""
}

.la-dyalog:before {
    content: ""
}

.la-earlybirds:before {
    content: ""
}

.la-ebay:before {
    content: ""
}

.la-edge:before {
    content: ""
}

.la-edit:before {
    content: ""
}

.la-egg:before {
    content: ""
}

.la-eject:before {
    content: ""
}

.la-elementor:before {
    content: ""
}

.la-ellipsis-h:before {
    content: ""
}

.la-ellipsis-v:before {
    content: ""
}

.la-ello:before {
    content: ""
}

.la-ember:before {
    content: ""
}

.la-empire:before {
    content: ""
}

.la-envelope:before {
    content: ""
}

.la-envelope-open:before {
    content: ""
}

.la-envelope-open-text:before {
    content: ""
}

.la-envelope-square:before {
    content: ""
}

.la-envira:before {
    content: ""
}

.la-equals:before {
    content: ""
}

.la-eraser:before {
    content: ""
}

.la-erlang:before {
    content: ""
}

.la-ethereum:before {
    content: ""
}

.la-ethernet:before {
    content: ""
}

.la-etsy:before {
    content: ""
}

.la-euro-sign:before {
    content: ""
}

.la-evernote:before {
    content: ""
}

.la-exchange-alt:before {
    content: ""
}

.la-exclamation:before {
    content: ""
}

.la-exclamation-circle:before {
    content: ""
}

.la-exclamation-triangle:before {
    content: ""
}

.la-expand:before {
    content: ""
}

.la-expand-arrows-alt:before {
    content: ""
}

.la-expeditedssl:before {
    content: ""
}

.la-external-link-alt:before {
    content: ""
}

.la-external-link-square-alt:before {
    content: ""
}

.la-eye:before {
    content: ""
}

.la-eye-dropper:before {
    content: ""
}

.la-eye-slash:before {
    content: ""
}

.la-facebook:before {
    content: ""
}

.la-facebook-f:before {
    content: ""
}

.la-facebook-messenger:before {
    content: ""
}

.la-facebook-square:before {
    content: ""
}

.la-fan:before {
    content: ""
}

.la-fantasy-flight-games:before {
    content: ""
}

.la-fast-backward:before {
    content: ""
}

.la-fast-forward:before {
    content: ""
}

.la-fax:before {
    content: ""
}

.la-feather:before {
    content: ""
}

.la-feather-alt:before {
    content: ""
}

.la-fedex:before {
    content: ""
}

.la-fedora:before {
    content: ""
}

.la-female:before {
    content: ""
}

.la-fighter-jet:before {
    content: ""
}

.la-figma:before {
    content: ""
}

.la-file:before {
    content: ""
}

.la-file-alt:before {
    content: ""
}

.la-file-archive:before {
    content: ""
}

.la-file-audio:before {
    content: ""
}

.la-file-code:before {
    content: ""
}

.la-file-contract:before {
    content: ""
}

.la-file-csv:before {
    content: ""
}

.la-file-download:before {
    content: ""
}

.la-file-excel:before {
    content: ""
}

.la-file-export:before {
    content: ""
}

.la-file-image:before {
    content: ""
}

.la-file-import:before {
    content: ""
}

.la-file-invoice:before {
    content: ""
}

.la-file-invoice-dollar:before {
    content: ""
}

.la-file-medical:before {
    content: ""
}

.la-file-medical-alt:before {
    content: ""
}

.la-file-pdf:before {
    content: ""
}

.la-file-powerpoint:before {
    content: ""
}

.la-file-prescription:before {
    content: ""
}

.la-file-signature:before {
    content: ""
}

.la-file-upload:before {
    content: ""
}

.la-file-video:before {
    content: ""
}

.la-file-word:before {
    content: ""
}

.la-fill:before {
    content: ""
}

.la-fill-drip:before {
    content: ""
}

.la-film:before {
    content: ""
}

.la-filter:before {
    content: ""
}

.la-fingerprint:before {
    content: ""
}

.la-fire:before {
    content: ""
}

.la-fire-alt:before {
    content: ""
}

.la-fire-extinguisher:before {
    content: ""
}

.la-firefox:before {
    content: ""
}

.la-first-aid:before {
    content: ""
}

.la-first-order:before {
    content: ""
}

.la-first-order-alt:before {
    content: ""
}

.la-firstdraft:before {
    content: ""
}

.la-fish:before {
    content: ""
}

.la-fist-raised:before {
    content: ""
}

.la-flag:before {
    content: ""
}

.la-flag-checkered:before {
    content: ""
}

.la-flag-usa:before {
    content: ""
}

.la-flask:before {
    content: ""
}

.la-flickr:before {
    content: ""
}

.la-flipboard:before {
    content: ""
}

.la-flushed:before {
    content: ""
}

.la-fly:before {
    content: ""
}

.la-folder:before {
    content: ""
}

.la-folder-minus:before {
    content: ""
}

.la-folder-open:before {
    content: ""
}

.la-folder-plus:before {
    content: ""
}

.la-font:before {
    content: ""
}

.la-font-awesome:before {
    content: ""
}

.la-font-awesome-alt:before {
    content: ""
}

.la-font-awesome-flag:before {
    content: ""
}

.la-font-awesome-logo-full:before {
    content: ""
}

.la-fonticons:before {
    content: ""
}

.la-fonticons-fi:before {
    content: ""
}

.la-football-ball:before {
    content: ""
}

.la-fort-awesome:before {
    content: ""
}

.la-fort-awesome-alt:before {
    content: ""
}

.la-forumbee:before {
    content: ""
}

.la-forward:before {
    content: ""
}

.la-foursquare:before {
    content: ""
}

.la-free-code-camp:before {
    content: ""
}

.la-freebsd:before {
    content: ""
}

.la-frog:before {
    content: ""
}

.la-frown:before {
    content: ""
}

.la-frown-open:before {
    content: ""
}

.la-fulcrum:before {
    content: ""
}

.la-funnel-dollar:before {
    content: ""
}

.la-futbol:before {
    content: ""
}

.la-galactic-republic:before {
    content: ""
}

.la-galactic-senate:before {
    content: ""
}

.la-gamepad:before {
    content: ""
}

.la-gas-pump:before {
    content: ""
}

.la-gavel:before {
    content: ""
}

.la-gem:before {
    content: ""
}

.la-genderless:before {
    content: ""
}

.la-get-pocket:before {
    content: ""
}

.la-gg:before {
    content: ""
}

.la-gg-circle:before {
    content: ""
}

.la-ghost:before {
    content: ""
}

.la-gift:before {
    content: ""
}

.la-gifts:before {
    content: ""
}

.la-git:before {
    content: ""
}

.la-git-alt:before {
    content: ""
}

.la-git-square:before {
    content: ""
}

.la-github:before {
    content: ""
}

.la-github-alt:before {
    content: ""
}

.la-github-square:before {
    content: ""
}

.la-gitkraken:before {
    content: ""
}

.la-gitlab:before {
    content: ""
}

.la-gitter:before {
    content: ""
}

.la-glass-cheers:before {
    content: ""
}

.la-glass-martini:before {
    content: ""
}

.la-glass-martini-alt:before {
    content: ""
}

.la-glass-whiskey:before {
    content: ""
}

.la-glasses:before {
    content: ""
}

.la-glide:before {
    content: ""
}

.la-glide-g:before {
    content: ""
}

.la-globe:before {
    content: ""
}

.la-globe-africa:before {
    content: ""
}

.la-globe-americas:before {
    content: ""
}

.la-globe-asia:before {
    content: ""
}

.la-globe-europe:before {
    content: ""
}

.la-gofore:before {
    content: ""
}

.la-golf-ball:before {
    content: ""
}

.la-goodreads:before {
    content: ""
}

.la-goodreads-g:before {
    content: ""
}

.la-google:before {
    content: ""
}

.la-google-drive:before {
    content: ""
}

.la-google-play:before {
    content: ""
}

.la-google-plus:before {
    content: ""
}

.la-google-plus-g:before {
    content: ""
}

.la-google-plus-square:before {
    content: ""
}

.la-google-wallet:before {
    content: ""
}

.la-gopuram:before {
    content: ""
}

.la-graduation-cap:before {
    content: ""
}

.la-gratipay:before {
    content: ""
}

.la-grav:before {
    content: ""
}

.la-greater-than:before {
    content: ""
}

.la-greater-than-equal:before {
    content: ""
}

.la-grimace:before {
    content: ""
}

.la-grin:before {
    content: ""
}

.la-grin-alt:before {
    content: ""
}

.la-grin-beam:before {
    content: ""
}

.la-grin-beam-sweat:before {
    content: ""
}

.la-grin-hearts:before {
    content: ""
}

.la-grin-squint:before {
    content: ""
}

.la-grin-squint-tears:before {
    content: ""
}

.la-grin-stars:before {
    content: ""
}

.la-grin-tears:before {
    content: ""
}

.la-grin-tongue:before {
    content: ""
}

.la-grin-tongue-squint:before {
    content: ""
}

.la-grin-tongue-wink:before {
    content: ""
}

.la-grin-wink:before {
    content: ""
}

.la-grip-horizontal:before {
    content: ""
}

.la-grip-lines:before {
    content: ""
}

.la-grip-lines-vertical:before {
    content: ""
}

.la-grip-vertical:before {
    content: ""
}

.la-gripfire:before {
    content: ""
}

.la-grunt:before {
    content: ""
}

.la-guitar:before {
    content: ""
}

.la-gulp:before {
    content: ""
}

.la-h-square:before {
    content: ""
}

.la-hacker-news:before {
    content: ""
}

.la-hacker-news-square:before {
    content: ""
}

.la-hackerrank:before {
    content: ""
}

.la-hamburger:before {
    content: ""
}

.la-hammer:before {
    content: ""
}

.la-hamsa:before {
    content: ""
}

.la-hand-holding:before {
    content: ""
}

.la-hand-holding-heart:before {
    content: ""
}

.la-hand-holding-usd:before {
    content: ""
}

.la-hand-lizard:before {
    content: ""
}

.la-hand-middle-finger:before {
    content: ""
}

.la-hand-paper:before {
    content: ""
}

.la-hand-peace:before {
    content: ""
}

.la-hand-point-down:before {
    content: ""
}

.la-hand-point-left:before {
    content: ""
}

.la-hand-point-right:before {
    content: ""
}

.la-hand-point-up:before {
    content: ""
}

.la-hand-pointer:before {
    content: ""
}

.la-hand-rock:before {
    content: ""
}

.la-hand-scissors:before {
    content: ""
}

.la-hand-spock:before {
    content: ""
}

.la-hands:before {
    content: ""
}

.la-hands-helping:before {
    content: ""
}

.la-handshake:before {
    content: ""
}

.la-hanukiah:before {
    content: ""
}

.la-hard-hat:before {
    content: ""
}

.la-hashtag:before {
    content: ""
}

.la-hat-cowboy:before {
    content: ""
}

.la-hat-cowboy-side:before {
    content: ""
}

.la-hat-wizard:before {
    content: ""
}

.la-haykal:before {
    content: ""
}

.la-hdd:before {
    content: ""
}

.la-heading:before {
    content: ""
}

.la-headphones:before {
    content: ""
}

.la-headphones-alt:before {
    content: ""
}

.la-headset:before {
    content: ""
}

.la-heart:before {
    content: ""
}

.la-heart-broken:before {
    content: ""
}

.la-heartbeat:before {
    content: ""
}

.la-helicopter:before {
    content: ""
}

.la-highlighter:before {
    content: ""
}

.la-hiking:before {
    content: ""
}

.la-hippo:before {
    content: ""
}

.la-hips:before {
    content: ""
}

.la-hire-a-helper:before {
    content: ""
}

.la-history:before {
    content: ""
}

.la-hockey-puck:before {
    content: ""
}

.la-holly-berry:before {
    content: "";
}

.la-home:before {
    content: "";

}

.la-hooli:before {
    content: "";
}

.la-hornbill:before {
    content: "";
}

.la-horse:before {
    content: "";
}

.la-horse-head:before {
    content: "";
}

.la-hospital:before {
    content: ""
}

.la-hospital-alt:before {
    content: ""
}

.la-hospital-symbol:before {
    content: ""
}

.la-hot-tub:before {
    content: ""
}

.la-hotdog:before {
    content: ""
}

.la-hotel:before {
    content: ""
}

.la-hotjar:before {
    content: ""
}

.la-hourglass:before {
    content: ""
}

.la-hourglass-end:before {
    content: ""
}

.la-hourglass-half:before {
    content: ""
}

.la-hourglass-start:before {
    content: ""
}

.la-house-damage:before {
    content: ""
}

.la-houzz:before {
    content: ""
}

.la-hryvnia:before {
    content: ""
}

.la-html5:before {
    content: ""
}

.la-hubspot:before {
    content: ""
}

.la-i-cursor:before {
    content: ""
}

.la-ice-cream:before {
    content: ""
}

.la-icicles:before {
    content: ""
}

.la-icons:before {
    content: ""
}

.la-id-badge:before {
    content: ""
}

.la-id-card:before {
    content: ""
}

.la-id-card-alt:before {
    content: ""
}

.la-igloo:before {
    content: ""
}

.la-image:before {
    content: ""
}

.la-images:before {
    content: ""
}

.la-imdb:before {
    content: ""
}

.la-inbox:before {
    content: ""
}

.la-indent:before {
    content: ""
}

.la-industry:before {
    content: ""
}

.la-infinity:before {
    content: ""
}

.la-info:before {
    content: ""
}

.la-info-circle:before {
    content: ""
}

.la-instagram:before {
    content: ""
}

.la-intercom:before {
    content: ""
}

.la-internet-explorer:before {
    content: ""
}

.la-invision:before {
    content: ""
}

.la-ioxhost:before {
    content: ""
}

.la-italic:before {
    content: ""
}

.la-itch-io:before {
    content: ""
}

.la-itunes:before {
    content: ""
}

.la-itunes-note:before {
    content: ""
}

.la-java:before {
    content: ""
}

.la-jedi:before {
    content: ""
}

.la-jedi-order:before {
    content: ""
}

.la-jenkins:before {
    content: ""
}

.la-jira:before {
    content: ""
}

.la-joget:before {
    content: ""
}

.la-joint:before {
    content: ""
}

.la-joomla:before {
    content: ""
}

.la-journal-whills:before {
    content: ""
}

.la-js:before {
    content: ""
}

.la-js-square:before {
    content: ""
}

.la-jsfiddle:before {
    content: ""
}

.la-kaaba:before {
    content: ""
}

.la-kaggle:before {
    content: ""
}

.la-key:before {
    content: ""
}

.la-keybase:before {
    content: ""
}

.la-keyboard:before {
    content: ""
}

.la-keycdn:before {
    content: ""
}

.la-khanda:before {
    content: ""
}

.la-kickstarter:before {
    content: ""
}

.la-kickstarter-k:before {
    content: ""
}

.la-kiss:before {
    content: ""
}

.la-kiss-beam:before {
    content: ""
}

.la-kiss-wink-heart:before {
    content: ""
}

.la-kiwi-bird:before {
    content: ""
}

.la-korvue:before {
    content: ""
}

.la-landmark:before {
    content: ""
}

.la-language:before {
    content: ""
}

.la-laptop:before {
    content: ""
}

.la-laptop-code:before {
    content: ""
}

.la-laptop-medical:before {
    content: ""
}

.la-laravel:before {
    content: ""
}

.la-lastfm:before {
    content: ""
}

.la-lastfm-square:before {
    content: ""
}

.la-laugh:before {
    content: ""
}

.la-laugh-beam:before {
    content: ""
}

.la-laugh-squint:before {
    content: ""
}

.la-laugh-wink:before {
    content: ""
}

.la-layer-group:before {
    content: ""
}

.la-leaf:before {
    content: ""
}

.la-leanpub:before {
    content: ""
}

.la-lemon:before {
    content: ""
}

.la-less:before {
    content: ""
}

.la-less-than:before {
    content: ""
}

.la-less-than-equal:before {
    content: ""
}

.la-level-down-alt:before {
    content: ""
}

.la-level-up-alt:before {
    content: ""
}

.la-life-ring:before {
    content: ""
}

.la-lightbulb:before {
    content: ""
}

.la-line:before {
    content: ""
}

.la-link:before {
    content: ""
}

.la-linkedin:before {
    content: ""
}

.la-linkedin-in:before {
    content: ""
}

.la-linode:before {
    content: ""
}

.la-linux:before {
    content: ""
}

.la-lira-sign:before {
    content: ""
}

.la-list:before {
    content: ""
}

.la-list-alt:before {
    content: ""
}

.la-list-ol:before {
    content: ""
}

.la-list-ul:before {
    content: ""
}

.la-location-arrow:before {
    content: ""
}

.la-lock:before {
    content: ""
}

.la-lock-open:before {
    content: ""
}

.la-long-arrow-alt-down:before {
    content: ""
}

.la-long-arrow-alt-left:before {
    content: ""
}

.la-long-arrow-alt-right:before {
    content: ""
}

.la-long-arrow-alt-up:before {
    content: ""
}

.la-low-vision:before {
    content: ""
}

.la-luggage-cart:before {
    content: ""
}

.la-lyft:before {
    content: ""
}

.la-magento:before {
    content: ""
}

.la-magic:before {
    content: ""
}

.la-magnet:before {
    content: ""
}

.la-mail-bulk:before {
    content: ""
}

.la-mailchimp:before {
    content: ""
}

.la-male:before {
    content: ""
}

.la-mandalorian:before {
    content: ""
}

.la-map:before {
    content: ""
}

.la-map-marked:before {
    content: ""
}

.la-map-marked-alt:before {
    content: ""
}

.la-map-marker:before {
    content: ""
}

.la-map-marker-alt:before {
    content: ""
}

.la-map-pin:before {
    content: ""
}

.la-map-signs:before {
    content: ""
}

.la-markdown:before {
    content: ""
}

.la-marker:before {
    content: ""
}

.la-mars:before {
    content: ""
}

.la-mars-double:before {
    content: ""
}

.la-mars-stroke:before {
    content: ""
}

.la-mars-stroke-h:before {
    content: ""
}

.la-mars-stroke-v:before {
    content: ""
}

.la-mask:before {
    content: ""
}

.la-mastodon:before {
    content: ""
}

.la-maxcdn:before {
    content: ""
}

.la-mdb:before {
    content: ""
}

.la-medal:before {
    content: ""
}

.la-medapps:before {
    content: ""
}

.la-medium:before {
    content: ""
}

.la-medium-m:before {
    content: ""
}

.la-medkit:before {
    content: ""
}

.la-medrt:before {
    content: ""
}

.la-meetup:before {
    content: ""
}

.la-megaport:before {
    content: ""
}

.la-meh:before {
    content: ""
}

.la-meh-blank:before {
    content: ""
}

.la-meh-rolling-eyes:before {
    content: ""
}

.la-memory:before {
    content: ""
}

.la-mendeley:before {
    content: ""
}

.la-menorah:before {
    content: ""
}

.la-mercury:before {
    content: ""
}

.la-meteor:before {
    content: ""
}

.la-microchip:before {
    content: ""
}

.la-microphone:before {
    content: ""
}

.la-microphone-alt:before {
    content: ""
}

.la-microphone-alt-slash:before {
    content: ""
}

.la-microphone-slash:before {
    content: ""
}

.la-microscope:before {
    content: ""
}

.la-microsoft:before {
    content: ""
}

.la-minus:before {
    content: ""
}

.la-minus-circle:before {
    content: ""
}

.la-minus-square:before {
    content: ""
}

.la-mitten:before {
    content: ""
}

.la-mix:before {
    content: ""
}

.la-mixcloud:before {
    content: ""
}

.la-mizuni:before {
    content: ""
}

.la-mobile:before {
    content: ""
}

.la-mobile-alt:before {
    content: ""
}

.la-modx:before {
    content: ""
}

.la-monero:before {
    content: ""
}

.la-money-bill:before {
    content: ""
}

.la-money-bill-alt:before {
    content: ""
}

.la-money-bill-wave:before {
    content: ""
}

.la-money-bill-wave-alt:before {
    content: ""
}

.la-money-check:before {
    content: ""
}

.la-money-check-alt:before {
    content: ""
}

.la-monument:before {
    content: ""
}

.la-moon:before {
    content: ""
}

.la-mortar-pestle:before {
    content: ""
}

.la-mosque:before {
    content: ""
}

.la-motorcycle:before {
    content: ""
}

.la-mountain:before {
    content: ""
}

.la-mouse:before {
    content: ""
}

.la-mouse-pointer:before {
    content: ""
}

.la-mug-hot:before {
    content: ""
}

.la-music:before {
    content: ""
}

.la-napster:before {
    content: ""
}

.la-neos:before {
    content: ""
}

.la-network-wired:before {
    content: ""
}

.la-neuter:before {
    content: ""
}

.la-newspaper:before {
    content: ""
}

.la-nimblr:before {
    content: ""
}

.la-node:before {
    content: ""
}

.la-node-js:before {
    content: ""
}

.la-not-equal:before {
    content: ""
}

.la-notes-medical:before {
    content: ""
}

.la-npm:before {
    content: ""
}

.la-ns8:before {
    content: ""
}

.la-nutritionix:before {
    content: ""
}

.la-object-group:before {
    content: ""
}

.la-object-ungroup:before {
    content: ""
}

.la-odnoklassniki:before {
    content: ""
}

.la-odnoklassniki-square:before {
    content: ""
}

.la-oil-can:before {
    content: ""
}

.la-old-republic:before {
    content: ""
}

.la-om:before {
    content: ""
}

.la-opencart:before {
    content: ""
}

.la-openid:before {
    content: ""
}

.la-opera:before {
    content: ""
}

.la-optin-monster:before {
    content: ""
}

.la-orcid:before {
    content: ""
}

.la-osi:before {
    content: ""
}

.la-otter:before {
    content: ""
}

.la-outdent:before {
    content: ""
}

.la-page4:before {
    content: ""
}

.la-pagelines:before {
    content: ""
}

.la-pager:before {
    content: ""
}

.la-paint-brush:before {
    content: ""
}

.la-paint-roller:before {
    content: ""
}

.la-palette:before {
    content: ""
}

.la-palfed:before {
    content: ""
}

.la-pallet:before {
    content: ""
}

.la-paper-plane:before {
    content: ""
}

.la-paperclip:before {
    content: ""
}

.la-parachute-box:before {
    content: ""
}

.la-paragraph:before {
    content: ""
}

.la-parking:before {
    content: ""
}

.la-passport:before {
    content: ""
}

.la-pastafarianism:before {
    content: ""
}

.la-paste:before {
    content: ""
}

.la-patreon:before {
    content: ""
}

.la-pause:before {
    content: ""
}

.la-pause-circle:before {
    content: ""
}

.la-paw:before {
    content: ""
}

.la-paypal:before {
    content: ""
}

.la-peace:before {
    content: ""
}

.la-pen:before {
    content: ""
}

.la-pen-alt:before {
    content: ""
}

.la-pen-fancy:before {
    content: ""
}

.la-pen-nib:before {
    content: ""
}

.la-pen-square:before {
    content: ""
}

.la-pencil-alt:before {
    content: ""
}

.la-pencil-ruler:before {
    content: ""
}

.la-penny-arcade:before {
    content: ""
}

.la-people-carry:before {
    content: ""
}

.la-pepper-hot:before {
    content: ""
}

.la-percent:before {
    content: ""
}

.la-percentage:before {
    content: ""
}

.la-periscope:before {
    content: ""
}

.la-person-booth:before {
    content: ""
}

.la-phabricator:before {
    content: ""
}

.la-phoenix-framework:before {
    content: ""
}

.la-phoenix-squadron:before {
    content: ""
}

.la-phone:before {
    content: ""
}

.la-phone-alt:before {
    content: ""
}

.la-phone-slash:before {
    content: ""
}

.la-phone-square:before {
    content: ""
}

.la-phone-square-alt:before {
    content: ""
}

.la-phone-volume:before {
    content: ""
}

.la-photo-video:before {
    content: ""
}

.la-php:before {
    content: ""
}

.la-pied-piper:before {
    content: ""
}

.la-pied-piper-alt:before {
    content: ""
}

.la-pied-piper-hat:before {
    content: ""
}

.la-pied-piper-pp:before {
    content: ""
}

.la-piggy-bank:before {
    content: ""
}

.la-pills:before {
    content: ""
}

.la-pinterest:before {
    content: ""
}

.la-pinterest-p:before {
    content: ""
}

.la-pinterest-square:before {
    content: ""
}

.la-pizza-slice:before {
    content: ""
}

.la-place-of-worship:before {
    content: ""
}

.la-plane:before {
    content: ""
}

.la-plane-arrival:before {
    content: ""
}

.la-plane-departure:before {
    content: ""
}

.la-play:before {
    content: ""
}

.la-play-circle:before {
    content: ""
}

.la-playstation:before {
    content: ""
}

.la-plug:before {
    content: ""
}

.la-plus:before {
    content: ""
}

.la-plus-circle:before {
    content: ""
}

.la-plus-square:before {
    content: ""
}

.la-podcast:before {
    content: ""
}

.la-poll:before {
    content: ""
}

.la-poll-h:before {
    content: ""
}

.la-poo:before {
    content: ""
}

.la-poo-storm:before {
    content: ""
}

.la-poop:before {
    content: ""
}

.la-portrait:before {
    content: ""
}

.la-pound-sign:before {
    content: ""
}

.la-power-off:before {
    content: ""
}

.la-pray:before {
    content: ""
}

.la-praying-hands:before {
    content: ""
}

.la-prescription:before {
    content: ""
}

.la-prescription-bottle:before {
    content: ""
}

.la-prescription-bottle-alt:before {
    content: ""
}

.la-print:before {
    content: ""
}

.la-procedures:before {
    content: ""
}

.la-product-hunt:before {
    content: ""
}

.la-project-diagram:before {
    content: ""
}

.la-pushed:before {
    content: ""
}

.la-puzzle-piece:before {
    content: ""
}

.la-python:before {
    content: ""
}

.la-qq:before {
    content: ""
}

.la-qrcode:before {
    content: ""
}

.la-question:before {
    content: ""
}

.la-question-circle:before {
    content: ""
}

.la-quidditch:before {
    content: ""
}

.la-quinscape:before {
    content: ""
}

.la-quora:before {
    content: ""
}

.la-quote-left:before {
    content: ""
}

.la-quote-right:before {
    content: ""
}

.la-quran:before {
    content: ""
}

.la-r-project:before {
    content: ""
}

.la-radiation:before {
    content: ""
}

.la-radiation-alt:before {
    content: ""
}

.la-rainbow:before {
    content: ""
}

.la-random:before {
    content: ""
}

.la-raspberry-pi:before {
    content: ""
}

.la-ravelry:before {
    content: ""
}

.la-react:before {
    content: ""
}

.la-reacteurope:before {
    content: ""
}

.la-readme:before {
    content: ""
}

.la-rebel:before {
    content: ""
}

.la-receipt:before {
    content: ""
}

.la-record-vinyl:before {
    content: ""
}

.la-recycle:before {
    content: ""
}

.la-red-river:before {
    content: ""
}

.la-reddit:before {
    content: ""
}

.la-reddit-alien:before {
    content: ""
}

.la-reddit-square:before {
    content: ""
}

.la-redhat:before {
    content: ""
}

.la-redo:before {
    content: ""
}

.la-redo-alt:before {
    content: ""
}

.la-registered:before {
    content: ""
}

.la-remove-format:before {
    content: ""
}

.la-renren:before {
    content: ""
}

.la-reply:before {
    content: ""
}

.la-reply-all:before {
    content: ""
}

.la-replyd:before {
    content: ""
}

.la-republican:before {
    content: ""
}

.la-researchgate:before {
    content: ""
}

.la-resolving:before {
    content: ""
}

.la-restroom:before {
    content: ""
}

.la-retweet:before {
    content: ""
}

.la-rev:before {
    content: ""
}

.la-ribbon:before {
    content: ""
}

.la-ring:before {
    content: ""
}

.la-road:before {
    content: ""
}

.la-robot:before {
    content: ""
}

.la-rocket:before {
    content: ""
}

.la-rocketchat:before {
    content: ""
}

.la-rockrms:before {
    content: ""
}

.la-route:before {
    content: ""
}

.la-rss:before {
    content: ""
}

.la-rss-square:before {
    content: ""
}

.la-ruble-sign:before {
    content: ""
}

.la-ruler:before {
    content: ""
}

.la-ruler-combined:before {
    content: ""
}

.la-ruler-horizontal:before {
    content: ""
}

.la-ruler-vertical:before {
    content: ""
}

.la-running:before {
    content: ""
}

.la-rupee-sign:before {
    content: ""
}

.la-sad-cry:before {
    content: ""
}

.la-sad-tear:before {
    content: ""
}

.la-safari:before {
    content: ""
}

.la-salesforce:before {
    content: ""
}

.la-sass:before {
    content: ""
}

.la-satellite:before {
    content: ""
}

.la-satellite-dish:before {
    content: ""
}

.la-save:before {
    content: ""
}

.la-schlix:before {
    content: ""
}

.la-school:before {
    content: ""
}

.la-screwdriver:before {
    content: ""
}

.la-scribd:before {
    content: ""
}

.la-scroll:before {
    content: ""
}

.la-sd-card:before {
    content: ""
}

.la-search:before {
    content: ""
}

.la-search-dollar:before {
    content: ""
}

.la-search-location:before {
    content: ""
}

.la-search-minus:before {
    content: ""
}

.la-search-plus:before {
    content: ""
}

.la-searchengin:before {
    content: ""
}

.la-seedling:before {
    content: ""
}

.la-sellcast:before {
    content: ""
}

.la-sellsy:before {
    content: ""
}

.la-server:before {
    content: ""
}

.la-servicestack:before {
    content: ""
}

.la-shapes:before {
    content: ""
}

.la-share:before {
    content: ""
}

.la-share-alt:before {
    content: ""
}

.la-share-alt-square:before {
    content: ""
}

.la-share-square:before {
    content: ""
}

.la-shekel-sign:before {
    content: ""
}

.la-shield-alt:before {
    content: ""
}

.la-ship:before {
    content: ""
}

.la-shipping-fast:before {
    content: ""
}

.la-shirtsinbulk:before {
    content: ""
}

.la-shoe-prints:before {
    content: ""
}

.la-shopping-bag:before {
    content: ""
}

.la-shopping-basket:before {
    content: ""
}

.la-shopping-cart:before {
    content: ""
}

.la-shopware:before {
    content: ""
}

.la-shower:before {
    content: ""
}

.la-shuttle-van:before {
    content: ""
}

.la-sign:before {
    content: ""
}

.la-sign-in-alt:before {
    content: ""
}

.la-sign-language:before {
    content: ""
}

.la-sign-out-alt:before {
    content: ""
}

.la-signal:before {
    content: ""
}

.la-signature:before {
    content: ""
}

.la-sim-card:before {
    content: ""
}

.la-simplybuilt:before {
    content: ""
}

.la-sistrix:before {
    content: ""
}

.la-sitemap:before {
    content: ""
}

.la-sith:before {
    content: ""
}

.la-skating:before {
    content: ""
}

.la-sketch:before {
    content: ""
}

.la-skiing:before {
    content: ""
}

.la-skiing-nordic:before {
    content: ""
}

.la-skull:before {
    content: ""
}

.la-skull-crossbones:before {
    content: ""
}

.la-skyatlas:before {
    content: ""
}

.la-skype:before {
    content: ""
}

.la-slack:before {
    content: ""
}

.la-slack-hash:before {
    content: ""
}

.la-slash:before {
    content: ""
}

.la-sleigh:before {
    content: ""
}

.la-sliders-h:before {
    content: ""
}

.la-slideshare:before {
    content: ""
}

.la-smile:before {
    content: ""
}

.la-smile-beam:before {
    content: ""
}

.la-smile-wink:before {
    content: ""
}

.la-smog:before {
    content: ""
}

.la-smoking:before {
    content: ""
}

.la-smoking-ban:before {
    content: ""
}

.la-sms:before {
    content: ""
}

.la-snapchat:before {
    content: ""
}

.la-snapchat-ghost:before {
    content: ""
}

.la-snapchat-square:before {
    content: ""
}

.la-snowboarding:before {
    content: ""
}

.la-snowflake:before {
    content: ""
}

.la-snowman:before {
    content: ""
}

.la-snowplow:before {
    content: ""
}

.la-socks:before {
    content: ""
}

.la-solar-panel:before {
    content: ""
}

.la-sort:before {
    content: ""
}

.la-sort-alpha-down:before {
    content: ""
}

.la-sort-alpha-down-alt:before {
    content: ""
}

.la-sort-alpha-up:before {
    content: ""
}

.la-sort-alpha-up-alt:before {
    content: ""
}

.la-sort-amount-down:before {
    content: ""
}

.la-sort-amount-down-alt:before {
    content: ""
}

.la-sort-amount-up:before {
    content: ""
}

.la-sort-amount-up-alt:before {
    content: ""
}

.la-sort-down:before {
    content: ""
}

.la-sort-numeric-down:before {
    content: ""
}

.la-sort-numeric-down-alt:before {
    content: ""
}

.la-sort-numeric-up:before {
    content: ""
}

.la-sort-numeric-up-alt:before {
    content: ""
}

.la-sort-up:before {
    content: ""
}

.la-soundcloud:before {
    content: ""
}

.la-sourcetree:before {
    content: ""
}

.la-spa:before {
    content: ""
}

.la-space-shuttle:before {
    content: ""
}

.la-speakap:before {
    content: ""
}

.la-speaker-deck:before {
    content: ""
}

.la-spell-check:before {
    content: ""
}

.la-spider:before {
    content: ""
}

.la-spinner:before {
    content: ""
}

.la-splotch:before {
    content: ""
}

.la-spotify:before {
    content: ""
}

.la-spray-can:before {
    content: ""
}

.la-square:before {
    content: ""
}

.la-square-full:before {
    content: ""
}

.la-square-root-alt:before {
    content: ""
}

.la-squarespace:before {
    content: ""
}

.la-stack-exchange:before {
    content: ""
}

.la-stack-overflow:before {
    content: ""
}

.la-stackpath:before {
    content: ""
}

.la-stamp:before {
    content: ""
}

.la-star:before {
    content: ""
}

.la-star-and-crescent:before {
    content: ""
}

.la-star-half:before {
    content: ""
}

.la-star-half-alt:before {
    content: ""
}

.la-star-of-david:before {
    content: ""
}

.la-star-of-life:before {
    content: ""
}

.la-staylinked:before {
    content: ""
}

.la-steam:before {
    content: ""
}

.la-steam-square:before {
    content: ""
}

.la-steam-symbol:before {
    content: ""
}

.la-step-backward:before {
    content: ""
}

.la-step-forward:before {
    content: ""
}

.la-stethoscope:before {
    content: ""
}

.la-sticker-mule:before {
    content: ""
}

.la-sticky-note:before {
    content: ""
}

.la-stop:before {
    content: ""
}

.la-stop-circle:before {
    content: ""
}

.la-stopwatch:before {
    content: ""
}

.la-store:before {
    content: ""
}

.la-store-alt:before {
    content: ""
}

.la-strava:before {
    content: ""
}

.la-stream:before {
    content: ""
}

.la-street-view:before {
    content: ""
}

.la-strikethrough:before {
    content: ""
}

.la-stripe:before {
    content: ""
}

.la-stripe-s:before {
    content: ""
}

.la-stroopwafel:before {
    content: ""
}

.la-studiovinari:before {
    content: ""
}

.la-stumbleupon:before {
    content: ""
}

.la-stumbleupon-circle:before {
    content: ""
}

.la-subscript:before {
    content: ""
}

.la-subway:before {
    content: ""
}

.la-suitcase:before {
    content: ""
}

.la-suitcase-rolling:before {
    content: ""
}

.la-sun:before {
    content: ""
}

.la-superpowers:before {
    content: ""
}

.la-superscript:before {
    content: ""
}

.la-supple:before {
    content: ""
}

.la-surprise:before {
    content: ""
}

.la-suse:before {
    content: ""
}

.la-swatchbook:before {
    content: ""
}

.la-swift:before {
    content: ""
}

.la-swimmer:before {
    content: ""
}

.la-swimming-pool:before {
    content: ""
}

.la-symfony:before {
    content: ""
}

.la-synagogue:before {
    content: ""
}

.la-sync:before {
    content: ""
}

.la-sync-alt:before {
    content: ""
}

.la-syringe:before {
    content: ""
}

.la-table:before {
    content: ""
}

.la-table-tennis:before {
    content: ""
}

.la-tablet:before {
    content: ""
}

.la-tablet-alt:before {
    content: ""
}

.la-tablets:before {
    content: ""
}

.la-tachometer-alt:before {
    content: ""
}

.la-tag:before {
    content: ""
}

.la-tags:before {
    content: ""
}

.la-tape:before {
    content: ""
}

.la-tasks:before {
    content: ""
}

.la-taxi:before {
    content: ""
}

.la-teamspeak:before {
    content: ""
}

.la-teeth:before {
    content: ""
}

.la-teeth-open:before {
    content: ""
}

.la-telegram:before {
    content: ""
}

.la-telegram-plane:before {
    content: ""
}

.la-temperature-high:before {
    content: ""
}

.la-temperature-low:before {
    content: ""
}

.la-tencent-weibo:before {
    content: ""
}

.la-tenge:before {
    content: ""
}

.la-terminal:before {
    content: ""
}

.la-text-height:before {
    content: ""
}

.la-text-width:before {
    content: ""
}

.la-th:before {
    content: ""
}

.la-th-large:before {
    content: ""
}

.la-th-list:before {
    content: ""
}

.la-the-red-yeti:before {
    content: ""
}

.la-theater-masks:before {
    content: ""
}

.la-themeco:before {
    content: ""
}

.la-themeisle:before {
    content: ""
}

.la-thermometer:before {
    content: ""
}

.la-thermometer-empty:before {
    content: ""
}

.la-thermometer-full:before {
    content: ""
}

.la-thermometer-half:before {
    content: ""
}

.la-thermometer-quarter:before {
    content: ""
}

.la-thermometer-three-quarters:before {
    content: ""
}

.la-think-peaks:before {
    content: ""
}

.la-thumbs-down:before {
    content: ""
}

.la-thumbs-up:before {
    content: ""
}

.la-thumbtack:before {
    content: ""
}

.la-ticket-alt:before {
    content: ""
}

.la-times:before {
    content: ""
}

.la-times-circle:before {
    content: ""
}

.la-tint:before {
    content: ""
}

.la-tint-slash:before {
    content: ""
}

.la-tired:before {
    content: ""
}

.la-toggle-off:before {
    content: ""
}

.la-toggle-on:before {
    content: ""
}

.la-toilet:before {
    content: ""
}

.la-toilet-paper:before {
    content: ""
}

.la-toolbox:before {
    content: ""
}

.la-tools:before {
    content: ""
}

.la-tooth:before {
    content: ""
}

.la-torah:before {
    content: ""
}

.la-torii-gate:before {
    content: ""
}

.la-tractor:before {
    content: ""
}

.la-trade-federation:before {
    content: ""
}

.la-trademark:before {
    content: ""
}

.la-traffic-light:before {
    content: ""
}

.la-train:before {
    content: ""
}

.la-tram:before {
    content: ""
}

.la-transgender:before {
    content: ""
}

.la-transgender-alt:before {
    content: ""
}

.la-trash:before {
    content: ""
}

.la-trash-alt:before {
    content: ""
}

.la-trash-restore:before {
    content: ""
}

.la-trash-restore-alt:before {
    content: ""
}

.la-tree:before {
    content: ""
}

.la-trello:before {
    content: ""
}

.la-tripadvisor:before {
    content: ""
}

.la-trophy:before {
    content: ""
}

.la-truck:before {
    content: ""
}

.la-truck-loading:before {
    content: ""
}

.la-truck-monster:before {
    content: ""
}

.la-truck-moving:before {
    content: ""
}

.la-truck-pickup:before {
    content: ""
}

.la-tshirt:before {
    content: ""
}

.la-tty:before {
    content: ""
}

.la-tumblr:before {
    content: ""
}

.la-tumblr-square:before {
    content: ""
}

.la-tv:before {
    content: ""
}

.la-twitch:before {
    content: ""
}

.la-twitter:before {
    content: ""
}

.la-twitter-square:before {
    content: ""
}

.la-typo3:before {
    content: ""
}

.la-uber:before {
    content: ""
}

.la-ubuntu:before {
    content: ""
}

.la-uikit:before {
    content: ""
}

.la-umbraco:before {
    content: ""
}

.la-umbrella:before {
    content: ""
}

.la-umbrella-beach:before {
    content: ""
}

.la-underline:before {
    content: ""
}

.la-undo:before {
    content: ""
}

.la-undo-alt:before {
    content: ""
}

.la-uniregistry:before {
    content: ""
}

.la-universal-access:before {
    content: ""
}

.la-university:before {
    content: ""
}

.la-unlink:before {
    content: ""
}

.la-unlock:before {
    content: ""
}

.la-unlock-alt:before {
    content: ""
}

.la-untappd:before {
    content: ""
}

.la-upload:before {
    content: ""
}

.la-ups:before {
    content: ""
}

.la-usb:before {
    content: ""
}

.la-user:before {
    content: ""
}

.la-user-alt:before {
    content: ""
}

.la-user-alt-slash:before {
    content: ""
}

.la-user-astronaut:before {
    content: ""
}

.la-user-check:before {
    content: ""
}

.la-user-circle:before {
    content: ""
}

.la-user-clock:before {
    content: ""
}

.la-user-cog:before {
    content: ""
}

.la-user-edit:before {
    content: ""
}

.la-user-friends:before {
    content: ""
}

.la-user-graduate:before {
    content: ""
}

.la-user-injured:before {
    content: ""
}

.la-user-lock:before {
    content: ""
}

.la-user-md:before {
    content: ""
}

.la-user-minus:before {
    content: ""
}

.la-user-ninja:before {
    content: ""
}

.la-user-nurse:before {
    content: ""
}

.la-user-plus:before {
    content: ""
}

.la-user-secret:before {
    content: ""
}

.la-user-shield:before {
    content: ""
}

.la-user-slash:before {
    content: ""
}

.la-user-tag:before {
    content: ""
}

.la-user-tie:before {
    content: ""
}

.la-user-times:before {
    content: ""
}

.la-users:before {
    content: ""
}

.la-users-cog:before {
    content: ""
}

.la-usps:before {
    content: ""
}

.la-ussunnah:before {
    content: ""
}

.la-utensil-spoon:before {
    content: ""
}

.la-utensils:before {
    content: ""
}

.la-vaadin:before {
    content: ""
}

.la-vector-square:before {
    content: ""
}

.la-venus:before {
    content: ""
}

.la-venus-double:before {
    content: ""
}

.la-venus-mars:before {
    content: ""
}

.la-viacoin:before {
    content: ""
}

.la-viadeo:before {
    content: ""
}

.la-viadeo-square:before {
    content: ""
}

.la-vial:before {
    content: ""
}

.la-vials:before {
    content: ""
}

.la-viber:before {
    content: ""
}

.la-video:before {
    content: ""
}

.la-video-slash:before {
    content: ""
}

.la-vihara:before {
    content: ""
}

.la-vimeo:before {
    content: ""
}

.la-vimeo-square:before {
    content: ""
}

.la-vimeo-v:before {
    content: ""
}

.la-vine:before {
    content: ""
}

.la-vk:before {
    content: ""
}

.la-vnv:before {
    content: ""
}

.la-voicemail:before {
    content: ""
}

.la-volleyball-ball:before {
    content: ""
}

.la-volume-down:before {
    content: ""
}

.la-volume-mute:before {
    content: ""
}

.la-volume-off:before {
    content: ""
}

.la-volume-up:before {
    content: ""
}

.la-vote-yea:before {
    content: ""
}

.la-vr-cardboard:before {
    content: ""
}

.la-vuejs:before {
    content: ""
}

.la-walking:before {
    content: ""
}

.la-wallet:before {
    content: ""
}

.la-warehouse:before {
    content: ""
}

.la-water:before {
    content: ""
}

.la-wave-square:before {
    content: ""
}

.la-waze:before {
    content: ""
}

.la-weebly:before {
    content: ""
}

.la-weibo:before {
    content: ""
}

.la-weight:before {
    content: ""
}

.la-weight-hanging:before {
    content: ""
}

.la-weixin:before {
    content: ""
}

.la-whatsapp:before {
    content: ""
}

.la-whatsapp-square:before {
    content: ""
}

.la-wheelchair:before {
    content: ""
}

.la-whmcs:before {
    content: ""
}

.la-wifi:before {
    content: ""
}

.la-wikipedia-w:before {
    content: ""
}

.la-wind:before {
    content: ""
}

.la-window-close:before {
    content: ""
}

.la-window-maximize:before {
    content: ""
}

.la-window-minimize:before {
    content: ""
}

.la-window-restore:before {
    content: ""
}

.la-windows:before {
    content: ""
}

.la-wine-bottle:before {
    content: ""
}

.la-wine-glass:before {
    content: ""
}

.la-wine-glass-alt:before {
    content: ""
}

.la-wix:before {
    content: ""
}

.la-wizards-of-the-coast:before {
    content: ""
}

.la-wolf-pack-battalion:before {
    content: ""
}

.la-won-sign:before {
    content: ""
}

.la-wordpress:before {
    content: ""
}

.la-wordpress-simple:before {
    content: ""
}

.la-wpbeginner:before {
    content: ""
}

.la-wpexplorer:before {
    content: ""
}

.la-wpforms:before {
    content: ""
}

.la-wpressr:before {
    content: ""
}

.la-wrench:before {
    content: ""
}

.la-x-ray:before {
    content: ""
}

.la-xbox:before {
    content: ""
}

.la-xing:before {
    content: ""
}

.la-xing-square:before {
    content: ""
}

.la-y-combinator:before {
    content: ""
}

.la-yahoo:before {
    content: ""
}

.la-yammer:before {
    content: ""
}

.la-yandex:before {
    content: ""
}

.la-yandex-international:before {
    content: ""
}

.la-yarn:before {
    content: ""
}

.la-yelp:before {
    content: ""
}

.la-yen-sign:before {
    content: ""
}

.la-yin-yang:before {
    content: ""
}

.la-yoast:before {
    content: ""
}

.la-youtube:before {
    content: ""
}

.la-youtube-square:before {
    content: ""
}

.la-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Line Awesome Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/build/assets/la-brands-400-LN4CMlGg.eot);
    src: url(/build/assets/la-brands-400-LN4CMlGg.eot?#iefix) format("embedded-opentype"), url(/build/assets/la-brands-400-Cq-R4OEF.woff2) format("woff2"), url(/build/assets/la-brands-400-D0lxOIwB.woff) format("woff"), url(/build/assets/la-brands-400-gDglUfU7.ttf) format("truetype"), url(/build/assets/la-brands-400-wsUI3UJ9.svg#lineawesome) format("svg")
}

.lab {
    font-family: Line Awesome Brands
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/build/assets/la-regular-400-Cx6vm3uW.eot);
    src: url(/build/assets/la-regular-400-Cx6vm3uW.eot?#iefix) format("embedded-opentype"), url(/build/assets/la-regular-400-DuFMN_sw.woff2) format("woff2"), url(/build/assets/la-regular-400-ehe5HgcS.woff) format("woff"), url(/build/assets/la-regular-400-CmnW_RTo.ttf) format("truetype"), url(/build/assets/la-regular-400-BmVb34ql.svg#lineawesome) format("svg")
}

.lar {
    font-family: Line Awesome Free;
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/build/assets/la-solid-900-DkmX4G2x.eot);
    src: url(/build/assets/la-solid-900-DkmX4G2x.eot?#iefix) format("embedded-opentype"), url(/build/assets/la-solid-900-TjMEgv3Q.woff2) format("woff2"), url(/build/assets/la-solid-900-CR_Kd-su.woff) format("woff"), url(/build/assets/la-solid-900-BUOWlSBQ.ttf) format("truetype"), url(/build/assets/la-solid-900-dtlPMWb8.svg#lineawesome) format("svg")
}

.la,
.las {
    font-family: Line Awesome Free;
    font-weight: 900
}

.la.la-glass:before {
    content: ""
}

.la.la-meetup {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-star-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-star-o:before {
    content: ""
}

.la.la-remove:before {
    content: ""
}

.la.la-close:before {
    content: ""
}

.la.la-gear:before {
    content: ""
}

.la.la-trash-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-trash-o:before {
    content: ""
}

.la.la-file-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-o:before {
    content: ""
}

.la.la-clock-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-clock-o:before {
    content: ""
}

.la.la-arrow-circle-o-down {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-arrow-circle-o-down:before {
    content: ""
}

.la.la-arrow-circle-o-up {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-arrow-circle-o-up:before {
    content: ""
}

.la.la-play-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-play-circle-o:before {
    content: ""
}

.la.la-repeat:before {
    content: ""
}

.la.la-rotate-right:before {
    content: ""
}

.la.la-refresh:before {
    content: ""
}

.la.la-list-alt {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-dedent:before {
    content: ""
}

.la.la-video-camera:before {
    content: ""
}

.la.la-picture-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-picture-o:before {
    content: ""
}

.la.la-photo {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-photo:before {
    content: ""
}

.la.la-image {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-image:before {
    content: ""
}

.la.la-pencil:before {
    content: ""
}

.la.la-map-marker:before {
    content: ""
}

.la.la-pencil-square-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-pencil-square-o:before {
    content: ""
}

.la.la-share-square-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-share-square-o:before {
    content: ""
}

.la.la-check-square-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-check-square-o:before {
    content: ""
}

.la.la-arrows:before {
    content: ""
}

.la.la-times-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-times-circle-o:before {
    content: ""
}

.la.la-check-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-check-circle-o:before {
    content: ""
}

.la.la-mail-forward:before {
    content: ""
}

.la.la-eye,
.la.la-eye-slash {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-warning:before {
    content: ""
}

.la.la-calendar:before {
    content: ""
}

.la.la-arrows-v:before {
    content: ""
}

.la.la-arrows-h:before {
    content: ""
}

.la.la-bar-chart {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-bar-chart:before {
    content: ""
}

.la.la-bar-chart-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-bar-chart-o:before {
    content: ""
}

.la.la-twitter-square,
.la.la-facebook-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-gears:before {
    content: ""
}

.la.la-thumbs-o-up {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-thumbs-o-up:before {
    content: ""
}

.la.la-thumbs-o-down {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-thumbs-o-down:before {
    content: ""
}

.la.la-heart-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-heart-o:before {
    content: ""
}

.la.la-sign-out:before {
    content: ""
}

.la.la-linkedin-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-linkedin-square:before {
    content: ""
}

.la.la-thumb-tack:before {
    content: ""
}

.la.la-external-link:before {
    content: ""
}

.la.la-sign-in:before {
    content: ""
}

.la.la-github-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-lemon-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-lemon-o:before {
    content: ""
}

.la.la-square-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-square-o:before {
    content: ""
}

.la.la-bookmark-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-bookmark-o:before {
    content: ""
}

.la.la-twitter,
.la.la-facebook {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-facebook:before {
    content: ""
}

.la.la-facebook-f {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-facebook-f:before {
    content: ""
}

.la.la-github {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-credit-card {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-feed:before {
    content: ""
}

.la.la-hdd-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hdd-o:before {
    content: ""
}

.la.la-hand-o-right {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-o-right:before {
    content: ""
}

.la.la-hand-o-left {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-o-left:before {
    content: ""
}

.la.la-hand-o-up {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-o-up:before {
    content: ""
}

.la.la-hand-o-down {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-o-down:before {
    content: ""
}

.la.la-arrows-alt:before {
    content: ""
}

.la.la-group:before {
    content: ""
}

.la.la-chain:before {
    content: ""
}

.la.la-scissors:before {
    content: ""
}

.la.la-files-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-files-o:before {
    content: ""
}

.la.la-floppy-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-floppy-o:before {
    content: ""
}

.la.la-navicon:before {
    content: ""
}

.la.la-reorder:before {
    content: ""
}

.la.la-pinterest,
.la.la-pinterest-square,
.la.la-google-plus-square,
.la.la-google-plus {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-google-plus:before {
    content: ""
}

.la.la-money {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-money:before {
    content: ""
}

.la.la-unsorted:before {
    content: ""
}

.la.la-sort-desc:before {
    content: ""
}

.la.la-sort-asc:before {
    content: ""
}

.la.la-linkedin {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-linkedin:before {
    content: ""
}

.la.la-rotate-left:before {
    content: ""
}

.la.la-legal:before {
    content: ""
}

.la.la-tachometer:before {
    content: ""
}

.la.la-dashboard:before {
    content: ""
}

.la.la-comment-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-comment-o:before {
    content: ""
}

.la.la-comments-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-comments-o:before {
    content: ""
}

.la.la-flash:before {
    content: ""
}

.la.la-clipboard,
.la.la-paste {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-paste:before {
    content: ""
}

.la.la-lightbulb-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-lightbulb-o:before {
    content: ""
}

.la.la-exchange:before {
    content: ""
}

.la.la-cloud-download:before {
    content: ""
}

.la.la-cloud-upload:before {
    content: ""
}

.la.la-bell-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-bell-o:before {
    content: ""
}

.la.la-cutlery:before {
    content: ""
}

.la.la-file-text-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-text-o:before {
    content: ""
}

.la.la-building-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-building-o:before {
    content: ""
}

.la.la-hospital-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hospital-o:before {
    content: ""
}

.la.la-tablet:before {
    content: ""
}

.la.la-mobile:before {
    content: ""
}

.la.la-mobile-phone:before {
    content: ""
}

.la.la-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-circle-o:before {
    content: ""
}

.la.la-mail-reply:before {
    content: ""
}

.la.la-github-alt {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-folder-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-folder-o:before {
    content: ""
}

.la.la-folder-open-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-folder-open-o:before {
    content: ""
}

.la.la-smile-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-smile-o:before {
    content: ""
}

.la.la-frown-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-frown-o:before {
    content: ""
}

.la.la-meh-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-meh-o:before {
    content: ""
}

.la.la-keyboard-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-keyboard-o:before {
    content: ""
}

.la.la-flag-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-flag-o:before {
    content: ""
}

.la.la-mail-reply-all:before {
    content: ""
}

.la.la-star-half-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-star-half-o:before {
    content: ""
}

.la.la-star-half-empty {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-star-half-empty:before {
    content: ""
}

.la.la-star-half-full {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-star-half-full:before {
    content: ""
}

.la.la-code-fork:before {
    content: ""
}

.la.la-chain-broken:before {
    content: ""
}

.la.la-shield:before {
    content: ""
}

.la.la-calendar-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-calendar-o:before {
    content: ""
}

.la.la-maxcdn,
.la.la-html5,
.la.la-css3 {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-ticket:before {
    content: ""
}

.la.la-minus-square-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-minus-square-o:before {
    content: ""
}

.la.la-level-up:before {
    content: ""
}

.la.la-level-down:before {
    content: ""
}

.la.la-pencil-square:before {
    content: ""
}

.la.la-external-link-square:before {
    content: ""
}

.la.la-compass,
.la.la-caret-square-o-down {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-caret-square-o-down:before {
    content: ""
}

.la.la-toggle-down {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-toggle-down:before {
    content: ""
}

.la.la-caret-square-o-up {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-caret-square-o-up:before {
    content: ""
}

.la.la-toggle-up {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-toggle-up:before {
    content: ""
}

.la.la-caret-square-o-right {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-caret-square-o-right:before {
    content: ""
}

.la.la-toggle-right {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-toggle-right:before {
    content: ""
}

.la.la-eur:before {
    content: ""
}

.la.la-euro:before {
    content: ""
}

.la.la-gbp:before {
    content: ""
}

.la.la-usd:before {
    content: ""
}

.la.la-dollar:before {
    content: ""
}

.la.la-inr:before {
    content: ""
}

.la.la-rupee:before {
    content: ""
}

.la.la-jpy:before {
    content: ""
}

.la.la-cny:before {
    content: ""
}

.la.la-rmb:before {
    content: ""
}

.la.la-yen:before {
    content: ""
}

.la.la-rub:before {
    content: ""
}

.la.la-ruble:before {
    content: ""
}

.la.la-rouble:before {
    content: ""
}

.la.la-krw:before {
    content: ""
}

.la.la-won:before {
    content: ""
}

.la.la-btc,
.la.la-bitcoin {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-bitcoin:before {
    content: ""
}

.la.la-file-text:before {
    content: ""
}

.la.la-sort-alpha-asc:before {
    content: ""
}

.la.la-sort-alpha-desc:before {
    content: ""
}

.la.la-sort-amount-asc:before {
    content: ""
}

.la.la-sort-amount-desc:before {
    content: ""
}

.la.la-sort-numeric-asc:before {
    content: ""
}

.la.la-sort-numeric-desc:before {
    content: ""
}

.la.la-youtube-square,
.la.la-youtube,
.la.la-xing,
.la.la-xing-square,
.la.la-youtube-play {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-youtube-play:before {
    content: ""
}

.la.la-dropbox,
.la.la-stack-overflow,
.la.la-instagram,
.la.la-flickr,
.la.la-adn,
.la.la-bitbucket,
.la.la-bitbucket-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-bitbucket-square:before {
    content: ""
}

.la.la-tumblr,
.la.la-tumblr-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-long-arrow-down:before {
    content: ""
}

.la.la-long-arrow-up:before {
    content: ""
}

.la.la-long-arrow-left:before {
    content: ""
}

.la.la-long-arrow-right:before {
    content: ""
}

.la.la-apple,
.la.la-windows,
.la.la-android,
.la.la-linux,
.la.la-dribbble,
.la.la-skype,
.la.la-foursquare,
.la.la-trello,
.la.la-gratipay,
.la.la-gittip {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-gittip:before {
    content: ""
}

.la.la-sun-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-sun-o:before {
    content: ""
}

.la.la-moon-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-moon-o:before {
    content: ""
}

.la.la-vk,
.la.la-weibo,
.la.la-renren,
.la.la-pagelines,
.la.la-stack-exchange {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-arrow-circle-o-right {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-arrow-circle-o-right:before {
    content: ""
}

.la.la-arrow-circle-o-left {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-arrow-circle-o-left:before {
    content: ""
}

.la.la-caret-square-o-left {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-caret-square-o-left:before {
    content: ""
}

.la.la-toggle-left {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-toggle-left:before {
    content: ""
}

.la.la-dot-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-dot-circle-o:before {
    content: ""
}

.la.la-vimeo-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-try:before {
    content: ""
}

.la.la-turkish-lira:before {
    content: ""
}

.la.la-plus-square-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-plus-square-o:before {
    content: ""
}

.la.la-slack,
.la.la-wordpress,
.la.la-openid {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-institution:before {
    content: ""
}

.la.la-bank:before {
    content: ""
}

.la.la-mortar-board:before {
    content: ""
}

.la.la-yahoo,
.la.la-google,
.la.la-reddit,
.la.la-reddit-square,
.la.la-stumbleupon-circle,
.la.la-stumbleupon,
.la.la-delicious,
.la.la-digg,
.la.la-pied-piper-pp,
.la.la-pied-piper-alt,
.la.la-drupal,
.la.la-joomla {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-spoon:before {
    content: ""
}

.la.la-behance,
.la.la-behance-square,
.la.la-steam,
.la.la-steam-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-automobile:before {
    content: ""
}

.la.la-cab:before {
    content: ""
}

.la.la-envelope-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-envelope-o:before {
    content: ""
}

.la.la-deviantart,
.la.la-soundcloud {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-file-pdf-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-pdf-o:before {
    content: ""
}

.la.la-file-word-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-word-o:before {
    content: ""
}

.la.la-file-excel-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-excel-o:before {
    content: ""
}

.la.la-file-powerpoint-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-powerpoint-o:before {
    content: ""
}

.la.la-file-image-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-image-o:before {
    content: ""
}

.la.la-file-photo-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-photo-o:before {
    content: ""
}

.la.la-file-picture-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-picture-o:before {
    content: ""
}

.la.la-file-archive-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-archive-o:before {
    content: ""
}

.la.la-file-zip-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-zip-o:before {
    content: ""
}

.la.la-file-audio-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-audio-o:before {
    content: ""
}

.la.la-file-sound-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-sound-o:before {
    content: ""
}

.la.la-file-video-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-video-o:before {
    content: ""
}

.la.la-file-movie-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-movie-o:before {
    content: ""
}

.la.la-file-code-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-file-code-o:before {
    content: ""
}

.la.la-vine,
.la.la-codepen,
.la.la-jsfiddle {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-life-ring,
.la.la-life-bouy {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-life-bouy:before {
    content: ""
}

.la.la-life-buoy {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-life-buoy:before {
    content: ""
}

.la.la-life-saver {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-life-saver:before {
    content: ""
}

.la.la-support {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-support:before {
    content: ""
}

.la.la-circle-o-notch:before {
    content: ""
}

.la.la-rebel,
.la.la-ra {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-ra:before {
    content: ""
}

.la.la-resistance {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-resistance:before {
    content: ""
}

.la.la-empire,
.la.la-ge {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-ge:before {
    content: ""
}

.la.la-git-square,
.la.la-git,
.la.la-hacker-news,
.la.la-y-combinator-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-y-combinator-square:before {
    content: ""
}

.la.la-yc-square {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-yc-square:before {
    content: ""
}

.la.la-tencent-weibo,
.la.la-qq,
.la.la-weixin,
.la.la-wechat {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-wechat:before {
    content: ""
}

.la.la-send:before {
    content: ""
}

.la.la-paper-plane-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-paper-plane-o:before {
    content: ""
}

.la.la-send-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-send-o:before {
    content: ""
}

.la.la-circle-thin {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-circle-thin:before {
    content: ""
}

.la.la-header:before {
    content: ""
}

.la.la-sliders:before {
    content: ""
}

.la.la-futbol-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-futbol-o:before {
    content: ""
}

.la.la-soccer-ball-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-soccer-ball-o:before {
    content: ""
}

.la.la-slideshare,
.la.la-twitch,
.la.la-yelp {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-newspaper-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-newspaper-o:before {
    content: ""
}

.la.la-paypal,
.la.la-google-wallet,
.la.la-cc-visa,
.la.la-cc-mastercard,
.la.la-cc-discover,
.la.la-cc-amex,
.la.la-cc-paypal,
.la.la-cc-stripe {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-bell-slash-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-bell-slash-o:before {
    content: ""
}

.la.la-trash:before {
    content: ""
}

.la.la-copyright {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-eyedropper:before {
    content: ""
}

.la.la-area-chart:before {
    content: ""
}

.la.la-pie-chart:before {
    content: ""
}

.la.la-line-chart:before {
    content: ""
}

.la.la-lastfm,
.la.la-lastfm-square,
.la.la-ioxhost,
.la.la-angellist {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-cc {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-cc:before {
    content: ""
}

.la.la-ils:before {
    content: ""
}

.la.la-shekel:before {
    content: ""
}

.la.la-sheqel:before {
    content: ""
}

.la.la-meanpath {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-meanpath:before {
    content: ""
}

.la.la-buysellads,
.la.la-connectdevelop,
.la.la-dashcube,
.la.la-forumbee,
.la.la-leanpub,
.la.la-sellsy,
.la.la-shirtsinbulk,
.la.la-simplybuilt,
.la.la-skyatlas {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-diamond {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-diamond:before {
    content: ""
}

.la.la-intersex:before {
    content: ""
}

.la.la-facebook-official {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-facebook-official:before {
    content: ""
}

.la.la-pinterest-p,
.la.la-whatsapp {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-hotel:before {
    content: ""
}

.la.la-viacoin,
.la.la-medium,
.la.la-y-combinator,
.la.la-yc {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-yc:before {
    content: ""
}

.la.la-optin-monster,
.la.la-opencart,
.la.la-expeditedssl {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-battery-4:before {
    content: ""
}

.la.la-battery:before {
    content: ""
}

.la.la-battery-3:before {
    content: ""
}

.la.la-battery-2:before {
    content: ""
}

.la.la-battery-1:before {
    content: ""
}

.la.la-battery-0:before {
    content: ""
}

.la.la-object-group,
.la.la-object-ungroup,
.la.la-sticky-note-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-sticky-note-o:before {
    content: ""
}

.la.la-cc-jcb,
.la.la-cc-diners-club {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-clone,
.la.la-hourglass-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hourglass-o:before {
    content: ""
}

.la.la-hourglass-1:before {
    content: ""
}

.la.la-hourglass-2:before {
    content: ""
}

.la.la-hourglass-3:before {
    content: ""
}

.la.la-hand-rock-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-rock-o:before {
    content: ""
}

.la.la-hand-grab-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-grab-o:before {
    content: ""
}

.la.la-hand-paper-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-paper-o:before {
    content: ""
}

.la.la-hand-stop-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-stop-o:before {
    content: ""
}

.la.la-hand-scissors-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-scissors-o:before {
    content: ""
}

.la.la-hand-lizard-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-lizard-o:before {
    content: ""
}

.la.la-hand-spock-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-spock-o:before {
    content: ""
}

.la.la-hand-pointer-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-pointer-o:before {
    content: ""
}

.la.la-hand-peace-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-hand-peace-o:before {
    content: ""
}

.la.la-registered {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-creative-commons,
.la.la-gg,
.la.la-gg-circle,
.la.la-tripadvisor,
.la.la-odnoklassniki,
.la.la-odnoklassniki-square,
.la.la-get-pocket,
.la.la-wikipedia-w,
.la.la-safari,
.la.la-chrome,
.la.la-firefox,
.la.la-opera,
.la.la-internet-explorer {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-television:before {
    content: ""
}

.la.la-contao,
.la.la-500px,
.la.la-amazon {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-calendar-plus-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-calendar-plus-o:before {
    content: ""
}

.la.la-calendar-minus-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-calendar-minus-o:before {
    content: ""
}

.la.la-calendar-times-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-calendar-times-o:before {
    content: ""
}

.la.la-calendar-check-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-calendar-check-o:before {
    content: ""
}

.la.la-map-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-map-o:before {
    content: ""
}

.la.la-commenting:before {
    content: ""
}

.la.la-commenting-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-commenting-o:before {
    content: ""
}

.la.la-houzz,
.la.la-vimeo {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-vimeo:before {
    content: ""
}

.la.la-black-tie,
.la.la-fonticons,
.la.la-reddit-alien,
.la.la-edge {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-credit-card-alt:before {
    content: ""
}

.la.la-codiepie,
.la.la-modx,
.la.la-fort-awesome,
.la.la-usb,
.la.la-product-hunt,
.la.la-mixcloud,
.la.la-scribd {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-pause-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-pause-circle-o:before {
    content: ""
}

.la.la-stop-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-stop-circle-o:before {
    content: ""
}

.la.la-bluetooth,
.la.la-bluetooth-b,
.la.la-gitlab,
.la.la-wpbeginner,
.la.la-wpforms,
.la.la-envira,
.la.la-wheelchair-alt {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-wheelchair-alt:before {
    content: ""
}

.la.la-question-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-question-circle-o:before {
    content: ""
}

.la.la-volume-control-phone:before {
    content: ""
}

.la.la-asl-interpreting:before {
    content: ""
}

.la.la-deafness:before {
    content: ""
}

.la.la-hard-of-hearing:before {
    content: ""
}

.la.la-glide,
.la.la-glide-g {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-signing:before {
    content: ""
}

.la.la-viadeo,
.la.la-viadeo-square,
.la.la-snapchat,
.la.la-snapchat-ghost,
.la.la-snapchat-square,
.la.la-pied-piper,
.la.la-first-order,
.la.la-yoast,
.la.la-themeisle,
.la.la-google-plus-official {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-google-plus-official:before {
    content: ""
}

.la.la-google-plus-circle {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-google-plus-circle:before {
    content: ""
}

.la.la-font-awesome,
.la.la-fa {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-fa:before {
    content: ""
}

.la.la-handshake-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-handshake-o:before {
    content: ""
}

.la.la-envelope-open-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-envelope-open-o:before {
    content: ""
}

.la.la-linode {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-address-book-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-address-book-o:before {
    content: ""
}

.la.la-vcard:before {
    content: ""
}

.la.la-address-card-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-address-card-o:before {
    content: ""
}

.la.la-vcard-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-vcard-o:before {
    content: ""
}

.la.la-user-circle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-user-circle-o:before {
    content: ""
}

.la.la-user-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-user-o:before {
    content: ""
}

.la.la-id-badge {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-drivers-license:before {
    content: ""
}

.la.la-id-card-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-id-card-o:before {
    content: ""
}

.la.la-drivers-license-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-drivers-license-o:before {
    content: ""
}

.la.la-quora,
.la.la-free-code-camp,
.la.la-telegram {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-thermometer-4:before {
    content: ""
}

.la.la-thermometer:before {
    content: ""
}

.la.la-thermometer-3:before {
    content: ""
}

.la.la-thermometer-2:before {
    content: ""
}

.la.la-thermometer-1:before {
    content: ""
}

.la.la-thermometer-0:before {
    content: ""
}

.la.la-bathtub:before {
    content: ""
}

.la.la-s15:before {
    content: ""
}

.la.la-window-maximize,
.la.la-window-restore {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-times-rectangle:before {
    content: ""
}

.la.la-window-close-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-window-close-o:before {
    content: ""
}

.la.la-times-rectangle-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-times-rectangle-o:before {
    content: ""
}

.la.la-bandcamp,
.la.la-grav,
.la.la-etsy,
.la.la-imdb,
.la.la-ravelry,
.la.la-eercast {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.la.la-eercast:before {
    content: ""
}

.la.la-snowflake-o {
    font-family: Line Awesome Free;
    font-weight: 400
}

.la.la-snowflake-o:before {
    content: ""
}

.la.la-superpowers,
.la.la-wpexplorer,
.la.la-spotify {
    font-family: Line Awesome Brands;
    font-weight: 400
}

.show {
    visibility: visible;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.hide {
    visibility: hidden;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0
}

.active {
    background-color: #2039b7 !important;
    
    color: #fff !important
}

.active:hover {
    color: #fff !important
}

.modalshow {
    visibility: visible;
    opacity: 1
}

.modalshow .modal-inner {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.modalhide {
    visibility: hidden;
    opacity: 0
}

.modalhide .modal-inner {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0
}

.invoice-active {
    border-radius: 32px;
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media not all and (min-width: 768px) {
    .chatshow {
        visibility: visible;
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        opacity: 1
    }

    .chathide {
        visibility: hidden;
        opacity: 0
    }

    .chathide:where([dir=ltr], [dir=ltr] *) {
        --tw-translate-x: -120%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .chathide:where([dir=rtl], [dir=rtl] *) {
        --tw-translate-x: 120%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.sidebarshow {
    visibility: visible;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.sidebarhide {
    visibility: hidden
}

.sidebarhide:where([dir=ltr], [dir=ltr] *) {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.sidebarhide:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.topbarfull {
    width: 100%
}

.menu-icon {
    margin-bottom: -.25rem;
    align-self: center;
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
    
}

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

.menu-btn.active i,
.menu-btn:hover i {
    --tw-text-opacity: 1;
    color: rgb(235 236 239 / var(--tw-text-opacity))
}

.menu-btn i.la-minus {
    display: none
}

.menu-btn.active i.la-minus {
    display: block
}

.menu-btn.active i.la-plus {
    display: none
}

.customizer-show {
    visibility: visible;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.customizer-hide {
    visibility: hidden
}

.customizer-hide:where([dir=ltr], [dir=ltr] *) {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.customizer-hide:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.customizer-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(11 19 35 / var(--tw-bg-opacity));
    --tw-bg-opacity: .4
}

.topnav-layout {
    position: relative;
    width: 100%;
    max-width: 232px
}

@media not all and (min-width: 576px) {
    .topnav-layout {
        display: none
    }
}

.topnav-search {
    display: none;
    width: 100%;
    max-width: 300px;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border-radius: 30px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    background-color: #20b7570d;
    padding-left: .5rem;
    padding-right: .5rem
}

.topnav-search:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

:is(.dark .topnav-search) {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

@media (min-width: 992px) {
    .topnav-search {
        display: flex
    }
}

@media (min-width: 1600px) {
    .topnav-search {
        max-width: 493px
    }
}

.main-inner {
    position: relative;
    z-index: 0;
    padding: 1rem .75rem;
    transition-duration: .3s
}

@media (min-width: 576px) {
    .main-inner {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 768px) {
    .main-inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width: 992px) {
    .main-inner {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media (min-width: 1600px) {
    .main-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.horiz-option {
    position: absolute;
    top: 100%;
    z-index: 3;
    min-width: 122px;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .75rem;
    --tw-shadow: 0px 6px 30px 0px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: .3s
}

:is(.dark .horiz-option) {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

.horiz-option:where([dir=ltr], [dir=ltr] *) {
    right: 0;
    transform-origin: top right
}

.horiz-option:where([dir=rtl], [dir=rtl] *) {
    left: 0;
    transform-origin: top left
}

.footer {
    transition-duration: .3s
}

tr:nth-last-of-type(1) .horiz-option:where([dir=ltr], [dir=ltr] *),
tr:nth-last-of-type(2) .horiz-option:where([dir=ltr], [dir=ltr] *) {
    transform-origin: bottom right
}

tr:nth-last-of-type(1) .horiz-option:where([dir=rtl], [dir=rtl] *),
tr:nth-last-of-type(2) .horiz-option:where([dir=rtl], [dir=rtl] *) {
    transform-origin: bottom left
}

tr:nth-last-of-type(1) .horiz-option,
tr:nth-last-of-type(2) .horiz-option {
    top: auto !important;
    bottom: 100% !important
}

.main-content {
    padding-top: 72px;
    transition-duration: .3s
}

@media (min-width: 768px) {
    .main-content {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    .main-content {
        padding-top: 98px
    }

    .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px
    }
}

@media (min-width: 1600px) {
    .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px
    }
}

@media (min-width: 1200px) {
    .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px
    }
}

@media (min-width: 1600px) {
    .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px
    }
}

body.vertical .submenu-link,
body.hovered .submenu-link,
body.two-column .submenu-link,
body.detached .submenu-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: .0rem;
    padding-bottom: .75rem;
    font-weight: 500;
    text-transform: capitalize;
    transition-duration: .3s;


}

body.vertical .submenu-link:hover,
body.hovered .submenu-link:hover,
body.two-column .submenu-link:hover,
body.detached .submenu-link:hover {
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

body.vertical .navbar-top {
    position: fixed
}

body.vertical .navbar-top:where([dir=ltr], [dir=ltr] *) {
    padding-right: 1rem
}

@media (min-width: 1400px) {
    body.vertical .navbar-top:where([dir=ltr], [dir=ltr] *) {
        padding-right: 1.5rem
    }
}

body.vertical .navbar-top:where([dir=rtl], [dir=rtl] *) {
    padding-left: 1rem
}

@media (min-width: 1400px) {
    body.vertical .navbar-top:where([dir=rtl], [dir=rtl] *) {
        padding-left: 1.5rem
    }
}

body.vertical .topbarmargin {
    width: 100%
}

@media (min-width: 1200px) {
    body.vertical .topbarmargin:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px;
        width: calc(100% - 280px)
    }
}

@media (min-width: 1600px) {
    body.vertical .topbarmargin:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px;
        width: calc(100% - 336px)
    }
}

@media (min-width: 1200px) {
    body.vertical .topbarmargin:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px;
        width: calc(100% - 280px)
    }
}

@media (min-width: 1600px) {
    body.vertical .topbarmargin:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px;
        width: calc(100% - 336px)
    }
}

body.vertical .sidebar {
    position: fixed;
    top: 0;
    z-index: 21;
    height: 100%;
    width: 280px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: .3s
}

:is(.dark body.vertical .sidebar) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 1600px) {
    body.vertical .sidebar {
        width: 336px
    }
}

body.vertical .sidebar:where([dir=ltr], [dir=ltr] *) {
    left: 0
}

body.vertical .sidebar:where([dir=rtl], [dir=rtl] *) {
    right: 0
}

body.vertical .sidebar .menu-heading {
    /* border-top-width: 2px;
    border-style: dashed;
    border-color: #20b75733; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600
}

@media (min-width: 992px) {
    body.vertical .sidebar .menu-heading {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

body.vertical .sidebar .logo-container {
    padding: 1rem
}

@media (min-width: 1200px) {
    body.vertical .sidebar .logo-container {
        padding: .6rem;
    }
}

@media (min-width: 1600px) {
    body.vertical .sidebar .logo-container {
        padding-top: 34px;
        padding-bottom: 34px
    }
}

body.vertical .sidebar .logo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.vertical .sidebar .logo-full {
    display: block
}

body.vertical .sidebar .logo-text {
    display: none
}

body.vertical .sidebar .menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-width: 2px;
    border-style: dashed;
    border-color: #20b75733;
    width: 280px;
    /* Adjust this based on your sidebar width */
    flex-shrink: 0;
    /* Prevents shrinking */
}

@media (min-width: 1400px) {
    body.vertical .sidebar .menu-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1600px) {
    body.vertical .sidebar .menu-wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

body.vertical .sidebar .menu-container {
    left: 0;
    right: 0;
    height: 100vh;
    /* Ensure the sidebar takes the full viewport height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    display: flex;
    flex-direction: column;
    /* Make sure items stack vertically */
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    /* Prevent horizontal scroll */


}

body.vertical .sidebar .menu-ul {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

body.vertical .sidebar .menu-li {
    border-radius: 1rem;
    background-color: #20b7570d
}

:is(.dark body.vertical .sidebar .menu-li) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

body.vertical .sidebar .menu-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: .75rem;
    padding: .625rem 1rem;
    transition-duration: .3s
}

body.vertical .sidebar .menu-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    
    
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 992px) {
    body.vertical .sidebar .menu-btn {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width: 1600px) {
    body.vertical .sidebar .menu-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

body.vertical .sidebar .submenu {
    overflow: hidden;
    padding: .75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

@media (min-width: 1800px) {
    body.vertical .sidebar .submenu {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

body.vertical .submenu-show {
    visibility: visible;
    height: auto;
    max-height: 800px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

body.vertical .submenu-hide {
    visibility: hidden;
    max-height: 0px;
    padding: 0 12px !important
}



@media (min-width: 1800px) {
    body.vertical .submenu-hide {
        padding: 0 24px !important
    }
}

body.vertical .main-content {
    padding-top: 72px;
    transition-duration: .3s
}

@media (min-width: 768px) {
    body.vertical .main-content {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    body.vertical .main-content {
        padding-top: 98px
    }

    body.vertical .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px
    }
}

@media (min-width: 1600px) {
    body.vertical .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px
    }
}

@media (min-width: 1200px) {
    body.vertical .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px
    }
}

@media (min-width: 1600px) {
    body.vertical .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px
    }
}

@media (min-width: 1200px) {
    body.vertical .main-content.has-sidebar+.footer:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px
    }
}

@media (min-width: 1600px) {
    body.vertical .main-content.has-sidebar+.footer:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px
    }
}

@media (min-width: 1200px) {
    body.vertical .main-content.has-sidebar+.footer:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px
    }
}

@media (min-width: 1600px) {
    body.vertical .main-content.has-sidebar+.footer:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px
    }
}

body.vertical.dark .sidebar .menu-btn.active,
body.vertical.dark .sidebar .menu-btn:hover {
    background-color: #2520b7 !important
}

body.two-column .navbar-top {
    position: fixed
}

body.two-column .navbar-top:where([dir=ltr], [dir=ltr] *) {
    padding-right: 1rem
}

@media (min-width: 1400px) {
    body.two-column .navbar-top:where([dir=ltr], [dir=ltr] *) {
        padding-right: 1.5rem
    }
}

body.two-column .navbar-top:where([dir=rtl], [dir=rtl] *) {
    padding-left: 1rem
}

@media (min-width: 1400px) {
    body.two-column .navbar-top:where([dir=rtl], [dir=rtl] *) {
        padding-left: 1.5rem
    }
}

body.two-column .topbarmargin {
    width: 100%
}

@media (min-width: 1200px) {
    body.two-column .topbarmargin:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px;
        width: calc(100% - 280px)
    }
}

@media (min-width: 1600px) {
    body.two-column .topbarmargin:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px;
        width: calc(100% - 336px)
    }
}

@media (min-width: 1200px) {
    body.two-column .topbarmargin:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px;
        width: calc(100% - 280px)
    }
}

@media (min-width: 1600px) {
    body.two-column .topbarmargin:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px;
        width: calc(100% - 336px)
    }
}

body.two-column .sidebar {
    position: fixed;
    top: 0;
    z-index: 21;
    height: 100%;
    width: 280px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: .3s
}

:is(.dark body.two-column .sidebar) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 1600px) {
    body.two-column .sidebar {
        width: 336px
    }
}

body.two-column .sidebar:where([dir=ltr], [dir=ltr] *) {
    left: 0
}

body.two-column .sidebar:where([dir=rtl], [dir=rtl] *) {
    right: 0
}

body.two-column .sidebar .menu-heading {
    display: none
}

body.two-column .sidebar .logo-icon {
    display: block
}

body.two-column .sidebar .logo-text {
    position: absolute;
    top: 0;
    display: block;
    border-bottom-width: 2px;
    border-style: dashed;
    border-color: #20b75733;
    padding-bottom: .75rem;
    padding-top: 2rem
}

@media (min-width: 1600px) {
    body.two-column .sidebar .logo-text {
        padding-top: 38px;
        padding-bottom: 38px
    }
}

body.two-column .sidebar .logo-text:where([dir=ltr], [dir=ltr] *) {
    left: 0;
    margin-left: 6rem
}

@media (min-width: 1400px) {
    body.two-column .sidebar .logo-text:where([dir=ltr], [dir=ltr] *) {
        margin-left: 7rem
    }
}

body.two-column .sidebar .logo-text:where([dir=rtl], [dir=rtl] *) {
    right: 0;
    margin-right: 6rem
}

@media (min-width: 1400px) {
    body.two-column .sidebar .logo-text:where([dir=rtl], [dir=rtl] *) {
        margin-right: 7rem
    }
}

body.two-column .sidebar .sidebar-close-btn {
    position: absolute;
    top: .75rem
}

body.two-column .sidebar .sidebar-close-btn:where([dir=ltr], [dir=ltr] *) {
    right: .75rem
}

body.two-column .sidebar .sidebar-close-btn:where([dir=rtl], [dir=rtl] *) {
    left: .75rem
}

body.two-column .sidebar .logo-full {
    display: none
}

body.two-column .sidebar .logo-container {
    width: 5rem;
    background-color: #20b7570d;
    padding: .875rem
}

@media (min-width: 1600px) {
    body.two-column .sidebar .logo-container {
        width: 100px;
        padding-top: 25px;
        padding-bottom: 25px
    }
}

body.two-column .sidebar .logo-inner {
    display: flex;
    align-items: center;
    gap: 2rem
}

@media (min-width: 1400px) {
    body.two-column .sidebar .logo-inner {
        gap: 2.5rem
    }
}

body.two-column .sidebar .logo-wrapper {
    border-radius: 9999px;
    padding: .5rem
}

body.two-column .sidebar .menu-container {
    left: 0;
    right: 0;
    height: 100vh;
    /* Ensure the sidebar takes the full viewport height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    display: flex;
    flex-direction: column;
    /* Make sure items stack vertically */
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    /* Prevent horizontal scroll */

}

body.two-column .sidebar .menu-ul {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
    /* border-top-width: 2px;
    border-style: dashed;
    border-color: #20b75733; */
    padding-bottom: 5rem;
    padding-top: 1rem
}

@media (min-width: 992px) {
    body.two-column .sidebar .menu-ul {
        padding-top: 1.5rem
    }
}

@media (min-width: 1400px) {
    body.two-column .sidebar .menu-ul {
        gap: 1.5rem
    }
}

body.two-column .sidebar .menu-li {
    display: flex;
    justify-content: center;
    border-radius: .75rem;
    transition-duration: .3s
}

body.two-column .sidebar .menu-wrapper {
    width: 5rem;
    background-color: #20b7570d;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;

}

:is(.dark body.two-column .sidebar .menu-wrapper) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 1600px) {
    body.two-column .sidebar .menu-wrapper {
        width: 100px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

body.two-column .sidebar .menu-btn {
    height: 3rem;
    width: 3rem;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-duration: .3s
}

body.two-column .sidebar .menu-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark body.two-column .sidebar .menu-btn) {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

body.two-column .sidebar .plus-minus,
body.two-column .sidebar .menu-title {
    display: none
}

body.two-column .sidebar .submenu {
    position: fixed;
    top: 5rem;
    min-height: 600px;
    width: 180px;
    padding: 1rem .75rem;
    transition-property: none;
    transition-duration: 0s
}

@media (min-width: 1200px) {
    body.two-column .sidebar .submenu {
        top: 104px
    }
}

@media (min-width: 1600px) {
    body.two-column .sidebar .submenu {
        width: 236px
    }
}

body.two-column .sidebar .submenu:where([dir=ltr], [dir=ltr] *) {
    right: 0
}

body.two-column .sidebar .submenu:where([dir=rtl], [dir=rtl] *) {
    left: 0
}

body.two-column .sidebar .submenu-hide {
    display: none
}

body.two-column .sidebar .submenu-show {
    display: block
}

body.two-column .sidebar .balance-part {
    display: none
}

body.two-column .sidebar .upgrade-part {
    position: fixed;
    bottom: 2.5rem;
    top: 450px;
    display: none;
    width: 250px;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 1600px) {
    body.two-column .sidebar .upgrade-part {
        display: block;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1800px) {
    body.two-column .sidebar .upgrade-part {
        top: 600px
    }
}

body.two-column .sidebar .upgrade-part:where([dir=ltr], [dir=ltr] *) {
    right: 0
}

body.two-column .sidebar .upgrade-part:where([dir=rtl], [dir=rtl] *) {
    left: 0
}

body.two-column .submenu-show {
    visibility: visible;
    height: auto;
    max-height: 800px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

body.two-column .submenu-hide {
    visibility: hidden;
    max-height: 0px;
    padding: 0 12px !important
}

@media (min-width: 1800px) {
    body.two-column .submenu-hide {
        padding: 0 20px !important
    }
}

body.two-column .main-content {
    padding-top: 72px;
    transition-duration: .3s
}

@media (min-width: 768px) {
    body.two-column .main-content {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    body.two-column .main-content {
        padding-top: 98px
    }

    body.two-column .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px
    }
}

@media (min-width: 1600px) {
    body.two-column .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px
    }
}

@media (min-width: 1200px) {
    body.two-column .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px
    }
}

@media (min-width: 1600px) {
    body.two-column .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px
    }
}

@media (min-width: 1200px) {
    body.two-column .main-content.has-sidebar+.footer:where([dir=ltr], [dir=ltr] *) {
        margin-left: 280px
    }
}

@media (min-width: 1600px) {
    body.two-column .main-content.has-sidebar+.footer:where([dir=ltr], [dir=ltr] *) {
        margin-left: 336px
    }
}

@media (min-width: 1200px) {
    body.two-column .main-content.has-sidebar+.footer:where([dir=rtl], [dir=rtl] *) {
        margin-right: 280px
    }
}

@media (min-width: 1600px) {
    body.two-column .main-content.has-sidebar+.footer:where([dir=rtl], [dir=rtl] *) {
        margin-right: 336px
    }
}

body.two-column.dark .sidebar .menu-btn {
    background-color: #14161c !important
}

body.two-column.dark .sidebar .menu-btn.active,
body.two-column.dark .sidebar .menu-btn:hover {
    background-color: #2520b7 !important
}

body.two-column.dark .sidebar .submenu {
    color: #fff !important
}

body.hovered .navbar-top {
    position: fixed
}

body.hovered .navbar-top:where([dir=ltr], [dir=ltr] *) {
    padding-right: 1rem
}

@media (min-width: 1400px) {
    body.hovered .navbar-top:where([dir=ltr], [dir=ltr] *) {
        padding-right: 1.5rem
    }
}

body.hovered .navbar-top:where([dir=rtl], [dir=rtl] *) {
    padding-left: 1rem
}

@media (min-width: 1400px) {
    body.hovered .navbar-top:where([dir=rtl], [dir=rtl] *) {
        padding-left: 1.5rem
    }
}

body.hovered .topbarmargin {
    width: 100%
}

@media (min-width: 1200px) {
    body.hovered .topbarmargin {
        width: calc(100% - 96px)
    }

    body.hovered .topbarmargin:where([dir=ltr], [dir=ltr] *) {
        margin-left: 6rem
    }

    body.hovered .topbarmargin:where([dir=rtl], [dir=rtl] *) {
        margin-right: 6rem
    }
}

body.hovered .sidebar {
    position: fixed;
    top: 0;
    z-index: 21;
    height: 100%;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: .3s
}

:is(.dark body.hovered .sidebar) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media not all and (min-width: 1200px) {
    body.hovered .sidebar {
        width: 320px
    }
}

@media (min-width: 1200px) {
    body.hovered .sidebar {
        width: 6rem
    }

    body.hovered .sidebar:hover {
        width: 336px
    }
}

body.hovered .sidebar:where([dir=ltr], [dir=ltr] *) {
    left: 0
}

body.hovered .sidebar:where([dir=rtl], [dir=rtl] *) {
    right: 0
}

@media (min-width: 1200px) {
    body.hovered .sidebar .logo-full {
        display: none
    }
}

body.hovered .sidebar .logo-container {
    padding: 1rem
}

@media (min-width: 1200px) {
    body.hovered .sidebar .logo-container {
        padding: 1.75rem
    }
}

body.hovered .sidebar .logo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.hovered .sidebar .logo-icon {
    display: none
}

@media (min-width: 1200px) {
    body.hovered .sidebar .logo-icon {
        display: block
    }
}

body.hovered .sidebar .menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 280px;
}

@media (min-width: 1200px) {
    body.hovered .sidebar .menu-wrapper {
        padding-bottom: 2rem
    }
}

body.hovered .sidebar .menu-heading {
    /* border-top-width: 2px;
    border-style: dashed;
    border-color: #20b75733; */
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600
}

@media (min-width: 1200px) {
    body.hovered .sidebar .menu-heading {
        display: none
    }
}

body.hovered .sidebar .menu-container {
    left: 0;
    right: 0;
    height: 100vh;
    /* Ensure the sidebar takes the full viewport height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    display: flex;
    flex-direction: column;
    /* Make sure items stack vertically */
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    /* Prevent horizontal scroll */

}

body.hovered .sidebar .menu-ul {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-style: dashed;
    border-color: #20b75733;
    padding-bottom: 3.5rem;
    padding-top: 1.25rem
}

@media (min-width: 1200px) {
    body.hovered .sidebar .menu-ul {
        border-top-width: 2px
    }
}

@media (min-width: 1400px) {
    body.hovered .sidebar .menu-ul {
        gap: 1.5rem
    }
}

body.hovered .sidebar .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .75rem;
    padding-bottom: .75rem
}

body.hovered .sidebar .menu-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media not all and (min-width: 1200px) {
    body.hovered .sidebar .menu-btn {
        width: 100%;
        justify-content: space-between;
        border-radius: .75rem;
        padding: .75rem 1.5rem
    }
}

@media (min-width: 992px) {
    body.hovered .sidebar .menu-btn {
        border-radius: 9999px
    }
}

@media (min-width: 1200px) {
    body.hovered .sidebar .menu-btn {
        height: 3rem;
        width: 3rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(235 236 239 / var(--tw-border-opacity));
        background-color: #20b7570d
    }

    :is(.dark body.hovered .sidebar .menu-btn) {
        --tw-border-opacity: 1;
        border-color: rgb(64 74 96 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(35 38 43 / var(--tw-bg-opacity))
    }
}

body.hovered .sidebar .menu-title {
    font-weight: 500
}

@media (min-width: 1200px) {

    body.hovered .sidebar .menu-title,
    body.hovered .sidebar .plus-minus {
        display: none
    }
}

body.hovered .sidebar .submenu {
    overflow: hidden;
    padding: .75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

@media (min-width: 1200px) {
    body.hovered .sidebar .submenu {
        display: none
    }
}

@media (min-width: 1800px) {
    body.hovered .sidebar .submenu {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

body.hovered .sidebar .menu-li {
    position: relative;
    width: 100%;
    justify-content: center;
    border-radius: 1rem
}

@media (min-width: 1200px) {
    body.hovered .sidebar .menu-li {
        display: flex
    }

    body.hovered .sidebar .balance-part,
    body.hovered .sidebar .upgrade-part {
        display: none
    }

    body.hovered .sidebar:hover .logo-full {
        display: block
    }
}

@media (min-width: 992px) {
    body.hovered .sidebar:hover .logo-container {
        padding: 1.5rem
    }
}

@media (min-width: 1400px) {
    body.hovered .sidebar:hover .logo-container {
        padding: 30px
    }
}

body.hovered .sidebar:hover .logo-inner {
    justify-content: space-between
}

body.hovered .sidebar:hover .logo-icon {
    display: none
}

@media (min-width: 992px) {
    body.hovered .sidebar:hover .menu-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1400px) {
    body.hovered .sidebar:hover .menu-wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1200px) {
    body.hovered .sidebar:hover .menu-heading {
        display: block;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

body.hovered .sidebar:hover .menu-ul {
    gap: .5rem;
    border-style: none;
    padding-top: 0
}

body.hovered .sidebar:hover .menu-btn {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: .75rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

:is(.dark body.hovered .sidebar:hover .menu-btn) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 1200px) {
    body.hovered .sidebar:hover .menu-btn {
        width: 100%;
        padding: .75rem 1.5rem
    }
}

body.hovered .sidebar:hover .menu-btn:hover {
    background-color: #2520b7 !important
}

body.hovered .sidebar:hover .menu-title,
body.hovered .sidebar:hover .plus-minus,
body.hovered .sidebar:hover .submenu {
    display: block
}

body.hovered .sidebar:hover .menu-li {
    flex-direction: column;
    background-color: #20b7570d
}

:is(.dark body.hovered .sidebar:hover .menu-li) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 1200px) {

    body.hovered .sidebar:hover .balance-part,
    body.hovered .sidebar:hover .upgrade-part {
        display: block
    }
}

body.hovered .submenu-show {
    visibility: visible;
    height: auto;
    max-height: 800px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

body.hovered .submenu-hide {
    visibility: hidden;
    max-height: 0px;
    padding: 0 12px !important
}

@media (min-width: 1800px) {
    body.hovered .submenu-hide {
        padding: 0 20px !important
    }
}

body.hovered .main-content {
    padding-top: 72px;
    transition-duration: .3s
}

@media (min-width: 768px) {
    body.hovered .main-content {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    body.hovered .main-content {
        padding-top: 98px
    }

    body.hovered .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 6rem
    }

    body.hovered .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 6rem
    }

    body.hovered .main-content.has-sidebar+.footer:where([dir=ltr], [dir=ltr] *) {
        margin-left: 6rem
    }

    body.hovered .main-content.has-sidebar+.footer:where([dir=rtl], [dir=rtl] *) {
        margin-right: 6rem
    }
}

body.hovered.dark .sidebar .menu-btn {
    background-color: #14161c !important
}

body.hovered.dark .sidebar .menu-btn.active,
body.hovered.dark .sidebar .menu-btn:hover {
    background-color: #2520b7 !important
}

@media (max-width: 1199px) {
    body.horizontal .navbar-top {
        position: fixed
    }

    body.horizontal .topbarmargin {
        width: 100%
    }

    @media (min-width: 1200px) {
        body.horizontal .topbarmargin:where([dir=ltr], [dir=ltr] *) {
            margin-left: 280px;
            width: calc(100% - 280px)
        }
    }

    @media (min-width: 1600px) {
        body.horizontal .topbarmargin:where([dir=ltr], [dir=ltr] *) {
            margin-left: 336px;
            width: calc(100% - 336px)
        }
    }

    @media (min-width: 1200px) {
        body.horizontal .topbarmargin:where([dir=rtl], [dir=rtl] *) {
            margin-right: 280px;
            width: calc(100% - 280px)
        }
    }

    @media (min-width: 1600px) {
        body.horizontal .topbarmargin:where([dir=rtl], [dir=rtl] *) {
            margin-right: 336px;
            width: calc(100% - 336px)
        }
    }

    body.horizontal .topbar-inner {
        padding-left: .75rem;
        padding-right: .75rem
    }

    @media (min-width: 1200px) {
        body.horizontal .topbar-inner {
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    body.horizontal .sidebar {
        position: fixed;
        top: 0;
        z-index: 21;
        height: 100%;
        width: 280px;
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-duration: .3s
    }

    @media (min-width: 1600px) {
        body.horizontal .sidebar {
            width: 336px
        }
    }

    body.horizontal .sidebar:where([dir=ltr], [dir=ltr] *) {
        left: 0
    }

    body.horizontal .sidebar:where([dir=rtl], [dir=rtl] *) {
        right: 0
    }

    body.horizontal .sidebar .menu-heading {
        border-top-width: 2px;
        border-style: dashed;
        border-color: #20b75733;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: .75rem;
        line-height: 1rem;
        font-weight: 600
    }

    @media (min-width: 992px) {
        body.horizontal .sidebar .menu-heading {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem
        }
    }

    body.horizontal .sidebar .logo-container {
        padding: 1rem
    }

    @media (min-width: 1200px) {
        body.horizontal .sidebar .logo-container {
            padding: 1.5rem
        }
    }

    @media (min-width: 1600px) {
        body.horizontal .sidebar .logo-container {
            padding: 31px
        }
    }

    body.horizontal .sidebar .logo-inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    body.horizontal .sidebar .logo-full {
        display: block
    }

    body.horizontal .sidebar .logo-text {
        display: none
    }

    body.horizontal .sidebar .menu-wrapper {
        padding-left: 1rem;
        padding-right: 1rem
    }

    @media (min-width: 1400px) {
        body.horizontal .sidebar .menu-wrapper {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }
    }

    @media (min-width: 1600px) {
        body.horizontal .sidebar .menu-wrapper {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    body.horizontal .sidebar .menu-container {
        left: 0;
        right: 0;
        height: 100vh;
        /* Ensure the sidebar takes the full viewport height */
        overflow-y: auto;
        /* Enable vertical scrolling */
        display: flex;
        flex-direction: column;
        /* Make sure items stack vertically */
        position: relative;
        z-index: 1;
        overflow-x: hidden;
        /* Prevent horizontal scroll */
    }

    body.horizontal .sidebar .menu-ul {
        margin-bottom: 1.25rem;
        display: flex;
        flex-direction: column;
        gap: .5rem
    }

    body.horizontal .sidebar .menu-li {
        border-radius: .75rem;
        background-color: #20b7570d;
        transition-duration: .3s
    }

    :is(.dark body.horizontal .sidebar .menu-li) {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 36 / var(--tw-bg-opacity))
    }

    body.horizontal .sidebar .menu-btn {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border-radius: .75rem;
        padding: .625rem 1rem;
        transition-duration: .3s
    }

    body.horizontal .sidebar .menu-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(25 29 124 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    @media (min-width: 992px) {
        body.horizontal .sidebar .menu-btn {
            padding-top: .75rem;
            padding-bottom: .75rem
        }
    }

    @media (min-width: 1600px) {
        body.horizontal .sidebar .menu-btn {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }
    }

    body.horizontal .sidebar .submenu {
        overflow: hidden;
        padding: .75rem;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .3s
    }

    @media (min-width: 1800px) {
        body.horizontal .sidebar .submenu {
            padding-left: 1.25rem;
            padding-right: 1.25rem
        }
    }

    body.horizontal .submenu-show {
        visibility: visible;
        height: auto;
        max-height: 800px;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    body.horizontal .submenu-hide {
        visibility: hidden;
        max-height: 0px;
        padding: 0 12px !important
    }

    body.horizontal .submenu-link {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding-top: .375rem;
        padding-bottom: .375rem;
        font-weight: 500;
        text-transform: capitalize;
        transition-duration: .3s
    }

    @media (min-width: 992px) {
        body.horizontal .submenu-link {
            padding-top: .5rem;
            padding-bottom: .5rem
        }
    }

    body.horizontal .submenu-link:hover {
        --tw-text-opacity: 1;
        color: rgb(25 29 124 / var(--tw-text-opacity))
    }
}

@media (min-width: 1200px) {
    body.horizontal #sidebar-toggle-btn {
        display: none
    }

    body.horizontal .topbar-container {
        position: fixed;
        width: 100%
    }

    body.horizontal .topbarmargin {
        width: 100%
    }

    body.horizontal .topbarmargin .topbar-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1850px
    }

    body.horizontal .topbarmargin .topbar-logo {
        display: block
    }

    body.horizontal .sidebar {
        width: 100%;
        border-top-width: 1px;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    body.horizontal .sidebar .sidebar-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1850px
    }

    body.horizontal .sidebar .logo-container,
    body.horizontal .sidebar .menu-heading,
    body.horizontal .sidebar .menu-icon,
    body.horizontal .sidebar .plus-minus,
    body.horizontal .sidebar .submenu i {
        display: none
    }

    body.horizontal .sidebar .menu-container {
        padding-bottom: 0 !important
    }

    body.horizontal .sidebar .menu-ul {
        position: relative;
        display: flex;
        gap: .5rem
    }

    body.horizontal .sidebar .menu-li {
        position: relative;
        cursor: pointer;
        padding: .625rem .25rem
    }

    @media (min-width: 1600px) {
        body.horizontal .sidebar .menu-li {
            padding-left: .75rem;
            padding-right: .75rem
        }
    }

    body.horizontal .sidebar .menu-title {
        font-size: .600rem;
        line-height: 1rem
    }

    @media (min-width: 1300px) {
        body.horizontal .sidebar .menu-title {
            font-size: 1rem;
            line-height: 1.5rem
        }
    }

    body.horizontal .sidebar .chevron-down {
        display: block
    }

    body.horizontal .sidebar .menu-btn {
        display: flex;
        align-items: center;
        gap: .25rem;
        transition-duration: .3s
    }

    body.horizontal .sidebar .menu-btn:hover {
        --tw-text-opacity: 1;
        color: rgb(25 29 124 / var(--tw-text-opacity))
    }

    body.horizontal .sidebar .menu-btn {
        background-color: transparent !important
    }

    body.horizontal .sidebar .menu-btn i {
        color: #222e48
    }

    body.horizontal .sidebar .menu-btn.active {
        background-color: transparent !important;
        color: #2520b7 !important
    }

    body.horizontal .sidebar .menu-btn.active i {
        color: #2520b7 !important
    }

    body.horizontal .sidebar .menu-btn:hover,
    body.horizontal .sidebar .menu-btn:hover i {
        --tw-text-opacity: 1;
        color: rgb(25 29 124 / var(--tw-text-opacity))
    }

    body.horizontal .sidebar .submenu {
        pointer-events: none;
        visibility: hidden;
        position: absolute;
        top: 130%;
        min-width: 220px;
        border-radius: .375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: .75rem;
        --tw-text-opacity: 1;
        color: rgb(34 46 72 / var(--tw-text-opacity));
        opacity: 0;
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-duration: .3s
    }

    :is(.dark body.horizontal .sidebar .submenu) {
        --tw-bg-opacity: 1;
        background-color: rgb(35 38 43 / var(--tw-bg-opacity))
    }

    @media (min-width: 992px) {
        body.horizontal .sidebar .submenu {
            padding-left: 1.25rem;
            padding-right: 1.25rem
        }
    }

    body.horizontal .sidebar .submenu:where([dir=ltr], [dir=ltr] *) {
        left: 0
    }

    body.horizontal .sidebar .submenu:where([dir=rtl], [dir=rtl] *) {
        right: 0
    }

    body.horizontal .sidebar .submenu .submenu-link {
        position: relative;
        display: inline-block;
        padding-top: .5rem;
        padding-bottom: .5rem;
        transition-duration: .2s
    }

    body.horizontal .sidebar .menu-li:hover .submenu {
        pointer-events: unset;
        visibility: visible;
        top: 100%;
        opacity: 1
    }

    body.horizontal .sidebar .upgrade-part,
    body.horizontal .sidebar .balance-part {
        display: none
    }
}

body.horizontal .main-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1850px;
    padding-top: 72px
}

@media (min-width: 768px) {
    body.horizontal .main-content {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    body.horizontal .main-content {
        padding-top: 172px
    }
}

body.horizontal .main-content .main-inner {
    padding-left: .75rem;
    padding-right: .75rem
}

body.horizontal.dark .sidebar {
    border-top-color: #14161c
}

body.horizontal.dark .sidebar .menu-ul .menu-btn i {
    color: #fff !important
}

body.horizontal.dark .sidebar .menu-ul .menu-btn.active i,
body.horizontal.dark .sidebar .menu-ul .menu-btn:hover i {
    color: #2520b7 !important
}

body.horizontal.dark .sidebar .menu-ul .submenu {
    background-color: #23262b !important;
    color: #fff !important
}

body.detached {
    background-color: #4371e90d
}

@media (min-width: 1200px) {
    body.detached #sidebar-toggle-btn {
        display: none
    }
}

body.detached .topbarmargin {
    width: 100%
}

@media (min-width: 1200px) {
    body.detached .topbarmargin {
        width: 100%
    }
}

body.detached .topbarmargin .topbar-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1850px
}

@media (min-width: 1200px) {
    body.detached .topbarmargin .topbar-logo {
        display: block
    }
}

body.detached .navbar-top {
    position: fixed
}

body.detached .topbar-inner {
    padding-left: .75rem;
    padding-right: .75rem
}

body.detached .sidebar {
    position: fixed;
    z-index: 21;
    height: 100%;
    width: 280px;
    border-radius: 1rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: .3s
}

@media (min-width: 1200px) {
    body.detached .sidebar {
        top: 6rem
    }
}

@media (min-width: 1400px) {
    body.detached .sidebar {
        max-height: 83vh
    }
}

@media (min-width: 1600px) {
    body.detached .sidebar {
        top: 128px;
        width: 336px
    }
}

@media (min-width: 1200px) {
    body.detached .sidebar:where([dir=ltr], [dir=ltr] *) {
        left: 1.25rem
    }
}

@media (min-width: 1600px) {
    body.detached .sidebar:where([dir=ltr], [dir=ltr] *) {
        left: 2.5rem
    }
}

@media (min-width: 1200px) {
    body.detached .sidebar:where([dir=rtl], [dir=rtl] *) {
        right: 1.25rem
    }
}

@media (min-width: 1600px) {
    body.detached .sidebar:where([dir=rtl], [dir=rtl] *) {
        right: 2.5rem
    }
}

body.detached .sidebar .sidebar-inner {
    border-radius: 1rem
}

body.detached .sidebar .menu-heading {
    border-style: dashed;
    border-color: #20b75733;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600
}

@media not all and (min-width: 1200px) {
    body.detached .sidebar .menu-heading {
        border-top-width: 2px
    }
}

@media (min-width: 992px) {
    body.detached .sidebar .menu-heading {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

body.detached .sidebar .logo-container {
    padding: 1rem
}

@media (min-width: 1200px) {
    body.detached .sidebar .logo-container {
        display: none
    }
}

body.detached .sidebar .logo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.detached .sidebar .logo-full {
    display: block
}

body.detached .sidebar .logo-text {
    display: none
}

body.detached .sidebar .menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 1400px) {
    body.detached .sidebar .menu-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1600px) {
    body.detached .sidebar .menu-wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

body.detached .sidebar .menu-wrapper {
    border-radius: 16px !important
}

body.detached .sidebar .menu-container {
    left: 0;
    right: 0;
    height: 100vh;
    /* Ensure the sidebar takes the full viewport height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    display: flex;
    flex-direction: column;
    /* Make sure items stack vertically */
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    /* Prevent horizontal scroll */

}

@media (min-width: 1400px) {
    body.detached .sidebar .menu-container {
        padding-bottom: 0 !important
    }
}

body.detached .sidebar .menu-ul {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

body.detached .sidebar .menu-li {
    border-radius: .75rem;
    background-color: #20b7570d;
    transition-duration: .3s
}

:is(.dark body.detached .sidebar .menu-li) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

body.detached .sidebar .menu-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: .75rem;
    padding: .625rem 1rem;
    transition-duration: .3s
}

body.detached .sidebar .menu-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 992px) {
    body.detached .sidebar .menu-btn {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width: 1600px) {
    body.detached .sidebar .menu-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

body.detached .sidebar .menu-btn.active,
body.detached .sidebar .menu-btn:hover {
    background-color: #2520b7 !important;
    color: #fff !important
}

body.detached .sidebar .submenu {
    overflow: hidden;
    padding: .75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

@media (min-width: 1800px) {
    body.detached .sidebar .submenu {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

body.detached .submenu-show {
    visibility: visible;
    height: auto;
    max-height: 800px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

body.detached .submenu-hide {
    visibility: hidden;
    max-height: 0px;
    padding: 0 12px !important
}

@media (min-width: 1800px) {
    body.detached .submenu-hide {
        padding: 0 20px !important
    }
}

body.detached .balance-part,
body.detached .upgrade-part {
    display: none
}

body.detached .topnav-layout {
    order: 2
}

body.detached .topnav-search {
    order: 1
}

body.detached .main-content {
    padding-top: 72px
}

@media (min-width: 768px) {
    body.detached .main-content {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    body.detached .main-content {
        padding-top: 98px
    }

    body.detached .main-content:where([dir=ltr], [dir=ltr] *) {
        right: 1.25rem
    }
}

@media (min-width: 1600px) {
    body.detached .main-content:where([dir=ltr], [dir=ltr] *) {
        right: 2.5rem
    }
}

@media (min-width: 1200px) {
    body.detached .main-content:where([dir=rtl], [dir=rtl] *) {
        left: 1.25rem
    }
}

@media (min-width: 1600px) {
    body.detached .main-content:where([dir=rtl], [dir=rtl] *) {
        left: 2.5rem
    }
}

@media (min-width: 1200px) {
    body.detached .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 300px
    }
}

@media (min-width: 1600px) {
    body.detached .main-content.has-sidebar:where([dir=ltr], [dir=ltr] *) {
        margin-left: 376px
    }
}

@media (min-width: 1200px) {
    body.detached .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 300px
    }
}

@media (min-width: 1600px) {
    body.detached .main-content.has-sidebar:where([dir=rtl], [dir=rtl] *) {
        margin-right: 376px
    }
}

@media (min-width: 1200px) {
    body.detached .footer:where([dir=ltr], [dir=ltr] *) {
        right: 1.25rem;
        margin-left: 324px
    }
}

@media (min-width: 1600px) {
    body.detached .footer:where([dir=ltr], [dir=ltr] *) {
        right: 2.5rem;
        margin-left: 400px
    }
}

@media (min-width: 1200px) {
    body.detached .footer:where([dir=rtl], [dir=rtl] *) {
        left: 1.25rem;
        margin-right: 324px
    }
}

@media (min-width: 1600px) {
    body.detached .footer:where([dir=rtl], [dir=rtl] *) {
        left: 2.5rem;
        margin-right: 400px
    }
}

.provider-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    text-align: start;
    transition-duration: .3s
}

.provider-btn.provider-active {
    border-radius: .75rem;
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity));
    background-color: #20b7570d;
    padding: .75rem
}

@media (min-width: 1400px) {
    .provider-btn.provider-active {
        padding: 1rem
    }
}

@media (min-width: 1600px) {
    .provider-btn.provider-active {
        padding: 1.5rem
    }
}

.provider-btn .icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    background-color: #20b7570d
}

:is(.dark .provider-btn .icon) {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity))
}

@media (min-width: 1400px) {
    .provider-btn .icon {
        height: 3.5rem;
        width: 3.5rem
    }
}

.provider-card {
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .75rem;
    --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
    --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .provider-card) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 576px) {
    .provider-card {
        padding: 1rem
    }
}

@media (min-width: 1600px) {
    .provider-card {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.provider-card {
    grid-column: span 12 / span 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    background-color: #20b7570d;
    padding: 1.25rem .75rem;
    transition-duration: .3s
}

.provider-card:hover {
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

:is(.dark .provider-card) {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

:is(.dark .provider-card:hover) {
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

@media (min-width: 430px) {
    .provider-card {
        grid-column: span 6 / span 6
    }
}

@media (min-width: 600px) {
    .provider-card {
        grid-column: span 4 / span 4
    }
}

@media (min-width: 768px) {
    .provider-card {
        grid-column: span 6 / span 6
    }
}

@media (min-width: 1200px) {
    .provider-card {
        padding: 1.5rem
    }
}

@media (min-width: 1400px) {
    .provider-card {
        grid-column: span 4 / span 4
    }
}

@media (min-width: 1800px) {
    .provider-card {
        grid-column: span 3 / span 3
    }
}

.provider-card .icon {
    margin-bottom: 1.5rem;
    display: flex;
    height: 52px;
    width: 52px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-shadow: 0px 6px 30px 0px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .provider-card .icon) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

.provider-tab {
    display: none
}

.provider-tab.tab-active {
    display: grid
}

.range__slider [type=range] {
    margin: 0;
    height: .5rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(235 236 239 / var(--tw-bg-opacity));
    padding: 0;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.range__value {
    margin-right: 45px;
    width: 35%;
    text-align: center
}

.range__slider [type=range]::-webkit-slider-thumb {
    height: 1.25rem;
    width: .5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    transition-duration: .2s
}

:is(.dark .range__slider [type=range])::-webkit-slider-thumb {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity))
}

.range__slider [type=range]::-moz-range-thumb {
    height: 1.25rem;
    width: .5rem;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    transition-duration: .2s
}

:is(.dark .range__slider [type=range])::-moz-range-thumb {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity))
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0
}

*::-webkit-scrollbar {
    background-color: #20b75733;
    transition-duration: .3s;
    width: 5px;
    height: 5px;
    border-radius: 12px
}

*::-webkit-scrollbar-thumb {
    background-color: #2520b7;
    border-radius: 12px;
    transition-duration: .3s
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #2520b7
}

.menu-container::-webkit-scrollbar {
    background-color: transparent
}

.menu-container::-webkit-scrollbar-thumb {
    background-color: transparent
}

.menu-container:hover::-webkit-scrollbar {
    background-color: #20b75733;
    transition-duration: .3s;
    width: 5px;
    display: block;
    height: 5px
}

.menu-container:hover::-webkit-scrollbar-thumb {
    background-color: #2520b7;
    transition-duration: .3s;
    display: block
}

.react-calendar__navigation button {
    font-size: 1rem !important
}

.react-calendar__navigation button:hover {
    background-color: transparent !important
}

.react-calendar__tile--now {
    background: #2520b7 !important
}

.react-calendar {
    width: 100% !important;
    border: none !important;
    background: transparent !important
}

.react-calendar__month-view__weekdays {
    background-color: #20b7570d;
    padding: 10px 6px
}

.react-calendar__tile--active {
    background-color: #2520b7 !important
}

abbr:where([title]) {
    text-decoration: none !important
}

.react-calendar__navigation button {
    font-size: 1.6rem
}

.react-calendar__tile {
    padding: 15px 6px !important
}

.dark .react-calendar__month-view__days__day:hover {
    background: #20b75714 !important
}

.progress-grow {
    animation: growlong 2s linear
}

@keyframes growlong {
    0% {
        width: 0
    }

    to {
        width: auto !important
    }
}

.foodapp .swiper-pagination-bullet {
    background-color: #2520b7;
    width: 12px;
    height: 12px;
    transition-duration: .4s;
    cursor: pointer;
    opacity: .4
}

.foodapp .swiper-pagination-bullet-active {
    background-color: #2520b7;
    opacity: 1;
    width: 28px;
    border-radius: 10px
}

.inbox-table tr:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none
}

.dark .apexcharts-tooltip {
    background-color: #1b232d !important;
    border-color: #404a60 !important
}

.dark .apexcharts-tooltip-title {
    border-color: #404a60 !important;
    background-color: #1b232d !important
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: none;
    display: none
}

.video-news:nth-child(7) {
    border-bottom: 0;
    padding-bottom: 0
}

.rounded-table td:first-child {
    border-radius: 10px 0 0 10px
}

.rounded-table td:last-child {
    border-radius: 0 10px 10px 0
}

.ql-editor {
    min-height: 120px;
    background-color: #20b7570d;
    border-radius: 0 0 16px 16px
}

.dark .ql-editor {
    background-color: #14161c
}

.ql-toolbar {
    border-radius: 16px 16px 0 0;
    border-color: #ebecef !important
}

.dark .ql-toolbar,
.dark .ql-container.ql-snow {
    border-color: #404a60 !important
}

.ql-container.ql-snow {
    border-radius: 0 0 16px 16px;
    border-color: #ebecef !important
}

.dark .ql-picker-label,
.dark .ql-picker-label:hover {
    color: #e0e3e6
}

.dark .ql-formats svg {
    filter: invert(100%) sepia(0%) saturate(4067%) hue-rotate(63deg) brightness(100%) contrast(105%)
}

.apexcharts-bar-area:hover {
    fill: #2520b7 !important
}

.hexagon {
    position: relative;
    width: 80px;
    height: 48px;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    text-decoration: none
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit
}

.hexagon:before {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg)
}

.hexagon:after {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg)
}

.loader svg {
    width: 3.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite
}

.loader circle {
    fill: none;
    stroke: #2520b7;
    stroke-width: 3;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1s ease-in-out infinite
}

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

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dashoffset: -125px
    }
}

.dark .react-datepicker__header {
    background-color: #1b232d;
    color: #fff !important
}

.dark .react-datepicker__header .react-datepicker__current-month,
.dark .react-datepicker__header .react-datepicker__day-name {
    color: #fff
}

.deposit-balance .apexcharts-legend {
    background-color: #4371e90d;
    width: 127px !important;
    height: 140px
}

body.dark .deposit-balance .apexcharts-legend {
    background-color: #23262b
}

body.dark .apexchartsarea-datetime {
    fill: #31394f
}

body.dark .apexcharts-radialbar-area {
    stroke: #31394f
}

body.dark .apexcharts-radial-series path {
    stroke: #2520b7
}

body.dark .apexcharts-series.apexcharts-pie-series path {
    stroke: #31394f !important
}

body.dark .apexcharts-text {
    fill: #ebecef !important
}

body.dark .apexcharts-legend-text {
    color: #ebecef !important
}

body.dark .apexcharts-tooltip.apexcharts-theme-light,
body.dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #404a60 !important;
    border: #404a60 !important
}

body.dark .apexcharts-gridlines-vertical .apexcharts-gridline,
body.dark .apexcharts-grid-borders line {
    stroke: #404a60
}

body.dark .apexcharts-gridlines-horizontal line {
    stroke: #404a60 !important
}

body.dark .apexcharts-tooltip {
    background-color: #1b232d !important;
    border-color: #404a60 !important
}

body.dark .apexcharts-tooltip-title {
    border-color: #404a60 !important;
    background-color: #1b232d !important
}

body.dark .nice-select {
    border-color: #404a60 !important
}

body.dark .nice-select.green {
    border-radius: 12px;
    background-color: #14161c !important
}

body.dark .nice-select-dropdown {
    background-color: #1d1e24 !important;
    border-color: #1d1e24 !important
}

body.dark .nice-select .option:hover,
body.dark .nice-select .option.focus,
body.dark .nice-select .option.selected.focus {
    background-color: #2520b7
}

body.dark .qs-datepicker-container {
    background-color: #1b232d !important;
    color: #ebecef !important;
    border-color: #31394f !important
}

body.dark .qs-datepicker-container .qs-controls {
    background-color: #14161c !important;
    color: #fff !important
}

.apexcharts-text {
    fill: #232323 !important
}

.apexcharts-legend-text {
    color: #232323 !important
}

select.nc-select {
    display: none
}

.nice-select {
    min-width: 140px
}

.nice-select .current {
    font-size: 14px
}

.nice-select.green {
    border-radius: 12px;
    background-color: #2520b70d
}

.nice-select:focus {
    border-color: #e0e3e6 !important
}

.nice-select.full {
    display: flex;
    height: 2.75rem;
    width: 100%;
    align-items: center;
    border-radius: 32px;
    background-color: #4371e90d;
    padding-top: .625rem;
    padding-bottom: .625rem
}

:is(.dark .nice-select.full) {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

@media (min-width: 768px) {
    .nice-select.full {
        padding: .75rem 1.25rem
    }
}

@media (min-width: 1200px) {
    .nice-select.full {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.nice-select .nice-select-dropdown {
    min-width: -moz-max-content;
    min-width: max-content;
    right: 0 !important
}

.nice-select .list .option:hover,
.nice-select .list.focus,
.nice-select .list.focus.selected {
    background-color: #2520b70d
}

.nice-select.card:where([dir=ltr], [dir=ltr] *) {
    margin-right: 1rem
}

.nice-select.card:where([dir=rtl], [dir=rtl] *) {
    margin-left: 1rem
}

.nice-select.card {
    border-radius: 30px !important;
    background-color: #fff !important
}

.nice-select:after {
    right: 12px !important;
    height: 8px;
    width: 8px
}

html[dir=rtl] .nice-select {
    text-align: right !important;
    padding-left: 2rem;
    padding-right: 1rem
}

html[dir=rtl] .nice-select:after {
    left: 12px !important;
    right: auto !important
}

html[dir=rtl] .nice-select .option {
    text-align: right
}

.modal .nc-select {
    height: 50px
}

.datatable-top {
    display: none
}

.datatable-container thead tr {
    background-color: #4371e90d
}

.datatable-container thead tr th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.datatable-bottom {
    margin-top: 16px
}

.datatable-bottom .datatable-pagination .datatable-pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem
}

@media (min-width: 768px) {
    .datatable-bottom .datatable-pagination .datatable-pagination-list {
        gap: .75rem;
        font-weight: 600
    }
}

.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity));
    transition-duration: .3s
}

.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item {
        height: 2.5rem;
        width: 2.5rem
    }
}

.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item .datatable-pagination-list-item-link,
.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item .datatable-pagination-list-item-link:hover {
    background-color: transparent
}

.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item.datatable-active {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item.datatable-active .datatable-pagination-list-item-link,
.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item.datatable-active .datatable-pagination-list-item-link:hover {
    background-color: transparent
}

.datatable-bottom .datatable-pagination .datatable-pagination-list .datatable-pagination-list-item.datatable-hidden {
    visibility: visible
}

.datatable-wrapper .datatable-container {
    border-top: none !important;
    border-bottom: none
}

.datatable-wrapper .datatable-table {
    border: none !important
}

input#date,
input#date2 {
    width: 100%;
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    background-color: transparent
}

:is(.dark input#date),
:is(.dark input#date2) {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity))
}

@media (min-width: 1200px) {

    input#date,
    input#date2 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.dark .nice-select .list {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

.dataTables_filter [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    border-radius: 30px;
    margin: 20px 20px 20px 7px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity));
    background-color: #2520b70d;
    padding-left: 1.5rem;
    padding-right: .5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04rem;

}

.dataTables_filter label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04rem;

}

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

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

i {
    font-size: 1.5rem
}

a,
p,
span,
td {
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 768px) {

    a,
    p,
    span,
    td {
        font-size: 0.7rem;
        line-height: 0.7rem
    }
}

h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 48px
    }
}

h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 576px) {
    h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width: 1600px) {
    h2 {
        font-size: 40px
    }
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.25
}

@media (min-width: 576px) {
    h3 {
        font-weight: 600
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1600px) {
    h3 {
        font-size: 32px
    }
}

h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500
}

@media (min-width: 768px) {
    h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600
    }
}

@media (min-width: 1600px) {
    h4 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500
}

@media (min-width: 768px) {
    h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

input:focus,
textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

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

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

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

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

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

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

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

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

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-left: 0;
        padding-right: 0
    }
}

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

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1296px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 75%
    }
}

.display-4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 992px) {
    .display-4 {
        font-size: 48px
    }
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 56px
    }
}

.btn-red {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 32px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #ff4c51;
    --tw-bg-opacity: 1;
    background-color: #ff4c51;
    padding: .075rem .65rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: .3s;
}

.btn-red:hover {
    background-color: color-mix(in sRGB, #000 10%, #ff4c51);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 32px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: .3s
}

.btn:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
    .btn {
        padding: .5rem 1rem
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 992px) {
    .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1400px) {
    .btn {
        padding: .625rem 2rem
    }
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 32px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: .3s
}

.btn-outline:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

@media (min-width: 576px) {
    .btn-outline {
        padding: .5rem 1rem
    }
}

@media (min-width: 768px) {
    .btn-outline {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 992px) {
    .btn-outline {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1400px) {
    .btn-outline {
        padding: .625rem 2rem
    }
}

.btn-outline {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

.btn-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 32px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity));
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: .3s
}

.btn-white:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

@media (min-width: 576px) {
    .btn-white {
        padding: .5rem 1rem
    }
}

@media (min-width: 768px) {
    .btn-white {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 992px) {
    .btn-white {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1400px) {
    .btn-white {
        padding: .625rem 2rem
    }
}

.btn-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

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

:is(.dark .btn-white) {
    --tw-border-opacity: 1;
    border-color: rgb(35 38 43 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

.box {
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .75rem;
    --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
    --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .box) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

@media (min-width: 576px) {
    .box {
        padding: 1rem
    }
}

@media (min-width: 1200px) {
    .box {
        padding: 1.5rem
    }
}

@media (min-width: 1600px) {
    .box {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.arrow-top:after {
    position: absolute;
    top: -12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-left-color: transparent;
    content: var(--tw-content);
    border-right-color: transparent
}

:is(.dark .arrow-top):after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 30 36 / var(--tw-border-opacity))
}

.arrow-top:where([dir=ltr], [dir=ltr] *):after {
    content: var(--tw-content);
    left: 1rem
}

.arrow-top:where([dir=rtl], [dir=rtl] *):after {
    content: var(--tw-content);
    right: 1rem
}

.arrow-bottom:after {
    position: absolute;
    bottom: -12px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 12px;
    border-left-color: transparent;
    border-right-color: transparent;
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-top-color: rgb(25 29 124 / var(--tw-border-opacity))
}

.arrow-bottom:where([dir=ltr], [dir=ltr] *):after {
    content: var(--tw-content);
    right: 1rem
}

.arrow-bottom:where([dir=rtl], [dir=rtl] *):after {
    content: var(--tw-content);
    left: 1rem
}

.bb-dashed {
    border-bottom-width: 1px;
    border-style: dashed;
    border-color: #2520b74d
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.-left-8 {
    left: -2rem
}

.-right-1 {
    right: -.25rem
}

.-top-1 {
    top: -.25rem
}

.bottom-0 {
    bottom: 0
}

.bottom-0\.5 {
    bottom: .125rem
}

.bottom-1 {
    bottom: .25rem
}

.bottom-6 {
    bottom: 1.5rem
}

.bottom-full {
    bottom: 100%
}

.left-0 {
    left: 0
}

.left-1 {
    left: .25rem
}

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

.right-0 {
    right: 0
}

.right-0\.5 {
    right: .125rem
}

.right-1 {
    right: .25rem
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-16 {
    top: 4rem
}

.top-20 {
    top: 5rem
}

.top-full {
    top: 100%
}

.\!z-50 {
    z-index: 50 !important
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.z-\[1\] {
    z-index: 1
}

.z-\[2\] {
    z-index: 2
}

.z-\[3\] {
    z-index: 3
}

.z-\[52\] {
    z-index: 52
}

.z-\[60\] {
    z-index: 60
}

.z-\[99\] {
    z-index: 99
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.col-span-12 {
    grid-column: span 12 / span 12
}

.col-span-2 {
    grid-column: span 2 / span 2
}

.col-span-6 {
    grid-column: span 6 / span 6
}

.-my-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

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

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

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

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

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

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

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

.-mb-1 {
    margin-bottom: -.25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

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

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

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

.mb-5 {
    margin-bottom: 1.25rem
}

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

.mb-7 {
    margin-bottom: 1.75rem
}

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

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

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

.mt-3 {
    margin-top: .75rem
}

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

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

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

.mt-7 {
    margin-top: 1.75rem
}

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.h-1 {
    height: .25rem
}

.h-1\.5 {
    height: .375rem
}

.h-10 {
    height: 2.5rem
}

.h-14 {
    height: 3.5rem
}

.h-20 {
    height: 5rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-\[10px\] {
    height: 10px
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.max-h-\[600px\] {
    max-height: 600px
}

.max-h-\[640px\] {
    max-height: 640px
}

.max-h-\[90vh\] {
    max-height: 90vh
}

.min-h-screen {
    min-height: 100vh
}

.w-1 {
    width: .25rem
}

.w-1\.5 {
    width: .375rem
}

.w-10 {
    width: 2.5rem
}

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

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-28 {
    width: 7rem
}

.w-3\/4 {
    width: 75%
}

.w-32 {
    width: 8rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

.w-\[10px\] {
    width: 10px
}

.w-\[120px\] {
    width: 120px
}

.w-\[15\%\] {
    width: 15%
}

.w-\[20\%\] {
    width: 20%
}

.w-\[25\%\] {
    width: 25%
}

.w-\[250px\] {
    width: 250px
}

.w-\[280px\] {
    width: 280px
}

.w-\[300px\] {
    width: 300px
}

.w-\[45\%\] {
    width: 45%
}

.w-\[50px\] {
    width: 50px
}

.w-\[95\%\] {
    width: 95%
}

.w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem)
}

.w-full {
    width: 100%
}

.\!min-w-\[150px\] {
    min-width: 150px !important
}

.\!min-w-\[160px\] {
    min-width: 160px !important
}

.\!min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[120px\] {
    min-width: 120px
}

.min-w-\[122px\] {
    min-width: 122px
}

.min-w-\[130px\] {
    min-width: 130px
}

.min-w-\[140px\] {
    min-width: 140px
}

.min-w-\[150px\] {
    min-width: 150px
}

.min-w-\[160px\] {
    min-width: 160px
}

.min-w-\[170px\] {
    min-width: 170px
}

.min-w-\[180px\] {
    min-width: 180px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[220px\] {
    min-width: 220px
}

.min-w-\[230px\] {
    min-width: 230px
}

.min-w-\[250px\] {
    min-width: 250px
}

.min-w-\[280px\] {
    min-width: 280px
}

.min-w-\[300px\] {
    min-width: 300px
}

.min-w-\[310px\] {
    min-width: 310px
}

.min-w-\[330px\] {
    min-width: 330px
}

.min-w-\[50px\] {
    min-width: 50px
}

.min-w-\[80px\] {
    min-width: 80px
}

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

.min-w-min {
    min-width: -moz-min-content;
    min-width: min-content
}

.max-w-\[100px\] {
    max-width: 100px
}

.max-w-\[1416px\] {
    max-width: 1416px
}

.max-w-\[150px\] {
    max-width: 150px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[203px\] {
    max-width: 203px
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[450px\] {
    max-width: 450px
}

.max-w-\[496px\] {
    max-width: 496px
}

.max-w-\[640px\] {
    max-width: 640px
}

.max-w-\[710px\] {
    max-width: 710px
}

.shrink-0 {
    flex-shrink: 0
}

.flex-grow,
.grow {
    flex-grow: 1
}

.border-separate {
    border-collapse: separate
}

.origin-\[20\%_20\%\] {
    transform-origin: 20% 20%
}

.origin-\[60\%_0\] {
    transform-origin: 60% 0
}

.origin-top {
    transform-origin: top
}

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

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

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

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

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

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

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

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

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

.animate-spin-slow {
    animation: spin 2s linear infinite
}

.cursor-pointer {
    cursor: pointer
}

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

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

.resize {
    resize: both
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

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

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

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.divide-dashed>:not([hidden])~:not([hidden]) {
    border-style: dashed
}

.divide-n30>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-divide-opacity))
}

.divide-primary>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-divide-opacity))
}

.divide-secondary1\/30>:not([hidden])~:not([hidden]) {
    border-color: #4371e94d
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whitespace-nowrap {
    white-space: nowrap
}

.\!rounded-3xl {
    border-radius: 1.5rem !important
}

.rounded {
    border-radius: .25rem
}

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

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

.rounded-\[30px\] {
    border-radius: 30px
}

.rounded-\[32px\] {
    border-radius: 32px
}

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

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

.rounded-md {
    border-radius: .375rem
}

.rounded-sm {
    border-radius: .125rem
}

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

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

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

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

.\!border {
    border-width: 1px !important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

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

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

.border-n30 {
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity))
}

.border-n40 {
    --tw-border-opacity: 1;
    border-color: rgb(223 224 228 / var(--tw-border-opacity))
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

.border-primary\/20 {
    border-color: #2520b733
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity))
}

.border-secondary1\/20 {
    border-color: #4371e933
}

.border-secondary1\/30 {
    border-color: #4371e94d
}

.border-transparent {
    border-color: transparent
}

.\!bg-n0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.\!bg-primary\/5 {
    background-color: #2520b70d !important
}

.bg-\[\#0E777E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 119 126 / var(--tw-bg-opacity))
}

.bg-\[\#205CB7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(32 92 183 / var(--tw-bg-opacity))
}

.bg-\[\#343436\] {
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 54 / var(--tw-bg-opacity))
}

.bg-\[\#47264C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(71 38 76 / var(--tw-bg-opacity))
}

.bg-\[\#5F4607\] {
    --tw-bg-opacity: 1;
    background-color: rgb(95 70 7 / var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity))
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity))
}

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

.bg-n30 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 236 239 / var(--tw-bg-opacity))
}

.bg-n900\/80 {
    background-color: #0b1323cc
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity))
}

.bg-primary\/10 {
    background-color: #2520b71a
}

.bg-primary\/20 {
    background-color: #2520b733
}

.bg-primary\/5 {
    background-color: #2520b70d
}

.bg-secondary1 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 113 233 / var(--tw-bg-opacity))
}

.bg-secondary1\/10 {
    background-color: #4371e91a
}

.bg-secondary1\/5 {
    background-color: #4371e90d
}

.bg-secondary2\/10 {
    background-color: #ff61611a
}

.bg-secondary3\/10 {
    background-color: #bd7b001a
}

.bg-transparent {
    background-color: transparent
}

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

.bg-opacity-50 {
    --tw-bg-opacity: .5
}

.bg-opacity-\[0\.15\] {
    --tw-bg-opacity: .15
}

.fill-current {
    fill: currentColor
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-1-6 {
    padding: .4rem;
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

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

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

.\!py-\[11px\] {
    padding-top: 11px !important;
    padding-bottom: 11px !important
}

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

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem
}

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

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

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

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

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

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

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

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

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

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

.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-4 {
    padding-top: 1rem
}

.text-center {
    text-align: center
}

.text-start {
    text-align: start
}

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

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

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

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

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

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

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .03rem;
}

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

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-xxs {
    font-size: .66rem;
    line-height: 1rem;
}



.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.leading-normal {
    line-height: 1.5
}

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

.text-n100 {
    --tw-text-opacity: 1;
    color: rgb(121 128 144 / var(--tw-text-opacity))
}

.text-n30 {
    --tw-text-opacity: 1;
    color: rgb(235 236 239 / var(--tw-text-opacity))
}

.text-n60 {
    --tw-text-opacity: 1;
    color: rgb(178 182 191 / var(--tw-text-opacity))
}

.text-n700 {
    --tw-text-opacity: 1;
    color: rgb(34 46 72 / var(--tw-text-opacity))
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

.text-secondary1 {
    --tw-text-opacity: 1;
    color: rgb(67 113 233 / var(--tw-text-opacity))
}

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

.text-secondary3 {
    --tw-text-opacity: 1;
    color: rgb(189 123 0 / var(--tw-text-opacity))
}

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

.accent-bg3 {
    accent-color: #23262B
}

.accent-primary {
    accent-color: #2520b7
}

.accent-secondary1 {
    accent-color: #4371E9
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.shadow-\[0px_6px_30px_0px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0px 6px 30px 0px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_6px_30px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 6px 30px 0px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_6px_40px_0px_rgba\(0\,0\,0\,0\.02\)\] {
    --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
    --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline {
    outline-style: solid
}

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

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

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

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media (min-width: 576px) {
    table thead tr th:first-of-type {
        border-top-left-radius: .5rem
    }

    table thead tr th:last-of-type {
        border-top-right-radius: .5rem
    }

    table tbody tr:last-of-type td:first-of-type {
        border-bottom-left-radius: .5rem
    }

    table tbody tr:last-of-type td:last-of-type {
        border-bottom-right-radius: .5rem
    }
}

td {
    vertical-align: middle !important
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}

* {
    -webkit-tap-highlight-color: transparent
}

input:checked+div {
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

input:checked+div svg {
    display: block
}

body {
    font-family: Inter, sans-serif
}

input.picker[type=date] {
    position: relative
}

input.picker[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent
}

@media not all and (min-width: 1400px) {
    .max-xxl\:box {
        border-radius: .75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: .75rem;
        --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
        --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    :is(.dark .max-xxl\:box) {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 36 / var(--tw-bg-opacity))
    }

    @media (min-width: 576px) {
        .max-xxl\:box {
            padding: 1rem
        }
    }

    @media (min-width: 1200px) {
        .max-xxl\:box {
            padding: 1.5rem
        }
    }

    @media (min-width: 1600px) {
        .max-xxl\:box {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }
}

@media not all and (min-width: 768px) {
    .max-md\:box {
        border-radius: .75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: .75rem;
        --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
        --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    :is(.dark .max-md\:box) {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 36 / var(--tw-bg-opacity))
    }

    @media (min-width: 576px) {
        .max-md\:box {
            padding: 1rem
        }
    }

    @media (min-width: 1200px) {
        .max-md\:box {
            padding: 1.5rem
        }
    }

    @media (min-width: 1600px) {
        .max-md\:box {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }
}

@media (min-width: 768px) {
    .md\:box {
        border-radius: .75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: .75rem;
        --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
        --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    :is(.dark .md\:box) {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 36 / var(--tw-bg-opacity))
    }

    @media (min-width: 576px) {
        .md\:box {
            padding: 1rem
        }
    }

    @media (min-width: 1200px) {
        .md\:box {
            padding: 1.5rem
        }
    }

    @media (min-width: 1600px) {
        .md\:box {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }
}

@media (min-width: 1400px) {
    .xxl\:box {
        border-radius: .75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: .75rem;
        --tw-shadow: 0px 6px 40px 0px rgba(0, 0, 0, .02);
        --tw-shadow-colored: 0px 6px 40px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    :is(.dark .xxl\:box) {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 36 / var(--tw-bg-opacity))
    }

    @media (min-width: 576px) {
        .xxl\:box {
            padding: 1rem
        }
    }

    @media (min-width: 1200px) {
        .xxl\:box {
            padding: 1.5rem
        }
    }

    @media (min-width: 1600px) {
        .xxl\:box {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }
}

.marker\:text-primary *::marker {
    color: #2520b7
}

.marker\:text-primary::marker {
    color: #2520b7
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:top-\[40\%\]:after {
    content: var(--tw-content);
    top: 40%
}

.after\:top-\[45\%\]:after {
    content: var(--tw-content);
    top: 45%
}

.after\:top-\[50\%\]:after {
    content: var(--tw-content);
    top: 50%
}

.after\:h-\[300px\]:after {
    content: var(--tw-content);
    height: 300px
}

.after\:w-\[300px\]:after {
    content: var(--tw-content);
    width: 300px
}

.after\:rounded-full:after {
    content: var(--tw-content);
    border-radius: 9999px
}

.after\:bg-\[\#FFC861\]:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 200 97 / var(--tw-bg-opacity))
}

.first\:rounded-s-lg:first-child {
    border-start-start-radius: .5rem;
    border-end-start-radius: .5rem
}

.first\:border-t:first-child {
    border-top-width: 1px
}

.last\:rounded-e-lg:last-child {
    border-start-end-radius: .5rem;
    border-end-end-radius: .5rem
}

.even\:bg-primary\/5:nth-child(2n) {
    background-color: #20b7570d
}

.even\:bg-secondary1\/5:nth-child(2n) {
    background-color: #4371e90d
}

.focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(25 29 124 / var(--tw-border-opacity))
}

.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity))
}

.hover\:bg-primary\/10:hover {
    background-color: #20b7571a
}

.hover\:bg-primary\/5:hover {
    background-color: #20b7570d
}

.hover\:bg-secondary1\/10:hover {
    background-color: #4371e91a
}

.hover\:bg-secondary1\/5:hover {
    background-color: #4371e90d
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

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

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(25 29 124 / var(--tw-text-opacity))
}

.hover\:text-secondary1:hover {
    --tw-text-opacity: 1;
    color: rgb(67 113 233 / var(--tw-text-opacity))
}

.focus\:border-none:focus {
    border-style: none
}

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity))
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))
}

.group:hover .group-hover\:pl-2 {
    padding-left: .5rem
}

:is(.dark .dark\:block) {
    display: block
}

:is(.dark .dark\:hidden) {
    display: none
}

:is(.dark .dark\:divide-n500)>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-divide-opacity))
}

:is(.dark .dark\:\!border-n500) {
    --tw-border-opacity: 1 !important;
    border-color: rgb(64 74 96 / var(--tw-border-opacity)) !important
}

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

:is(.dark .dark\:border-n500) {
    --tw-border-opacity: 1;
    border-color: rgb(64 74 96 / var(--tw-border-opacity))
}

:is(.dark .dark\:border-n700) {
    --tw-border-opacity: 1;
    border-color: rgb(34 46 72 / var(--tw-border-opacity))
}

:is(.dark .dark\:\!bg-bg3) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity)) !important
}

:is(.dark .dark\:\!bg-bg4) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity)) !important
}

:is(.dark .dark\:bg-bg3) {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-bg4) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-n500) {
    --tw-bg-opacity: 1;
    background-color: rgb(64 74 96 / var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-n600) {
    --tw-bg-opacity: 1;
    background-color: rgb(52 62 86 / var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-primary\/5) {
    background-color: #20b7570d
}

:is(.dark .dark\:bg-slate-900) {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-opacity-80) {
    --tw-bg-opacity: .8
}

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

:is(.dark .dark\:text-n50) {
    --tw-text-opacity: 1;
    color: rgb(193 196 204 / var(--tw-text-opacity))
}

:is(.dark .dark\:even\:bg-bg3:nth-child(2n)) {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

:is(.dark .dark\:hover\:bg-bg3:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 43 / var(--tw-bg-opacity))
}

:is(.dark .dark\:hover\:bg-bg4:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 36 / var(--tw-bg-opacity))
}

:is(.dark .dark\:hover\:bg-primary:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity))
}

@media not all and (min-width: 1600px) {
    .max-xxxl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

@media not all and (min-width: 1400px) {
    .max-xxl\:gap-4 {
        gap: 1rem
    }

    .max-xxl\:gap-5 {
        gap: 1.25rem
    }
}

@media not all and (min-width: 992px) {
    .max-lg\:w-full {
        width: 100%
    }

    .max-lg\:flex-wrap {
        flex-wrap: wrap
    }

    .max-lg\:justify-center {
        justify-content: center
    }

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

@media not all and (min-width: 768px) {
    .max-md\:visible {
        visibility: visible
    }

    .max-md\:invisible {
        visibility: hidden
    }

    .max-md\:absolute {
        position: absolute
    }

    .max-md\:top-0 {
        top: 0
    }

    .max-md\:mt-3 {
        margin-top: .75rem
    }

    .max-md\:flex {
        display: flex
    }

    .max-md\:max-h-\[400px\] {
        max-height: 400px
    }

    .max-md\:max-h-\[600px\] {
        max-height: 600px
    }

    .max-md\:w-\[280px\] {
        width: 280px
    }

    .max-md\:w-full {
        width: 100%
    }

    .max-md\:min-w-\[300px\] {
        min-width: 300px
    }

    .max-md\:-translate-x-\[120\%\] {
        --tw-translate-x: -120%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .max-md\:translate-x-0 {
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .max-md\:gap-4 {
        gap: 1rem
    }

    .max-md\:overflow-y-auto {
        overflow-y: auto
    }

    .max-md\:rounded-xl {
        border-radius: .75rem
    }

    .max-md\:bg-n0 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }

    .max-md\:text-center {
        text-align: center
    }

    .max-md\:opacity-0 {
        opacity: 0
    }

    .max-md\:opacity-100 {
        opacity: 1
    }

    :is(.dark .max-md\:dark\:bg-bg4) {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 36 / var(--tw-bg-opacity))
    }
}

@media (max-width: 620px) {
    .max-\[620px\]\:hidden {
        display: none
    }
}

@media not all and (min-width: 576px) {
    .max-sm\:max-h-\[300px\] {
        max-height: 300px
    }

    .max-sm\:w-full {
        width: 100%
    }

    .max-sm\:flex-wrap {
        flex-wrap: wrap
    }
}

@media (max-width: 479px) {
    .max-\[479px\]\:flex-wrap {
        flex-wrap: wrap
    }
}

@media (min-width: 576px) {
    .sm\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .sm\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .sm\:col-span-6 {
        grid-column: span 6 / span 6
    }

    .sm\:mb-2 {
        margin-bottom: .5rem
    }

    .sm\:mb-4 {
        margin-bottom: 1rem
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem
    }

    .sm\:h-12 {
        height: 3rem
    }

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

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

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

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:p-4 {
        padding: 1rem
    }

    .sm\:p-5 {
        padding: 1.25rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width: 650px) {
    .min-\[650px\]\:col-span-6 {
        grid-column: span 6 / span 6
    }
}

@media (min-width: 680px) {
    .min-\[680px\]\:col-span-6 {
        grid-column: span 6 / span 6
    }
}

@media (min-width: 768px) {
    .md\:top-5 {
        top: 1.25rem
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .md\:col-span-12 {
        grid-column: span 12 / span 12
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7
    }

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

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

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

    .md\:mt-3 {
        margin-top: .75rem
    }

    .md\:hidden {
        display: none
    }

    .md\:h-10 {
        height: 2.5rem
    }

    .md\:h-11 {
        height: 2.75rem
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:h-14 {
        height: 3.5rem
    }

    .md\:h-\[60px\] {
        height: 60px
    }

    .md\:min-h-\[620px\] {
        min-height: 620px
    }

    .md\:w-10 {
        width: 2.5rem
    }

    .md\:w-11 {
        width: 2.75rem
    }

    .md\:w-12 {
        width: 3rem
    }

    .md\:w-14 {
        width: 3.5rem
    }

    .md\:w-\[60px\] {
        width: 60px
    }

    .md\:max-w-\[55\%\] {
        max-width: 55%
    }

    .md\:justify-start {
        justify-content: flex-start
    }

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

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:divide-x>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:p-1 {
        padding: .25rem
    }

    .md\:p-1\.5 {
        padding: .375rem
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-3 {
        padding: .75rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

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

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

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

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

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

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

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

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

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

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

@media (min-width: 992px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8
    }

    .lg\:col-start-8 {
        grid-column-start: 8
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:mt-2 {
        margin-top: .5rem
    }

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

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-8 {
        height: 2rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:w-8 {
        width: 2rem
    }

    .lg\:w-auto {
        width: auto
    }

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

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

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

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

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

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:py-1\.5 {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

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

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

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

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

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

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

    .lg\:pb-6 {
        padding-bottom: 1.5rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

@media (min-width: 1200px) {
    .xl\:col-span-4 {
        grid-column: span 4 / span 4
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem
    }

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

    .xl\:hidden {
        display: none
    }

    .xl\:h-12 {
        height: 3rem
    }

    .xl\:h-\[72px\] {
        height: 72px
    }

    .xl\:w-12 {
        width: 3rem
    }

    .xl\:w-\[72px\] {
        width: 72px
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-6 {
        gap: 1.5rem
    }

    .xl\:p-10 {
        padding: 2.5rem
    }

    .xl\:p-3 {
        padding: .75rem
    }

    .xl\:p-4 {
        padding: 1rem
    }

    .xl\:p-6 {
        padding: 1.5rem
    }

    .xl\:p-8 {
        padding: 2rem
    }

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

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

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

    .xl\:pb-6 {
        padding-bottom: 1.5rem
    }

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

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

@media (min-width: 1400px) {
    .xxl\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .xxl\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .xxl\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .xxl\:col-span-4 {
        grid-column: span 4 / span 4
    }

    .xxl\:col-span-5 {
        grid-column: span 5 / span 5
    }

    .xxl\:col-span-7 {
        grid-column: span 7 / span 7
    }

    .xxl\:col-span-8 {
        grid-column: span 8 / span 8
    }

    .xxl\:mb-2 {
        margin-bottom: .5rem
    }

    .xxl\:mb-3 {
        margin-bottom: .75rem
    }

    .xxl\:mb-4 {
        margin-bottom: 1rem
    }

    .xxl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xxl\:mb-7 {
        margin-bottom: 1.75rem
    }

    .xxl\:mt-10 {
        margin-top: 2.5rem
    }

    .xxl\:h-10 {
        height: 2.5rem
    }

    .xxl\:h-14 {
        height: 3.5rem
    }

    .xxl\:h-16 {
        height: 4rem
    }

    .xxl\:w-10 {
        width: 2.5rem
    }

    .xxl\:w-14 {
        width: 3.5rem
    }

    .xxl\:w-16 {
        width: 4rem
    }

    .xxl\:w-36 {
        width: 9rem
    }

    .xxl\:max-w-\[319px\] {
        max-width: 319px
    }

    .xxl\:max-w-\[610px\] {
        max-width: 610px
    }

    .xxl\:gap-10 {
        gap: 2.5rem
    }

    .xxl\:gap-4 {
        gap: 1rem
    }

    .xxl\:gap-6 {
        gap: 1.5rem
    }

    .xxl\:divide-x>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
    }

    .xxl\:divide-x-2>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)))
    }

    .xxl\:divide-dashed>:not([hidden])~:not([hidden]) {
        border-style: dashed
    }

    .xxl\:p-10 {
        padding: 2.5rem
    }

    .xxl\:p-2 {
        padding: .5rem
    }

    .xxl\:p-4 {
        padding: 1rem
    }

    .xxl\:p-6 {
        padding: 1.5rem
    }

    .xxl\:p-8 {
        padding: 2rem
    }

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

    .xxl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

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

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

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

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

    .xxl\:pb-6 {
        padding-bottom: 1.5rem
    }

    .xxl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

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

    .xxl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .xxl\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    :is(.dark .xxl\:dark\:divide-n500)>:not([hidden])~:not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgb(64 74 96 / var(--tw-divide-opacity))
    }
}

@media (min-width: 1600px) {
    .xxxl\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .xxxl\:col-span-4 {
        grid-column: span 4 / span 4
    }

    .xxxl\:col-span-6 {
        grid-column: span 6 / span 6
    }

    .xxxl\:mb-14 {
        margin-bottom: 3.5rem
    }

    .xxxl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xxxl\:h-\[84px\] {
        height: 84px
    }

    .xxxl\:w-\[336px\] {
        width: 336px
    }

    .xxxl\:w-\[84px\] {
        width: 84px
    }

    .xxxl\:gap-3 {
        gap: .75rem
    }

    .xxxl\:gap-6 {
        gap: 1.5rem
    }

    .xxxl\:gap-8 {
        gap: 2rem
    }

    .xxxl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .xxxl\:p-10 {
        padding: 2.5rem
    }

    .xxxl\:p-2 {
        padding: .5rem
    }

    .xxxl\:p-6 {
        padding: 1.5rem
    }

    .xxxl\:p-8 {
        padding: 2rem
    }

    .xxxl\:p-\[60px\] {
        padding: 60px
    }

    .xxxl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

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

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

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

@media (min-width: 1800px) {
    .\34xl\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .\34xl\:gap-6 {
        gap: 1.5rem
    }

    .\34xl\:p-8 {
        padding: 2rem
    }

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

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

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

@media (min-width: 1880px) {
    .min-\[1880px\]\:p-6 {
        padding: 1.5rem
    }
}

.ltr\:-right-\[110px\]:where([dir=ltr], [dir=ltr] *) {
    right: -110px
}

.ltr\:left-0:where([dir=ltr], [dir=ltr] *) {
    left: 0
}

.ltr\:right-0:where([dir=ltr], [dir=ltr] *) {
    right: 0
}

.ltr\:right-10:where([dir=ltr], [dir=ltr] *) {
    right: 2.5rem
}

.ltr\:right-4:where([dir=ltr], [dir=ltr] *) {
    right: 1rem
}

.ltr\:right-5:where([dir=ltr], [dir=ltr] *) {
    right: 1.25rem
}

.ltr\:-ml-3:where([dir=ltr], [dir=ltr] *) {
    margin-left: -.75rem
}

.ltr\:mr-2:where([dir=ltr], [dir=ltr] *) {
    margin-right: .5rem
}

.ltr\:origin-top-right:where([dir=ltr], [dir=ltr] *) {
    transform-origin: top right
}

.ltr\:translate-x-3:where([dir=ltr], [dir=ltr] *) {
    --tw-translate-x: .75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.ltr\:border-n30:where([dir=ltr], [dir=ltr] *) {
    --tw-border-opacity: 1;
    border-color: rgb(235 236 239 / var(--tw-border-opacity))
}

.ltr\:bg-primary:where([dir=ltr], [dir=ltr] *) {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity))
}

.ltr\:pl-4:where([dir=ltr], [dir=ltr] *) {
    padding-left: 1rem
}

.ltr\:text-n0:where([dir=ltr], [dir=ltr] *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.after\:ltr\:left-\[55\%\]:where([dir=ltr], [dir=ltr] *):after {
    content: var(--tw-content);
    left: 55%
}

.after\:ltr\:left-\[60\%\]:where([dir=ltr], [dir=ltr] *):after {
    content: var(--tw-content);
    left: 60%
}

.after\:ltr\:left-\[65\%\]:where([dir=ltr], [dir=ltr] *):after {
    content: var(--tw-content);
    left: 65%
}

.first\:ltr\:pl-0:where([dir=ltr], [dir=ltr] *):first-child {
    padding-left: 0
}

.last\:ltr\:pr-0:where([dir=ltr], [dir=ltr] *):last-child {
    padding-right: 0
}

@media not all and (min-width: 768px) {
    .ltr\:max-md\:left-0:where([dir=ltr], [dir=ltr] *) {
        left: 0
    }
}

@media (min-width: 576px) {
    .ltr\:sm\:left-32:where([dir=ltr], [dir=ltr] *) {
        left: 8rem
    }

    .sm\:ltr\:right-0:where([dir=ltr], [dir=ltr] *) {
        right: 0
    }

    .sm\:ltr\:origin-top-right:where([dir=ltr], [dir=ltr] *) {
        transform-origin: top right
    }

    .sm\:ltr\:after\:left-\[65\%\]:where([dir=ltr], [dir=ltr] *):after {
        content: var(--tw-content);
        left: 65%
    }
}

@media (min-width: 768px) {
    .md\:ltr\:pl-5:where([dir=ltr], [dir=ltr] *) {
        padding-left: 1.25rem
    }

    .md\:ltr\:pr-5:where([dir=ltr], [dir=ltr] *) {
        padding-right: 1.25rem
    }

    .md\:ltr\:pr-6:where([dir=ltr], [dir=ltr] *) {
        padding-right: 1.5rem
    }
}

@media (min-width: 1200px) {
    .xl\:ltr\:translate-x-7:where([dir=ltr], [dir=ltr] *) {
        --tw-translate-x: 1.75rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

@media (min-width: 1400px) {
    .xxl\:ltr\:divide-n30:where([dir=ltr], [dir=ltr] *)>:not([hidden])~:not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgb(235 236 239 / var(--tw-divide-opacity))
    }

    .xxl\:ltr\:pl-6:where([dir=ltr], [dir=ltr] *) {
        padding-left: 1.5rem
    }

    .xxl\:ltr\:first\:pl-0:first-child:where([dir=ltr], [dir=ltr] *) {
        padding-left: 0
    }

    .xxl\:last\:ltr\:pr-0:where([dir=ltr], [dir=ltr] *):last-child {
        padding-right: 0
    }
}

@media (min-width: 1600px) {
    .xxxl\:ltr\:translate-x-2:where([dir=ltr], [dir=ltr] *) {
        --tw-translate-x: .5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xxxl\:ltr\:pl-10:where([dir=ltr], [dir=ltr] *) {
        padding-left: 2.5rem
    }

    .xxxl\:ltr\:pr-10:where([dir=ltr], [dir=ltr] *) {
        padding-right: 2.5rem
    }
}

@media (min-width: 1800px) {
    .\34xl\:ltr\:translate-x-9:where([dir=ltr], [dir=ltr] *) {
        --tw-translate-x: 2.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.rtl\:-left-\[120px\]:where([dir=rtl], [dir=rtl] *) {
    left: -120px
}

.rtl\:left-0:where([dir=rtl], [dir=rtl] *) {
    left: 0
}

.rtl\:left-10:where([dir=rtl], [dir=rtl] *) {
    left: 2.5rem
}

.rtl\:left-4:where([dir=rtl], [dir=rtl] *) {
    left: 1rem
}

.rtl\:left-5:where([dir=rtl], [dir=rtl] *) {
    left: 1.25rem
}

.rtl\:right-0:where([dir=rtl], [dir=rtl] *) {
    right: 0
}

.rtl\:-mr-3:where([dir=rtl], [dir=rtl] *) {
    margin-right: -.75rem
}

.rtl\:ml-2:where([dir=rtl], [dir=rtl] *) {
    margin-left: .5rem
}

.rtl\:origin-top-left:where([dir=rtl], [dir=rtl] *) {
    transform-origin: top left
}

.rtl\:-translate-x-3:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:rotate-180:where([dir=rtl], [dir=rtl] *) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:divide-x-reverse:where([dir=rtl], [dir=rtl] *)>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 1
}

.rtl\:bg-primary:where([dir=rtl], [dir=rtl] *) {
    --tw-bg-opacity: 1;
    background-color: rgb(25 29 124 / var(--tw-bg-opacity))
}

.rtl\:\!pl-6:where([dir=rtl], [dir=rtl] *) {
    padding-left: 1.5rem !important
}

.rtl\:pr-4:where([dir=rtl], [dir=rtl] *) {
    padding-right: 1rem
}

.rtl\:text-n0:where([dir=rtl], [dir=rtl] *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.after\:rtl\:right-\[55\%\]:where([dir=rtl], [dir=rtl] *):after {
    content: var(--tw-content);
    right: 55%
}

.after\:rtl\:right-\[60\%\]:where([dir=rtl], [dir=rtl] *):after {
    content: var(--tw-content);
    right: 60%
}

.after\:rtl\:right-\[65\%\]:where([dir=rtl], [dir=rtl] *):after {
    content: var(--tw-content);
    right: 65%
}

.first\:rtl\:pr-0:where([dir=rtl], [dir=rtl] *):first-child {
    padding-right: 0
}

.last\:rtl\:pl-0:where([dir=rtl], [dir=rtl] *):last-child {
    padding-left: 0
}

@media not all and (min-width: 768px) {
    .rtl\:max-md\:right-0:where([dir=rtl], [dir=rtl] *) {
        right: 0
    }
}

@media (min-width: 576px) {
    .rtl\:sm\:right-32:where([dir=rtl], [dir=rtl] *) {
        right: 8rem
    }

    .sm\:rtl\:left-0:where([dir=rtl], [dir=rtl] *) {
        left: 0
    }

    .sm\:rtl\:origin-top-left:where([dir=rtl], [dir=rtl] *) {
        transform-origin: top left
    }

    .sm\:rtl\:after\:right-\[65\%\]:where([dir=rtl], [dir=rtl] *):after {
        content: var(--tw-content);
        right: 65%
    }
}

@media (min-width: 768px) {
    .rtl\:md\:divide-x-reverse:where([dir=rtl], [dir=rtl] *)>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 1
    }

    .md\:rtl\:pl-5:where([dir=rtl], [dir=rtl] *) {
        padding-left: 1.25rem
    }

    .md\:rtl\:pl-6:where([dir=rtl], [dir=rtl] *) {
        padding-left: 1.5rem
    }

    .md\:rtl\:pr-5:where([dir=rtl], [dir=rtl] *) {
        padding-right: 1.25rem
    }
}

@media (min-width: 1200px) {
    .xl\:rtl\:-translate-x-7:where([dir=rtl], [dir=rtl] *) {
        --tw-translate-x: -1.75rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

@media (min-width: 1400px) {
    .xxl\:rtl\:divide-x-reverse:where([dir=rtl], [dir=rtl] *)>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 1
    }

    .xxl\:rtl\:pr-6:where([dir=rtl], [dir=rtl] *) {
        padding-right: 1.5rem
    }
}

@media (min-width: 1600px) {
    .xxxl\:rtl\:-translate-x-2:where([dir=rtl], [dir=rtl] *) {
        --tw-translate-x: -.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xxxl\:rtl\:pl-10:where([dir=rtl], [dir=rtl] *) {
        padding-left: 2.5rem
    }

    .xxxl\:rtl\:pr-10:where([dir=rtl], [dir=rtl] *) {
        padding-right: 2.5rem
    }
}

@media (min-width: 1800px) {
    .\34xl\:rtl\:-translate-x-9:where([dir=rtl], [dir=rtl] *) {
        --tw-translate-x: -2.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}