@charset "UTF-8";
/*!
 * Dashcore 3.0.0 (https://themeforest.net/user/5studios)
 * Sass & Startup HTML Template
 * Main CSS file
 * Copyright 2011-2019 The 5studios.net team (https://5studios.net)
 *
 * [ TABLE OF CONTENTS ]
 *
 * 1. RESET STYLES
 * 2. NAVIGATION
 *   2.1 - Navigation base styles
 *   2.2 - Pills
 * 3. FORMS
 *   3.1 - Form
 *   3.2 - Buttons
 * 4. UTILITIES
 *   4.1 - Background
 *   4.2 - Border
 *   4.3 - Devices
 *   4.4 - Lists
 *   4.5 - Misc
 *   4.6 - Overlay
 *   4.7 - Position
 *   4.8 - Responsive
 *   4.9 - Spacing
 *   4.10 - Text
 *   4.11 - Type
 * 5. GENERAL CONTENT STYLES
 *   5.1 - Page Loader
 *   5.2 - Mockup
 *   5.3 - Icons
 * 6. SECTIONS
 *   6.1 - General Styles
 *   6.2 - Testimonials
 *   6.3 - Footer
 * 7. PRICING
 *   7.1 - General styles
 *   7.2 - Pricing heading
 * 8. PAGE HEADING
 * 9. CUSTOM
 */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "";
}
.fa-accessible-icon:before {
    content: "";
}
.fa-accusoft:before {
    content: "";
}
.fa-acquisitions-incorporated:before {
    content: "";
}
.fa-ad:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-card:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-adversal:before {
    content: "";
}
.fa-affiliatetheme:before {
    content: "";
}
.fa-air-freshener:before {
    content: "";
}
.fa-airbnb:before {
    content: "";
}
.fa-algolia:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-alipay:before {
    content: "";
}
.fa-allergies:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-amazon-pay:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-amilia:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angry:before {
    content: "";
}
.fa-angrycreative:before {
    content: "";
}
.fa-angular:before {
    content: "";
}
.fa-ankh:before {
    content: "";
}
.fa-app-store:before {
    content: "";
}
.fa-app-store-ios:before {
    content: "";
}
.fa-apper:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-apple-alt:before {
    content: "";
}
.fa-apple-pay:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-archway:before {
    content: "";
}
.fa-arrow-alt-circle-down:before {
    content: "";
}
.fa-arrow-alt-circle-left:before {
    content: "";
}
.fa-arrow-alt-circle-right:before {
    content: "";
}
.fa-arrow-alt-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-arrows-alt-h:before {
    content: "";
}
.fa-arrows-alt-v:before {
    content: "";
}
.fa-artstation:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-asymmetrik:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-atlas:before {
    content: "";
}
.fa-atlassian:before {
    content: "";
}
.fa-atom:before {
    content: "";
}
.fa-audible:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-autoprefixer:before {
    content: "";
}
.fa-avianex:before {
    content: "";
}
.fa-aviato:before {
    content: "";
}
.fa-award:before {
    content: "";
}
.fa-aws:before {
    content: "";
}
.fa-baby:before {
    content: "";
}
.fa-baby-carriage:before {
    content: "";
}
.fa-backspace:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-bacon:before {
    content: "";
}
.fa-bacteria:before {
    content: "";
}
.fa-bacterium:before {
    content: "";
}
.fa-bahai:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-balance-scale-left:before {
    content: "";
}
.fa-balance-scale-right:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-band-aid:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-bars:before {
    content: "";
}
.fa-baseball-ball:before {
    content: "";
}
.fa-basketball-ball:before {
    content: "";
}
.fa-bath:before {
    content: "";
}
.fa-battery-empty:before {
    content: "";
}
.fa-battery-full:before {
    content: "";
}
.fa-battery-half:before {
    content: "";
}
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battle-net:before {
    content: "";
}
.fa-bed:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bezier-curve:before {
    content: "";
}
.fa-bible:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-biking:before {
    content: "";
}
.fa-bimobject:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-biohazard:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitcoin:before {
    content: "";
}
.fa-bity:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-blackberry:before {
    content: "";
}
.fa-blender:before {
    content: "";
}
.fa-blender-phone:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-blog:before {
    content: "";
}
.fa-blogger:before {
    content: "";
}
.fa-blogger-b:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-bolt:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-bone:before {
    content: "";
}
.fa-bong:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-book-dead:before {
    content: "";
}
.fa-book-medical:before {
    content: "";
}
.fa-book-open:before {
    content: "";
}
.fa-book-reader:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-bootstrap:before {
    content: "";
}
.fa-border-all:before {
    content: "";
}
.fa-border-none:before {
    content: "";
}
.fa-border-style:before {
    content: "";
}
.fa-bowling-ball:before {
    content: "";
}
.fa-box:before {
    content: "";
}
.fa-box-open:before {
    content: "";
}
.fa-box-tissue:before {
    content: "";
}
.fa-boxes:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-brain:before {
    content: "";
}
.fa-bread-slice:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-briefcase-medical:before {
    content: "";
}
.fa-broadcast-tower:before {
    content: "";
}
.fa-broom:before {
    content: "";
}
.fa-brush:before {
    content: "";
}
.fa-btc:before {
    content: "";
}
.fa-buffer:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-burn:before {
    content: "";
}
.fa-buromobelexperte:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-bus-alt:before {
    content: "";
}
.fa-business-time:before {
    content: "";
}
.fa-buy-n-large:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-calendar-alt:before {
    content: "";
}
.fa-calendar-check:before {
    content: "";
}
.fa-calendar-day:before {
    content: "";
}
.fa-calendar-minus:before {
    content: "";
}
.fa-calendar-plus:before {
    content: "";
}
.fa-calendar-times:before {
    content: "";
}
.fa-calendar-week:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-campground:before {
    content: "";
}
.fa-canadian-maple-leaf:before {
    content: "";
}
.fa-candy-cane:before {
    content: "";
}
.fa-cannabis:before {
    content: "";
}
.fa-capsules:before {
    content: "";
}
.fa-car:before {
    content: "";
}
.fa-car-alt:before {
    content: "";
}
.fa-car-battery:before {
    content: "";
}
.fa-car-crash:before {
    content: "";
}
.fa-car-side:before {
    content: "";
}
.fa-caravan:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-caret-square-down:before {
    content: "";
}
.fa-caret-square-left:before {
    content: "";
}
.fa-caret-square-right:before {
    content: "";
}
.fa-caret-square-up:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-carrot:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cash-register:before {
    content: "";
}
.fa-cat:before {
    content: "";
}
.fa-cc-amazon-pay:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-apple-pay:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-centercode:before {
    content: "";
}
.fa-centos:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-chair:before {
    content: "";
}
.fa-chalkboard:before {
    content: "";
}
.fa-chalkboard-teacher:before {
    content: "";
}
.fa-charging-station:before {
    content: "";
}
.fa-chart-area:before {
    content: "";
}
.fa-chart-bar:before {
    content: "";
}
.fa-chart-line:before {
    content: "";
}
.fa-chart-pie:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-check-double:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-cheese:before {
    content: "";
}
.fa-chess:before {
    content: "";
}
.fa-chess-bishop:before {
    content: "";
}
.fa-chess-board:before {
    content: "";
}
.fa-chess-king:before {
    content: "";
}
.fa-chess-knight:before {
    content: "";
}
.fa-chess-pawn:before {
    content: "";
}
.fa-chess-queen:before {
    content: "";
}
.fa-chess-rook:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-chromecast:before {
    content: "";
}
.fa-church:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-circle-notch:before {
    content: "";
}
.fa-city:before {
    content: "";
}
.fa-clinic-medical:before {
    content: "";
}
.fa-clipboard:before {
    content: "";
}
.fa-clipboard-check:before {
    content: "";
}
.fa-clipboard-list:before {
    content: "";
}
.fa-clock:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-closed-captioning:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-cloud-download-alt:before {
    content: "";
}
.fa-cloud-meatball:before {
    content: "";
}
.fa-cloud-moon:before {
    content: "";
}
.fa-cloud-moon-rain:before {
    content: "";
}
.fa-cloud-rain:before {
    content: "";
}
.fa-cloud-showers-heavy:before {
    content: "";
}
.fa-cloud-sun:before {
    content: "";
}
.fa-cloud-sun-rain:before {
    content: "";
}
.fa-cloud-upload-alt:before {
    content: "";
}
.fa-cloudflare:before {
    content: "";
}
.fa-cloudscale:before {
    content: "";
}
.fa-cloudsmith:before {
    content: "";
}
.fa-cloudversify:before {
    content: "";
}
.fa-cocktail:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-code-branch:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cog:before {
    content: "";
}
.fa-cogs:before {
    content: "";
}
.fa-coins:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-comment-alt:before {
    content: "";
}
.fa-comment-dollar:before {
    content: "";
}
.fa-comment-dots:before {
    content: "";
}
.fa-comment-medical:before {
    content: "";
}
.fa-comment-slash:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-comments-dollar:before {
    content: "";
}
.fa-compact-disc:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-compress-alt:before {
    content: "";
}
.fa-compress-arrows-alt:before {
    content: "";
}
.fa-concierge-bell:before {
    content: "";
}
.fa-confluence:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-cookie:before {
    content: "";
}
.fa-cookie-bite:before {
    content: "";
}
.fa-copy:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-cotton-bureau:before {
    content: "";
}
.fa-couch:before {
    content: "";
}
.fa-cpanel:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-creative-commons-by:before {
    content: "";
}
.fa-creative-commons-nc:before {
    content: "";
}
.fa-creative-commons-nc-eu:before {
    content: "";
}
.fa-creative-commons-nc-jp:before {
    content: "";
}
.fa-creative-commons-nd:before {
    content: "";
}
.fa-creative-commons-pd:before {
    content: "";
}
.fa-creative-commons-pd-alt:before {
    content: "";
}
.fa-creative-commons-remix:before {
    content: "";
}
.fa-creative-commons-sa:before {
    content: "";
}
.fa-creative-commons-sampling:before {
    content: "";
}
.fa-creative-commons-sampling-plus:before {
    content: "";
}
.fa-creative-commons-share:before {
    content: "";
}
.fa-creative-commons-zero:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-critical-role:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-crop-alt:before {
    content: "";
}
.fa-cross:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-crow:before {
    content: "";
}
.fa-crown:before {
    content: "";
}
.fa-crutch:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-css3-alt:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-cut:before {
    content: "";
}
.fa-cuttlefish:before {
    content: "";
}
.fa-d-and-d:before {
    content: "";
}
.fa-d-and-d-beyond:before {
    content: "";
}
.fa-dailymotion:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-deaf:before {
    content: "";
}
.fa-deezer:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-democrat:before {
    content: "";
}
.fa-deploydog:before {
    content: "";
}
.fa-deskpro:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-dev:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-dharmachakra:before {
    content: "";
}
.fa-dhl:before {
    content: "";
}
.fa-diagnoses:before {
    content: "";
}
.fa-diaspora:before {
    content: "";
}
.fa-dice:before {
    content: "";
}
.fa-dice-d20:before {
    content: "";
}
.fa-dice-d6:before {
    content: "";
}
.fa-dice-five:before {
    content: "";
}
.fa-dice-four:before {
    content: "";
}
.fa-dice-one:before {
    content: "";
}
.fa-dice-six:before {
    content: "";
}
.fa-dice-three:before {
    content: "";
}
.fa-dice-two:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-digital-ocean:before {
    content: "";
}
.fa-digital-tachograph:before {
    content: "";
}
.fa-directions:before {
    content: "";
}
.fa-discord:before {
    content: "";
}
.fa-discourse:before {
    content: "";
}
.fa-disease:before {
    content: "";
}
.fa-divide:before {
    content: "";
}
.fa-dizzy:before {
    content: "";
}
.fa-dna:before {
    content: "";
}
.fa-dochub:before {
    content: "";
}
.fa-docker:before {
    content: "";
}
.fa-dog:before {
    content: "";
}
.fa-dollar-sign:before {
    content: "";
}
.fa-dolly:before {
    content: "";
}
.fa-dolly-flatbed:before {
    content: "";
}
.fa-donate:before {
    content: "";
}
.fa-door-closed:before {
    content: "";
}
.fa-door-open:before {
    content: "";
}
.fa-dot-circle:before {
    content: "";
}
.fa-dove:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-draft2digital:before {
    content: "";
}
.fa-drafting-compass:before {
    content: "";
}
.fa-dragon:before {
    content: "";
}
.fa-draw-polygon:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-dribbble-square:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-drum:before {
    content: "";
}
.fa-drum-steelpan:before {
    content: "";
}
.fa-drumstick-bite:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-dumbbell:before {
    content: "";
}
.fa-dumpster:before {
    content: "";
}
.fa-dumpster-fire:before {
    content: "";
}
.fa-dungeon:before {
    content: "";
}
.fa-dyalog:before {
    content: "";
}
.fa-earlybirds:before {
    content: "";
}
.fa-ebay:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-edge-legacy:before {
    content: "";
}
.fa-edit:before {
    content: "";
}
.fa-egg:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-elementor:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-ello:before {
    content: "";
}
.fa-ember:before {
    content: "";
}
.fa-empire:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-text:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-equals:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-erlang:before {
    content: "";
}
.fa-ethereum:before {
    content: "";
}
.fa-ethernet:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-euro-sign:before {
    content: "";
}
.fa-evernote:before {
    content: "";
}
.fa-exchange-alt:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-exclamation-triangle:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-expand-alt:before {
    content: "";
}
.fa-expand-arrows-alt:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-external-link-alt:before {
    content: "";
}
.fa-external-link-square-alt:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-dropper:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
.fa-facebook-f:before {
    content: "";
}
.fa-facebook-messenger:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-fan:before {
    content: "";
}
.fa-fantasy-flight-games:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-faucet:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-feather:before {
    content: "";
}
.fa-feather-alt:before {
    content: "";
}
.fa-fedex:before {
    content: "";
}
.fa-fedora:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-figma:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-alt:before {
    content: "";
}
.fa-file-archive:before {
    content: "";
}
.fa-file-audio:before {
    content: "";
}
.fa-file-code:before {
    content: "";
}
.fa-file-contract:before {
    content: "";
}
.fa-file-csv:before {
    content: "";
}
.fa-file-download:before {
    content: "";
}
.fa-file-excel:before {
    content: "";
}
.fa-file-export:before {
    content: "";
}
.fa-file-image:before {
    content: "";
}
.fa-file-import:before {
    content: "";
}
.fa-file-invoice:before {
    content: "";
}
.fa-file-invoice-dollar:before {
    content: "";
}
.fa-file-medical:before {
    content: "";
}
.fa-file-medical-alt:before {
    content: "";
}
.fa-file-pdf:before {
    content: "";
}
.fa-file-powerpoint:before {
    content: "";
}
.fa-file-prescription:before {
    content: "";
}
.fa-file-signature:before {
    content: "";
}
.fa-file-upload:before {
    content: "";
}
.fa-file-video:before {
    content: "";
}
.fa-file-word:before {
    content: "";
}
.fa-fill:before {
    content: "";
}
.fa-fill-drip:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-fingerprint:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-fire-alt:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-firefox-browser:before {
    content: "";
}
.fa-first-aid:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-first-order-alt:before {
    content: "";
}
.fa-firstdraft:before {
    content: "";
}
.fa-fish:before {
    content: "";
}
.fa-fist-raised:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-flag-usa:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-flipboard:before {
    content: "";
}
.fa-flushed:before {
    content: "";
}
.fa-fly:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-minus:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-folder-plus:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-font-awesome:before {
    content: "";
}
.fa-font-awesome-alt:before {
    content: "";
}
.fa-font-awesome-flag:before {
    content: "";
}
.fa-font-awesome-logo-full:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-fonticons-fi:before {
    content: "";
}
.fa-football-ball:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-fort-awesome-alt:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-freebsd:before {
    content: "";
}
.fa-frog:before {
    content: "";
}
.fa-frown:before {
    content: "";
}
.fa-frown-open:before {
    content: "";
}
.fa-fulcrum:before {
    content: "";
}
.fa-funnel-dollar:before {
    content: "";
}
.fa-futbol:before {
    content: "";
}
.fa-galactic-republic:before {
    content: "";
}
.fa-galactic-senate:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-gas-pump:before {
    content: "";
}
.fa-gavel:before {
    content: "";
}
.fa-gem:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-ghost:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-gifts:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-git-alt:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-gitkraken:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-gitter:before {
    content: "";
}
.fa-glass-cheers:before {
    content: "";
}
.fa-glass-martini:before {
    content: "";
}
.fa-glass-martini-alt:before {
    content: "";
}
.fa-glass-whiskey:before {
    content: "";
}
.fa-glasses:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-globe-africa:before {
    content: "";
}
.fa-globe-americas:before {
    content: "";
}
.fa-globe-asia:before {
    content: "";
}
.fa-globe-europe:before {
    content: "";
}
.fa-gofore:before {
    content: "";
}
.fa-golf-ball:before {
    content: "";
}
.fa-goodreads:before {
    content: "";
}
.fa-goodreads-g:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-google-drive:before {
    content: "";
}
.fa-google-pay:before {
    content: "";
}
.fa-google-play:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-google-plus-g:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-gopuram:before {
    content: "";
}
.fa-graduation-cap:before {
    content: "";
}
.fa-gratipay:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-greater-than:before {
    content: "";
}
.fa-greater-than-equal:before {
    content: "";
}
.fa-grimace:before {
    content: "";
}
.fa-grin:before {
    content: "";
}
.fa-grin-alt:before {
    content: "";
}
.fa-grin-beam:before {
    content: "";
}
.fa-grin-beam-sweat:before {
    content: "";
}
.fa-grin-hearts:before {
    content: "";
}
.fa-grin-squint:before {
    content: "";
}
.fa-grin-squint-tears:before {
    content: "";
}
.fa-grin-stars:before {
    content: "";
}
.fa-grin-tears:before {
    content: "";
}
.fa-grin-tongue:before {
    content: "";
}
.fa-grin-tongue-squint:before {
    content: "";
}
.fa-grin-tongue-wink:before {
    content: "";
}
.fa-grin-wink:before {
    content: "";
}
.fa-grip-horizontal:before {
    content: "";
}
.fa-grip-lines:before {
    content: "";
}
.fa-grip-lines-vertical:before {
    content: "";
}
.fa-grip-vertical:before {
    content: "";
}
.fa-gripfire:before {
    content: "";
}
.fa-grunt:before {
    content: "";
}
.fa-guilded:before {
    content: "";
}
.fa-guitar:before {
    content: "";
}
.fa-gulp:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-hacker-news-square:before {
    content: "";
}
.fa-hackerrank:before {
    content: "";
}
.fa-hamburger:before {
    content: "";
}
.fa-hammer:before {
    content: "";
}
.fa-hamsa:before {
    content: "";
}
.fa-hand-holding:before {
    content: "";
}
.fa-hand-holding-heart:before {
    content: "";
}
.fa-hand-holding-medical:before {
    content: "";
}
.fa-hand-holding-usd:before {
    content: "";
}
.fa-hand-holding-water:before {
    content: "";
}
.fa-hand-lizard:before {
    content: "";
}
.fa-hand-middle-finger:before {
    content: "";
}
.fa-hand-paper:before {
    content: "";
}
.fa-hand-peace:before {
    content: "";
}
.fa-hand-point-down:before {
    content: "";
}
.fa-hand-point-left:before {
    content: "";
}
.fa-hand-point-right:before {
    content: "";
}
.fa-hand-point-up:before {
    content: "";
}
.fa-hand-pointer:before {
    content: "";
}
.fa-hand-rock:before {
    content: "";
}
.fa-hand-scissors:before {
    content: "";
}
.fa-hand-sparkles:before {
    content: "";
}
.fa-hand-spock:before {
    content: "";
}
.fa-hands:before {
    content: "";
}
.fa-hands-helping:before {
    content: "";
}
.fa-hands-wash:before {
    content: "";
}
.fa-handshake:before {
    content: "";
}
.fa-handshake-alt-slash:before {
    content: "";
}
.fa-handshake-slash:before {
    content: "";
}
.fa-hanukiah:before {
    content: "";
}
.fa-hard-hat:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-hat-cowboy:before {
    content: "";
}
.fa-hat-cowboy-side:before {
    content: "";
}
.fa-hat-wizard:before {
    content: "";
}
.fa-hdd:before {
    content: "";
}
.fa-head-side-cough:before {
    content: "";
}
.fa-head-side-cough-slash:before {
    content: "";
}
.fa-head-side-mask:before {
    content: "";
}
.fa-head-side-virus:before {
    content: "";
}
.fa-heading:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-headphones-alt:before {
    content: "";
}
.fa-headset:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-heart-broken:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-helicopter:before {
    content: "";
}
.fa-highlighter:before {
    content: "";
}
.fa-hiking:before {
    content: "";
}
.fa-hippo:before {
    content: "";
}
.fa-hips:before {
    content: "";
}
.fa-hire-a-helper:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-hive:before {
    content: "";
}
.fa-hockey-puck:before {
    content: "";
}
.fa-holly-berry:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-hooli:before {
    content: "";
}
.fa-hornbill:before {
    content: "";
}
.fa-horse:before {
    content: "";
}
.fa-horse-head:before {
    content: "";
}
.fa-hospital:before {
    content: "";
}
.fa-hospital-alt:before {
    content: "";
}
.fa-hospital-symbol:before {
    content: "";
}
.fa-hospital-user:before {
    content: "";
}
.fa-hot-tub:before {
    content: "";
}
.fa-hotdog:before {
    content: "";
}
.fa-hotel:before {
    content: "";
}
.fa-hotjar:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-start:before {
    content: "";
}
.fa-house-damage:before {
    content: "";
}
.fa-house-user:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-hryvnia:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-hubspot:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-ice-cream:before {
    content: "";
}
.fa-icicles:before {
    content: "";
}
.fa-icons:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-id-card:before {
    content: "";
}
.fa-id-card-alt:before {
    content: "";
}
.fa-ideal:before {
    content: "";
}
.fa-igloo:before {
    content: "";
}
.fa-image:before {
    content: "";
}
.fa-images:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-infinity:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-innosoft:before {
    content: "";
}
.fa-instagram:before {
    content: "";
    color: #d62976;
}
.fa-instagram-square:before {
    content: "";
}
.fa-instalod:before {
    content: "";
}
.fa-intercom:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-invision:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-itch-io:before {
    content: "";
}
.fa-itunes:before {
    content: "";
}
.fa-itunes-note:before {
    content: "";
}
.fa-java:before {
    content: "";
}
.fa-jedi:before {
    content: "";
}
.fa-jedi-order:before {
    content: "";
}
.fa-jenkins:before {
    content: "";
}
.fa-jira:before {
    content: "";
}
.fa-joget:before {
    content: "";
}
.fa-joint:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-journal-whills:before {
    content: "";
}
.fa-js:before {
    content: "";
}
.fa-js-square:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-kaaba:before {
    content: "";
}
.fa-kaggle:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-keybase:before {
    content: "";
}
.fa-keyboard:before {
    content: "";
}
.fa-keycdn:before {
    content: "";
}
.fa-khanda:before {
    content: "";
}
.fa-kickstarter:before {
    content: "";
}
.fa-kickstarter-k:before {
    content: "";
}
.fa-kiss:before {
    content: "";
}
.fa-kiss-beam:before {
    content: "";
}
.fa-kiss-wink-heart:before {
    content: "";
}
.fa-kiwi-bird:before {
    content: "";
}
.fa-korvue:before {
    content: "";
}
.fa-landmark:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-laptop-code:before {
    content: "";
}
.fa-laptop-house:before {
    content: "";
}
.fa-laptop-medical:before {
    content: "";
}
.fa-laravel:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-laugh:before {
    content: "";
}
.fa-laugh-beam:before {
    content: "";
}
.fa-laugh-squint:before {
    content: "";
}
.fa-laugh-wink:before {
    content: "";
}
.fa-layer-group:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-lemon:before {
    content: "";
}
.fa-less:before {
    content: "";
}
.fa-less-than:before {
    content: "";
}
.fa-less-than-equal:before {
    content: "";
}
.fa-level-down-alt:before {
    content: "";
}
.fa-level-up-alt:before {
    content: "";
}
.fa-life-ring:before {
    content: "";
}
.fa-lightbulb:before {
    content: "";
}
.fa-line:before {
    content: "";
}
.fa-link:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-linkedin-in:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-lira-sign:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-lock-open:before {
    content: "";
}
.fa-long-arrow-alt-down:before {
    content: "";
}
.fa-long-arrow-alt-left:before {
    content: "";
}
.fa-long-arrow-alt-right:before {
    content: "";
}
.fa-long-arrow-alt-up:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-luggage-cart:before {
    content: "";
}
.fa-lungs:before {
    content: "";
}
.fa-lungs-virus:before {
    content: "";
}
.fa-lyft:before {
    content: "";
}
.fa-magento:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-mail-bulk:before {
    content: "";
}
.fa-mailchimp:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-mandalorian:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-map-marked:before {
    content: "";
}
.fa-map-marked-alt:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-map-marker-alt:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-markdown:before {
    content: "";
}
.fa-marker:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mask:before {
    content: "";
}
.fa-mastodon:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-mdb:before {
    content: "";
}
.fa-medal:before {
    content: "";
}
.fa-medapps:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-medium-m:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-medrt:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.fa-megaport:before {
    content: "";
}
.fa-meh:before {
    content: "";
}
.fa-meh-blank:before {
    content: "";
}
.fa-meh-rolling-eyes:before {
    content: "";
}
.fa-memory:before {
    content: "";
}
.fa-mendeley:before {
    content: "";
}
.fa-menorah:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-meteor:before {
    content: "";
}
.fa-microblog:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-alt:before {
    content: "";
}
.fa-microphone-alt-slash:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-microscope:before {
    content: "";
}
.fa-microsoft:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-mitten:before {
    content: "";
}
.fa-mix:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-mixer:before {
    content: "";
}
.fa-mizuni:before {
    content: "";
}
.fa-mobile:before {
    content: "";
}
.fa-mobile-alt:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-monero:before {
    content: "";
}
.fa-money-bill:before {
    content: "";
}
.fa-money-bill-alt:before {
    content: "";
}
.fa-money-bill-wave:before {
    content: "";
}
.fa-money-bill-wave-alt:before {
    content: "";
}
.fa-money-check:before {
    content: "";
}
.fa-money-check-alt:before {
    content: "";
}
.fa-monument:before {
    content: "";
}
.fa-moon:before {
    content: "";
}
.fa-mortar-pestle:before {
    content: "";
}
.fa-mosque:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-mountain:before {
    content: "";
}
.fa-mouse:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-mug-hot:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-napster:before {
    content: "";
}
.fa-neos:before {
    content: "";
}
.fa-network-wired:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-newspaper:before {
    content: "";
}
.fa-nimblr:before {
    content: "";
}
.fa-node:before {
    content: "";
}
.fa-node-js:before {
    content: "";
}
.fa-not-equal:before {
    content: "";
}
.fa-notes-medical:before {
    content: "";
}
.fa-npm:before {
    content: "";
}
.fa-ns8:before {
    content: "";
}
.fa-nutritionix:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-octopus-deploy:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-oil-can:before {
    content: "";
}
.fa-old-republic:before {
    content: "";
}
.fa-om:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-orcid:before {
    content: "";
}
.fa-osi:before {
    content: "";
}
.fa-otter:before {
    content: "";
}
.fa-outdent:before {
    content: "";
}
.fa-page4:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-pager:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-paint-roller:before {
    content: "";
}
.fa-palette:before {
    content: "";
}
.fa-palfed:before {
    content: "";
}
.fa-pallet:before {
    content: "";
}
.fa-paper-plane:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-parachute-box:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-parking:before {
    content: "";
}
.fa-passport:before {
    content: "";
}
.fa-pastafarianism:before {
    content: "";
}
.fa-paste:before {
    content: "";
}
.fa-patreon:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-peace:before {
    content: "";
}
.fa-pen:before {
    content: "";
}
.fa-pen-alt:before {
    content: "";
}
.fa-pen-fancy:before {
    content: "";
}
.fa-pen-nib:before {
    content: "";
}
.fa-pen-square:before {
    content: "";
}
.fa-pencil-alt:before {
    content: "";
}
.fa-pencil-ruler:before {
    content: "";
}
.fa-penny-arcade:before {
    content: "";
}
.fa-people-arrows:before {
    content: "";
}
.fa-people-carry:before {
    content: "";
}
.fa-pepper-hot:before {
    content: "";
}
.fa-perbyte:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-percentage:before {
    content: "";
}
.fa-periscope:before {
    content: "";
}
.fa-person-booth:before {
    content: "";
}
.fa-phabricator:before {
    content: "";
}
.fa-phoenix-framework:before {
    content: "";
}
.fa-phoenix-squadron:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-phone-alt:before {
    content: "";
}
.fa-phone-slash:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-phone-square-alt:before {
    content: "";
}
.fa-phone-volume:before {
    content: "";
}
.fa-photo-video:before {
    content: "";
}
.fa-php:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-pied-piper-hat:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-square:before {
    content: "";
}
.fa-piggy-bank:before {
    content: "";
}
.fa-pills:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-pizza-slice:before {
    content: "";
}
.fa-place-of-worship:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-plane-arrival:before {
    content: "";
}
.fa-plane-departure:before {
    content: "";
}
.fa-plane-slash:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-playstation:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-poll:before {
    content: "";
}
.fa-poll-h:before {
    content: "";
}
.fa-poo:before {
    content: "";
}
.fa-poo-storm:before {
    content: "";
}
.fa-poop:before {
    content: "";
}
.fa-portrait:before {
    content: "";
}
.fa-pound-sign:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-pray:before {
    content: "";
}
.fa-praying-hands:before {
    content: "";
}
.fa-prescription:before {
    content: "";
}
.fa-prescription-bottle:before {
    content: "";
}
.fa-prescription-bottle-alt:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-procedures:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-project-diagram:before {
    content: "";
}
.fa-pump-medical:before {
    content: "";
}
.fa-pump-soap:before {
    content: "";
}
.fa-pushed:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-python:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-quidditch:before {
    content: "";
}
.fa-quinscape:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-quran:before {
    content: "";
}
.fa-r-project:before {
    content: "";
}
.fa-radiation:before {
    content: "";
}
.fa-radiation-alt:before {
    content: "";
}
.fa-rainbow:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-raspberry-pi:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-react:before {
    content: "";
}
.fa-reacteurope:before {
    content: "";
}
.fa-readme:before {
    content: "";
}
.fa-rebel:before {
    content: "";
}
.fa-receipt:before {
    content: "";
}
.fa-record-vinyl:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-red-river:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-redhat:before {
    content: "";
}
.fa-redo:before {
    content: "";
}
.fa-redo-alt:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-remove-format:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-reply:before {
    content: "";
}
.fa-reply-all:before {
    content: "";
}
.fa-replyd:before {
    content: "";
}
.fa-republican:before {
    content: "";
}
.fa-researchgate:before {
    content: "";
}
.fa-resolving:before {
    content: "";
}
.fa-restroom:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-rev:before {
    content: "";
}
.fa-ribbon:before {
    content: "";
}
.fa-ring:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-robot:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-rocketchat:before {
    content: "";
}
.fa-rockrms:before {
    content: "";
}
.fa-route:before {
    content: "";
}
.fa-rss:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-ruble-sign:before {
    content: "";
}
.fa-ruler:before {
    content: "";
}
.fa-ruler-combined:before {
    content: "";
}
.fa-ruler-horizontal:before {
    content: "";
}
.fa-ruler-vertical:before {
    content: "";
}
.fa-running:before {
    content: "";
}
.fa-rupee-sign:before {
    content: "";
}
.fa-rust:before {
    content: "";
}
.fa-sad-cry:before {
    content: "";
}
.fa-sad-tear:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-salesforce:before {
    content: "";
}
.fa-sass:before {
    content: "";
}
.fa-satellite:before {
    content: "";
}
.fa-satellite-dish:before {
    content: "";
}
.fa-save:before {
    content: "";
}
.fa-schlix:before {
    content: "";
}
.fa-school:before {
    content: "";
}
.fa-screwdriver:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-scroll:before {
    content: "";
}
.fa-sd-card:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-search-dollar:before {
    content: "";
}
.fa-search-location:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-searchengin:before {
    content: "";
}
.fa-seedling:before {
    content: "";
}
.fa-sellcast:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-servicestack:before {
    content: "";
}
.fa-shapes:before {
    content: "";
}
.fa-share:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-shekel-sign:before {
    content: "";
}
.fa-shield-alt:before {
    content: "";
}
.fa-shield-virus:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-shipping-fast:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-shoe-prints:before {
    content: "";
}
.fa-shopify:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-shopware:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-shuttle-van:before {
    content: "";
}
.fa-sign:before {
    content: "";
}
.fa-sign-in-alt:before {
    content: "";
}
.fa-sign-language:before {
    content: "";
}
.fa-sign-out-alt:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-signature:before {
    content: "";
}
.fa-sim-card:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-sink:before {
    content: "";
}
.fa-sistrix:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-sith:before {
    content: "";
}
.fa-skating:before {
    content: "";
}
.fa-sketch:before {
    content: "";
}
.fa-skiing:before {
    content: "";
}
.fa-skiing-nordic:before {
    content: "";
}
.fa-skull:before {
    content: "";
}
.fa-skull-crossbones:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-slack-hash:before {
    content: "";
}
.fa-slash:before {
    content: "";
}
.fa-sleigh:before {
    content: "";
}
.fa-sliders-h:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-smile:before {
    content: "";
}
.fa-smile-beam:before {
    content: "";
}
.fa-smile-wink:before {
    content: "";
}
.fa-smog:before {
    content: "";
}
.fa-smoking:before {
    content: "";
}
.fa-smoking-ban:before {
    content: "";
}
.fa-sms:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-snowboarding:before {
    content: "";
}
.fa-snowflake:before {
    content: "";
}
.fa-snowman:before {
    content: "";
}
.fa-snowplow:before {
    content: "";
}
.fa-soap:before {
    content: "";
}
.fa-socks:before {
    content: "";
}
.fa-solar-panel:before {
    content: "";
}
.fa-sort:before {
    content: "";
}
.fa-sort-alpha-down:before {
    content: "";
}
.fa-sort-alpha-down-alt:before {
    content: "";
}
.fa-sort-alpha-up:before {
    content: "";
}
.fa-sort-alpha-up-alt:before {
    content: "";
}
.fa-sort-amount-down:before {
    content: "";
}
.fa-sort-amount-down-alt:before {
    content: "";
}
.fa-sort-amount-up:before {
    content: "";
}
.fa-sort-amount-up-alt:before {
    content: "";
}
.fa-sort-down:before {
    content: "";
}
.fa-sort-numeric-down:before {
    content: "";
}
.fa-sort-numeric-down-alt:before {
    content: "";
}
.fa-sort-numeric-up:before {
    content: "";
}
.fa-sort-numeric-up-alt:before {
    content: "";
}
.fa-sort-up:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-sourcetree:before {
    content: "";
}
.fa-spa:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-speakap:before {
    content: "";
}
.fa-speaker-deck:before {
    content: "";
}
.fa-spell-check:before {
    content: "";
}
.fa-spider:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-splotch:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-spray-can:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-square-full:before {
    content: "";
}
.fa-square-root-alt:before {
    content: "";
}
.fa-squarespace:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-stackpath:before {
    content: "";
}
.fa-stamp:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-and-crescent:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-star-half-alt:before {
    content: "";
}
.fa-star-of-david:before {
    content: "";
}
.fa-star-of-life:before {
    content: "";
}
.fa-staylinked:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-steam-symbol:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-sticker-mule:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stopwatch:before {
    content: "";
}
.fa-stopwatch-20:before {
    content: "";
}
.fa-store:before {
    content: "";
}
.fa-store-alt:before {
    content: "";
}
.fa-store-alt-slash:before {
    content: "";
}
.fa-store-slash:before {
    content: "";
}
.fa-strava:before {
    content: "";
}
.fa-stream:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-stripe:before {
    content: "";
}
.fa-stripe-s:before {
    content: "";
}
.fa-stroopwafel:before {
    content: "";
}
.fa-studiovinari:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-suitcase-rolling:before {
    content: "";
}
.fa-sun:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-supple:before {
    content: "";
}
.fa-surprise:before {
    content: "";
}
.fa-suse:before {
    content: "";
}
.fa-swatchbook:before {
    content: "";
}
.fa-swift:before {
    content: "";
}
.fa-swimmer:before {
    content: "";
}
.fa-swimming-pool:before {
    content: "";
}
.fa-symfony:before {
    content: "";
}
.fa-synagogue:before {
    content: "";
}
.fa-sync:before {
    content: "";
}
.fa-sync-alt:before {
    content: "";
}
.fa-syringe:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-table-tennis:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-tablet-alt:before {
    content: "";
}
.fa-tablets:before {
    content: "";
}
.fa-tachometer-alt:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-tape:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-taxi:before {
    content: "";
}
.fa-teamspeak:before {
    content: "";
}
.fa-teeth:before {
    content: "";
}
.fa-teeth-open:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-telegram-plane:before {
    content: "";
}
.fa-temperature-high:before {
    content: "";
}
.fa-temperature-low:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-tenge:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-the-red-yeti:before {
    content: "";
}
.fa-theater-masks:before {
    content: "";
}
.fa-themeco:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-empty:before {
    content: "";
}
.fa-thermometer-full:before {
    content: "";
}
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-think-peaks:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbtack:before {
    content: "";
}
.fa-ticket-alt:before {
    content: "";
}
.fa-tiktok:before {
    content: "";
}
.fa-times:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-tint-slash:before {
    content: "";
}
.fa-tired:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-toilet:before {
    content: "";
}
.fa-toilet-paper:before {
    content: "";
}
.fa-toilet-paper-slash:before {
    content: "";
}
.fa-toolbox:before {
    content: "";
}
.fa-tools:before {
    content: "";
}
.fa-tooth:before {
    content: "";
}
.fa-torah:before {
    content: "";
}
.fa-torii-gate:before {
    content: "";
}
.fa-tractor:before {
    content: "";
}
.fa-trade-federation:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-traffic-light:before {
    content: "";
}
.fa-trailer:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-tram:before {
    content: "";
}
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-trash-alt:before {
    content: "";
}
.fa-trash-restore:before {
    content: "";
}
.fa-trash-restore-alt:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-truck-loading:before {
    content: "";
}
.fa-truck-monster:before {
    content: "";
}
.fa-truck-moving:before {
    content: "";
}
.fa-truck-pickup:before {
    content: "";
}
.fa-tshirt:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-tv:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-typo3:before {
    content: "";
}
.fa-uber:before {
    content: "";
}
.fa-ubuntu:before {
    content: "";
}
.fa-uikit:before {
    content: "";
}
.fa-umbraco:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-umbrella-beach:before {
    content: "";
}
.fa-uncharted:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-undo:before {
    content: "";
}
.fa-undo-alt:before {
    content: "";
}
.fa-uniregistry:before {
    content: "";
}
.fa-unity:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-university:before {
    content: "";
}
.fa-unlink:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-unsplash:before {
    content: "";
}
.fa-untappd:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-ups:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-user-alt:before {
    content: "";
}
.fa-user-alt-slash:before {
    content: "";
}
.fa-user-astronaut:before {
    content: "";
}
.fa-user-check:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-clock:before {
    content: "";
}
.fa-user-cog:before {
    content: "";
}
.fa-user-edit:before {
    content: "";
}
.fa-user-friends:before {
    content: "";
}
.fa-user-graduate:before {
    content: "";
}
.fa-user-injured:before {
    content: "";
}
.fa-user-lock:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-user-minus:before {
    content: "";
}
.fa-user-ninja:before {
    content: "";
}
.fa-user-nurse:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-user-shield:before {
    content: "";
}
.fa-user-slash:before {
    content: "";
}
.fa-user-tag:before {
    content: "";
}
.fa-user-tie:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-users:before {
    content: "";
}
.fa-users-cog:before {
    content: "";
}
.fa-users-slash:before {
    content: "";
}
.fa-usps:before {
    content: "";
}
.fa-ussunnah:before {
    content: "";
}
.fa-utensil-spoon:before {
    content: "";
}
.fa-utensils:before {
    content: "";
}
.fa-vaadin:before {
    content: "";
}
.fa-vector-square:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-vest:before {
    content: "";
}
.fa-vest-patches:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-vial:before {
    content: "";
}
.fa-vials:before {
    content: "";
}
.fa-viber:before {
    content: "";
}
.fa-video:before {
    content: "";
}
.fa-video-slash:before {
    content: "";
}
.fa-vihara:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-vimeo-v:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-virus:before {
    content: "";
}
.fa-virus-slash:before {
    content: "";
}
.fa-viruses:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-vnv:before {
    content: "";
}
.fa-voicemail:before {
    content: "";
}
.fa-volleyball-ball:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-mute:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-vote-yea:before {
    content: "";
}
.fa-vr-cardboard:before {
    content: "";
}
.fa-vuejs:before {
    content: "";
}
.fa-walking:before {
    content: "";
}
.fa-wallet:before {
    content: "";
}
.fa-warehouse:before {
    content: "";
}
.fa-watchman-monitoring:before {
    content: "";
}
.fa-water:before {
    content: "";
}
.fa-wave-square:before {
    content: "";
}
.fa-waze:before {
    content: "";
}
.fa-weebly:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-weight:before {
    content: "";
}
.fa-weight-hanging:before {
    content: "";
}
.fa-weixin:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-whatsapp-square:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-whmcs:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-wind:before {
    content: "";
}
.fa-window-close:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-wine-bottle:before {
    content: "";
}
.fa-wine-glass:before {
    content: "";
}
.fa-wine-glass-alt:before {
    content: "";
}
.fa-wix:before {
    content: "";
}
.fa-wizards-of-the-coast:before {
    content: "";
}
.fa-wodu:before {
    content: "";
}
.fa-wolf-pack-battalion:before {
    content: "";
}
.fa-won-sign:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-wordpress-simple:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-wpressr:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-x-ray:before {
    content: "";
}
.fa-xbox:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-y-combinator:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-yammer:before {
    content: "";
}
.fa-yandex:before {
    content: "";
}
.fa-yandex-international:before {
    content: "";
}
.fa-yarn:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-yen-sign:before {
    content: "";
}
.fa-yin-yang:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-zhihu:before {
    content: "";
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 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 Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?9bbb245e67a133f6e486d8d2545e14a5);
    src: url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?9bbb245e67a133f6e486d8d2545e14a5?#iefix) format("embedded-opentype"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?1551f4f60c37af51121f106501f69b80) format("woff2"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?eeccf4f66002c6f2ba24d3d22f2434c2) format("woff"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?be9ee23c0c6390141475d519c2c5fb8f) format("truetype"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?7a8b4f130182d19a2d7c67d80c090397#fontawesome) format("svg");
}
.fa,
.fas {
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?77206a6bb316fa0aded5083cc57f92b9);
    src: url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?77206a6bb316fa0aded5083cc57f92b9?#iefix) format("embedded-opentype"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?7a3337626410ca2f40718481c755640f) format("woff2"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?bb58e57c48a3e911f15fa834ff00d44a) format("woff"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?491974d108fe4002b2aaf7ffc48249a0) format("truetype"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?4689f52cc96215721344e51e5831eec1#fontawesome) format("svg");
}
.fa,
.far,
/*.fas {
    font-family: Font Awesome\5 Free;
}*/

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453);
    src: url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453?#iefix) format("embedded-opentype"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?d878b0a6a1144760244ff0665888404c) format("woff2"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?2285773e6b4b172f07d9b777c81b0775) format("woff"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?527940b104eb2ea366c8630f3f038603) format("truetype"),
        url(../../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?2f517e09eb2ca6650ff5bec5a95157ab#fontawesome) format("svg");
}
.fab,
.far {
    font-weight: 400;
}
.fab {
    font-family: Font Awesome\5 Brands;
}

/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray-dark: #384c74;
    --bs-gray-100: #f9fbfd;
    --bs-gray-200: #f1f4f8;
    --bs-gray-300: #d9e2ef;
    --bs-gray-400: #c6d3e6;
    --bs-gray-500: #abbcd5;
    --bs-gray-600: #869ab8;
    --bs-gray-700: #506690;
    --bs-gray-800: #384c74;
    --bs-gray-900: #2b354f;
    --bs-primary: #3facf8;
    --bs-secondary: #506690;
    --bs-success: #00c9b7;
    --bs-info: #00a0e0;
    --bs-warning: #feb868;
    --bs-danger: #c1002b;
    --bs-light: #f1f4f8;
    --bs-dark: #2b354f;
    --bs-gray: #869ab8;
    --bs-gray-light: #c6d3e6;
    --bs-alternate: #fc9e21;
    --bs-contrast: #fff;
    --bs-darker: #161c2d;
    --bs-black: #161c2d;
    --bs-primary-rgb:rgb(63 172 248);
    --bs-secondary-rgb: rgb(63 172 248);
    --bs-success-rgb: 0, 201, 183;
    --bs-info-rgb: 0, 160, 224;
    --bs-warning-rgb: 254, 184, 104;
    --bs-danger-rgb: 193, 0, 43;
    --bs-light-rgb: 241, 244, 248;
    --bs-dark-rgb: 43, 53, 79;
    --bs-gray-rgb: 134, 154, 184;
    --bs-gray-light-rgb: 198, 211, 230;
    --bs-alternate-rgb: 252, 158, 33;
    --bs-contrast-rgb: 255, 255, 255;
    --bs-darker-rgb: 22, 28, 45;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 22, 28, 45;
    --bs-body-rgb: 109, 118, 139;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: Robot
    , sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #6d768b;
    --bs-body-bg: #fff;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-black);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
hr {
    background-color: currentColor;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 2px!important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        /* font-size: 2.5rem; */
        font-size: 2rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: 800;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* a {
    color: #00a0e0;
    text-decoration: underline;
}
a:hover {
    color: #09acff;
} */
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: #d63384;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #2b354f;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.875em;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #869ab8;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }

}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #869ab8;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: -1rem;
}
.blockquote-footer:before {
    content: "— ";
}
 
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #869ab8;
    font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 1.75rem)!important;
    padding-right: var(--bs-gutter-x, 1.75rem)!important;
    width: 100%;
}
.section .lab .pharmacy .card {
    min-width: 241px!important;
    max-width: 435px!important;
    box-shadow: 0px 0px 1px 2px rgb(194 205 211 / 25%);
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 640px;
    }

    .text-lg-center{
        text-align: center!important;
    }
    .h-56{
        height: 3rem!important;
     }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 931px;
    }
    .h-56{
        height: 4rem!important;
     }
    /* header.section {
        padding-top: 100px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    } */

}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1177px;
    }
    .h-56{
        height: 7rem!important;
     }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1800px !important;
    }
    .h-56{
        height: 7rem!important;
     }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 2000px;
    }
    .h-56{
       height: 7rem!important;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.row-cols-auto > * {
    width: auto;
}
.row-cols-1 > *,
.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.row-cols-1 > * {
    width: 100%;
}
.row-cols-2 > * {
    width: 50%;
}
.row-cols-2 > *,
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.row-cols-3 > * {
    width: 33.3333333333%;
}
.row-cols-4 > * {
    width: 25%;
}
.row-cols-4 > *,
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.row-cols-5 > * {
    width: 20%;
}
.row-cols-6 > * {
    width: 16.6666666667%;
}
.col-auto,
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-auto {
    width: auto;
}
.col-1 {
    width: 8.33333333%;
}
.col-1,
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-3,
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-7,
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-9,
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col-12 {
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 6rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 6rem;
}
.g-7,
.gx-7 {
    --bs-gutter-x: 7rem;
}
.g-7,
.gy-7 {
    --bs-gutter-y: 7rem;
}
.g-8,
.gx-8 {
    --bs-gutter-x: 8rem;
}
.g-8,
.gy-8 {
    --bs-gutter-y: 8rem;
}
.g-9,
.gx-9 {
    --bs-gutter-x: 9rem;
}
.g-9,
.gy-9 {
    --bs-gutter-y: 9rem;
}
.g-10,
.gx-10 {
    --bs-gutter-x: 12rem;
}
.g-10,
.gy-10 {
    --bs-gutter-y: 12rem;
}
.g-11,
.gx-11 {
    --bs-gutter-x: 14rem;
}
.g-11,
.gy-11 {
    --bs-gutter-y: 14rem;
}
.g-12,
.gx-12 {
    --bs-gutter-x: 16rem;
}
.g-12,
.gy-12 {
    --bs-gutter-y: 16rem;
}
.g-13,
.gx-13 {
    --bs-gutter-x: 18rem;
}
.g-13,
.gy-13 {
    --bs-gutter-y: 18rem;
}
.g-14,
.gx-14 {
    --bs-gutter-x: 20rem;
}
.g-14,
.gy-14 {
    --bs-gutter-y: 20rem;
}
.g-15,
.gx-15 {
    --bs-gutter-x: 22rem;
}
.g-15,
.gy-15 {
    --bs-gutter-y: 22rem;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        width: auto;
    }
    .row-cols-sm-1 > *,
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-sm-1 > * {
        width: 100%;
    }
    .row-cols-sm-2 > * {
        width: 50%;
    }
    .row-cols-sm-2 > *,
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-sm-3 > * {
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        width: 25%;
    }
    .row-cols-sm-4 > *,
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-sm-5 > * {
        width: 20%;
    }
    .row-cols-sm-6 > * {
        width: 16.6666666667%;
    }
    .col-sm-auto,
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-auto {
        width: auto;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-9,
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-sm-12 {
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 6rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 6rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 7rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 7rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 8rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 8rem;
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 9rem;
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 9rem;
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 12rem;
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 12rem;
    }
    .g-sm-11,
    .gx-sm-11 {
        --bs-gutter-x: 14rem;
    }
    .g-sm-11,
    .gy-sm-11 {
        --bs-gutter-y: 14rem;
    }
    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 16rem;
    }
    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 16rem;
    }
    .g-sm-13,
    .gx-sm-13 {
        --bs-gutter-x: 18rem;
    }
    .g-sm-13,
    .gy-sm-13 {
        --bs-gutter-y: 18rem;
    }
    .g-sm-14,
    .gx-sm-14 {
        --bs-gutter-x: 20rem;
    }
    .g-sm-14,
    .gy-sm-14 {
        --bs-gutter-y: 20rem;
    }
    .g-sm-15,
    .gx-sm-15 {
        --bs-gutter-x: 22rem;
    }
    .g-sm-15,
    .gy-sm-15 {
        --bs-gutter-y: 22rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        width: auto;
    }
    .row-cols-md-1 > *,
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-md-1 > * {
        width: 100%;
    }
    .row-cols-md-2 > * {
        width: 50%;
    }
    .row-cols-md-2 > *,
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-md-3 > * {
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        width: 25%;
    }
    .row-cols-md-4 > *,
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-md-5 > * {
        width: 20%;
    }
    .row-cols-md-6 > * {
        width: 16.6666666667%;
    }
    .col-md-auto,
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-auto {
        width: auto;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-9,
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-md-12 {
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 6rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 6rem;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 7rem;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 7rem;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 8rem;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 8rem;
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 9rem;
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 9rem;
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 12rem;
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 12rem;
    }
    .g-md-11,
    .gx-md-11 {
        --bs-gutter-x: 14rem;
    }
    .g-md-11,
    .gy-md-11 {
        --bs-gutter-y: 14rem;
    }
    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 16rem;
    }
    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 16rem;
    }
    .g-md-13,
    .gx-md-13 {
        --bs-gutter-x: 18rem;
    }
    .g-md-13,
    .gy-md-13 {
        --bs-gutter-y: 18rem;
    }
    .g-md-14,
    .gx-md-14 {
        --bs-gutter-x: 20rem;
    }
    .g-md-14,
    .gy-md-14 {
        --bs-gutter-y: 20rem;
    }
    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 22rem;
    }
    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 22rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        width: auto;
    }
    .row-cols-lg-1 > *,
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-lg-1 > * {
        width: 100%;
    }
    .row-cols-lg-2 > * {
        width: 50%;
    }
    .row-cols-lg-2 > *,
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-lg-3 > * {
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        width: 25%;
    }
    .row-cols-lg-4 > *,
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-lg-5 > * {
        width: 20%;
    }
    .row-cols-lg-6 > * {
        width: 16.6666666667%;
    }
    .col-lg-auto,
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-auto {
        width: auto;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-9,
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-lg-12 {
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 6rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 6rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 7rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 7rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 8rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 8rem;
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 9rem;
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 9rem;
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 12rem;
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 12rem;
    }
    .g-lg-11,
    .gx-lg-11 {
        --bs-gutter-x: 14rem;
    }
    .g-lg-11,
    .gy-lg-11 {
        --bs-gutter-y: 14rem;
    }
    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 16rem;
    }
    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 16rem;
    }
    .g-lg-13,
    .gx-lg-13 {
        --bs-gutter-x: 18rem;
    }
    .g-lg-13,
    .gy-lg-13 {
        --bs-gutter-y: 18rem;
    }
    .g-lg-14,
    .gx-lg-14 {
        --bs-gutter-x: 20rem;
    }
    .g-lg-14,
    .gy-lg-14 {
        --bs-gutter-y: 20rem;
    }
    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 22rem;
    }
    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 22rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        width: auto;
    }
    .row-cols-xl-1 > *,
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-xl-1 > * {
        width: 100%;
    }
    .row-cols-xl-2 > * {
        width: 50%;
    }
    .row-cols-xl-2 > *,
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-xl-3 > * {
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        width: 25%;
    }
    .row-cols-xl-4 > *,
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-xl-5 > * {
        width: 20%;
    }
    .row-cols-xl-6 > * {
        width: 16.6666666667%;
    }
    .col-xl-auto,
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-auto {
        width: auto;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-9,
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xl-12 {
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 6rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 6rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 7rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 7rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 8rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 8rem;
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 9rem;
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 9rem;
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 12rem;
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 12rem;
    }
    .g-xl-11,
    .gx-xl-11 {
        --bs-gutter-x: 14rem;
    }
    .g-xl-11,
    .gy-xl-11 {
        --bs-gutter-y: 14rem;
    }
    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 16rem;
    }
    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 16rem;
    }
    .g-xl-13,
    .gx-xl-13 {
        --bs-gutter-x: 18rem;
    }
    .g-xl-13,
    .gy-xl-13 {
        --bs-gutter-y: 18rem;
    }
    .g-xl-14,
    .gx-xl-14 {
        --bs-gutter-x: 20rem;
    }
    .g-xl-14,
    .gy-xl-14 {
        --bs-gutter-y: 20rem;
    }
    .g-xl-15,
    .gx-xl-15 {
        --bs-gutter-x: 22rem;
    }
    .g-xl-15,
    .gy-xl-15 {
        --bs-gutter-y: 22rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        width: auto;
    }
    .row-cols-xxl-1 > *,
    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-xxl-1 > * {
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        width: 50%;
    }
    .row-cols-xxl-2 > *,
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-xxl-3 > * {
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        width: 25%;
    }
    .row-cols-xxl-4 > *,
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .row-cols-xxl-5 > * {
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        width: 16.6666666667%;
    }
    .col-xxl-auto,
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-auto {
        width: auto;
    }
    .col-xxl-1 {
        width: 8.33333333%;
    }
    .col-xxl-1,
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-3,
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-5 {
        width: 41.66666667%;
    }
    .col-xxl-5,
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-7,
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-9,
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-10 {
        width: 83.33333333%;
    }
    .col-xxl-11 {
        width: 91.66666667%;
    }
    .col-xxl-11,
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 6rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 6rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 7rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 7rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 8rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 8rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 9rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 9rem;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 12rem;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 12rem;
    }
    .g-xxl-11,
    .gx-xxl-11 {
        --bs-gutter-x: 14rem;
    }
    .g-xxl-11,
    .gy-xxl-11 {
        --bs-gutter-y: 14rem;
    }
    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 16rem;
    }
    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 16rem;
    }
    .g-xxl-13,
    .gx-xxl-13 {
        --bs-gutter-x: 18rem;
    }
    .g-xxl-13,
    .gy-xxl-13 {
        --bs-gutter-y: 18rem;
    }
    .g-xxl-14,
    .gx-xxl-14 {
        --bs-gutter-x: 20rem;
    }
    .g-xxl-14,
    .gy-xxl-14 {
        --bs-gutter-y: 20rem;
    }
    .g-xxl-15,
    .gx-xxl-15 {
        --bs-gutter-x: 22rem;
    }
    .g-xxl-15,
    .gy-xxl-15 {
        --bs-gutter-y: 22rem;
    }
}
/* .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #6d768b;
    --bs-table-striped-bg: #f3f8ff;
    --bs-table-active-color: #6d768b;
    --bs-table-active-bg: rgba(22, 28, 45, 0.1);
    --bs-table-hover-color: #6d768b;
    --bs-table-hover-bg: #eef1f6;
    border-color: #d9e2ef;
    color: #6d768b;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.5rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #ddd6ff;
    --bs-table-striped-bg: #d3cdf5;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #c9c3ea;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #cec8ef;
    --bs-table-hover-color: #161c2d;
    border-color: #c9c3ea;
    color: #161c2d;
}
.table-secondary {
    --bs-table-bg: #dce0e9;
    --bs-table-striped-bg: #d2d6e0;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #c8ccd6;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #cdd1db;
    --bs-table-hover-color: #161c2d;
    border-color: #c8ccd6;
    color: #161c2d;
}
.table-success {
    --bs-table-bg: #ccf4f1;
    --bs-table-striped-bg: #c3e9e7;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #badedd;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #bee4e2;
    --bs-table-hover-color: #161c2d;
    border-color: #badedd;
    color: #161c2d;
}
.table-info {
    --bs-table-bg: #ccecf9;
    --bs-table-striped-bg: #c3e2ef;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #bad7e5;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #bedcea;
    --bs-table-hover-color: #161c2d;
    border-color: #bad7e5;
    color: #161c2d;
}
.table-warning {
    --bs-table-bg: #fff1e1;
    --bs-table-striped-bg: #f3e6d8;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #e8dccf;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #eee1d4;
    --bs-table-hover-color: #161c2d;
    border-color: #e8dccf;
    color: #161c2d;
}
.table-danger {
    --bs-table-bg: #f3ccd5;
    --bs-table-striped-bg: #e8c3cd;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #ddbac4;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #e2bfc8;
    --bs-table-hover-color: #161c2d;
    border-color: #ddbac4;
    color: #161c2d;
}
.table-light {
    --bs-table-bg: #f1f4f8;
    --bs-table-striped-bg: #e6e9ee;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #dbdee4;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #e1e4e9;
    --bs-table-hover-color: #161c2d;
    border-color: #dbdee4;
    color: #161c2d;
}
.table-dark {
    --bs-table-bg: #2b354f;
    --bs-table-striped-bg: #363f58;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #404961;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #3b445c;
    --bs-table-hover-color: #fff;
    border-color: #404961;
    color: #fff;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .text-lg-center{
        text-align: center!important;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .position-relative {
    overflow: hidden;
}
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
} */
.form-label {
    margin-bottom: 0.5rem;
}
.btn-laboratory{
background-image: url(../../images/index1_world.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 65px;
    width: 65px!important;
}
.btn-patint{
    background-image: url(../../images/index1_world.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 65px;
        width: 65px!important;
    }
    .btn-doctor{
        background-image: url(../../images/index1_world.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            height: 65px;
            width: 65px!important;
        }
        .btn-pharmacy{
            background-image: url(../../images/index1_world.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                height: 65px;
                width: 65px!important;

            }

            .btn.active{
                border-color: #0083dd;

            }

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
    font-size: 0.875rem;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}
.form-text {
    color: #869ab8;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
/* .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 0.25rem;
    color: #506690;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    width: 100%;
} */
@media (prefers-reduced-motion: reduce) {
    /* .form-control {
        -webkit-transition: none;
        transition: none;
    } */
}
/* .form-control[type="file"] {
    overflow: hidden;
} */
/* .form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
} */
/* .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);

} */
/* .form-control::-webkit-date-and-time-value {
    height: 1.5em;
} */
/* .form-control::-webkit-input-placeholder {
    color: #869ab8;
    opacity: 1;
} */
/* .form-control::-moz-placeholder {
    color: #869ab8;
    opacity: 1;
} */
/* .form-control:-ms-input-placeholder {
    color: #869ab8;
    opacity: 1;
} */
/* .form-control::-ms-input-placeholder {
    color: #869ab8;
    opacity: 1;
} */
/* .form-control::placeholder {
    color: #869ab8;
    opacity: 1;
} */
/* .form-control:disabled,
.form-control[readonly] {
    background-color: #f1f4f8;
    opacity: 1;
} */
/* .form-control::file-selector-button {
    -webkit-margin-end: 0.75rem;
    background-color: #f1f4f8;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #506690;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
} */
/* @media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e5e8ec;
}
.form-control::-webkit-file-upload-button {
    -webkit-margin-end: 0.75rem;
    background-color: #f1f4f8;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #506690;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e5e8ec;
}
.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #6d768b;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem 0;
    width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    height: auto;
    padding: 0.375rem;
    width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border-radius: 0.25rem;
    height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0.25rem;
    height: 1.5em;
} */
.form-select {
    -moz-padding-start: calc(0.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #d9e2ef;
    border-radius: 0.25rem;
    color: #506690;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    width: 100%;
}
.labs{
    padding: 15px ;
    background: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none;
    }
}
.form-select{
    border: 1px solid #d9e2ef;
    color: #6d768b;
}
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);

}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 0.75rem;
}
.form-select:disabled {
    background-color: #f1f4f8;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #506690;
}
.form-select-sm {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}
.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.5rem;
    padding-left: 1.5em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-top: 3px;
}
.form-check-input {
    --webkit-print-color-adjust: exact;
    --webkit-appearance: none;
    --moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(22, 28, 45, 0.25);
    --color-adjust: exact;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    width: 1em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #dce3e7;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    outline: 0;
}
.form-check-input:checked {
    background-color: #0aadff;
    border-color: #0aadff;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #53f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #53f;
}
.form-check-input:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
    width: 2em;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23dce3e7'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
    pointer-events: none;
}
.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 0 1px #fff, -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #53f;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #ccc2ff;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #d9e2ef;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #53f;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #ccc2ff;
}
.form-range::-moz-range-track {
    background-color: #d9e2ef;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #abbcd5;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #abbcd5;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem 0.75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-select {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f4f8;
    border: 1px solid #d9e2ef;
    border-radius: 0.25rem;
    color: #506690;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.valid-feedback {
    color: #00c9b7;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(0, 201, 183, 0.9);
    border-radius: 0.25rem;
    color: #161c2d;
    display: none;
    font-size: 0.875rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300c9b7' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #00c9b7;
    padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #00c9b7;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #00c9b7;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300c9b7' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #00c9b7;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #00c9b7;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #00c9b7;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #00c9b7;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    color: #c1002b;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(193, 0, 43, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c1002b'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c1002b' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #c1002b;
    padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #c1002b;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #c1002b;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c1002b'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c1002b' stroke='none'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #c1002b;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #c1002b;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #c1002b;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #c1002b;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}


.btn-outline-primary:hover {
    /* background-color: #fffdff; */
    border-color: #09acff;
    /* color: #fff; */
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem #09acff;
    /* box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5); */
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #09acff;
    border-color: #09acff;
    color: #09acff;
}
.a:active{
    border-color: #09acff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #53f;
}
.btn-outline-secondary {
    border-color: #506690;
    color: #506690;
}
.btn-outline-secondary:hover {
    background-color: #506690;
    border-color: #506690;
    color: #fff;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #506690;
    border-color: #506690;
    color: #fff;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(80, 102, 144, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #506690;
}
.btn-outline-success {
    border-color: #00c9b7;
    color: #00c9b7;
}
.btn-outline-success:hover {
    background-color: #00c9b7;
    border-color: #00c9b7;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #00c9b7;
    border-color: #00c9b7;
    color: #161c2d;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 201, 183, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #00c9b7;
}
.btn-outline-info {
    border-color: #00a0e0;
    color: #00a0e0;
}
.btn-outline-info:hover {
    background-color: #00a0e0;
    border-color: #00a0e0;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #00a0e0;
    border-color: #00a0e0;
    color: #161c2d;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 160, 224, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #00a0e0;
}
.btn-outline-warning {
    border-color: #feb868;
    color: #feb868;
}
.btn-outline-warning:hover {
    background-color: #feb868;
    border-color: #feb868;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(32, 99%, 70%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(32, 99%, 70%, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #feb868;
    border-color: #feb868;
    color: #161c2d;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(32, 99%, 70%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(32, 99%, 70%, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #feb868;
}
.btn-outline-danger {
    border-color: #c1002b;
    color: #c1002b;
}
.btn-outline-danger:hover {
    background-color: #ed3833;
    border-color: #ed3833;
    color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #c1002b;
    border-color: #c1002b;
    color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(193, 0, 43, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #c1002b;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #f1f4f8;
    border-color: #f1f4f8;
    color: #161c2d;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(241, 244, 248, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f1f4f8;
}
.btn-outline-dark {
    border-color: #2b354f;
    color: #2b354f;
}
.btn-outline-dark:hover {
    background-color: #2b354f;
    border-color: #2b354f;
    color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #2b354f;
    border-color: #2b354f;
    color: #fff;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(43, 53, 79, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #2b354f;
}
.btn-outline-gray {
    border-color: #869ab8;
    color: #869ab8;
}
.btn-outline-gray:hover {
    background-color: #869ab8;
    border-color: #869ab8;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-gray,
.btn-outline-gray:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
}
.btn-check:active + .btn-outline-gray,
.btn-check:checked + .btn-outline-gray,
.btn-outline-gray.active,
.btn-outline-gray.dropdown-toggle.show,
.btn-outline-gray:active {
    background-color: #869ab8;
    border-color: #869ab8;
    color: #161c2d;
}
.btn-check:active + .btn-outline-gray:focus,
.btn-check:checked + .btn-outline-gray:focus,
.btn-outline-gray.active:focus,
.btn-outline-gray.dropdown-toggle.show:focus,
.btn-outline-gray:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(134, 154, 184, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    background-color: transparent;
    color: #869ab8;
}
.btn-outline-gray-light {
    border-color: #c6d3e6;
    color: #c6d3e6;
}
.btn-outline-gray-light:hover {
    background-color: #c6d3e6;
    border-color: #c6d3e6;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-gray-light,
.btn-outline-gray-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
}
.btn-check:active + .btn-outline-gray-light,
.btn-check:checked + .btn-outline-gray-light,
.btn-outline-gray-light.active,
.btn-outline-gray-light.dropdown-toggle.show,
.btn-outline-gray-light:active {
    background-color: #c6d3e6;
    border-color: #c6d3e6;
    color: #161c2d;
}
.btn-check:active + .btn-outline-gray-light:focus,
.btn-check:checked + .btn-outline-gray-light:focus,
.btn-outline-gray-light.active:focus,
.btn-outline-gray-light.dropdown-toggle.show:focus,
.btn-outline-gray-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(198, 211, 230, 0.5);
}
.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
    background-color: transparent;
    color: #c6d3e6;
}
.btn-outline-alternate {
    border-color: #fc9e21;
    color: #fc9e21;
}
.btn-outline-alternate:hover {
    background-color: #fc9e21;
    border-color: #fc9e21;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-alternate,
.btn-outline-alternate:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
}
.btn-check:active + .btn-outline-alternate,
.btn-check:checked + .btn-outline-alternate,
.btn-outline-alternate.active,
.btn-outline-alternate.dropdown-toggle.show,
.btn-outline-alternate:active {
    background-color: #fc9e21;
    border-color: #fc9e21;
    color: #161c2d;
}
.btn-check:active + .btn-outline-alternate:focus,
.btn-check:checked + .btn-outline-alternate:focus,
.btn-outline-alternate.active:focus,
.btn-outline-alternate.dropdown-toggle.show:focus,
.btn-outline-alternate:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(252, 158, 33, 0.5);
}
.btn-outline-alternate.disabled,
.btn-outline-alternate:disabled {
    background-color: transparent;
    color: #fc9e21;
}
.btn-outline-contrast {
    border-color: #fff;
    color: #fff;
}
.btn-outline-contrast:hover {
    background-color: #fff;
    border-color: #fff;
    color: #161c2d;
}
.btn-check:focus + .btn-outline-contrast,
.btn-outline-contrast:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-check:active + .btn-outline-contrast,
.btn-check:checked + .btn-outline-contrast,
.btn-outline-contrast.active,
.btn-outline-contrast.dropdown-toggle.show,
.btn-outline-contrast:active {
    background-color: #fff;
    border-color: #fff;
    color: #161c2d;
}
.btn-check:active + .btn-outline-contrast:focus,
.btn-check:checked + .btn-outline-contrast:focus,
.btn-outline-contrast.active:focus,
.btn-outline-contrast.dropdown-toggle.show:focus,
.btn-outline-contrast:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-contrast.disabled,
.btn-outline-contrast:disabled {
    background-color: transparent;
    color: #fff;
}
.btn-outline-darker {
    border-color: #161c2d;
    color: #161c2d;
}
.btn-outline-darker:hover {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #fff;
}
.btn-check:focus + .btn-outline-darker,
.btn-outline-darker:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}
.btn-check:active + .btn-outline-darker,
.btn-check:checked + .btn-outline-darker,
.btn-outline-darker.active,
.btn-outline-darker.dropdown-toggle.show,
.btn-outline-darker:active {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #fff;
}
.btn-check:active + .btn-outline-darker:focus,
.btn-check:checked + .btn-outline-darker:focus,
.btn-outline-darker.active:focus,
.btn-outline-darker.dropdown-toggle.show:focus,
.btn-outline-darker:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}
.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    background-color: transparent;
    color: #161c2d;
}
.btn-outline-black {
    border-color: #161c2d;
    color: #161c2d;
}
.btn-outline-black:hover {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #fff;
}
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}
.btn-check:active + .btn-outline-black,
.btn-check:checked + .btn-outline-black,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show,
.btn-outline-black:active {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #fff;
}
.btn-check:active + .btn-outline-black:focus,
.btn-check:checked + .btn-outline-black:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus,
.btn-outline-black:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 28, 45, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
    background-color: transparent;
    color: #161c2d;
}
.btn-link {
    color: #00a0e0;
    font-weight: 400;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0080b3;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #869ab8;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
} */
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
    width: 0;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-group,
.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 1.0125rem;
    padding-right: 1.0125rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #ffffff;
    border: 1px solid #f1f4f8;
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(222 229 232 / 75%);
    margin-bottom: 30px;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    background-color:#09acff;
    border-bottom: 1px solid #09acff;
    margin-bottom: 0;
    padding: 1rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    background-color: rgba(22, 28, 45, 0.03);
    border-top: 1px solid #f1f4f8;
    padding: 1rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -1rem;
}
.card-header-pills,
.card-header-tabs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.card-img-overlay {
    border-radius: calc(0.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #6d768b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    background-color: #eeebff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(22, 28, 45, 0.125);
    box-shadow: inset 0 -1px 0 rgba(22, 28, 45, 0.125);
    color: #4d2ee6;
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d2ee6'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.accordion-button:after {
    -ms-flex-negative: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d768b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    border-color: #dce3e7;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    outline: 0;
    z-index: 3;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(22, 28, 45, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #869ab8;
    content: var(--bs-breadcrumb-divider, ">");
    float: left;
    padding-right: 0.5rem;
}
.breadcrumb-item.active {
    color: #869ab8;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: #fff;
    border: 1px solid #d9e2ef;
    color: #00a0e0;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}
.page-link:hover {
    border-color: #d9e2ef;
    z-index: 2;
}
.page-link:focus,
.page-link:hover {
    background-color: #f1f4f8;
    color: #0080b3;
}
.page-link:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    outline: 0;
    z-index: 3;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    background-color: #09acff;
    border-color: #d9e2ef;
    color: #fff;
    z-index: 3;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #d9e2ef;
    color: #869ab8;
    pointer-events: none;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
/* .alert {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    background-color: #ddd6ff;
    border-color: #ccc2ff;
    color: #331f99;
}
.alert-primary .alert-link {
    color: #29197a;
}
.alert-secondary {
    background-color: #dce0e9;
    border-color: #cbd1de;
    color: #303d56;
}
.alert-secondary .alert-link {
    color: #263145;
}
.alert-success {
    background-color: #ccf4f1;
    border-color: #b3efe9;
    color: #0d6164;
}
.alert-success .alert-link {
    color: #0a4e50;
}
.alert-info {
    background-color: #ccecf9;
    border-color: #b3e3f6;
    color: #006086;
}
.alert-info .alert-link {
    color: #004d6b;
}
.alert-warning {
    background-color: #fff1e1;
    border-color: #ffead2;
    color: #735a45;
}
.alert-warning .alert-link {
    color: #5c4837;
}
.alert-danger {
    background-color: #f3ccd5;
    border-color: #ecb3bf;
    color: #74001a;
}
.alert-danger .alert-link {
    color: #5d0015;
}
.alert-light {
    background-color: #fcfdfe;
    border-color: #fbfcfd;
    color: #6e727e;
}
.alert-light .alert-link {
    color: #585b65;
}
.alert-dark {
    background-color: #d5d7dc;
    border-color: #bfc2ca;
    color: #1a202f;
}
.alert-dark .alert-link {
    color: #151a26;
}
.alert-gray {
    background-color: #e7ebf1;
    border-color: #dbe1ea;
    color: #505c6e;
}
.alert-gray .alert-link {
    color: #404a58;
}
.alert-gray-light {
    background-color: #f4f6fa;
    border-color: #eef2f8;
    color: #5c6577;
}
.alert-gray-light .alert-link {
    color: #4a515f;
}
.alert-alternate {
    background-color: #feecd3;
    border-color: #fee2bc;
    color: #975f14;
}
.alert-alternate .alert-link {
    color: #794c10;
}
.alert-contrast {
    background-color: #fff;
    border-color: #fff;
    color: #737781;
}
.alert-contrast .alert-link {
    color: #5c5f67;
}
.alert-darker {
    background-color: #d0d2d5;
    border-color: #b9bbc0;
    color: #0d111b;
}
.alert-darker .alert-link {
    color: #0a0e16;
}
.alert-black {
    background-color: #d0d2d5;
    border-color: #b9bbc0;
    color: #0d111b;
}
.alert-black .alert-link {
    color: #0a0e16;
} */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    background-color: #f1f4f8;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    height: 1rem;
}
.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #53f;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    color: #506690;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f9fbfd;
    color: #506690;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #f1f4f8;
    color: #6d768b;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(22, 28, 45, 0.125);
    color: #2b354f;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #869ab8;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #53f;
    border-color: #53f;
    color: #fff;
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #ddd6ff;
    color: #331f99;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #c7c1e6;
    color: #331f99;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #331f99;
    border-color: #331f99;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #dce0e9;
    color: #303d56;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c6cad2;
    color: #303d56;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #303d56;
    border-color: #303d56;
    color: #fff;
}
.list-group-item-success {
    background-color: #ccf4f1;
    color: #0d6164;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b8dcd9;
    color: #0d6164;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #0d6164;
    border-color: #0d6164;
    color: #fff;
}
.list-group-item-info {
    background-color: #ccecf9;
    color: #006086;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #b8d4e0;
    color: #006086;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #006086;
    border-color: #006086;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fff1e1;
    color: #735a45;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6d9cb;
    color: #735a45;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #735a45;
    border-color: #735a45;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f3ccd5;
    color: #74001a;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dbb8c0;
    color: #74001a;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #74001a;
    border-color: #74001a;
    color: #fff;
}
.list-group-item-light {
    background-color: #fcfdfe;
    color: #6e727e;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e3e4e5;
    color: #6e727e;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #6e727e;
    border-color: #6e727e;
    color: #fff;
}
.list-group-item-dark {
    background-color: #d5d7dc;
    color: #1a202f;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #c0c2c6;
    color: #1a202f;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #1a202f;
    border-color: #1a202f;
    color: #fff;
}
.list-group-item-gray {
    background-color: #e7ebf1;
    color: #505c6e;
}
.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
    background-color: #d0d4d9;
    color: #505c6e;
}
.list-group-item-gray.list-group-item-action.active {
    background-color: #505c6e;
    border-color: #505c6e;
    color: #fff;
}
.list-group-item-gray-light {
    background-color: #f4f6fa;
    color: #5c6577;
}
.list-group-item-gray-light.list-group-item-action:focus,
.list-group-item-gray-light.list-group-item-action:hover {
    background-color: #dcdde1;
    color: #5c6577;
}
.list-group-item-gray-light.list-group-item-action.active {
    background-color: #5c6577;
    border-color: #5c6577;
    color: #fff;
}
.list-group-item-alternate {
    background-color: #feecd3;
    color: #975f14;
}
.list-group-item-alternate.list-group-item-action:focus,
.list-group-item-alternate.list-group-item-action:hover {
    background-color: #e5d4be;
    color: #975f14;
}
.list-group-item-alternate.list-group-item-action.active {
    background-color: #975f14;
    border-color: #975f14;
    color: #fff;
}
.list-group-item-contrast {
    background-color: #fff;
    color: #737781;
}
.list-group-item-contrast.list-group-item-action:focus,
.list-group-item-contrast.list-group-item-action:hover {
    background-color: #e6e6e6;
    color: #737781;
}
.list-group-item-contrast.list-group-item-action.active {
    background-color: #737781;
    border-color: #737781;
    color: #fff;
}
.list-group-item-darker {
    background-color: #d0d2d5;
    color: #0d111b;
}
.list-group-item-darker.list-group-item-action:focus,
.list-group-item-darker.list-group-item-action:hover {
    background-color: #bbbdc0;
    color: #0d111b;
}
.list-group-item-darker.list-group-item-action.active {
    background-color: #0d111b;
    border-color: #0d111b;
    color: #fff;
}
.list-group-item-black {
    background-color: #d0d2d5;
    color: #0d111b;
}
.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    background-color: #bbbdc0;
    color: #0d111b;
}
.list-group-item-black.list-group-item-action.active {
    background-color: #0d111b;
    border-color: #0d111b;
    color: #fff;
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23161c2d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #161c2d;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #161c2d;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    background-clip: padding-box;
    background-color: #51a351;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
    font-size: 0.875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    color: #869ab8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0.75rem;
}
.toast-header .btn-close {
    margin-left: 0.75rem;
    margin-right: -0.375rem;
}
.toast-body {
    word-wrap: break-word;
    padding: 0.75rem;
}
.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    display: block;
    height: 0.4rem;
    position: absolute;
    width: 0.8rem;
}
.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #161c2d;
    border-width: 0.4rem 0.4rem 0;
    top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: 0.8rem;
    left: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #161c2d;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #161c2d;
    border-width: 0 0.4rem 0.4rem;
    bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: 0.8rem;
    right: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #161c2d;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    left: -1px;
}
.tooltip-inner {
    background-color: #161c2d;
    border-radius: 0.25rem;
    color: #fff;
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    text-align: center;
}
.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(22, 28, 45, 0.2);
    border-radius: 0.3rem;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.popover .popover-arrow {
    display: block;
    height: 0.5rem;
    position: absolute;
    width: 1rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    border-top-color: rgba(22, 28, 45, 0.25);
    border-width: 0.5rem 0.5rem 0;
    bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    border-top-color: #fff;
    border-width: 0.5rem 0.5rem 0;
    bottom: 1px;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    height: 1rem;
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    border-right-color: rgba(22, 28, 45, 0.25);
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    border-right-color: #fff;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-color: rgba(22, 28, 45, 0.25);
    border-width: 0 0.5rem 0.5rem;
    top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 0.5rem 0.5rem;
    top: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    height: 1rem;
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    border-left-color: rgba(22, 28, 45, 0.25);
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    border-left-color: #fff;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 1px;
}
.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(22, 28, 45, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: #6d768b;
    padding: 1rem;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-indicators [data-bs-target] {
    -webkit-box-flex: 0;
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    width: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #161c2d;
}
.carousel-dark .carousel-caption {
    color: #161c2d;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.spinner-border {
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    border: 0.25em solid;
    border-radius: 50%;
    border-right: 0.25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.offcanvas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none;
    }
}
.offcanvas-backdrop {
    background-color: #161c2d;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.offcanvas-header .btn-close {
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
    padding: 0.5rem;
}
.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}
.offcanvas-start {
    border-right: 1px solid rgba(22, 28, 45, 0.2);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 400px;
}
.offcanvas-end {
    border-left: 1px solid rgba(22, 28, 45, 0.2);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px;
}
.offcanvas-top {
    border-bottom: 1px solid rgba(22, 28, 45, 0.2);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0;
}
.offcanvas-bottom {
    border-top: 1px solid rgba(22, 28, 45, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.offcanvas.show {
    -webkit-transform: none;
    transform: none;
}
.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: 0.5;
    vertical-align: middle;
}
.placeholder.btn:before {
    content: "";
    display: inline-block;
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #161c2d 55%, rgba(0, 0, 0, 0.8) 75%, #161c2d 95%);
    mask-image: linear-gradient(130deg, #161c2d 55%, rgba(0, 0, 0, 0.8) 75%, #161c2d 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
}
@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.link-primary {
    color: #53f;
}
.link-primary:focus,
.link-primary:hover {
    color: #4429cc;
}
.link-secondary {
    color: #506690;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #405273;
}
.link-success {
    color: #00c9b7;
}
.link-success:focus,
.link-success:hover {
    color: #33d4c5;
}
.link-info {
    color: #00a0e0;
}
.link-info:focus,
.link-info:hover {
    color: #33b3e6;
}
.link-warning {
    color: #feb868;
}
.link-warning:focus,
.link-warning:hover {
    color: #fec686;
}
.link-danger {
    color: #c1002b;
}
.link-danger:focus,
.link-danger:hover {
    color: #9a0022;
}
.link-light {
    color: #f1f4f8;
}
.link-light:focus,
.link-light:hover {
    color: #f4f6f9;
}
.link-dark {
    color: #2b354f;
}
.link-dark:focus,
.link-dark:hover {
    color: #222a3f;
}
.link-gray {
    color: #869ab8;
}
.link-gray:focus,
.link-gray:hover {
    color: #9eaec6;
}
.link-gray-light {
    color: #c6d3e6;
}
.link-gray-light:focus,
.link-gray-light:hover {
    color: #d1dceb;
}
.link-alternate {
    color: #fc9e21;
}
.link-alternate:focus,
.link-alternate:hover {
    color: #fdb14d;
}
.link-contrast,
.link-contrast:focus,
.link-contrast:hover {
    color: #fff;
}
.link-darker {
    color: #161c2d;
}
.link-darker:focus,
.link-darker:hover {
    color: #121624;
}
.link-black {
    color: #161c2d;
}
.link-black:focus,
.link-black:hover {
    color: #121624;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack {
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.hstack,
.vstack {
    -webkit-box-direction: normal;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.vstack {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-item-align: stretch;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 1px;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15) !important;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(22, 28, 45, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(22, 28, 45, 0.075) !important;
}
.shadow-lg {
    /* -webkit-box-shadow: 0 1rem 3rem rgba(22, 28, 45, 0.175) !important;
    box-shadow: 0 1rem 3rem #fffdff !important; */
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #d9e2ef !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #d9e2ef !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #d9e2ef !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #d9e2ef !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #d9e2ef !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #53f !important;
}
.border-secondary {
    border-color: #506690 !important;
}
.border-success {
    border-color: #00c9b7 !important;
}
.border-info {
    border-color: #00a0e0 !important;
}
.border-warning {
    border-color: #feb868 !important;
}
.border-danger {
    border-color: #c1002b !important;
}
.border-light {
    border-color: #f1f4f8 !important;
}
.border-dark {
    border-color: #2b354f !important;
}
.border-gray {
    border-color: #869ab8 !important;
}
.border-gray-light {
    border-color: #c6d3e6 !important;
}
.border-alternate {
    border-color: #fc9e21 !important;
}
.border-contrast {
    border-color: #fff !important;
}
.border-black,
.border-darker {
    border-color: #161c2d !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.gap-6 {
    gap: 6rem !important;
}
.gap-7 {
    gap: 7rem !important;
}
.gap-8 {
    gap: 8rem !important;
}
.gap-9 {
    gap: 9rem !important;
}
.gap-10 {
    gap: 12rem !important;
}
.gap-11 {
    gap: 14rem !important;
}
.gap-12 {
    gap: 16rem !important;
}
.gap-13 {
    gap: 18rem !important;
}
.gap-14 {
    gap: 20rem !important;
}
.gap-15 {
    gap: 22rem !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}
.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}
.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-6 {
    margin: 6rem !important;
}
.m-7 {
    margin: 7rem !important;
}
.m-8 {
    margin: 8rem !important;
}
.m-9 {
    margin: 9rem !important;
}
.m-10 {
    margin: 12rem !important;
}
.m-11 {
    margin: 14rem !important;
}
.m-12 {
    margin: 16rem !important;
}
.m-13 {
    margin: 18rem !important;
}
.m-14 {
    margin: 20rem !important;
}
.m-15 {
    margin: 22rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mx-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mx-10 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}
.mx-11 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
}
.mx-12 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
}
.mx-13 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
}
.mx-14 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
}
.mx-15 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}
.my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.my-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
}
.my-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
}
.my-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
}
.my-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
}
.my-10 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
}
.my-11 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
}
.my-12 {
    margin-bottom: 16rem !important;
    margin-top: 16rem !important;
}
.my-13 {
    margin-bottom: 18rem !important;
    margin-top: 18rem !important;
}
.my-14 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
}
.my-15 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-6 {
    margin-top: 6rem !important;
}
.mt-7 {
    margin-top: 7rem !important;
}
.mt-8 {
    margin-top: 8rem !important;
}
.mt-9 {
    margin-top: 9rem !important;
}
.mt-10 {
    margin-top: 12rem !important;
}
.mt-11 {
    margin-top: 14rem !important;
}
.mt-12 {
    margin-top: 16rem !important;
}
.mt-13 {
    margin-top: 18rem !important;
}
.mt-14 {
    margin-top: 20rem !important;
}
.mt-15 {
    margin-top: 22rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-6 {
    margin-right: 6rem !important;
}
.me-7 {
    margin-right: 7rem !important;
}
.me-8 {
    margin-right: 8rem !important;
}
.me-9 {
    margin-right: 9rem !important;
}
.me-10 {
    margin-right: 12rem !important;
}
.me-11 {
    margin-right: 14rem !important;
}
.me-12 {
    margin-right: 16rem !important;
}
.me-13 {
    margin-right: 18rem !important;
}
.me-14 {
    margin-right: 20rem !important;
}
.me-15 {
    margin-right: 22rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}
.mb-8 {
    margin-bottom: 8rem !important;
}
.mb-9 {
    margin-bottom: 9rem !important;
}
.mb-10 {
    margin-bottom: 12rem !important;
}
.mb-11 {
    margin-bottom: 14rem !important;
}
.mb-12 {
    margin-bottom: 16rem !important;
}
.mb-13 {
    margin-bottom: 18rem !important;
}
.mb-14 {
    margin-bottom: 20rem !important;
}
.mb-15 {
    margin-bottom: 22rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-6 {
    margin-left: 6rem !important;
}
.ms-7 {
    margin-left: 7rem !important;
}
.ms-8 {
    margin-left: 8rem !important;
}
.ms-9 {
    margin-left: 9rem !important;
}
.ms-10 {
    margin-left: 12rem !important;
}
.ms-11 {
    margin-left: 14rem !important;
}
.ms-12 {
    margin-left: 16rem !important;
}
.ms-13 {
    margin-left: 18rem !important;
}
.ms-14 {
    margin-left: 20rem !important;
}
.ms-15 {
    margin-left: 22rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.m-n6 {
    margin: -6rem !important;
}
.m-n7 {
    margin: -7rem !important;
}
.m-n8 {
    margin: -8rem !important;
}
.m-n9 {
    margin: -9rem !important;
}
.m-n10 {
    margin: -12rem !important;
}
.m-n11 {
    margin: -14rem !important;
}
.m-n12 {
    margin: -16rem !important;
}
.m-n13 {
    margin: -18rem !important;
}
.m-n14 {
    margin: -20rem !important;
}
.m-n15 {
    margin: -22rem !important;
}
.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}
.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}
.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mx-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mx-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mx-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}
.mx-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mx-n10 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
}
.mx-n11 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
}
.mx-n12 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
}
.mx-n13 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
}
.mx-n14 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
}
.mx-n15 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
}
.my-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
}
.my-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
}
.my-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
}
.my-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
}
.my-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
}
.my-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
}
.my-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
}
.my-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
}
.my-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
}
.my-n10 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important;
}
.my-n11 {
    margin-bottom: -14rem !important;
    margin-top: -14rem !important;
}
.my-n12 {
    margin-bottom: -16rem !important;
    margin-top: -16rem !important;
}
.my-n13 {
    margin-bottom: -18rem !important;
    margin-top: -18rem !important;
}
.my-n14 {
    margin-bottom: -20rem !important;
    margin-top: -20rem !important;
}
.my-n15 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.mt-n6 {
    margin-top: -6rem !important;
}
.mt-n7 {
    margin-top: -7rem !important;
}
.mt-n8 {
    margin-top: -8rem !important;
}
.mt-n9 {
    margin-top: -9rem !important;
}
.mt-n10 {
    margin-top: -12rem !important;
}
.mt-n11 {
    margin-top: -14rem !important;
}
.mt-n12 {
    margin-top: -16rem !important;
}
.mt-n13 {
    margin-top: -18rem !important;
}
.mt-n14 {
    margin-top: -20rem !important;
}
.mt-n15 {
    margin-top: -22rem !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}
.me-n2 {
    margin-right: -0.5rem !important;
}
.me-n3 {
    margin-right: -1rem !important;
}
.me-n4 {
    margin-right: -1.5rem !important;
}
.me-n5 {
    margin-right: -3rem !important;
}
.me-n6 {
    margin-right: -6rem !important;
}
.me-n7 {
    margin-right: -7rem !important;
}
.me-n8 {
    margin-right: -8rem !important;
}
.me-n9 {
    margin-right: -9rem !important;
}
.me-n10 {
    margin-right: -12rem !important;
}
.me-n11 {
    margin-right: -14rem !important;
}
.me-n12 {
    margin-right: -16rem !important;
}
.me-n13 {
    margin-right: -18rem !important;
}
.me-n14 {
    margin-right: -20rem !important;
}
.me-n15 {
    margin-right: -22rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -0.5rem !important;
}
.mb-n3 {
    margin-bottom: -1rem !important;
}
.mb-n4 {
    margin-bottom: -1.5rem !important;
}
.mb-n5 {
    margin-bottom: -3rem !important;
}
.mb-n6 {
    margin-bottom: -6rem !important;
}
.mb-n7 {
    margin-bottom: -7rem !important;
}
.mb-n8 {
    margin-bottom: -8rem !important;
}
.mb-n9 {
    margin-bottom: -9rem !important;
}
.mb-n10 {
    margin-bottom: -12rem !important;
}
.mb-n11 {
    margin-bottom: -14rem !important;
}
.mb-n12 {
    margin-bottom: -16rem !important;
}
.mb-n13 {
    margin-bottom: -18rem !important;
}
.mb-n14 {
    margin-bottom: -20rem !important;
}
.mb-n15 {
    margin-bottom: -22rem !important;
}
.ms-n1 {
    margin-left: -0.25rem !important;
}
.ms-n2 {
    margin-left: -0.5rem !important;
}
.ms-n3 {
    margin-left: -1rem !important;
}
.ms-n4 {
    margin-left: -1.5rem !important;
}
.ms-n5 {
    margin-left: -3rem !important;
}
.ms-n6 {
    margin-left: -6rem !important;
}
.ms-n7 {
    margin-left: -7rem !important;
}
.ms-n8 {
    margin-left: -8rem !important;
}
.ms-n9 {
    margin-left: -9rem !important;
}
.ms-n10 {
    margin-left: -12rem !important;
}
.ms-n11 {
    margin-left: -14rem !important;
}
.ms-n12 {
    margin-left: -16rem !important;
}
.ms-n13 {
    margin-left: -18rem !important;
}
.ms-n14 {
    margin-left: -20rem !important;
}
.ms-n15 {
    margin-left: -22rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.p-6 {
    padding: 6rem !important;
}
.p-7 {
    padding: 7rem !important;
}
.p-8 {
    padding: 8rem !important;
}
.p-9 {
    padding: 9rem !important;
}
.p-10 {
    padding: 12rem !important;
}
.p-11 {
    padding: 14rem !important;
}
.p-12 {
    padding: 16rem !important;
}
.p-13 {
    padding: 18rem !important;
}
.p-14 {
    padding: 20rem !important;
}
.p-15 {
    padding: 22rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
} */
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.px-10 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}
.px-11 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
}
.px-12 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
}
.px-13 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
}
.px-14 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
}
.px-15 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1.1rem !important;
}
.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.py-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
}
.py-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
}
.py-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
}
.py-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
}
.py-10 {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
}
.py-11 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important;
}
.py-12 {
    padding-bottom: 16rem !important;
    padding-top: 16rem !important;
}
.py-13 {
    padding-bottom: 18rem !important;
    padding-top: 18rem !important;
}
.py-14 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
}
.py-15 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pt-6 {
    padding-top: 6rem !important;
}
.pt-7 {
    padding-top: 7rem !important;
}
.pt-8 {
    padding-top: 8rem !important;
}
.pt-9 {
    padding-top: 9rem !important;
}
.pt-10 {
    padding-top: 12rem !important;
}
.pt-11 {
    padding-top: 14rem !important;
}
.pt-12 {
    padding-top: 16rem !important;
}
.pt-13 {
    padding-top: 18rem !important;
}
.pt-14 {
    padding-top: 20rem !important;
}
.pt-15 {
    padding-top: 22rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pe-6 {
    padding-right: 6rem !important;
}
.pe-7 {
    padding-right: 7rem !important;
}
.pe-8 {
    padding-right: 8rem !important;
}
.pe-9 {
    padding-right: 9rem !important;
}
.pe-10 {
    padding-right: 12rem !important;
}
.pe-11 {
    padding-right: 14rem !important;
}
.pe-12 {
    padding-right: 16rem !important;
}
.pe-13 {
    padding-right: 18rem !important;
}
.pe-14 {
    padding-right: 20rem !important;
}
.pe-15 {
    padding-right: 22rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 6rem !important;
}
.pb-7 {
    padding-bottom: 7rem !important;
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.pb-9 {
    padding-bottom: 9rem !important;
}
.pb-10 {
    padding-bottom: 12rem !important;
}
.pb-11 {
    padding-bottom: 14rem !important;
}
.pb-12 {
    padding-bottom: 16rem !important;
}
.pb-13 {
    padding-bottom: 18rem !important;
}
.pb-14 {
    padding-bottom: 20rem !important;
}
.pb-15 {
    padding-bottom: 22rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.ps-6 {
    padding-left: 6rem !important;
}
.ps-7 {
    padding-left: 7rem !important;
}
.ps-8 {
    padding-left: 8rem !important;
}
.ps-9 {
    padding-left: 9rem !important;
}
.ps-10 {
    padding-left: 12rem !important;
}
.ps-11 {
    padding-left: 14rem !important;
}
.ps-12 {
    padding-left: 16rem !important;
}
.ps-13 {
    padding-left: 18rem !important;
}
.ps-14 {
    padding-left: 20rem !important;
}
.ps-15 {
    padding-left: 22rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: 100 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: 800 !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #869ab8 !important;
}
.text-just p{
    text-align: justify !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(22, 28, 45, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #09acff !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-alternate {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-alternate-rgb), var(--bs-bg-opacity)) !important;
}
.bg-contrast {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-contrast-rgb), var(--bs-bg-opacity)) !important;
}
.bg-darker {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .gap-sm-6 {
        gap: 6rem !important;
    }
    .gap-sm-7 {
        gap: 7rem !important;
    }
    .gap-sm-8 {
        gap: 8rem !important;
    }
    .gap-sm-9 {
        gap: 9rem !important;
    }
    .gap-sm-10 {
        gap: 12rem !important;
    }
    .gap-sm-11 {
        gap: 14rem !important;
    }
    .gap-sm-12 {
        gap: 16rem !important;
    }
    .gap-sm-13 {
        gap: 18rem !important;
    }
    .gap-sm-14 {
        gap: 20rem !important;
    }
    .gap-sm-15 {
        gap: 22rem !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-6 {
        margin: 6rem !important;
    }
    .m-sm-7 {
        margin: 7rem !important;
    }
    .m-sm-8 {
        margin: 8rem !important;
    }
    .m-sm-9 {
        margin: 9rem !important;
    }
    .m-sm-10 {
        margin: 12rem !important;
    }
    .m-sm-11 {
        margin: 14rem !important;
    }
    .m-sm-12 {
        margin: 16rem !important;
    }
    .m-sm-13 {
        margin: 18rem !important;
    }
    .m-sm-14 {
        margin: 20rem !important;
    }
    .m-sm-15 {
        margin: 22rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-sm-7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-sm-8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-sm-9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-sm-10 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-sm-11 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }
    .mx-sm-12 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }
    .mx-sm-13 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }
    .mx-sm-14 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-sm-15 {
        margin-left: 22rem !important;
        margin-right: 22rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-sm-6 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-sm-7 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important;
    }
    .my-sm-8 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-sm-9 {
        margin-bottom: 9rem !important;
        margin-top: 9rem !important;
    }
    .my-sm-10 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important;
    }
    .my-sm-11 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important;
    }
    .my-sm-12 {
        margin-bottom: 16rem !important;
        margin-top: 16rem !important;
    }
    .my-sm-13 {
        margin-bottom: 18rem !important;
        margin-top: 18rem !important;
    }
    .my-sm-14 {
        margin-bottom: 20rem !important;
        margin-top: 20rem !important;
    }
    .my-sm-15 {
        margin-bottom: 22rem !important;
        margin-top: 22rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-6 {
        margin-top: 6rem !important;
    }
    .mt-sm-7 {
        margin-top: 7rem !important;
    }
    .mt-sm-8 {
        margin-top: 8rem !important;
    }
    .mt-sm-9 {
        margin-top: 9rem !important;
    }
    .mt-sm-10 {
        margin-top: 12rem !important;
    }
    .mt-sm-11 {
        margin-top: 14rem !important;
    }
    .mt-sm-12 {
        margin-top: 16rem !important;
    }
    .mt-sm-13 {
        margin-top: 18rem !important;
    }
    .mt-sm-14 {
        margin-top: 20rem !important;
    }
    .mt-sm-15 {
        margin-top: 22rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-6 {
        margin-right: 6rem !important;
    }
    .me-sm-7 {
        margin-right: 7rem !important;
    }
    .me-sm-8 {
        margin-right: 8rem !important;
    }
    .me-sm-9 {
        margin-right: 9rem !important;
    }
    .me-sm-10 {
        margin-right: 12rem !important;
    }
    .me-sm-11 {
        margin-right: 14rem !important;
    }
    .me-sm-12 {
        margin-right: 16rem !important;
    }
    .me-sm-13 {
        margin-right: 18rem !important;
    }
    .me-sm-14 {
        margin-right: 20rem !important;
    }
    .me-sm-15 {
        margin-right: 22rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 7rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 8rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 9rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 12rem !important;
    }
    .mb-sm-11 {
        margin-bottom: 14rem !important;
    }
    .mb-sm-12 {
        margin-bottom: 16rem !important;
    }
    .mb-sm-13 {
        margin-bottom: 18rem !important;
    }
    .mb-sm-14 {
        margin-bottom: 20rem !important;
    }
    .mb-sm-15 {
        margin-bottom: 22rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-6 {
        margin-left: 6rem !important;
    }
    .ms-sm-7 {
        margin-left: 7rem !important;
    }
    .ms-sm-8 {
        margin-left: 8rem !important;
    }
    .ms-sm-9 {
        margin-left: 9rem !important;
    }
    .ms-sm-10 {
        margin-left: 12rem !important;
    }
    .ms-sm-11 {
        margin-left: 14rem !important;
    }
    .ms-sm-12 {
        margin-left: 16rem !important;
    }
    .ms-sm-13 {
        margin-left: 18rem !important;
    }
    .ms-sm-14 {
        margin-left: 20rem !important;
    }
    .ms-sm-15 {
        margin-left: 22rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .m-sm-n6 {
        margin: -6rem !important;
    }
    .m-sm-n7 {
        margin: -7rem !important;
    }
    .m-sm-n8 {
        margin: -8rem !important;
    }
    .m-sm-n9 {
        margin: -9rem !important;
    }
    .m-sm-n10 {
        margin: -12rem !important;
    }
    .m-sm-n11 {
        margin: -14rem !important;
    }
    .m-sm-n12 {
        margin: -16rem !important;
    }
    .m-sm-n13 {
        margin: -18rem !important;
    }
    .m-sm-n14 {
        margin: -20rem !important;
    }
    .m-sm-n15 {
        margin: -22rem !important;
    }
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-sm-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-sm-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-sm-n6 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-sm-n7 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-sm-n8 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }
    .mx-sm-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-sm-n10 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-sm-n11 {
        margin-left: -14rem !important;
        margin-right: -14rem !important;
    }
    .mx-sm-n12 {
        margin-left: -16rem !important;
        margin-right: -16rem !important;
    }
    .mx-sm-n13 {
        margin-left: -18rem !important;
        margin-right: -18rem !important;
    }
    .mx-sm-n14 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-sm-n15 {
        margin-left: -22rem !important;
        margin-right: -22rem !important;
    }
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-sm-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-sm-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-sm-n6 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important;
    }
    .my-sm-n7 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important;
    }
    .my-sm-n8 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important;
    }
    .my-sm-n9 {
        margin-bottom: -9rem !important;
        margin-top: -9rem !important;
    }
    .my-sm-n10 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important;
    }
    .my-sm-n11 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important;
    }
    .my-sm-n12 {
        margin-bottom: -16rem !important;
        margin-top: -16rem !important;
    }
    .my-sm-n13 {
        margin-bottom: -18rem !important;
        margin-top: -18rem !important;
    }
    .my-sm-n14 {
        margin-bottom: -20rem !important;
        margin-top: -20rem !important;
    }
    .my-sm-n15 {
        margin-bottom: -22rem !important;
        margin-top: -22rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n3 {
        margin-top: -1rem !important;
    }
    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n5 {
        margin-top: -3rem !important;
    }
    .mt-sm-n6 {
        margin-top: -6rem !important;
    }
    .mt-sm-n7 {
        margin-top: -7rem !important;
    }
    .mt-sm-n8 {
        margin-top: -8rem !important;
    }
    .mt-sm-n9 {
        margin-top: -9rem !important;
    }
    .mt-sm-n10 {
        margin-top: -12rem !important;
    }
    .mt-sm-n11 {
        margin-top: -14rem !important;
    }
    .mt-sm-n12 {
        margin-top: -16rem !important;
    }
    .mt-sm-n13 {
        margin-top: -18rem !important;
    }
    .mt-sm-n14 {
        margin-top: -20rem !important;
    }
    .mt-sm-n15 {
        margin-top: -22rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n3 {
        margin-right: -1rem !important;
    }
    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n5 {
        margin-right: -3rem !important;
    }
    .me-sm-n6 {
        margin-right: -6rem !important;
    }
    .me-sm-n7 {
        margin-right: -7rem !important;
    }
    .me-sm-n8 {
        margin-right: -8rem !important;
    }
    .me-sm-n9 {
        margin-right: -9rem !important;
    }
    .me-sm-n10 {
        margin-right: -12rem !important;
    }
    .me-sm-n11 {
        margin-right: -14rem !important;
    }
    .me-sm-n12 {
        margin-right: -16rem !important;
    }
    .me-sm-n13 {
        margin-right: -18rem !important;
    }
    .me-sm-n14 {
        margin-right: -20rem !important;
    }
    .me-sm-n15 {
        margin-right: -22rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-sm-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-sm-n7 {
        margin-bottom: -7rem !important;
    }
    .mb-sm-n8 {
        margin-bottom: -8rem !important;
    }
    .mb-sm-n9 {
        margin-bottom: -9rem !important;
    }
    .mb-sm-n10 {
        margin-bottom: -12rem !important;
    }
    .mb-sm-n11 {
        margin-bottom: -14rem !important;
    }
    .mb-sm-n12 {
        margin-bottom: -16rem !important;
    }
    .mb-sm-n13 {
        margin-bottom: -18rem !important;
    }
    .mb-sm-n14 {
        margin-bottom: -20rem !important;
    }
    .mb-sm-n15 {
        margin-bottom: -22rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n3 {
        margin-left: -1rem !important;
    }
    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n5 {
        margin-left: -3rem !important;
    }
    .ms-sm-n6 {
        margin-left: -6rem !important;
    }
    .ms-sm-n7 {
        margin-left: -7rem !important;
    }
    .ms-sm-n8 {
        margin-left: -8rem !important;
    }
    .ms-sm-n9 {
        margin-left: -9rem !important;
    }
    .ms-sm-n10 {
        margin-left: -12rem !important;
    }
    .ms-sm-n11 {
        margin-left: -14rem !important;
    }
    .ms-sm-n12 {
        margin-left: -16rem !important;
    }
    .ms-sm-n13 {
        margin-left: -18rem !important;
    }
    .ms-sm-n14 {
        margin-left: -20rem !important;
    }
    .ms-sm-n15 {
        margin-left: -22rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .p-sm-6 {
        padding: 6rem !important;
    }
    .p-sm-7 {
        padding: 7rem !important;
    }
    .p-sm-8 {
        padding: 8rem !important;
    }
    .p-sm-9 {
        padding: 9rem !important;
    }
    .p-sm-10 {
        padding: 12rem !important;
    }
    .p-sm-11 {
        padding: 14rem !important;
    }
    .p-sm-12 {
        padding: 16rem !important;
    }
    .p-sm-13 {
        padding: 18rem !important;
    }
    .p-sm-14 {
        padding: 20rem !important;
    }
    .p-sm-15 {
        padding: 22rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-sm-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-sm-8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-sm-9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-sm-10 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-sm-11 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }
    .px-sm-12 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }
    .px-sm-13 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }
    .px-sm-14 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-sm-15 {
        padding-left: 22rem !important;
        padding-right: 22rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-sm-6 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
    .py-sm-7 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important;
    }
    .py-sm-8 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-sm-9 {
        padding-bottom: 9rem !important;
        padding-top: 9rem !important;
    }
    .py-sm-10 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important;
    }
    .py-sm-11 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important;
    }
    .py-sm-12 {
        padding-bottom: 16rem !important;
        padding-top: 16rem !important;
    }
    .py-sm-13 {
        padding-bottom: 18rem !important;
        padding-top: 18rem !important;
    }
    .py-sm-14 {
        padding-bottom: 20rem !important;
        padding-top: 20rem !important;
    }
    .py-sm-15 {
        padding-bottom: 22rem !important;
        padding-top: 22rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pt-sm-6 {
        padding-top: 6rem !important;
    }
    .pt-sm-7 {
        padding-top: 7rem !important;
    }
    .pt-sm-8 {
        padding-top: 8rem !important;
    }
    .pt-sm-9 {
        padding-top: 9rem !important;
    }
    .pt-sm-10 {
        padding-top: 12rem !important;
    }
    .pt-sm-11 {
        padding-top: 14rem !important;
    }
    .pt-sm-12 {
        padding-top: 16rem !important;
    }
    .pt-sm-13 {
        padding-top: 18rem !important;
    }
    .pt-sm-14 {
        padding-top: 20rem !important;
    }
    .pt-sm-15 {
        padding-top: 22rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pe-sm-6 {
        padding-right: 6rem !important;
    }
    .pe-sm-7 {
        padding-right: 7rem !important;
    }
    .pe-sm-8 {
        padding-right: 8rem !important;
    }
    .pe-sm-9 {
        padding-right: 9rem !important;
    }
    .pe-sm-10 {
        padding-right: 12rem !important;
    }
    .pe-sm-11 {
        padding-right: 14rem !important;
    }
    .pe-sm-12 {
        padding-right: 16rem !important;
    }
    .pe-sm-13 {
        padding-right: 18rem !important;
    }
    .pe-sm-14 {
        padding-right: 20rem !important;
    }
    .pe-sm-15 {
        padding-right: 22rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 6rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 7rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 8rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 9rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 12rem !important;
    }
    .pb-sm-11 {
        padding-bottom: 14rem !important;
    }
    .pb-sm-12 {
        padding-bottom: 16rem !important;
    }
    .pb-sm-13 {
        padding-bottom: 18rem !important;
    }
    .pb-sm-14 {
        padding-bottom: 20rem !important;
    }
    .pb-sm-15 {
        padding-bottom: 22rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .ps-sm-6 {
        padding-left: 6rem !important;
    }
    .ps-sm-7 {
        padding-left: 7rem !important;
    }
    .ps-sm-8 {
        padding-left: 8rem !important;
    }
    .ps-sm-9 {
        padding-left: 9rem !important;
    }
    .ps-sm-10 {
        padding-left: 12rem !important;
    }
    .ps-sm-11 {
        padding-left: 14rem !important;
    }
    .ps-sm-12 {
        padding-left: 16rem !important;
    }
    .ps-sm-13 {
        padding-left: 18rem !important;
    }
    .ps-sm-14 {
        padding-left: 20rem !important;
    }
    .ps-sm-15 {
        padding-left: 22rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .gap-md-6 {
        gap: 6rem !important;
    }
    .gap-md-7 {
        gap: 7rem !important;
    }
    .gap-md-8 {
        gap: 8rem !important;
    }
    .gap-md-9 {
        gap: 9rem !important;
    }
    .gap-md-10 {
        gap: 12rem !important;
    }
    .gap-md-11 {
        gap: 14rem !important;
    }
    .gap-md-12 {
        gap: 16rem !important;
    }
    .gap-md-13 {
        gap: 18rem !important;
    }
    .gap-md-14 {
        gap: 20rem !important;
    }
    .gap-md-15 {
        gap: 22rem !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-6 {
        margin: 6rem !important;
    }
    .m-md-7 {
        margin: 7rem !important;
    }
    .m-md-8 {
        margin: 8rem !important;
    }
    .m-md-9 {
        margin: 9rem !important;
    }
    .m-md-10 {
        margin: 12rem !important;
    }
    .m-md-11 {
        margin: 14rem !important;
    }
    .m-md-12 {
        margin: 16rem !important;
    }
    .m-md-13 {
        margin: 18rem !important;
    }
    .m-md-14 {
        margin: 20rem !important;
    }
    .m-md-15 {
        margin: 22rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-md-7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-md-8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-md-9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-md-10 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-md-11 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }
    .mx-md-12 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }
    .mx-md-13 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }
    .mx-md-14 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-md-15 {
        margin-left: 22rem !important;
        margin-right: 22rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-md-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-md-6 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-md-7 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important;
    }
    .my-md-8 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-md-9 {
        margin-bottom: 9rem !important;
        margin-top: 9rem !important;
    }
    .my-md-10 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important;
    }
    .my-md-11 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important;
    }
    .my-md-12 {
        margin-bottom: 16rem !important;
        margin-top: 16rem !important;
    }
    .my-md-13 {
        margin-bottom: 18rem !important;
        margin-top: 18rem !important;
    }
    .my-md-14 {
        margin-bottom: 20rem !important;
        margin-top: 20rem !important;
    }
    .my-md-15 {
        margin-bottom: 22rem !important;
        margin-top: 22rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-6 {
        margin-top: 6rem !important;
    }
    .mt-md-7 {
        margin-top: 7rem !important;
    }
    .mt-md-8 {
        margin-top: 8rem !important;
    }
    .mt-md-9 {
        margin-top: 9rem !important;
    }
    .mt-md-10 {
        margin-top: 12rem !important;
    }
    .mt-md-11 {
        margin-top: 14rem !important;
    }
    .mt-md-12 {
        margin-top: 16rem !important;
    }
    .mt-md-13 {
        margin-top: 18rem !important;
    }
    .mt-md-14 {
        margin-top: 20rem !important;
    }
    .mt-md-15 {
        margin-top: 22rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-6 {
        margin-right: 6rem !important;
    }
    .me-md-7 {
        margin-right: 7rem !important;
    }
    .me-md-8 {
        margin-right: 8rem !important;
    }
    .me-md-9 {
        margin-right: 9rem !important;
    }
    .me-md-10 {
        margin-right: 12rem !important;
    }
    .me-md-11 {
        margin-right: 14rem !important;
    }
    .me-md-12 {
        margin-right: 16rem !important;
    }
    .me-md-13 {
        margin-right: 18rem !important;
    }
    .me-md-14 {
        margin-right: 20rem !important;
    }
    .me-md-15 {
        margin-right: 22rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-6 {
        margin-bottom: 6rem !important;
    }
    .mb-md-7 {
        margin-bottom: 7rem !important;
    }
    .mb-md-8 {
        margin-bottom: 8rem !important;
    }
    .mb-md-9 {
        margin-bottom: 9rem !important;
    }
    .mb-md-10 {
        margin-bottom: 12rem !important;
    }
    .mb-md-11 {
        margin-bottom: 14rem !important;
    }
    .mb-md-12 {
        margin-bottom: 16rem !important;
    }
    .mb-md-13 {
        margin-bottom: 18rem !important;
    }
    .mb-md-14 {
        margin-bottom: 20rem !important;
    }
    .mb-md-15 {
        margin-bottom: 22rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-6 {
        margin-left: 6rem !important;
    }
    .ms-md-7 {
        margin-left: 7rem !important;
    }
    .ms-md-8 {
        margin-left: 8rem !important;
    }
    .ms-md-9 {
        margin-left: 9rem !important;
    }
    .ms-md-10 {
        margin-left: 12rem !important;
    }
    .ms-md-11 {
        margin-left: 14rem !important;
    }
    .ms-md-12 {
        margin-left: 16rem !important;
    }
    .ms-md-13 {
        margin-left: 18rem !important;
    }
    .ms-md-14 {
        margin-left: 20rem !important;
    }
    .ms-md-15 {
        margin-left: 22rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .m-md-n6 {
        margin: -6rem !important;
    }
    .m-md-n7 {
        margin: -7rem !important;
    }
    .m-md-n8 {
        margin: -8rem !important;
    }
    .m-md-n9 {
        margin: -9rem !important;
    }
    .m-md-n10 {
        margin: -12rem !important;
    }
    .m-md-n11 {
        margin: -14rem !important;
    }
    .m-md-n12 {
        margin: -16rem !important;
    }
    .m-md-n13 {
        margin: -18rem !important;
    }
    .m-md-n14 {
        margin: -20rem !important;
    }
    .m-md-n15 {
        margin: -22rem !important;
    }
    .mx-md-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-md-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-md-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-md-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-md-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-md-n6 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-md-n7 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-md-n8 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }
    .mx-md-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-md-n10 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-md-n11 {
        margin-left: -14rem !important;
        margin-right: -14rem !important;
    }
    .mx-md-n12 {
        margin-left: -16rem !important;
        margin-right: -16rem !important;
    }
    .mx-md-n13 {
        margin-left: -18rem !important;
        margin-right: -18rem !important;
    }
    .mx-md-n14 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-md-n15 {
        margin-left: -22rem !important;
        margin-right: -22rem !important;
    }
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-md-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-md-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-md-n6 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important;
    }
    .my-md-n7 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important;
    }
    .my-md-n8 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important;
    }
    .my-md-n9 {
        margin-bottom: -9rem !important;
        margin-top: -9rem !important;
    }
    .my-md-n10 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important;
    }
    .my-md-n11 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important;
    }
    .my-md-n12 {
        margin-bottom: -16rem !important;
        margin-top: -16rem !important;
    }
    .my-md-n13 {
        margin-bottom: -18rem !important;
        margin-top: -18rem !important;
    }
    .my-md-n14 {
        margin-bottom: -20rem !important;
        margin-top: -20rem !important;
    }
    .my-md-n15 {
        margin-bottom: -22rem !important;
        margin-top: -22rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n3 {
        margin-top: -1rem !important;
    }
    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n5 {
        margin-top: -3rem !important;
    }
    .mt-md-n6 {
        margin-top: -6rem !important;
    }
    .mt-md-n7 {
        margin-top: -7rem !important;
    }
    .mt-md-n8 {
        margin-top: -8rem !important;
    }
    .mt-md-n9 {
        margin-top: -9rem !important;
    }
    .mt-md-n10 {
        margin-top: -12rem !important;
    }
    .mt-md-n11 {
        margin-top: -14rem !important;
    }
    .mt-md-n12 {
        margin-top: -16rem !important;
    }
    .mt-md-n13 {
        margin-top: -18rem !important;
    }
    .mt-md-n14 {
        margin-top: -20rem !important;
    }
    .mt-md-n15 {
        margin-top: -22rem !important;
    }
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }
    .me-md-n2 {
        margin-right: -0.5rem !important;
    }
    .me-md-n3 {
        margin-right: -1rem !important;
    }
    .me-md-n4 {
        margin-right: -1.5rem !important;
    }
    .me-md-n5 {
        margin-right: -3rem !important;
    }
    .me-md-n6 {
        margin-right: -6rem !important;
    }
    .me-md-n7 {
        margin-right: -7rem !important;
    }
    .me-md-n8 {
        margin-right: -8rem !important;
    }
    .me-md-n9 {
        margin-right: -9rem !important;
    }
    .me-md-n10 {
        margin-right: -12rem !important;
    }
    .me-md-n11 {
        margin-right: -14rem !important;
    }
    .me-md-n12 {
        margin-right: -16rem !important;
    }
    .me-md-n13 {
        margin-right: -18rem !important;
    }
    .me-md-n14 {
        margin-right: -20rem !important;
    }
    .me-md-n15 {
        margin-right: -22rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-md-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-md-n7 {
        margin-bottom: -7rem !important;
    }
    .mb-md-n8 {
        margin-bottom: -8rem !important;
    }
    .mb-md-n9 {
        margin-bottom: -9rem !important;
    }
    .mb-md-n10 {
        margin-bottom: -12rem !important;
    }
    .mb-md-n11 {
        margin-bottom: -14rem !important;
    }
    .mb-md-n12 {
        margin-bottom: -16rem !important;
    }
    .mb-md-n13 {
        margin-bottom: -18rem !important;
    }
    .mb-md-n14 {
        margin-bottom: -20rem !important;
    }
    .mb-md-n15 {
        margin-bottom: -22rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n3 {
        margin-left: -1rem !important;
    }
    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n5 {
        margin-left: -3rem !important;
    }
    .ms-md-n6 {
        margin-left: -6rem !important;
    }
    .ms-md-n7 {
        margin-left: -7rem !important;
    }
    .ms-md-n8 {
        margin-left: -8rem !important;
    }
    .ms-md-n9 {
        margin-left: -9rem !important;
    }
    .ms-md-n10 {
        margin-left: -12rem !important;
    }
    .ms-md-n11 {
        margin-left: -14rem !important;
    }
    .ms-md-n12 {
        margin-left: -16rem !important;
    }
    .ms-md-n13 {
        margin-left: -18rem !important;
    }
    .ms-md-n14 {
        margin-left: -20rem !important;
    }
    .ms-md-n15 {
        margin-left: -22rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .p-md-6 {
        padding: 6rem !important;
    }
    .p-md-7 {
        padding: 7rem !important;
    }
    .p-md-8 {
        padding: 8rem !important;
    }
    .p-md-9 {
        padding: 9rem !important;
    }
    .p-md-10 {
        padding: 12rem !important;
    }
    .p-md-11 {
        padding: 14rem !important;
    }
    .p-md-12 {
        padding: 16rem !important;
    }
    .p-md-13 {
        padding: 18rem !important;
    }
    .p-md-14 {
        padding: 20rem !important;
    }
    .p-md-15 {
        padding: 22rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-md-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-md-8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-md-9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-md-10 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-md-11 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }
    .px-md-12 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }
    .px-md-13 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }
    .px-md-14 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-md-15 {
        padding-left: 22rem !important;
        padding-right: 22rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-md-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-md-6 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
    .py-md-7 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important;
    }
    .py-md-8 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-md-9 {
        padding-bottom: 9rem !important;
        padding-top: 9rem !important;
    }
    .py-md-10 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important;
    }
    .py-md-11 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important;
    }
    .py-md-12 {
        padding-bottom: 16rem !important;
        padding-top: 16rem !important;
    }
    .py-md-13 {
        padding-bottom: 18rem !important;
        padding-top: 18rem !important;
    }
    .py-md-14 {
        padding-bottom: 20rem !important;
        padding-top: 20rem !important;
    }
    .py-md-15 {
        padding-bottom: 22rem !important;
        padding-top: 22rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pt-md-6 {
        padding-top: 6rem !important;
    }
    .pt-md-7 {
        padding-top: 7rem !important;
    }
    .pt-md-8 {
        padding-top: 8rem !important;
    }
    .pt-md-9 {
        padding-top: 9rem !important;
    }
    .pt-md-10 {
        padding-top: 12rem !important;
    }
    .pt-md-11 {
        padding-top: 14rem !important;
    }
    .pt-md-12 {
        padding-top: 16rem !important;
    }
    .pt-md-13 {
        padding-top: 18rem !important;
    }
    .pt-md-14 {
        padding-top: 20rem !important;
    }
    .pt-md-15 {
        padding-top: 22rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pe-md-6 {
        padding-right: 6rem !important;
    }
    .pe-md-7 {
        padding-right: 7rem !important;
    }
    .pe-md-8 {
        padding-right: 8rem !important;
    }
    .pe-md-9 {
        padding-right: 9rem !important;
    }
    .pe-md-10 {
        padding-right: 12rem !important;
    }
    .pe-md-11 {
        padding-right: 14rem !important;
    }
    .pe-md-12 {
        padding-right: 16rem !important;
    }
    .pe-md-13 {
        padding-right: 18rem !important;
    }
    .pe-md-14 {
        padding-right: 20rem !important;
    }
    .pe-md-15 {
        padding-right: 22rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .pb-md-6 {
        padding-bottom: 6rem !important;
    }
    .pb-md-7 {
        padding-bottom: 7rem !important;
    }
    .pb-md-8 {
        padding-bottom: 8rem !important;
    }
    .pb-md-9 {
        padding-bottom: 9rem !important;
    }
    .pb-md-10 {
        padding-bottom: 12rem !important;
    }
    .pb-md-11 {
        padding-bottom: 14rem !important;
    }
    .pb-md-12 {
        padding-bottom: 16rem !important;
    }
    .pb-md-13 {
        padding-bottom: 18rem !important;
    }
    .pb-md-14 {
        padding-bottom: 20rem !important;
    }
    .pb-md-15 {
        padding-bottom: 22rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .ps-md-6 {
        padding-left: 6rem !important;
    }
    .ps-md-7 {
        padding-left: 7rem !important;
    }
    .ps-md-8 {
        padding-left: 8rem !important;
    }
    .ps-md-9 {
        padding-left: 9rem !important;
    }
    .ps-md-10 {
        padding-left: 12rem !important;
    }
    .ps-md-11 {
        padding-left: 14rem !important;
    }
    .ps-md-12 {
        padding-left: 16rem !important;
    }
    .ps-md-13 {
        padding-left: 18rem !important;
    }
    .ps-md-14 {
        padding-left: 20rem !important;
    }
    .ps-md-15 {
        padding-left: 22rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .gap-lg-6 {
        gap: 6rem !important;
    }
    .gap-lg-7 {
        gap: 7rem !important;
    }
    .gap-lg-8 {
        gap: 8rem !important;
    }
    .gap-lg-9 {
        gap: 9rem !important;
    }
    .gap-lg-10 {
        gap: 12rem !important;
    }
    .gap-lg-11 {
        gap: 14rem !important;
    }
    .gap-lg-12 {
        gap: 16rem !important;
    }
    .gap-lg-13 {
        gap: 18rem !important;
    }
    .gap-lg-14 {
        gap: 20rem !important;
    }
    .gap-lg-15 {
        gap: 22rem !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-6 {
        margin: 6rem !important;
    }
    .m-lg-7 {
        margin: 7rem !important;
    }
    .m-lg-8 {
        margin: 8rem !important;
    }
    .m-lg-9 {
        margin: 9rem !important;
    }
    .m-lg-10 {
        margin: 12rem !important;
    }
    .m-lg-11 {
        margin: 14rem !important;
    }
    .m-lg-12 {
        margin: 16rem !important;
    }
    .m-lg-13 {
        margin: 18rem !important;
    }
    .m-lg-14 {
        margin: 20rem !important;
    }
    .m-lg-15 {
        margin: 22rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-lg-7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-lg-8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-lg-9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-lg-10 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-lg-11 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }
    .mx-lg-12 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }
    .mx-lg-13 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }
    .mx-lg-14 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-lg-15 {
        margin-left: 22rem !important;
        margin-right: 22rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-lg-6 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-lg-7 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important;
    }
    .my-lg-8 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-lg-9 {
        margin-bottom: 9rem !important;
        margin-top: 9rem !important;
    }
    .my-lg-10 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important;
    }
    .my-lg-11 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important;
    }
    .my-lg-12 {
        margin-bottom: 16rem !important;
        margin-top: 16rem !important;
    }
    .my-lg-13 {
        margin-bottom: 18rem !important;
        margin-top: 18rem !important;
    }
    .my-lg-14 {
        margin-bottom: 20rem !important;
        margin-top: 20rem !important;
    }
    .my-lg-15 {
        margin-bottom: 22rem !important;
        margin-top: 22rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-6 {
        margin-top: 6rem !important;
    }
    .mt-lg-7 {
        margin-top: 7rem !important;
    }
    .mt-lg-8 {
        margin-top: 8rem !important;
    }
    .mt-lg-9 {
        margin-top: 9rem !important;
    }
    .mt-lg-10 {
        margin-top: 12rem !important;
    }
    .mt-lg-11 {
        margin-top: 14rem !important;
    }
    .mt-lg-12 {
        margin-top: 16rem !important;
    }
    .mt-lg-13 {
        margin-top: 18rem !important;
    }
    .mt-lg-14 {
        margin-top: 20rem !important;
    }
    .mt-lg-15 {
        margin-top: 22rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-6 {
        margin-right: 6rem !important;
    }
    .me-lg-7 {
        margin-right: 7rem !important;
    }
    .me-lg-8 {
        margin-right: 8rem !important;
    }
    .me-lg-9 {
        margin-right: 9rem !important;
    }
    .me-lg-10 {
        margin-right: 12rem !important;
    }
    .me-lg-11 {
        margin-right: 14rem !important;
    }
    .me-lg-12 {
        margin-right: 16rem !important;
    }
    .me-lg-13 {
        margin-right: 18rem !important;
    }
    .me-lg-14 {
        margin-right: 20rem !important;
    }
    .me-lg-15 {
        margin-right: 22rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 7rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 8rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 12rem !important;
    }
    .mb-lg-11 {
        margin-bottom: 14rem !important;
    }
    .mb-lg-12 {
        margin-bottom: 16rem !important;
    }
    .mb-lg-13 {
        margin-bottom: 18rem !important;
    }
    .mb-lg-14 {
        margin-bottom: 20rem !important;
    }
    .mb-lg-15 {
        margin-bottom: 22rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-6 {
        margin-left: 6rem !important;
    }
    .ms-lg-7 {
        margin-left: 7rem !important;
    }
    .ms-lg-8 {
        margin-left: 8rem !important;
    }
    .ms-lg-9 {
        margin-left: 9rem !important;
    }
    .ms-lg-10 {
        margin-left: 12rem !important;
    }
    .ms-lg-11 {
        margin-left: 14rem !important;
    }
    .ms-lg-12 {
        margin-left: 16rem !important;
    }
    .ms-lg-13 {
        margin-left: 18rem !important;
    }
    .ms-lg-14 {
        margin-left: 20rem !important;
    }
    .ms-lg-15 {
        margin-left: 22rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .m-lg-n6 {
        margin: -6rem !important;
    }
    .m-lg-n7 {
        margin: -7rem !important;
    }
    .m-lg-n8 {
        margin: -8rem !important;
    }
    .m-lg-n9 {
        margin: -9rem !important;
    }
    .m-lg-n10 {
        margin: -12rem !important;
    }
    .m-lg-n11 {
        margin: -14rem !important;
    }
    .m-lg-n12 {
        margin: -16rem !important;
    }
    .m-lg-n13 {
        margin: -18rem !important;
    }
    .m-lg-n14 {
        margin: -20rem !important;
    }
    .m-lg-n15 {
        margin: -22rem !important;
    }
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-lg-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-lg-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-lg-n6 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-lg-n7 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-lg-n8 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }
    .mx-lg-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-lg-n10 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-lg-n11 {
        margin-left: -14rem !important;
        margin-right: -14rem !important;
    }
    .mx-lg-n12 {
        margin-left: -16rem !important;
        margin-right: -16rem !important;
    }
    .mx-lg-n13 {
        margin-left: -18rem !important;
        margin-right: -18rem !important;
    }
    .mx-lg-n14 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-lg-n15 {
        margin-left: -22rem !important;
        margin-right: -22rem !important;
    }
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-lg-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-lg-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-lg-n6 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important;
    }
    .my-lg-n7 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important;
    }
    .my-lg-n8 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important;
    }
    .my-lg-n9 {
        margin-bottom: -9rem !important;
        margin-top: -9rem !important;
    }
    .my-lg-n10 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important;
    }
    .my-lg-n11 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important;
    }
    .my-lg-n12 {
        margin-bottom: -16rem !important;
        margin-top: -16rem !important;
    }
    .my-lg-n13 {
        margin-bottom: -18rem !important;
        margin-top: -18rem !important;
    }
    .my-lg-n14 {
        margin-bottom: -20rem !important;
        margin-top: -20rem !important;
    }
    .my-lg-n15 {
        margin-bottom: -22rem !important;
        margin-top: -22rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n3 {
        margin-top: -1rem !important;
    }
    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n5 {
        margin-top: -3rem !important;
    }
    .mt-lg-n6 {
        margin-top: -6rem !important;
    }
    .mt-lg-n7 {
        margin-top: -7rem !important;
    }
    .mt-lg-n8 {
        margin-top: -8rem !important;
    }
    .mt-lg-n9 {
        margin-top: -9rem !important;
    }
    .mt-lg-n10 {
        margin-top: -12rem !important;
    }
    .mt-lg-n11 {
        margin-top: -14rem !important;
    }
    .mt-lg-n12 {
        margin-top: -16rem !important;
    }
    .mt-lg-n13 {
        margin-top: -18rem !important;
    }
    .mt-lg-n14 {
        margin-top: -20rem !important;
    }
    .mt-lg-n15 {
        margin-top: -22rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n3 {
        margin-right: -1rem !important;
    }
    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n5 {
        margin-right: -3rem !important;
    }
    .me-lg-n6 {
        margin-right: -6rem !important;
    }
    .me-lg-n7 {
        margin-right: -7rem !important;
    }
    .me-lg-n8 {
        margin-right: -8rem !important;
    }
    .me-lg-n9 {
        margin-right: -9rem !important;
    }
    .me-lg-n10 {
        margin-right: -12rem !important;
    }
    .me-lg-n11 {
        margin-right: -14rem !important;
    }
    .me-lg-n12 {
        margin-right: -16rem !important;
    }
    .me-lg-n13 {
        margin-right: -18rem !important;
    }
    .me-lg-n14 {
        margin-right: -20rem !important;
    }
    .me-lg-n15 {
        margin-right: -22rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-lg-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-lg-n7 {
        margin-bottom: -7rem !important;
    }
    .mb-lg-n8 {
        margin-bottom: -8rem !important;
    }
    .mb-lg-n9 {
        margin-bottom: -9rem !important;
    }
    .mb-lg-n10 {
        margin-bottom: -12rem !important;
    }
    .mb-lg-n11 {
        margin-bottom: -14rem !important;
    }
    .mb-lg-n12 {
        margin-bottom: -16rem !important;
    }
    .mb-lg-n13 {
        margin-bottom: -18rem !important;
    }
    .mb-lg-n14 {
        margin-bottom: -20rem !important;
    }
    .mb-lg-n15 {
        margin-bottom: -22rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n3 {
        margin-left: -1rem !important;
    }
    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n5 {
        margin-left: -3rem !important;
    }
    .ms-lg-n6 {
        margin-left: -6rem !important;
    }
    .ms-lg-n7 {
        margin-left: -7rem !important;
    }
    .ms-lg-n8 {
        margin-left: -8rem !important;
    }
    .ms-lg-n9 {
        margin-left: -9rem !important;
    }
    .ms-lg-n10 {
        margin-left: -12rem !important;
    }
    .ms-lg-n11 {
        margin-left: -14rem !important;
    }
    .ms-lg-n12 {
        margin-left: -16rem !important;
    }
    .ms-lg-n13 {
        margin-left: -18rem !important;
    }
    .ms-lg-n14 {
        margin-left: -20rem !important;
    }
    .ms-lg-n15 {
        margin-left: -22rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .p-lg-6 {
        padding: 6rem !important;
    }
    .p-lg-7 {
        padding: 7rem !important;
    }
    .p-lg-8 {
        padding: 8rem !important;
    }
    .p-lg-9 {
        padding: 9rem !important;
    }
    .p-lg-10 {
        padding: 12rem !important;
    }
    .p-lg-11 {
        padding: 14rem !important;
    }
    .p-lg-12 {
        padding: 16rem !important;
    }
    .p-lg-13 {
        padding: 18rem !important;
    }
    .p-lg-14 {
        padding: 20rem !important;
    }
    .p-lg-15 {
        padding: 22rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-lg-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-lg-8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-lg-9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-lg-10 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-lg-11 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }
    .px-lg-12 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }
    .px-lg-13 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }
    .px-lg-14 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-lg-15 {
        padding-left: 22rem !important;
        padding-right: 22rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-lg-6 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
    .py-lg-7 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important;
    }
    .py-lg-8 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-lg-9 {
        padding-bottom: 9rem !important;
        padding-top: 9rem !important;
    }
    .py-lg-10 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important;
    }
    .py-lg-11 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important;
    }
    .py-lg-12 {
        padding-bottom: 16rem !important;
        padding-top: 16rem !important;
    }
    .py-lg-13 {
        padding-bottom: 18rem !important;
        padding-top: 18rem !important;
    }
    .py-lg-14 {
        padding-bottom: 20rem !important;
        padding-top: 20rem !important;
    }
    .py-lg-15 {
        padding-bottom: 22rem !important;
        padding-top: 22rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pt-lg-6 {
        padding-top: 6rem !important;
    }
    .pt-lg-7 {
        padding-top: 7rem !important;
    }
    .pt-lg-8 {
        padding-top: 8rem !important;
    }
    .pt-lg-9 {
        padding-top: 9rem !important;
    }
    .pt-lg-10 {
        padding-top: 12rem !important;
    }
    .pt-lg-11 {
        padding-top: 14rem !important;
    }
    .pt-lg-12 {
        padding-top: 16rem !important;
    }
    .pt-lg-13 {
        padding-top: 18rem !important;
    }
    .pt-lg-14 {
        padding-top: 20rem !important;
    }
    .pt-lg-15 {
        padding-top: 22rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pe-lg-6 {
        padding-right: 6rem !important;
    }
    .pe-lg-7 {
        padding-right: 7rem !important;
    }
    .pe-lg-8 {
        padding-right: 8rem !important;
    }
    .pe-lg-9 {
        padding-right: 9rem !important;
    }
    .pe-lg-10 {
        padding-right: 12rem !important;
    }
    .pe-lg-11 {
        padding-right: 14rem !important;
    }
    .pe-lg-12 {
        padding-right: 16rem !important;
    }
    .pe-lg-13 {
        padding-right: 18rem !important;
    }
    .pe-lg-14 {
        padding-right: 20rem !important;
    }
    .pe-lg-15 {
        padding-right: 22rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 7rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 9rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 12rem !important;
    }
    .pb-lg-11 {
        padding-bottom: 14rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 16rem !important;
    }
    .pb-lg-13 {
        padding-bottom: 18rem !important;
    }
    .pb-lg-14 {
        padding-bottom: 20rem !important;
    }
    .pb-lg-15 {
        padding-bottom: 22rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .ps-lg-6 {
        padding-left: 6rem !important;
    }
    .ps-lg-7 {
        padding-left: 7rem !important;
    }
    .ps-lg-8 {
        padding-left: 8rem !important;
    }
    .ps-lg-9 {
        padding-left: 9rem !important;
    }
    .ps-lg-10 {
        padding-left: 12rem !important;
    }
    .ps-lg-11 {
        padding-left: 14rem !important;
    }
    .ps-lg-12 {
        padding-left: 16rem !important;
    }
    .ps-lg-13 {
        padding-left: 18rem !important;
    }
    .ps-lg-14 {
        padding-left: 20rem !important;
    }
    .ps-lg-15 {
        padding-left: 22rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .gap-xl-6 {
        gap: 6rem !important;
    }
    .gap-xl-7 {
        gap: 7rem !important;
    }
    .gap-xl-8 {
        gap: 8rem !important;
    }
    .gap-xl-9 {
        gap: 9rem !important;
    }
    .gap-xl-10 {
        gap: 12rem !important;
    }
    .gap-xl-11 {
        gap: 14rem !important;
    }
    .gap-xl-12 {
        gap: 16rem !important;
    }
    .gap-xl-13 {
        gap: 18rem !important;
    }
    .gap-xl-14 {
        gap: 20rem !important;
    }
    .gap-xl-15 {
        gap: 22rem !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-6 {
        margin: 6rem !important;
    }
    .m-xl-7 {
        margin: 7rem !important;
    }
    .m-xl-8 {
        margin: 8rem !important;
    }
    .m-xl-9 {
        margin: 9rem !important;
    }
    .m-xl-10 {
        margin: 12rem !important;
    }
    .m-xl-11 {
        margin: 14rem !important;
    }
    .m-xl-12 {
        margin: 16rem !important;
    }
    .m-xl-13 {
        margin: 18rem !important;
    }
    .m-xl-14 {
        margin: 20rem !important;
    }
    .m-xl-15 {
        margin: 22rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-xl-7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-xl-8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-xl-9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-xl-10 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-xl-11 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }
    .mx-xl-12 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }
    .mx-xl-13 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }
    .mx-xl-14 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-xl-15 {
        margin-left: 22rem !important;
        margin-right: 22rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xl-6 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-xl-7 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important;
    }
    .my-xl-8 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-xl-9 {
        margin-bottom: 9rem !important;
        margin-top: 9rem !important;
    }
    .my-xl-10 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important;
    }
    .my-xl-11 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important;
    }
    .my-xl-12 {
        margin-bottom: 16rem !important;
        margin-top: 16rem !important;
    }
    .my-xl-13 {
        margin-bottom: 18rem !important;
        margin-top: 18rem !important;
    }
    .my-xl-14 {
        margin-bottom: 20rem !important;
        margin-top: 20rem !important;
    }
    .my-xl-15 {
        margin-bottom: 22rem !important;
        margin-top: 22rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 6rem !important;
    }
    .mt-xl-7 {
        margin-top: 7rem !important;
    }
    .mt-xl-8 {
        margin-top: 8rem !important;
    }
    .mt-xl-9 {
        margin-top: 9rem !important;
    }
    .mt-xl-10 {
        margin-top: 12rem !important;
    }
    .mt-xl-11 {
        margin-top: 14rem !important;
    }
    .mt-xl-12 {
        margin-top: 16rem !important;
    }
    .mt-xl-13 {
        margin-top: 18rem !important;
    }
    .mt-xl-14 {
        margin-top: 20rem !important;
    }
    .mt-xl-15 {
        margin-top: 22rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-6 {
        margin-right: 6rem !important;
    }
    .me-xl-7 {
        margin-right: 7rem !important;
    }
    .me-xl-8 {
        margin-right: 8rem !important;
    }
    .me-xl-9 {
        margin-right: 9rem !important;
    }
    .me-xl-10 {
        margin-right: 12rem !important;
    }
    .me-xl-11 {
        margin-right: 14rem !important;
    }
    .me-xl-12 {
        margin-right: 16rem !important;
    }
    .me-xl-13 {
        margin-right: 18rem !important;
    }
    .me-xl-14 {
        margin-right: 20rem !important;
    }
    .me-xl-15 {
        margin-right: 22rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 7rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 8rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 12rem !important;
    }
    .mb-xl-11 {
        margin-bottom: 14rem !important;
    }
    .mb-xl-12 {
        margin-bottom: 16rem !important;
    }
    .mb-xl-13 {
        margin-bottom: 18rem !important;
    }
    .mb-xl-14 {
        margin-bottom: 20rem !important;
    }
    .mb-xl-15 {
        margin-bottom: 22rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-6 {
        margin-left: 6rem !important;
    }
    .ms-xl-7 {
        margin-left: 7rem !important;
    }
    .ms-xl-8 {
        margin-left: 8rem !important;
    }
    .ms-xl-9 {
        margin-left: 9rem !important;
    }
    .ms-xl-10 {
        margin-left: 12rem !important;
    }
    .ms-xl-11 {
        margin-left: 14rem !important;
    }
    .ms-xl-12 {
        margin-left: 16rem !important;
    }
    .ms-xl-13 {
        margin-left: 18rem !important;
    }
    .ms-xl-14 {
        margin-left: 20rem !important;
    }
    .ms-xl-15 {
        margin-left: 22rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .m-xl-n6 {
        margin: -6rem !important;
    }
    .m-xl-n7 {
        margin: -7rem !important;
    }
    .m-xl-n8 {
        margin: -8rem !important;
    }
    .m-xl-n9 {
        margin: -9rem !important;
    }
    .m-xl-n10 {
        margin: -12rem !important;
    }
    .m-xl-n11 {
        margin: -14rem !important;
    }
    .m-xl-n12 {
        margin: -16rem !important;
    }
    .m-xl-n13 {
        margin: -18rem !important;
    }
    .m-xl-n14 {
        margin: -20rem !important;
    }
    .m-xl-n15 {
        margin: -22rem !important;
    }
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xl-n6 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-xl-n7 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-xl-n8 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }
    .mx-xl-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-xl-n10 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-xl-n11 {
        margin-left: -14rem !important;
        margin-right: -14rem !important;
    }
    .mx-xl-n12 {
        margin-left: -16rem !important;
        margin-right: -16rem !important;
    }
    .mx-xl-n13 {
        margin-left: -18rem !important;
        margin-right: -18rem !important;
    }
    .mx-xl-n14 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-xl-n15 {
        margin-left: -22rem !important;
        margin-right: -22rem !important;
    }
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-xl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-xl-n6 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important;
    }
    .my-xl-n7 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important;
    }
    .my-xl-n8 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important;
    }
    .my-xl-n9 {
        margin-bottom: -9rem !important;
        margin-top: -9rem !important;
    }
    .my-xl-n10 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important;
    }
    .my-xl-n11 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important;
    }
    .my-xl-n12 {
        margin-bottom: -16rem !important;
        margin-top: -16rem !important;
    }
    .my-xl-n13 {
        margin-bottom: -18rem !important;
        margin-top: -18rem !important;
    }
    .my-xl-n14 {
        margin-bottom: -20rem !important;
        margin-top: -20rem !important;
    }
    .my-xl-n15 {
        margin-bottom: -22rem !important;
        margin-top: -22rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xl-n6 {
        margin-top: -6rem !important;
    }
    .mt-xl-n7 {
        margin-top: -7rem !important;
    }
    .mt-xl-n8 {
        margin-top: -8rem !important;
    }
    .mt-xl-n9 {
        margin-top: -9rem !important;
    }
    .mt-xl-n10 {
        margin-top: -12rem !important;
    }
    .mt-xl-n11 {
        margin-top: -14rem !important;
    }
    .mt-xl-n12 {
        margin-top: -16rem !important;
    }
    .mt-xl-n13 {
        margin-top: -18rem !important;
    }
    .mt-xl-n14 {
        margin-top: -20rem !important;
    }
    .mt-xl-n15 {
        margin-top: -22rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n3 {
        margin-right: -1rem !important;
    }
    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n5 {
        margin-right: -3rem !important;
    }
    .me-xl-n6 {
        margin-right: -6rem !important;
    }
    .me-xl-n7 {
        margin-right: -7rem !important;
    }
    .me-xl-n8 {
        margin-right: -8rem !important;
    }
    .me-xl-n9 {
        margin-right: -9rem !important;
    }
    .me-xl-n10 {
        margin-right: -12rem !important;
    }
    .me-xl-n11 {
        margin-right: -14rem !important;
    }
    .me-xl-n12 {
        margin-right: -16rem !important;
    }
    .me-xl-n13 {
        margin-right: -18rem !important;
    }
    .me-xl-n14 {
        margin-right: -20rem !important;
    }
    .me-xl-n15 {
        margin-right: -22rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xl-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-xl-n7 {
        margin-bottom: -7rem !important;
    }
    .mb-xl-n8 {
        margin-bottom: -8rem !important;
    }
    .mb-xl-n9 {
        margin-bottom: -9rem !important;
    }
    .mb-xl-n10 {
        margin-bottom: -12rem !important;
    }
    .mb-xl-n11 {
        margin-bottom: -14rem !important;
    }
    .mb-xl-n12 {
        margin-bottom: -16rem !important;
    }
    .mb-xl-n13 {
        margin-bottom: -18rem !important;
    }
    .mb-xl-n14 {
        margin-bottom: -20rem !important;
    }
    .mb-xl-n15 {
        margin-bottom: -22rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xl-n6 {
        margin-left: -6rem !important;
    }
    .ms-xl-n7 {
        margin-left: -7rem !important;
    }
    .ms-xl-n8 {
        margin-left: -8rem !important;
    }
    .ms-xl-n9 {
        margin-left: -9rem !important;
    }
    .ms-xl-n10 {
        margin-left: -12rem !important;
    }
    .ms-xl-n11 {
        margin-left: -14rem !important;
    }
    .ms-xl-n12 {
        margin-left: -16rem !important;
    }
    .ms-xl-n13 {
        margin-left: -18rem !important;
    }
    .ms-xl-n14 {
        margin-left: -20rem !important;
    }
    .ms-xl-n15 {
        margin-left: -22rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .p-xl-6 {
        padding: 6rem !important;
    }
    .p-xl-7 {
        padding: 7rem !important;
    }
    .p-xl-8 {
        padding: 8rem !important;
    }
    .p-xl-9 {
        padding: 9rem !important;
    }
    .p-xl-10 {
        padding: 12rem !important;
    }
    .p-xl-11 {
        padding: 14rem !important;
    }
    .p-xl-12 {
        padding: 16rem !important;
    }
    .p-xl-13 {
        padding: 18rem !important;
    }
    .p-xl-14 {
        padding: 20rem !important;
    }
    .p-xl-15 {
        padding: 22rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-xl-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-xl-8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-xl-9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-xl-10 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-xl-11 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }
    .px-xl-12 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }
    .px-xl-13 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }
    .px-xl-14 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-xl-15 {
        padding-left: 22rem !important;
        padding-right: 22rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xl-6 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
    .py-xl-7 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important;
    }
    .py-xl-8 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-xl-9 {
        padding-bottom: 9rem !important;
        padding-top: 9rem !important;
    }
    .py-xl-10 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important;
    }
    .py-xl-11 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important;
    }
    .py-xl-12 {
        padding-bottom: 16rem !important;
        padding-top: 16rem !important;
    }
    .py-xl-13 {
        padding-bottom: 18rem !important;
        padding-top: 18rem !important;
    }
    .py-xl-14 {
        padding-bottom: 20rem !important;
        padding-top: 20rem !important;
    }
    .py-xl-15 {
        padding-bottom: 22rem !important;
        padding-top: 22rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 6rem !important;
    }
    .pt-xl-7 {
        padding-top: 7rem !important;
    }
    .pt-xl-8 {
        padding-top: 8rem !important;
    }
    .pt-xl-9 {
        padding-top: 9rem !important;
    }
    .pt-xl-10 {
        padding-top: 12rem !important;
    }
    .pt-xl-11 {
        padding-top: 14rem !important;
    }
    .pt-xl-12 {
        padding-top: 16rem !important;
    }
    .pt-xl-13 {
        padding-top: 18rem !important;
    }
    .pt-xl-14 {
        padding-top: 20rem !important;
    }
    .pt-xl-15 {
        padding-top: 22rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pe-xl-6 {
        padding-right: 6rem !important;
    }
    .pe-xl-7 {
        padding-right: 7rem !important;
    }
    .pe-xl-8 {
        padding-right: 8rem !important;
    }
    .pe-xl-9 {
        padding-right: 9rem !important;
    }
    .pe-xl-10 {
        padding-right: 12rem !important;
    }
    .pe-xl-11 {
        padding-right: 14rem !important;
    }
    .pe-xl-12 {
        padding-right: 16rem !important;
    }
    .pe-xl-13 {
        padding-right: 18rem !important;
    }
    .pe-xl-14 {
        padding-right: 20rem !important;
    }
    .pe-xl-15 {
        padding-right: 22rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 6rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 7rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 8rem !important;
    }
    .pb-xl-9 {
        padding-bottom: 9rem !important;
    }
    .pb-xl-10 {
        padding-bottom: 12rem !important;
    }
    .pb-xl-11 {
        padding-bottom: 14rem !important;
    }
    .pb-xl-12 {
        padding-bottom: 16rem !important;
    }
    .pb-xl-13 {
        padding-bottom: 18rem !important;
    }
    .pb-xl-14 {
        padding-bottom: 20rem !important;
    }
    .pb-xl-15 {
        padding-bottom: 22rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .ps-xl-6 {
        padding-left: 6rem !important;
    }
    .ps-xl-7 {
        padding-left: 7rem !important;
    }
    .ps-xl-8 {
        padding-left: 8rem !important;
    }
    .ps-xl-9 {
        padding-left: 9rem !important;
    }
    .ps-xl-10 {
        padding-left: 12rem !important;
    }
    .ps-xl-11 {
        padding-left: 14rem !important;
    }
    .ps-xl-12 {
        padding-left: 16rem !important;
    }
    .ps-xl-13 {
        padding-left: 18rem !important;
    }
    .ps-xl-14 {
        padding-left: 20rem !important;
    }
    .ps-xl-15 {
        padding-left: 22rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .gap-xxl-6 {
        gap: 6rem !important;
    }
    .gap-xxl-7 {
        gap: 7rem !important;
    }
    .gap-xxl-8 {
        gap: 8rem !important;
    }
    .gap-xxl-9 {
        gap: 9rem !important;
    }
    .gap-xxl-10 {
        gap: 12rem !important;
    }
    .gap-xxl-11 {
        gap: 14rem !important;
    }
    .gap-xxl-12 {
        gap: 16rem !important;
    }
    .gap-xxl-13 {
        gap: 18rem !important;
    }
    .gap-xxl-14 {
        gap: 20rem !important;
    }
    .gap-xxl-15 {
        gap: 22rem !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-6 {
        margin: 6rem !important;
    }
    .m-xxl-7 {
        margin: 7rem !important;
    }
    .m-xxl-8 {
        margin: 8rem !important;
    }
    .m-xxl-9 {
        margin: 9rem !important;
    }
    .m-xxl-10 {
        margin: 12rem !important;
    }
    .m-xxl-11 {
        margin: 14rem !important;
    }
    .m-xxl-12 {
        margin: 16rem !important;
    }
    .m-xxl-13 {
        margin: 18rem !important;
    }
    .m-xxl-14 {
        margin: 20rem !important;
    }
    .m-xxl-15 {
        margin: 22rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-xxl-7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .mx-xxl-8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-xxl-9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .mx-xxl-10 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }
    .mx-xxl-11 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }
    .mx-xxl-12 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }
    .mx-xxl-13 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }
    .mx-xxl-14 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }
    .mx-xxl-15 {
        margin-left: 22rem !important;
        margin-right: 22rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xxl-6 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-xxl-7 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important;
    }
    .my-xxl-8 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-xxl-9 {
        margin-bottom: 9rem !important;
        margin-top: 9rem !important;
    }
    .my-xxl-10 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important;
    }
    .my-xxl-11 {
        margin-bottom: 14rem !important;
        margin-top: 14rem !important;
    }
    .my-xxl-12 {
        margin-bottom: 16rem !important;
        margin-top: 16rem !important;
    }
    .my-xxl-13 {
        margin-bottom: 18rem !important;
        margin-top: 18rem !important;
    }
    .my-xxl-14 {
        margin-bottom: 20rem !important;
        margin-top: 20rem !important;
    }
    .my-xxl-15 {
        margin-bottom: 22rem !important;
        margin-top: 22rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-6 {
        margin-top: 6rem !important;
    }
    .mt-xxl-7 {
        margin-top: 7rem !important;
    }
    .mt-xxl-8 {
        margin-top: 8rem !important;
    }
    .mt-xxl-9 {
        margin-top: 9rem !important;
    }
    .mt-xxl-10 {
        margin-top: 12rem !important;
    }
    .mt-xxl-11 {
        margin-top: 14rem !important;
    }
    .mt-xxl-12 {
        margin-top: 16rem !important;
    }
    .mt-xxl-13 {
        margin-top: 18rem !important;
    }
    .mt-xxl-14 {
        margin-top: 20rem !important;
    }
    .mt-xxl-15 {
        margin-top: 22rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-6 {
        margin-right: 6rem !important;
    }
    .me-xxl-7 {
        margin-right: 7rem !important;
    }
    .me-xxl-8 {
        margin-right: 8rem !important;
    }
    .me-xxl-9 {
        margin-right: 9rem !important;
    }
    .me-xxl-10 {
        margin-right: 12rem !important;
    }
    .me-xxl-11 {
        margin-right: 14rem !important;
    }
    .me-xxl-12 {
        margin-right: 16rem !important;
    }
    .me-xxl-13 {
        margin-right: 18rem !important;
    }
    .me-xxl-14 {
        margin-right: 20rem !important;
    }
    .me-xxl-15 {
        margin-right: 22rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 7rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 8rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 12rem !important;
    }
    .mb-xxl-11 {
        margin-bottom: 14rem !important;
    }
    .mb-xxl-12 {
        margin-bottom: 16rem !important;
    }
    .mb-xxl-13 {
        margin-bottom: 18rem !important;
    }
    .mb-xxl-14 {
        margin-bottom: 20rem !important;
    }
    .mb-xxl-15 {
        margin-bottom: 22rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-6 {
        margin-left: 6rem !important;
    }
    .ms-xxl-7 {
        margin-left: 7rem !important;
    }
    .ms-xxl-8 {
        margin-left: 8rem !important;
    }
    .ms-xxl-9 {
        margin-left: 9rem !important;
    }
    .ms-xxl-10 {
        margin-left: 12rem !important;
    }
    .ms-xxl-11 {
        margin-left: 14rem !important;
    }
    .ms-xxl-12 {
        margin-left: 16rem !important;
    }
    .ms-xxl-13 {
        margin-left: 18rem !important;
    }
    .ms-xxl-14 {
        margin-left: 20rem !important;
    }
    .ms-xxl-15 {
        margin-left: 22rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -6rem !important;
    }
    .m-xxl-n7 {
        margin: -7rem !important;
    }
    .m-xxl-n8 {
        margin: -8rem !important;
    }
    .m-xxl-n9 {
        margin: -9rem !important;
    }
    .m-xxl-n10 {
        margin: -12rem !important;
    }
    .m-xxl-n11 {
        margin: -14rem !important;
    }
    .m-xxl-n12 {
        margin: -16rem !important;
    }
    .m-xxl-n13 {
        margin: -18rem !important;
    }
    .m-xxl-n14 {
        margin: -20rem !important;
    }
    .m-xxl-n15 {
        margin: -22rem !important;
    }
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xxl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xxl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xxl-n6 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .mx-xxl-n7 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }
    .mx-xxl-n8 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }
    .mx-xxl-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }
    .mx-xxl-n10 {
        margin-left: -12rem !important;
        margin-right: -12rem !important;
    }
    .mx-xxl-n11 {
        margin-left: -14rem !important;
        margin-right: -14rem !important;
    }
    .mx-xxl-n12 {
        margin-left: -16rem !important;
        margin-right: -16rem !important;
    }
    .mx-xxl-n13 {
        margin-left: -18rem !important;
        margin-right: -18rem !important;
    }
    .mx-xxl-n14 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }
    .mx-xxl-n15 {
        margin-left: -22rem !important;
        margin-right: -22rem !important;
    }
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-xxl-n6 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important;
    }
    .my-xxl-n7 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important;
    }
    .my-xxl-n8 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important;
    }
    .my-xxl-n9 {
        margin-bottom: -9rem !important;
        margin-top: -9rem !important;
    }
    .my-xxl-n10 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important;
    }
    .my-xxl-n11 {
        margin-bottom: -14rem !important;
        margin-top: -14rem !important;
    }
    .my-xxl-n12 {
        margin-bottom: -16rem !important;
        margin-top: -16rem !important;
    }
    .my-xxl-n13 {
        margin-bottom: -18rem !important;
        margin-top: -18rem !important;
    }
    .my-xxl-n14 {
        margin-bottom: -20rem !important;
        margin-top: -20rem !important;
    }
    .my-xxl-n15 {
        margin-bottom: -22rem !important;
        margin-top: -22rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xxl-n6 {
        margin-top: -6rem !important;
    }
    .mt-xxl-n7 {
        margin-top: -7rem !important;
    }
    .mt-xxl-n8 {
        margin-top: -8rem !important;
    }
    .mt-xxl-n9 {
        margin-top: -9rem !important;
    }
    .mt-xxl-n10 {
        margin-top: -12rem !important;
    }
    .mt-xxl-n11 {
        margin-top: -14rem !important;
    }
    .mt-xxl-n12 {
        margin-top: -16rem !important;
    }
    .mt-xxl-n13 {
        margin-top: -18rem !important;
    }
    .mt-xxl-n14 {
        margin-top: -20rem !important;
    }
    .mt-xxl-n15 {
        margin-top: -22rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n3 {
        margin-right: -1rem !important;
    }
    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n5 {
        margin-right: -3rem !important;
    }
    .me-xxl-n6 {
        margin-right: -6rem !important;
    }
    .me-xxl-n7 {
        margin-right: -7rem !important;
    }
    .me-xxl-n8 {
        margin-right: -8rem !important;
    }
    .me-xxl-n9 {
        margin-right: -9rem !important;
    }
    .me-xxl-n10 {
        margin-right: -12rem !important;
    }
    .me-xxl-n11 {
        margin-right: -14rem !important;
    }
    .me-xxl-n12 {
        margin-right: -16rem !important;
    }
    .me-xxl-n13 {
        margin-right: -18rem !important;
    }
    .me-xxl-n14 {
        margin-right: -20rem !important;
    }
    .me-xxl-n15 {
        margin-right: -22rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-xxl-n7 {
        margin-bottom: -7rem !important;
    }
    .mb-xxl-n8 {
        margin-bottom: -8rem !important;
    }
    .mb-xxl-n9 {
        margin-bottom: -9rem !important;
    }
    .mb-xxl-n10 {
        margin-bottom: -12rem !important;
    }
    .mb-xxl-n11 {
        margin-bottom: -14rem !important;
    }
    .mb-xxl-n12 {
        margin-bottom: -16rem !important;
    }
    .mb-xxl-n13 {
        margin-bottom: -18rem !important;
    }
    .mb-xxl-n14 {
        margin-bottom: -20rem !important;
    }
    .mb-xxl-n15 {
        margin-bottom: -22rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xxl-n6 {
        margin-left: -6rem !important;
    }
    .ms-xxl-n7 {
        margin-left: -7rem !important;
    }
    .ms-xxl-n8 {
        margin-left: -8rem !important;
    }
    .ms-xxl-n9 {
        margin-left: -9rem !important;
    }
    .ms-xxl-n10 {
        margin-left: -12rem !important;
    }
    .ms-xxl-n11 {
        margin-left: -14rem !important;
    }
    .ms-xxl-n12 {
        margin-left: -16rem !important;
    }
    .ms-xxl-n13 {
        margin-left: -18rem !important;
    }
    .ms-xxl-n14 {
        margin-left: -20rem !important;
    }
    .ms-xxl-n15 {
        margin-left: -22rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .p-xxl-6 {
        padding: 6rem !important;
    }
    .p-xxl-7 {
        padding: 7rem !important;
    }
    .p-xxl-8 {
        padding: 8rem !important;
    }
    .p-xxl-9 {
        padding: 9rem !important;
    }
    .p-xxl-10 {
        padding: 12rem !important;
    }
    .p-xxl-11 {
        padding: 14rem !important;
    }
    .p-xxl-12 {
        padding: 16rem !important;
    }
    .p-xxl-13 {
        padding: 18rem !important;
    }
    .p-xxl-14 {
        padding: 20rem !important;
    }
    .p-xxl-15 {
        padding: 22rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .px-xxl-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .px-xxl-8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-xxl-9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .px-xxl-10 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .px-xxl-11 {
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }
    .px-xxl-12 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }
    .px-xxl-13 {
        padding-left: 18rem !important;
        padding-right: 18rem !important;
    }
    .px-xxl-14 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
    .px-xxl-15 {
        padding-left: 22rem !important;
        padding-right: 22rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xxl-6 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
    .py-xxl-7 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important;
    }
    .py-xxl-8 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-xxl-9 {
        padding-bottom: 9rem !important;
        padding-top: 9rem !important;
    }
    .py-xxl-10 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important;
    }
    .py-xxl-11 {
        padding-bottom: 14rem !important;
        padding-top: 14rem !important;
    }
    .py-xxl-12 {
        padding-bottom: 16rem !important;
        padding-top: 16rem !important;
    }
    .py-xxl-13 {
        padding-bottom: 18rem !important;
        padding-top: 18rem !important;
    }
    .py-xxl-14 {
        padding-bottom: 20rem !important;
        padding-top: 20rem !important;
    }
    .py-xxl-15 {
        padding-bottom: 22rem !important;
        padding-top: 22rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pt-xxl-6 {
        padding-top: 6rem !important;
    }
    .pt-xxl-7 {
        padding-top: 7rem !important;
    }
    .pt-xxl-8 {
        padding-top: 8rem !important;
    }
    .pt-xxl-9 {
        padding-top: 9rem !important;
    }
    .pt-xxl-10 {
        padding-top: 12rem !important;
    }
    .pt-xxl-11 {
        padding-top: 14rem !important;
    }
    .pt-xxl-12 {
        padding-top: 16rem !important;
    }
    .pt-xxl-13 {
        padding-top: 18rem !important;
    }
    .pt-xxl-14 {
        padding-top: 20rem !important;
    }
    .pt-xxl-15 {
        padding-top: 22rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pe-xxl-6 {
        padding-right: 6rem !important;
    }
    .pe-xxl-7 {
        padding-right: 7rem !important;
    }
    .pe-xxl-8 {
        padding-right: 8rem !important;
    }
    .pe-xxl-9 {
        padding-right: 9rem !important;
    }
    .pe-xxl-10 {
        padding-right: 12rem !important;
    }
    .pe-xxl-11 {
        padding-right: 14rem !important;
    }
    .pe-xxl-12 {
        padding-right: 16rem !important;
    }
    .pe-xxl-13 {
        padding-right: 18rem !important;
    }
    .pe-xxl-14 {
        padding-right: 20rem !important;
    }
    .pe-xxl-15 {
        padding-right: 22rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 6rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 7rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 8rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 9rem !important;
    }
    .pb-xxl-10 {
        padding-bottom: 12rem !important;
    }
    .pb-xxl-11 {
        padding-bottom: 14rem !important;
    }
    .pb-xxl-12 {
        padding-bottom: 16rem !important;
    }
    .pb-xxl-13 {
        padding-bottom: 18rem !important;
    }
    .pb-xxl-14 {
        padding-bottom: 20rem !important;
    }
    .pb-xxl-15 {
        padding-bottom: 22rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .ps-xxl-6 {
        padding-left: 6rem !important;
    }
    .ps-xxl-7 {
        padding-left: 7rem !important;
    }
    .ps-xxl-8 {
        padding-left: 8rem !important;
    }
    .ps-xxl-9 {
        padding-left: 9rem !important;
    }
    .ps-xxl-10 {
        padding-left: 12rem !important;
    }
    .ps-xxl-11 {
        padding-left: 14rem !important;
    }
    .ps-xxl-12 {
        padding-left: 16rem !important;
    }
    .ps-xxl-13 {
        padding-left: 18rem !important;
    }
    .ps-xxl-14 {
        padding-left: 20rem !important;
    }
    .ps-xxl-15 {
        padding-left: 22rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
}
a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
a,
a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none;
}
hr {
    border: 0;
    border-top: 1px solid #d9e2ef;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.icon {
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon.logo {
    max-width: 80px;
}
.icon i {
    margin: 0;
}
img.icon {
    max-width: 54px;
}
.icon-xs {
    height: 0.75rem;
    width: 0.75rem;
}
.icon-sm {
    height: 0.875rem;
    width: 0.875rem;
}
.icon-md {
    height: 1.75rem;
    width: 1.75rem;
}
.icon-lg {
    height: 3.25rem;
    width: 3.25rem;
}
.icon-xl {
    height: 4.5rem;
    width: 4.5rem;
}
.icon-xxl {
    height: 6.5rem;
    width: 6.5rem;
}
.icon-l {
    height: 1.25rem;
    width: 1.25rem;
}
.icon-2l {
    height: 2.5rem;
    width: 2.5rem;
}
.icon-2xl {
    height: 9rem;
    width: 9rem;
}
.icon-2xxl {
    height: 13rem;
    width: 13rem;
}
.stroke-primary {
    stroke: #09acff;
}
.stroke-secondary {
    stroke: #506690;
}
.stroke-success {
    stroke: #00c9b7;
}
.stroke-info {
    stroke: #00a0e0;
}
.stroke-warning {
    stroke: #feb868;
}
.stroke-danger {
    stroke: #c1002b;
}
.stroke-light {
    stroke: #f1f4f8;
}
.stroke-dark {
    stroke: #2b354f;
}
.stroke-gray {
    stroke: #869ab8;
}
.stroke-gray-light {
    stroke: #c6d3e6;
}
.stroke-alternate {
    stroke: #fc9e21;
}
.stroke-contrast {
    stroke: #fff;
}
.stroke-black,
.stroke-darker {
    stroke: #161c2d;
}
.anim {
    position: absolute;
}
.floating {
    -webkit-animation: floating 4s ease-in-out infinite;
    animation: floating 4s ease-in-out infinite;
    -webkit-filter: none;
    filter: none;
}
.error_msg{
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    color:#f40909!important;
  }

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    65% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes floating {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    65% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    -webkit-transition: all 0.2s ease-in-out;
}
.mfp-newspaper.mfp-bg,
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg,
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg,
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    bottom: 0;
    top: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.form[data-response-message-animation],
.form[data-response-message-animation] + .response-message,
form[data-response-message-animation],
form[data-response-message-animation] + .response-message {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in, opacity 0.3s ease-out;
    transition: transform 0.3s ease-in, opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
}
.form[data-response-message-animation].submitted + .response-message,
form[data-response-message-animation].submitted + .response-message {
    opacity: 1;
    position: relative;
    z-index: 1;
}
.form[data-response-message-animation] + .response-message,
.form[data-response-message-animation].submitted,
form[data-response-message-animation] + .response-message,
form[data-response-message-animation].submitted {
    opacity: 0;
    position: absolute;
    top: 0;
}
.form[data-response-message-animation] + .response-message,
form[data-response-message-animation] + .response-message {
    z-index: -1;
}
.form[data-response-message-animation="slide-in-up"].submitted + .response-message,
form[data-response-message-animation="slide-in-up"].submitted + .response-message {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form[data-response-message-animation="slide-in-up"] + .response-message,
.form[data-response-message-animation="slide-in-up"].submitted,
form[data-response-message-animation="slide-in-up"] + .response-message,
form[data-response-message-animation="slide-in-up"].submitted {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.form[data-response-message-animation="slide-in-left"].submitted + .response-message,
form[data-response-message-animation="slide-in-left"].submitted + .response-message {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.form[data-response-message-animation="slide-in-left"] + .response-message,
.form[data-response-message-animation="slide-in-left"].submitted,
form[data-response-message-animation="slide-in-left"] + .response-message,
form[data-response-message-animation="slide-in-left"].submitted {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.form.cozy .form-group,
form.cozy .form-group {
    margin-bottom: 30px;
}
.form .form-group label.error,
form .form-group label.error {
    color: #c1002b;
    font-size: 0.875rem;
}
.form .form-group.has-icon,
form .form-group.has-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.form .form-group.has-icon .form-control,
form .form-group.has-icon .form-control {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 1;
    padding-right: 2.5rem;
}
.form .form-group.has-icon .form-control.is-valid + .icon,
form .form-group.has-icon .form-control.is-valid + .icon {
    color: #00c9b7;
}
.form .form-group.has-icon .form-control.is-invalid + .icon,
form .form-group.has-icon .form-control.is-invalid + .icon {
    color: #c1002b;
}
.form .form-group.has-icon .icon,
form .form-group.has-icon .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-left: 12px;
    margin-right: 15px;
    order: 2;
    position: absolute;
    right: 0;
}
.form .form-group.has-icon.icon-left .form-control,
form .form-group.has-icon.icon-left .form-control {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}
.form .form-group.has-icon.icon-left .icon,
form .form-group.has-icon.icon-left .icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    left: 5px;
    order: 1;
    right: auto;
}
.form .error,
form .error {
    color: #c1002b;
    font-size: 0.875rem;
}
.form-label {
    color: #2b354f;
    font-size: 0.925rem;
    font-weight: 700;
}
.btn:focus,
button:focus {
    outline: 0;
}
.btn {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: normal;
}
.btn .icon {
    margin-right: 8px;
}
.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.btn-rounded {
    border-radius: 10rem !important;
}
.btn-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    padding: 0;
    width: 3rem;
}
.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
    height: 2rem;
    width: 2rem;
}
.btn-circle.btn-md {
    height: 3rem;
    width: 3rem;
}
.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn {
    height: 4rem;
    width: 4rem;
}
.btn-download {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-width: 200px;
    text-align: left;
}
.btn-download p {
    line-height: 1.45;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.btn-download .small {
    display: block;
    margin-top: -2px;
}
.input-group .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.btn-outline-primary:hover,
.btn-primary:hover {
    -webkit-box-shadow: -1px 3px 10px 0 #09acff45 !important;
    box-shadow: -1px 3px 10px 0 #09acff45 !important;
}
.btn-outline-secondary:hover,
.btn-secondary:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(80, 102, 144, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(80, 102, 144, 0.4) !important;
}
.btn-outline-success:hover,
.btn-success:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 201, 183, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(0, 201, 183, 0.4) !important;
}
.btn-info:hover,
.btn-outline-info:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 160, 224, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(0, 160, 224, 0.4) !important;
}
.btn-outline-warning:hover,
.btn-warning:hover {
    -webkit-box-shadow: -1px 3px 10px 0 hsla(32, 99%, 70%, 0.4) !important;
    box-shadow: -1px 3px 10px 0 hsla(32, 99%, 70%, 0.4) !important;
}
.btn-danger:hover,
.btn-outline-danger:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(193, 0, 43, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(193, 0, 43, 0.4) !important;
}
.btn-light:hover,
.btn-outline-light:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(241, 244, 248, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(241, 244, 248, 0.4) !important;
}
.btn-dark:hover,
.btn-outline-dark:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(43, 53, 79, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(43, 53, 79, 0.4) !important;
}
.btn-gray:hover,
.btn-outline-gray:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(134, 154, 184, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(134, 154, 184, 0.4) !important;
}
.btn-gray-light:hover,
.btn-outline-gray-light:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(198, 211, 230, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(198, 211, 230, 0.4) !important;
}
.btn-alternate:hover,
.btn-outline-alternate:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(252, 158, 33, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(252, 158, 33, 0.4) !important;
}
.btn-contrast:hover,
.btn-outline-contrast:hover {
    -webkit-box-shadow: -1px 3px 10px 0 hsla(0, 0%, 100%, 0.4) !important;
    box-shadow: -1px 3px 10px 0 hsla(0, 0%, 100%, 0.4) !important;
}
.btn-black:hover,
.btn-darker:hover,
.btn-outline-black:hover,
.btn-outline-darker:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, 0.4) !important;
}
.ajax-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}
.ajax-button .btn-status {
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ajax-button .loading {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    background-color: transparent !important;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    height: 30px;
    outline: 0;
    padding: 0;
    width: 30px;
}
.ajax-button .loading.btn-primary {
    border-right: 1px solid #53f;
    border-top: 1px solid #53f;
}
.ajax-button .loading.btn-secondary {
    border-right: 1px solid #506690;
    border-top: 1px solid #506690;
}
.ajax-button .loading.btn-success {
    border-right: 1px solid #00c9b7;
    border-top: 1px solid #00c9b7;
}
.ajax-button .loading.btn-info {
    border-right: 1px solid #00a0e0;
    border-top: 1px solid #00a0e0;
}
.ajax-button .loading.btn-warning {
    border-right: 1px solid #feb868;
    border-top: 1px solid #feb868;
}
.ajax-button .loading.btn-danger {
    border-right: 1px solid #c1002b;
    border-top: 1px solid #c1002b;
}
.ajax-button .loading.btn-light {
    border-right: 1px solid #f1f4f8;
    border-top: 1px solid #f1f4f8;
}
.ajax-button .loading.btn-dark {
    border-right: 1px solid #2b354f;
    border-top: 1px solid #2b354f;
}
.ajax-button .loading.btn-gray {
    border-right: 1px solid #869ab8;
    border-top: 1px solid #869ab8;
}
.ajax-button .loading.btn-gray-light {
    border-right: 1px solid #c6d3e6;
    border-top: 1px solid #c6d3e6;
}
.ajax-button .loading.btn-alternate {
    border-right: 1px solid #fc9e21;
    border-top: 1px solid #fc9e21;
}
.ajax-button .loading.btn-contrast {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
.ajax-button .loading.btn-black,
.ajax-button .loading.btn-darker {
    border-right: 1px solid #161c2d;
    border-top: 1px solid #161c2d;
}
.ajax-button .loading.loading-end {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0) !important;
    transform: rotate(0deg) scale(0) !important;
}
.ajax-button .done {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.form-control.form-control-rounded {
    border-radius: 10rem;
}
.form-control::-webkit-input-placeholder {
    font-size: 0.875rem;
    opacity: 0.5;
}
.form-control::-moz-placeholder {
    font-size: 0.875rem;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    font-size: 0.875rem;
    opacity: 0.5;
}
.form-control::-ms-input-placeholder {
    font-size: 0.875rem;
    opacity: 0.5;
}
.form-control::placeholder {
    font-size: 0.875rem;
    opacity: 0.5;
}
select[multiple].form-control.form-control-rounded,
textarea.form-control.form-control-rounded {
    border-radius: 1rem;
    padding-left: 1rem;
}
.control-label {
    color: #869ab8;
}
.control {
    position: relative;
    vertical-align: top;
    z-index: 1;
}
.control .form-control {
    display: block;
    position: relative;
}
.control .form-control:focus {
    outline: none;
}
.control .control-label {
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.control .toggler {
    line-height: 1;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
}
.label-content {
    display: block;
    padding: 1.6em 0;
    position: relative;
    width: 100%;
}
.input-group .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group:hover .btn-contrast,
.input-group:hover .btn-light {
    border-color: #98b1d4;
}
.input-group .btn-contrast,
.input-group .btn-light {
    border-color: #d9e2ef;
}
.checkbox label,
.radio label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}
.checkbox label:after,
.checkbox label:before,
.radio label:after,
.radio label:before {
    content: "";
}
.checkbox label:before,
.radio label:before {
    border: 1px solid #d9e2ef;
    display: inline-block;
    height: 18px;
    margin: 0 0.5em 0 0;
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    width: 18px;
}
.checkbox label:after,
.radio label:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: inline-block;
    font-family: Font Awesome\5 Free;
    font-size: 0.7rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    left: 3.75px;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox label.error:after,
.checkbox label.error:before,
.radio label.error:after,
.radio label.error:before {
    content: none;
}
.checkbox.bw-2 label:before,
.radio.bw-2 label:before {
    border-width: 2px;
}
.checkbox input,
.radio input {
    display: none;
}
.checkbox input:checked + label,
.radio input:checked + label {
    font-weight: 400;
}
.checkbox input:checked + label:before,
.radio input:checked + label:before {
    border-color: #53f;
    text-align: center;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 0;
}
.radio label:before {
    border-radius: 50%;
}
.radio label:after {
    font-size: 0.5rem;
    left: 5.15px;
}
.radio.bw-2 label:after {
    left: 6.2px;
}
.radio input:checked + label:after {
    color: #53f;
    content: "";
}
.radio.radio-primary input:checked + label:before {
    border-color: #53f;
}
.radio.radio-primary input:checked + label:after {
    color: #53f;
}
.radio.radio-primary.radio-outlined label:before {
    border-color: #53f;
}
.radio.radio-secondary input:checked + label:before {
    border-color: #506690;
}
.radio.radio-secondary input:checked + label:after {
    color: #506690;
}
.radio.radio-secondary.radio-outlined label:before {
    border-color: #506690;
}
.radio.radio-success input:checked + label:before {
    border-color: #00c9b7;
}
.radio.radio-success input:checked + label:after {
    color: #00c9b7;
}
.radio.radio-success.radio-outlined label:before {
    border-color: #00c9b7;
}
.radio.radio-info input:checked + label:before {
    border-color: #00a0e0;
}
.radio.radio-info input:checked + label:after {
    color: #00a0e0;
}
.radio.radio-info.radio-outlined label:before {
    border-color: #00a0e0;
}
.radio.radio-warning input:checked + label:before {
    border-color: #feb868;
}
.radio.radio-warning input:checked + label:after {
    color: #feb868;
}
.radio.radio-warning.radio-outlined label:before {
    border-color: #feb868;
}
.radio.radio-danger input:checked + label:before {
    border-color: #c1002b;
}
.radio.radio-danger input:checked + label:after {
    color: #c1002b;
}
.radio.radio-danger.radio-outlined label:before {
    border-color: #c1002b;
}
.radio.radio-light input:checked + label:before {
    border-color: #f1f4f8;
}
.radio.radio-light input:checked + label:after {
    color: #f1f4f8;
}
.radio.radio-light.radio-outlined label:before {
    border-color: #f1f4f8;
}
.radio.radio-dark input:checked + label:before {
    border-color: #2b354f;
}
.radio.radio-dark input:checked + label:after {
    color: #2b354f;
}
.radio.radio-dark.radio-outlined label:before {
    border-color: #2b354f;
}
.radio.radio-gray input:checked + label:before {
    border-color: #869ab8;
}
.radio.radio-gray input:checked + label:after {
    color: #869ab8;
}
.radio.radio-gray.radio-outlined label:before {
    border-color: #869ab8;
}
.radio.radio-gray-light input:checked + label:before {
    border-color: #c6d3e6;
}
.radio.radio-gray-light input:checked + label:after {
    color: #c6d3e6;
}
.radio.radio-gray-light.radio-outlined label:before {
    border-color: #c6d3e6;
}
.radio.radio-alternate input:checked + label:before {
    border-color: #fc9e21;
}
.radio.radio-alternate input:checked + label:after {
    color: #fc9e21;
}
.radio.radio-alternate.radio-outlined label:before {
    border-color: #fc9e21;
}
.radio.radio-contrast input:checked + label:before {
    border-color: #fff;
}
.radio.radio-contrast input:checked + label:after {
    color: #fff;
}
.radio.radio-contrast.radio-outlined label:before {
    border-color: #fff;
}
.radio.radio-darker input:checked + label:before {
    border-color: #161c2d;
}
.radio.radio-darker input:checked + label:after {
    color: #161c2d;
}
.radio.radio-black input:checked + label:before,
.radio.radio-darker.radio-outlined label:before {
    border-color: #161c2d;
}
.radio.radio-black input:checked + label:after {
    color: #161c2d;
}
.radio.radio-black.radio-outlined label:before {
    border-color: #161c2d;
}
.checkbox label:before {
    border-radius: 0.15rem;
}
.checkbox input:checked + label:before {
    background: #53f;
}
.checkbox input:checked + label:after {
    color: #fff;
    content: "";
}
.checkbox.inverted input:checked + label:before {
    background: #fff !important;
}
.checkbox.inverted input:checked + label:after {
    color: #53f;
}
.checkbox.circle label:before {
    border-radius: 50%;
}
.checkbox.checkbox-primary input:checked + label:before {
    background: #53f;
    border-color: #53f;
}
.checkbox.checkbox-primary.checkbox-outlined label:before {
    border-color: #53f;
}
.checkbox.checkbox-primary.checkbox-solid label:before {
    background: #53f;
    border-color: #53f;
}
.checkbox.checkbox-primary.inverted input:checked + label:after {
    color: #53f;
}
.checkbox.checkbox-secondary input:checked + label:before {
    background: #506690;
    border-color: #506690;
}
.checkbox.checkbox-secondary.checkbox-outlined label:before {
    border-color: #506690;
}
.checkbox.checkbox-secondary.checkbox-solid label:before {
    background: #506690;
    border-color: #506690;
}
.checkbox.checkbox-secondary.inverted input:checked + label:after {
    color: #506690;
}
.checkbox.checkbox-success input:checked + label:before {
    background: #00c9b7;
    border-color: #00c9b7;
}
.checkbox.checkbox-success.checkbox-outlined label:before {
    border-color: #00c9b7;
}
.checkbox.checkbox-success.checkbox-solid label:before {
    background: #00c9b7;
    border-color: #00c9b7;
}
.checkbox.checkbox-success.inverted input:checked + label:after {
    color: #00c9b7;
}
.checkbox.checkbox-info input:checked + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
}
.checkbox.checkbox-info.checkbox-outlined label:before {
    border-color: #00a0e0;
}
.checkbox.checkbox-info.checkbox-solid label:before {
    background: #00a0e0;
    border-color: #00a0e0;
}
.checkbox.checkbox-info.inverted input:checked + label:after {
    color: #00a0e0;
}
.checkbox.checkbox-warning input:checked + label:before {
    background: #feb868;
    border-color: #feb868;
}
.checkbox.checkbox-warning.checkbox-outlined label:before {
    border-color: #feb868;
}
.checkbox.checkbox-warning.checkbox-solid label:before {
    background: #feb868;
    border-color: #feb868;
}
.checkbox.checkbox-warning.inverted input:checked + label:after {
    color: #feb868;
}
.checkbox.checkbox-danger input:checked + label:before {
    background: #c1002b;
    border-color: #c1002b;
}
.checkbox.checkbox-danger.checkbox-outlined label:before {
    border-color: #c1002b;
}
.checkbox.checkbox-danger.checkbox-solid label:before {
    background: #c1002b;
    border-color: #c1002b;
}
.checkbox.checkbox-danger.inverted input:checked + label:after {
    color: #c1002b;
}
.checkbox.checkbox-light input:checked + label:before {
    background: #f1f4f8;
    border-color: #f1f4f8;
}
.checkbox.checkbox-light.checkbox-outlined label:before {
    border-color: #f1f4f8;
}
.checkbox.checkbox-light.checkbox-solid label:before {
    background: #f1f4f8;
    border-color: #f1f4f8;
}
.checkbox.checkbox-light.inverted input:checked + label:after {
    color: #f1f4f8;
}
.checkbox.checkbox-dark input:checked + label:before {
    background: #2b354f;
    border-color: #2b354f;
}
.checkbox.checkbox-dark.checkbox-outlined label:before {
    border-color: #2b354f;
}
.checkbox.checkbox-dark.checkbox-solid label:before {
    background: #2b354f;
    border-color: #2b354f;
}
.checkbox.checkbox-dark.inverted input:checked + label:after {
    color: #2b354f;
}
.checkbox.checkbox-gray input:checked + label:before {
    background: #869ab8;
    border-color: #869ab8;
}
.checkbox.checkbox-gray.checkbox-outlined label:before {
    border-color: #869ab8;
}
.checkbox.checkbox-gray.checkbox-solid label:before {
    background: #869ab8;
    border-color: #869ab8;
}
.checkbox.checkbox-gray.inverted input:checked + label:after {
    color: #869ab8;
}
.checkbox.checkbox-gray-light input:checked + label:before {
    background: #c6d3e6;
    border-color: #c6d3e6;
}
.checkbox.checkbox-gray-light.checkbox-outlined label:before {
    border-color: #c6d3e6;
}
.checkbox.checkbox-gray-light.checkbox-solid label:before {
    background: #c6d3e6;
    border-color: #c6d3e6;
}
.checkbox.checkbox-gray-light.inverted input:checked + label:after {
    color: #c6d3e6;
}
.checkbox.checkbox-alternate input:checked + label:before {
    background: #fc9e21;
    border-color: #fc9e21;
}
.checkbox.checkbox-alternate.checkbox-outlined label:before {
    border-color: #fc9e21;
}
.checkbox.checkbox-alternate.checkbox-solid label:before {
    background: #fc9e21;
    border-color: #fc9e21;
}
.checkbox.checkbox-alternate.inverted input:checked + label:after {
    color: #fc9e21;
}
.checkbox.checkbox-contrast input:checked + label:before {
    background: #fff;
    border-color: #fff;
}
.checkbox.checkbox-contrast.checkbox-outlined label:before {
    border-color: #fff;
}
.checkbox.checkbox-contrast.checkbox-solid label:before {
    background: #fff;
    border-color: #fff;
}
.checkbox.checkbox-contrast.inverted input:checked + label:after {
    color: #fff;
}
.checkbox.checkbox-darker input:checked + label:before {
    background: #161c2d;
    border-color: #161c2d;
}
.checkbox.checkbox-darker.checkbox-outlined label:before {
    border-color: #161c2d;
}
.checkbox.checkbox-darker.checkbox-solid label:before {
    background: #161c2d;
    border-color: #161c2d;
}
.checkbox.checkbox-darker.inverted input:checked + label:after {
    color: #161c2d;
}
.checkbox.checkbox-black input:checked + label:before {
    background: #161c2d;
    border-color: #161c2d;
}
.checkbox.checkbox-black.checkbox-outlined label:before {
    border-color: #161c2d;
}
.checkbox.checkbox-black.checkbox-solid label:before {
    background: #161c2d;
    border-color: #161c2d;
}
.checkbox.checkbox-black.inverted input:checked + label:after {
    color: #161c2d;
}
.checkbox-inline,
.radio-inline {
    padding-left: 0;
}
.input-group .checkbox label:before,
.input-group .radio label:before {
    margin-right: 0;
}
.input-group + .input-group {
    margin-top: 10px;
}
.image-background {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}
.image-background.cover {
    background-size: cover;
}
.image-background.contain {
    background-size: contain;
}
.image-background.left-bottom {
    background-position: 0 bottom;
}
.image-background.center-top {
    background-position: top;
}
.image-background.center-bottom {
    background-position: bottom;
}
.image-background.p100-top {
    background-position: 100% top;
}
.image-background.p100-bottom {
    background-position: 100% bottom;
}
.parallax {
    position: static;
}
.parallax,
.parallax.blurred:before {
    background-attachment: fixed;
}
.parallax.blurred:before {
    position: absolute;
}
.bg-primary.edge.bottom-left {
    position: relative;
}
.bg-primary.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-primary.edge.bottom-right {
    position: relative;
}
.bg-primary.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-primary.edge.top-left {
    position: relative;
}
.bg-primary.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-primary.edge.top-right {
    position: relative;
}
.bg-primary.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-primary.arrow:after {
    background-color: #53f;
}
.bg-primary.alpha-1 {
    background-color: rgba(85, 51, 255, 0.1) !important;
}
.bg-primary.alpha-2 {
    background-color: rgba(85, 51, 255, 0.2) !important;
}
.bg-primary.alpha-3 {
    background-color: rgba(85, 51, 255, 0.3) !important;
}
.bg-primary.alpha-4 {
    background-color: rgba(85, 51, 255, 0.4) !important;
}
.bg-primary.alpha-5 {
    background-color: rgba(85, 51, 255, 0.5) !important;
}
.bg-primary.alpha-6 {
    background-color: rgba(85, 51, 255, 0.6) !important;
}
.bg-primary.alpha-7 {
    background-color: rgba(85, 51, 255, 0.7) !important;
}
.bg-primary.alpha-8 {
    background-color: rgba(85, 51, 255, 0.8) !important;
}
.bg-primary.alpha-9 {
    background-color: rgba(85, 51, 255, 0.9) !important;
}
.bg-primary-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#5837ff), to(#53f));
    background: linear-gradient(#5837ff, #53f);
}
.bg-primary-gradient-start {
    background: #5837ff;
}
.bg-secondary.edge.bottom-left {
    position: relative;
}
.bg-secondary.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-secondary.edge.bottom-right {
    position: relative;
}
.bg-secondary.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-secondary.edge.top-left {
    position: relative;
}
.bg-secondary.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-secondary.edge.top-right {
    position: relative;
}
.bg-secondary.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-secondary.arrow:after {
    background-color: #506690;
}
.bg-secondary.alpha-1 {
    background-color: rgba(80, 102, 144, 0.1) !important;
}
.bg-secondary.alpha-2 {
    background-color: rgba(80, 102, 144, 0.2) !important;
}
.bg-secondary.alpha-3 {
    background-color: rgba(80, 102, 144, 0.3) !important;
}
.bg-secondary.alpha-4 {
    background-color: rgba(80, 102, 144, 0.4) !important;
}
.bg-secondary.alpha-5 {
    background-color: rgba(80, 102, 144, 0.5) !important;
}
.bg-secondary.alpha-6 {
    background-color: rgba(80, 102, 144, 0.6) !important;
}
.bg-secondary.alpha-7 {
    background-color: rgba(80, 102, 144, 0.7) !important;
}
.bg-secondary.alpha-8 {
    background-color: rgba(80, 102, 144, 0.8) !important;
}
.bg-secondary.alpha-9 {
    background-color: rgba(80, 102, 144, 0.9) !important;
}
.bg-secondary-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#516892), to(#506690));
    background: linear-gradient(#516892, #506690);
}
.bg-secondary-gradient-start {
    background: #516892;
}
.bg-success.edge.bottom-left {
    position: relative;
}
.bg-success.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-success.edge.bottom-right {
    position: relative;
}
.bg-success.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-success.edge.top-left {
    position: relative;
}
.bg-success.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-success.edge.top-right {
    position: relative;
}
.bg-success.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-success.arrow:after {
    background-color: #00c9b7;
}
.bg-success.alpha-1 {
    background-color: rgba(0, 201, 183, 0.1) !important;
}
.bg-success.alpha-2 {
    background-color: rgba(0, 201, 183, 0.2) !important;
}
.bg-success.alpha-3 {
    background-color: rgba(0, 201, 183, 0.3) !important;
}
.bg-success.alpha-4 {
    background-color: rgba(0, 201, 183, 0.4) !important;
}
.bg-success.alpha-5 {
    background-color: rgba(0, 201, 183, 0.5) !important;
}
.bg-success.alpha-6 {
    background-color: rgba(0, 201, 183, 0.6) !important;
}
.bg-success.alpha-7 {
    background-color: rgba(0, 201, 183, 0.7) !important;
}
.bg-success.alpha-8 {
    background-color: rgba(0, 201, 183, 0.8) !important;
}
.bg-success.alpha-9 {
    background-color: rgba(0, 201, 183, 0.9) !important;
}
.bg-success-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#00cdba), to(#00c9b7));
    background: linear-gradient(#00cdba, #00c9b7);
}
.bg-success-gradient-start {
    background: #00cdba;
}
.bg-info.edge.bottom-left {
    position: relative;
}
.bg-info.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300A0E0'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-info.edge.bottom-right {
    position: relative;
}
.bg-info.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300A0E0'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-info.edge.top-left {
    position: relative;
}
.bg-info.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300A0E0'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-info.edge.top-right {
    position: relative;
}
.bg-info.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300A0E0'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-info.arrow:after {
    background-color: #00a0e0;
}
.bg-info.alpha-1 {
    background-color: rgba(0, 160, 224, 0.1) !important;
}
.bg-info.alpha-2 {
    background-color: rgba(0, 160, 224, 0.2) !important;
}
.bg-info.alpha-3 {
    background-color: rgba(0, 160, 224, 0.3) !important;
}
.bg-info.alpha-4 {
    background-color: rgba(0, 160, 224, 0.4) !important;
}
.bg-info.alpha-5 {
    background-color: rgba(0, 160, 224, 0.5) !important;
}
.bg-info.alpha-6 {
    background-color: rgba(0, 160, 224, 0.6) !important;
}
.bg-info.alpha-7 {
    background-color: rgba(0, 160, 224, 0.7) !important;
}
.bg-info.alpha-8 {
    background-color: rgba(0, 160, 224, 0.8) !important;
}
.bg-info.alpha-9 {
    background-color: rgba(0, 160, 224, 0.9) !important;
}
.bg-info-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#00a3e4), to(#00a0e0));
    background: linear-gradient(#00a3e4, #00a0e0);
}
.bg-info-gradient-start {
    background: #00a3e4;
}
.bg-warning.edge.bottom-left {
    position: relative;
}
.bg-warning.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-warning.edge.bottom-right {
    position: relative;
}
.bg-warning.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-warning.edge.top-left {
    position: relative;
}
.bg-warning.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-warning.edge.top-right {
    position: relative;
}
.bg-warning.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-warning.arrow:after {
    background-color: #feb868;
}
.bg-warning.alpha-1 {
    background-color: hsla(32, 99%, 70%, 0.1) !important;
}
.bg-warning.alpha-2 {
    background-color: hsla(32, 99%, 70%, 0.2) !important;
}
.bg-warning.alpha-3 {
    background-color: hsla(32, 99%, 70%, 0.3) !important;
}
.bg-warning.alpha-4 {
    background-color: hsla(32, 99%, 70%, 0.4) !important;
}
.bg-warning.alpha-5 {
    background-color: hsla(32, 99%, 70%, 0.5) !important;
}
.bg-warning.alpha-6 {
    background-color: hsla(32, 99%, 70%, 0.6) !important;
}
.bg-warning.alpha-7 {
    background-color: hsla(32, 99%, 70%, 0.7) !important;
}
.bg-warning.alpha-8 {
    background-color: hsla(32, 99%, 70%, 0.8) !important;
}
.bg-warning.alpha-9 {
    background-color: hsla(32, 99%, 70%, 0.9) !important;
}
.bg-warning-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#feba6c), to(#feb868));
    background: linear-gradient(#feba6c, #feb868);
}
.bg-warning-gradient-start {
    background: #feba6c;
}
.bg-danger.edge.bottom-left {
    position: relative;
}
.bg-danger.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C1002B'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-danger.edge.bottom-right {
    position: relative;
}
.bg-danger.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C1002B'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-danger.edge.top-left {
    position: relative;
}
.bg-danger.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C1002B'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-danger.edge.top-right {
    position: relative;
}
.bg-danger.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C1002B'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-danger.arrow:after {
    background-color: #c1002b;
}
.bg-danger.alpha-1 {
    background-color: rgba(193, 0, 43, 0.1) !important;
}
.bg-danger.alpha-2 {
    background-color: rgba(193, 0, 43, 0.2) !important;
}
.bg-danger.alpha-3 {
    background-color: rgba(193, 0, 43, 0.3) !important;
}
.bg-danger.alpha-4 {
    background-color: rgba(193, 0, 43, 0.4) !important;
}
.bg-danger.alpha-5 {
    background-color: rgba(193, 0, 43, 0.5) !important;
}
.bg-danger.alpha-6 {
    background-color: rgba(193, 0, 43, 0.6) !important;
}
.bg-danger.alpha-7 {
    background-color: rgba(193, 0, 43, 0.7) !important;
}
.bg-danger.alpha-8 {
    background-color: rgba(193, 0, 43, 0.8) !important;
}
.bg-danger.alpha-9 {
    background-color: rgba(193, 0, 43, 0.9) !important;
}
.bg-danger-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#c5002c), to(#c1002b));
    background: linear-gradient(#c5002c, #c1002b);
}
.bg-danger-gradient-start {
    background: #c5002c;
}
.bg-light.edge.bottom-left {
    position: relative;
}
.bg-light.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F1F4F8'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-light.edge.bottom-right {
    position: relative;
}
.bg-light.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F1F4F8'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-light.edge.top-left {
    position: relative;
}
.bg-light.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F1F4F8'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-light.edge.top-right {
    position: relative;
}
.bg-light.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F1F4F8'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}

.bg-light.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F1F4F8' %3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-light.arrow:after {
    background-color: #f1f4f8;
}
.bg-light.alpha-1 {
    background-color: rgba(241, 244, 248, 0.1) !important;
}
.bg-light.alpha-2 {
    background-color: rgba(241, 244, 248, 0.2) !important;
}
.bg-light.alpha-3 {
    background-color: rgba(241, 244, 248, 0.3) !important;
}
.bg-light.alpha-4 {
    background-color: rgba(241, 244, 248, 0.4) !important;
}
.bg-light.alpha-5 {
    background-color: rgba(241, 244, 248, 0.5) !important;
}
.bg-light.alpha-6 {
    background-color: rgba(241, 244, 248, 0.6) !important;
}
.bg-light.alpha-7 {
    background-color: rgba(241, 244, 248, 0.7) !important;
}
.bg-light.alpha-8 {
    background-color: rgba(241, 244, 248, 0.8) !important;
}
.bg-light.alpha-9 {
    background-color: rgba(241, 244, 248, 0.9) !important;
}
.bg-light-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f9), to(#f1f4f8));
    background: linear-gradient(#f4f6f9, #f1f4f8);
}
.bg-light-gradient-start {
    background: #f4f6f9;
}
.bg-dark.edge.bottom-left {
    position: relative;
}
.bg-dark.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-dark.edge.bottom-right {
    position: relative;
}
.bg-dark.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-dark.edge.top-left {
    position: relative;
}
.bg-dark.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-dark.edge.top-right {
    position: relative;
}
.bg-dark.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-dark.arrow:after {
    background-color: #2b354f;
}
.bg-dark.alpha-1 {
    background-color: rgba(43, 53, 79, 0.1) !important;
}
.bg-dark.alpha-2 {
    background-color: rgba(43, 53, 79, 0.2) !important;
}
.bg-dark.alpha-3 {
    background-color: rgba(43, 53, 79, 0.3) !important;
}
.bg-dark.alpha-4 {
    background-color: rgba(43, 53, 79, 0.4) !important;
}
.bg-dark.alpha-5 {
    background-color: rgba(43, 53, 79, 0.5) !important;
}
.bg-dark.alpha-6 {
    background-color: rgba(43, 53, 79, 0.6) !important;
}
.bg-dark.alpha-7 {
    background-color: rgba(43, 53, 79, 0.7) !important;
}
.bg-dark.alpha-8 {
    background-color: rgba(43, 53, 79, 0.8) !important;
}
.bg-dark.alpha-9 {
    background-color: rgba(43, 53, 79, 0.9) !important;
}
.bg-dark-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#2c3751), to(#2b354f));
    background: linear-gradient(#2c3751, #2b354f);
}
.bg-dark-gradient-start {
    background: #2c3751;
}
.bg-gray.edge.bottom-left {
    position: relative;
}
.bg-gray.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-gray.edge.bottom-right {
    position: relative;
}
.bg-gray.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-gray.edge.top-left {
    position: relative;
}
.bg-gray.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-gray.edge.top-right {
    position: relative;
}
.bg-gray.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-gray.arrow:after {
    background-color: #869ab8;
}
.bg-gray.alpha-1 {
    background-color: rgba(134, 154, 184, 0.1) !important;
}
.bg-gray.alpha-2 {
    background-color: rgba(134, 154, 184, 0.2) !important;
}
.bg-gray.alpha-3 {
    background-color: rgba(134, 154, 184, 0.3) !important;
}
.bg-gray.alpha-4 {
    background-color: rgba(134, 154, 184, 0.4) !important;
}
.bg-gray.alpha-5 {
    background-color: rgba(134, 154, 184, 0.5) !important;
}
.bg-gray.alpha-6 {
    background-color: rgba(134, 154, 184, 0.6) !important;
}
.bg-gray.alpha-7 {
    background-color: rgba(134, 154, 184, 0.7) !important;
}
.bg-gray.alpha-8 {
    background-color: rgba(134, 154, 184, 0.8) !important;
}
.bg-gray.alpha-9 {
    background-color: rgba(134, 154, 184, 0.9) !important;
}
.bg-gray-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#889cb9), to(#869ab8));
    background: linear-gradient(#889cb9, #869ab8);
}
.bg-gray-gradient-start {
    background: #889cb9;
}
.bg-gray-light.edge.bottom-left {
    position: relative;
}
.bg-gray-light.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C6D3E6'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-gray-light.edge.bottom-right {
    position: relative;
}
.bg-gray-light.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C6D3E6'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-gray-light.edge.top-left {
    position: relative;
}
.bg-gray-light.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C6D3E6'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-gray-light.edge.top-right {
    position: relative;
}
.bg-gray-light.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23C6D3E6'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-gray-light.arrow:after {
    background-color: #c6d3e6;
}
.bg-gray-light.alpha-1 {
    background-color: rgba(198, 211, 230, 0.1) !important;
}
.bg-gray-light.alpha-2 {
    background-color: rgba(198, 211, 230, 0.2) !important;
}
.bg-gray-light.alpha-3 {
    background-color: rgba(198, 211, 230, 0.3) !important;
}
.bg-gray-light.alpha-4 {
    background-color: rgba(198, 211, 230, 0.4) !important;
}
.bg-gray-light.alpha-5 {
    background-color: rgba(198, 211, 230, 0.5) !important;
}
.bg-gray-light.alpha-6 {
    background-color: rgba(198, 211, 230, 0.6) !important;
}
.bg-gray-light.alpha-7 {
    background-color: rgba(198, 211, 230, 0.7) !important;
}
.bg-gray-light.alpha-8 {
    background-color: rgba(198, 211, 230, 0.8) !important;
}
.bg-gray-light.alpha-9 {
    background-color: rgba(198, 211, 230, 0.9) !important;
}
.bg-gray-light-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#c9d5e7), to(#c6d3e6));
    background: linear-gradient(#c9d5e7, #c6d3e6);
}
.bg-gray-light-gradient-start {
    background: #c9d5e7;
}
.bg-alternate.edge.bottom-left {
    position: relative;
}
.bg-alternate.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-alternate.edge.bottom-right {
    position: relative;
}
.bg-alternate.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-alternate.edge.top-left {
    position: relative;
}
.bg-alternate.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-alternate.edge.top-right {
    position: relative;
}
.bg-alternate.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-alternate.arrow:after {
    background-color: #fc9e21;
}
.bg-alternate.alpha-1 {
    background-color: rgba(252, 158, 33, 0.1) !important;
}
.bg-alternate.alpha-2 {
    background-color: rgba(252, 158, 33, 0.2) !important;
}
.bg-alternate.alpha-3 {
    background-color: rgba(252, 158, 33, 0.3) !important;
}
.bg-alternate.alpha-4 {
    background-color: rgba(252, 158, 33, 0.4) !important;
}
.bg-alternate.alpha-5 {
    background-color: rgba(252, 158, 33, 0.5) !important;
}
.bg-alternate.alpha-6 {
    background-color: rgba(252, 158, 33, 0.6) !important;
}
.bg-alternate.alpha-7 {
    background-color: rgba(252, 158, 33, 0.7) !important;
}
.bg-alternate.alpha-8 {
    background-color: rgba(252, 158, 33, 0.8) !important;
}
.bg-alternate.alpha-9 {
    background-color: rgba(252, 158, 33, 0.9) !important;
}
.bg-alternate-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#fca025), to(#fc9e21));
    background: linear-gradient(#fca025, #fc9e21);
}
.bg-alternate-gradient-start {
    background: #fca025;
}
.bg-contrast.edge.bottom-left {
    position: relative;
}
.bg-contrast.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-contrast.edge.bottom-right {
    position: relative;
}
.bg-contrast.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-contrast.edge.top-left {
    position: relative;
}
.bg-contrast.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-contrast.edge.top-right {
    position: relative;
}
.bg-contrast.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-contrast.arrow:after {
    background-color: #fff;
}
.bg-contrast.alpha-1 {
    background-color: hsla(0, 0%, 100%, 0.1) !important;
}
.bg-contrast.alpha-2 {
    background-color: hsla(0, 0%, 100%, 0.2) !important;
}
.bg-contrast.alpha-3 {
    background-color: hsla(0, 0%, 100%, 0.3) !important;
}
.bg-contrast.alpha-4 {
    background-color: hsla(0, 0%, 100%, 0.4) !important;
}
.bg-contrast.alpha-5 {
    background-color: hsla(0, 0%, 100%, 0.5) !important;
}
.bg-contrast.alpha-6 {
    background-color: hsla(0, 0%, 100%, 0.6) !important;
}
.bg-contrast.alpha-7 {
    background-color: hsla(0, 0%, 100%, 0.7) !important;
}
.bg-contrast.alpha-8 {
    background-color: hsla(0, 0%, 100%, 0.8) !important;
}
.bg-contrast.alpha-9 {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
}
.bg-contrast-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: linear-gradient(#fff, #fff);
}
.bg-contrast-gradient-start {
    background: #fff;
}
.bg-darker.edge.bottom-left {
    position: relative;
}
.bg-darker.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-darker.edge.bottom-right {
    position: relative;
}
.bg-darker.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-darker.edge.top-left {
    position: relative;
}
.bg-darker.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-darker.edge.top-right {
    position: relative;
}
.bg-darker.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-darker.arrow:after {
    background-color: #161c2d;
}
.bg-darker.alpha-1 {
    background-color: rgba(22, 28, 45, 0.1) !important;
}
.bg-darker.alpha-2 {
    background-color: rgba(22, 28, 45, 0.2) !important;
}
.bg-darker.alpha-3 {
    background-color: rgba(22, 28, 45, 0.3) !important;
}
.bg-darker.alpha-4 {
    background-color: rgba(22, 28, 45, 0.4) !important;
}
.bg-darker.alpha-5 {
    background-color: rgba(22, 28, 45, 0.5) !important;
}
.bg-darker.alpha-6 {
    background-color: rgba(22, 28, 45, 0.6) !important;
}
.bg-darker.alpha-7 {
    background-color: rgba(22, 28, 45, 0.7) !important;
}
.bg-darker.alpha-8 {
    background-color: rgba(22, 28, 45, 0.8) !important;
}
.bg-darker.alpha-9 {
    background-color: rgba(22, 28, 45, 0.9) !important;
}
.bg-darker-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#171e30), to(#161c2d));
    background: linear-gradient(#171e30, #161c2d);
}
.bg-darker-gradient-start {
    background: #171e30;
}
.bg-black.edge.bottom-left {
    position: relative;
}
.bg-black.edge.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='m0 0 100 250V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-black.edge.bottom-right {
    position: relative;
}
.bg-black.edge.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -250px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.bg-black.edge.top-left {
    position: relative;
}
.bg-black.edge.top-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-black.edge.top-right {
    position: relative;
}
.bg-black.edge.top-right:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    z-index: 1;
}
.bg-black.arrow:after {
    background-color: #161c2d;
}
.bg-black.alpha-1 {
    background-color: rgba(22, 28, 45, 0.1) !important;
}
.bg-black.alpha-2 {
    background-color: rgba(22, 28, 45, 0.2) !important;
}
.bg-black.alpha-3 {
    background-color: rgba(22, 28, 45, 0.3) !important;
}
.bg-black.alpha-4 {
    background-color: rgba(22, 28, 45, 0.4) !important;
}
.bg-black.alpha-5 {
    background-color: rgba(22, 28, 45, 0.5) !important;
}
.bg-black.alpha-6 {
    background-color: rgba(22, 28, 45, 0.6) !important;
}
.bg-black.alpha-7 {
    background-color: rgba(22, 28, 45, 0.7) !important;
}
.bg-black.alpha-8 {
    background-color: rgba(22, 28, 45, 0.8) !important;
}
.bg-black.alpha-9 {
    background-color: rgba(22, 28, 45, 0.9) !important;
}
.bg-black-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#171e30), to(#161c2d));
    background: linear-gradient(#171e30, #161c2d);
}
.bg-black-gradient-start {
    background: #171e30;
}
.bg-dark a:not(.btn),
.bg-darker a:not(.btn) {
    color: #869ab8;
}
.bg-dark a:not(.btn):hover,
.bg-darker a:not(.btn):hover {
    color: #b6c2d4;
}
.arrow {
    position: relative;
}
.arrow:after {
    content: "";
    height: 30px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}
.arrow.bottom:after,
.arrow.top:after {
    border-radius: 10px 5px;
    left: 50%;
    margin-left: -15px;
}
.arrow.left:after,
.arrow.right:after {
    border-radius: 5px 10px;
    margin-top: -15px;
    top: 50%;
}
.arrow.top:after {
    top: -13px;
}
.arrow.right:after {
    right: -13px;
}
.arrow.bottom:after {
    bottom: -13px;
}
.arrow.left:after {
    left: -13px;
}
.zoom-background {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}
.zoom-background .image-background {
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.zoom-background .overlay:after {
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}
.zoom-background:hover.overlay:after {
    opacity: 0;
}
.zoom-background:hover .image-background {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}
.b-t {
    border-top: 1px solid #d9e2ef;
}
.b-r {
    border-right: 1px solid #d9e2ef;
}
.b-b {
    border-bottom: 1px solid #d9e2ef;
}
.b-l {
    border-left: 1px solid #d9e2ef;
}
@media (min-width: 576px) {
    .b-sm-t {
        border-top: 1px solid #d9e2ef;
    }
    .b-sm-r {
        border-right: 1px solid #d9e2ef;
    }
    .b-sm-b {
        border-bottom: 1px solid #d9e2ef;
    }
    .b-sm-l {
        border-left: 1px solid #d9e2ef;
    }
}
@media (min-width: 768px) {
    .b-md-t {
        border-top: 1px solid #d9e2ef;
    }
    .b-md-r {
        border-right: 1px solid #d9e2ef;
    }
    .b-md-b {
        border-bottom: 1px solid #d9e2ef;
    }
    .b-md-l {
        border-left: 1px solid #d9e2ef;
    }
}
@media (min-width: 992px) {
    .b-lg-t {
        border-top: 1px solid #d9e2ef;
    }
    .b-lg-r {
        border-right: 1px solid #d9e2ef;
    }
    .b-lg-b {
        border-bottom: 1px solid #d9e2ef;
    }
    .b-lg-l {
        border-left: 1px solid #d9e2ef;
    }
}
@media (min-width: 1200px) {
    .b-xl-t {
        border-top: 1px solid #d9e2ef;
    }
    .b-xl-r {
        border-right: 1px solid #d9e2ef;
    }
    .b-xl-b {
        border-bottom: 1px solid #d9e2ef;
    }
    .b-xl-l {
        border-left: 1px solid #d9e2ef;
    }
}
@media (min-width: 1400px) {
    .b-xxl-t {
        border-top: 1px solid #d9e2ef;
    }
    .b-xxl-r {
        border-right: 1px solid #d9e2ef;
    }
    .b-xxl-b {
        border-bottom: 1px solid #d9e2ef;
    }
    .b-xxl-l {
        border-left: 1px solid #d9e2ef;
    }
}
.b-primary {
    border-color: #53f !important;
}
.shadow-primary {
    -webkit-box-shadow: 0 1px 10px rgba(85, 51, 255, 0.4) !important;
    box-shadow: 0 1px 10px rgba(85, 51, 255, 0.4) !important;
}
.b-secondary {
    border-color: #506690 !important;
}
.shadow-secondary {
    -webkit-box-shadow: 0 1px 10px rgba(80, 102, 144, 0.4) !important;
    box-shadow: 0 1px 10px rgba(80, 102, 144, 0.4) !important;
}
.b-success {
    border-color: #00c9b7 !important;
}
.shadow-success {
    -webkit-box-shadow: 0 1px 10px rgba(0, 201, 183, 0.4) !important;
    box-shadow: 0 1px 10px rgba(0, 201, 183, 0.4) !important;
}
.b-info {
    border-color: #00a0e0 !important;
}
.shadow-info {
    -webkit-box-shadow: 0 1px 10px rgba(0, 160, 224, 0.4) !important;
    box-shadow: 0 1px 10px rgba(0, 160, 224, 0.4) !important;
}
.b-warning {
    border-color: #feb868 !important;
}
.shadow-warning {
    -webkit-box-shadow: 0 1px 10px hsla(32, 99%, 70%, 0.4) !important;
    box-shadow: 0 1px 10px hsla(32, 99%, 70%, 0.4) !important;
}
.b-danger {
    border-color: #c1002b !important;
}
.shadow-danger {
    -webkit-box-shadow: 0 1px 10px rgba(193, 0, 43, 0.4) !important;
    box-shadow: 0 1px 10px rgba(193, 0, 43, 0.4) !important;
}
.b-light {
    border-color: #f1f4f8 !important;
}
.shadow-light {
    -webkit-box-shadow: 0 1px 10px rgba(241, 244, 248, 0.4) !important;
    box-shadow: 0 1px 10px rgba(241, 244, 248, 0.4) !important;
}
.b-dark {
    border-color: #2b354f !important;
}
.shadow-dark {
    -webkit-box-shadow: 0 1px 10px rgba(43, 53, 79, 0.4) !important;
    box-shadow: 0 1px 10px rgba(43, 53, 79, 0.4) !important;
}
.b-gray {
    border-color: #869ab8 !important;
}
.shadow-gray {
    -webkit-box-shadow: 0 1px 10px rgba(134, 154, 184, 0.4) !important;
    box-shadow: 0 1px 10px rgba(134, 154, 184, 0.4) !important;
}
.b-gray-light {
    border-color: #c6d3e6 !important;
}
.shadow-gray-light {
    -webkit-box-shadow: 0 1px 10px rgba(198, 211, 230, 0.4) !important;
    box-shadow: 0 1px 10px rgba(198, 211, 230, 0.4) !important;
}
.b-alternate {
    border-color: #fc9e21 !important;
}
.shadow-alternate {
    -webkit-box-shadow: 0 1px 10px rgba(252, 158, 33, 0.4) !important;
    box-shadow: 0 1px 10px rgba(252, 158, 33, 0.4) !important;
}
.b-contrast {
    border-color: #fff !important;
}
.shadow-contrast {
    -webkit-box-shadow: 0 1px 10px hsla(0, 0%, 100%, 0.4) !important;
    box-shadow: 0 1px 10px hsla(0, 0%, 100%, 0.4) !important;
}
.b-darker {
    border-color: #161c2d !important;
}
.shadow-darker {
    -webkit-box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
    box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
}
.b-black {
    border-color: #161c2d !important;
}
.shadow-black {
    -webkit-box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
    box-shadow: 0 1px 10px rgba(22, 28, 45, 0.4) !important;
}
.shadow {
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
}
.drop-shadow {
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}
.shadow-box {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.060);
    box-shadow:-1px 3px 15px 0 rgba(0, 0, 0, 0.060);
}
.shadow-hover {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.shadow-hover:hover {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.090) !important;
    box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.090) !important;
}
.rounded-circle-left {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important;
}
.rounded-circle-right {
    border-bottom-right-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
}
.border-input {
    border: 1px solid #d9e2ef;
}
.bw-2 {
    border-width: 2px;
}
.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.brand-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.brand-facebook:focus,
.brand-facebook:hover,
.btn-check:focus + .brand-facebook {
    background-color: #324c81;
    border-color: #2f477a;
    color: #fff;
}
.brand-facebook:focus,
.btn-check:focus + .brand-facebook {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.brand-facebook.active,
.brand-facebook:active,
.btn-check:active + .brand-facebook,
.btn-check:checked + .brand-facebook,
.show > .brand-facebook.dropdown-toggle {
    background-color: #2f477a;
    border-color: #2c4372;
    color: #fff;
}
.brand-facebook.active:focus,
.brand-facebook:active:focus,
.btn-check:active + .brand-facebook:focus,
.btn-check:checked + .brand-facebook:focus,
.show > .brand-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.brand-facebook.disabled,
.brand-facebook:disabled {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.brand-facebook:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
}

.brand-instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.brand-instagram:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(187, 0, 0, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(187, 0, 0, 0.4) !important;
}

.brand-twitter {
    background-color: #00aced;
    border-color: #00aced;
    color: #161c2d;
}
.brand-twitter:focus,
.brand-twitter:hover,
.btn-check:focus + .brand-twitter {
    background-color: #26b8f0;
    border-color: #1ab4ef;
    color: #161c2d;
}
.brand-twitter:focus,
.btn-check:focus + .brand-twitter {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
}
.brand-twitter.active,
.brand-twitter:active,
.btn-check:active + .brand-twitter,
.btn-check:checked + .brand-twitter,
.show > .brand-twitter.dropdown-toggle {
    background-color: #33bdf1;
    border-color: #1ab4ef;
    color: #161c2d;
}
.brand-twitter.active:focus,
.brand-twitter:active:focus,
.btn-check:active + .brand-twitter:focus,
.btn-check:checked + .brand-twitter:focus,
.show > .brand-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(3, 150, 208, 0.5);
}
.brand-twitter.disabled,
.brand-twitter:disabled {
    background-color: #00aced;
    border-color: #00aced;
    color: #161c2d;
}
.brand-twitter:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
}
.brand-linkedin {
    background-color: #007bb6;
    border-color: #007bb6;
    color: #fff;
}
.brand-linkedin:focus,
.brand-linkedin:hover,
.btn-check:focus + .brand-linkedin {
    background-color: #00699b;
    border-color: #006292;
    color: #fff!important;
}
.brand-linkedin:focus,
.btn-check:focus + .brand-linkedin {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
}
.brand-linkedin.active,
.brand-linkedin:active,
.btn-check:active + .brand-linkedin,
.btn-check:checked + .brand-linkedin,
.show > .brand-linkedin.dropdown-toggle {
    background-color: #006292;
    border-color: #005c89;
    color: #fff;
}
.brand-linkedin.active:focus,
.brand-linkedin:active:focus,
.btn-check:active + .brand-linkedin:focus,
.btn-check:checked + .brand-linkedin:focus,
.show > .brand-linkedin.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 143, 193, 0.5);
}
.brand-linkedin.disabled,
.brand-linkedin:disabled {
    background-color: #007bb6;
    border-color: #007bb6;
    color: #fff;
}
.brand-linkedin:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(59, 89, 152, 0.4) !important;
}
.brand-pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #fff;
}
.brand-pinterest:hover {
    background-color: #ad1b21;
    border-color: #a21a1f;
    color: #fff;
}
.brand-pinterest:focus,
.btn-check:focus + .brand-pinterest {
    background-color: #ad1b21;
    border-color: #a21a1f;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
    color: #fff;
}
.brand-pinterest.active,
.brand-pinterest:active,
.btn-check:active + .brand-pinterest,
.btn-check:checked + .brand-pinterest,
.show > .brand-pinterest.dropdown-toggle {
    background-color: #a21a1f;
    border-color: #98181d;
    color: #fff;
}
.brand-pinterest.active:focus,
.brand-pinterest:active:focus,
.btn-check:active + .brand-pinterest:focus,
.btn-check:checked + .brand-pinterest:focus,
.show > .brand-pinterest.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 65, 71, 0.5);
}
.brand-pinterest.disabled,
.brand-pinterest:disabled {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #fff;
}
.brand-pinterest:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(203, 32, 39, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(203, 32, 39, 0.4) !important;
}
.brand-git {
    background-color: #666;
    border-color: #666;
    color: #fff;
}
.brand-git:focus,
.brand-git:hover,
.btn-check:focus + .brand-git {
    background-color: #575757;
    border-color: #525252;
    color: #fff;
}
.brand-git:focus,
.btn-check:focus + .brand-git {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 49%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 49%, 0.5);
}
.brand-git.active,
.brand-git:active,
.btn-check:active + .brand-git,
.btn-check:checked + .brand-git,
.show > .brand-git.dropdown-toggle {
    background-color: #525252;
    border-color: #4d4d4d;
    color: #fff;
}
.brand-git.active:focus,
.brand-git:active:focus,
.btn-check:active + .brand-git:focus,
.btn-check:checked + .brand-git:focus,
.show > .brand-git.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 49%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 49%, 0.5);
}
.brand-git.disabled,
.brand-git:disabled {
    background-color: #666;
    border-color: #666;
    color: #fff;
}
.brand-git:hover {
    -webkit-box-shadow: -1px 3px 10px 0 hsla(0, 0%, 40%, 0.4) !important;
    box-shadow: -1px 3px 10px 0 hsla(0, 0%, 40%, 0.4) !important;
}
.brand-tumblr {
    background-color: #32506d;
    border-color: #32506d;
    color: #fff;
}
.brand-tumblr:focus,
.brand-tumblr:hover,
.btn-check:focus + .brand-tumblr {
    background-color: #2b445d;
    border-color: #284057;
    color: #fff;
}
.brand-tumblr:focus,
.btn-check:focus + .brand-tumblr {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
}
.brand-tumblr.active,
.brand-tumblr:active,
.btn-check:active + .brand-tumblr,
.btn-check:checked + .brand-tumblr,
.show > .brand-tumblr.dropdown-toggle {
    background-color: #284057;
    border-color: #263c52;
    color: #fff;
}
.brand-tumblr.active:focus,
.brand-tumblr:active:focus,
.btn-check:active + .brand-tumblr:focus,
.btn-check:checked + .brand-tumblr:focus,
.show > .brand-tumblr.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(81, 106, 131, 0.5);
}
.brand-tumblr.disabled,
.brand-tumblr:disabled {
    background-color: #32506d;
    border-color: #32506d;
    color: #fff;
}
.brand-tumblr:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(50, 80, 109, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(50, 80, 109, 0.4) !important;
}
.brand-vimeo {
    background-color: #aad450;
    border-color: #aad450;
    color: #161c2d;
}
.brand-vimeo:focus,
.brand-vimeo:hover,
.btn-check:focus + .brand-vimeo {
    background-color: #b7da6a;
    border-color: #b3d862;
    color: #161c2d;
}
.brand-vimeo:focus,
.btn-check:focus + .brand-vimeo {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
}
.brand-vimeo.active,
.brand-vimeo:active,
.btn-check:active + .brand-vimeo,
.btn-check:checked + .brand-vimeo,
.show > .brand-vimeo.dropdown-toggle {
    background-color: #bbdd73;
    border-color: #b3d862;
    color: #161c2d;
}
.brand-vimeo.active:focus,
.brand-vimeo:active:focus,
.btn-check:active + .brand-vimeo:focus,
.btn-check:checked + .brand-vimeo:focus,
.show > .brand-vimeo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(148, 184, 75, 0.5);
}
.brand-vimeo.disabled,
.brand-vimeo:disabled {
    background-color: #aad450;
    border-color: #aad450;
    color: #161c2d;
}
.brand-vimeo:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(170, 212, 80, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(170, 212, 80, 0.4) !important;
}
.brand-youtube {
    background-color: #b00;
    border-color: #b00;
    color: #fff;
}
.brand-youtube:focus,
.brand-youtube:hover,
.btn-check:focus + .brand-youtube {
    background-color: #9f0000;
    border-color: #960000;
    color: #fff;
}
.brand-youtube:focus,
.btn-check:focus + .brand-youtube {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
}
.brand-youtube.active,
.brand-youtube:active,
.btn-check:active + .brand-youtube,
.btn-check:checked + .brand-youtube,
.show > .brand-youtube.dropdown-toggle {
    background-color: #960000;
    border-color: #8c0000;
    color: #fff;
}
.brand-youtube.active:focus,
.brand-youtube:active:focus,
.btn-check:active + .brand-youtube:focus,
.btn-check:checked + .brand-youtube:focus,
.show > .brand-youtube.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(197, 38, 38, 0.5);
}
.brand-youtube.disabled,
.brand-youtube:disabled {
    background-color: #b00;
    border-color: #b00;
    color: #fff;
}
.brand-youtube:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(187, 0, 0, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(187, 0, 0, 0.4) !important;
}
.brand-flickr {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #161c2d;
}
.brand-flickr:focus,
.brand-flickr:hover,
.btn-check:focus + .brand-flickr {
    background-color: #ff2696;
    border-color: #ff1a90;
    color: #161c2d;
}
.brand-flickr:focus,
.btn-check:focus + .brand-flickr {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
}
.brand-flickr.active,
.brand-flickr:active,
.btn-check:active + .brand-flickr,
.btn-check:checked + .brand-flickr,
.show > .brand-flickr.dropdown-toggle {
    background-color: #ff339d;
    border-color: #ff1a90;
    color: #161c2d;
}
.brand-flickr.active:focus,
.brand-flickr:active:focus,
.btn-check:active + .brand-flickr:focus,
.btn-check:checked + .brand-flickr:focus,
.show > .brand-flickr.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 4, 119, 0.5);
}
.brand-flickr.disabled,
.brand-flickr:disabled {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #161c2d;
}
.brand-flickr:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 0, 132, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(255, 0, 132, 0.4) !important;
}
.brand-reddit {
    background-color: #ff4500;
    border-color: #ff4500;
    color: #161c2d;
}
.brand-reddit:focus,
.brand-reddit:hover,
.btn-check:focus + .brand-reddit {
    background-color: #ff6126;
    border-color: #ff581a;
    color: #161c2d;
}
.brand-reddit:focus,
.btn-check:focus + .brand-reddit {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
}
.brand-reddit.active,
.brand-reddit:active,
.btn-check:active + .brand-reddit,
.btn-check:checked + .brand-reddit,
.show > .brand-reddit.dropdown-toggle {
    background-color: #ff6a33;
    border-color: #ff581a;
    color: #161c2d;
}
.brand-reddit.active:focus,
.brand-reddit:active:focus,
.btn-check:active + .brand-reddit:focus,
.btn-check:checked + .brand-reddit:focus,
.show > .brand-reddit.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 63, 7, 0.5);
}
.brand-reddit.disabled,
.brand-reddit:disabled {
    background-color: #ff4500;
    border-color: #ff4500;
    color: #161c2d;
}
.brand-reddit:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 69, 0, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(255, 69, 0, 0.4) !important;
}
.brand-dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #161c2d;
}
.brand-dribbble:focus,
.brand-dribbble:hover,
.btn-check:focus + .brand-dribbble {
    background-color: #ed679b;
    border-color: #ec5e95;
    color: #161c2d;
}
.brand-dribbble:focus,
.btn-check:focus + .brand-dribbble {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
}
.brand-dribbble.active,
.brand-dribbble:active,
.btn-check:active + .brand-dribbble,
.btn-check:checked + .brand-dribbble,
.show > .brand-dribbble.dropdown-toggle {
    background-color: #ee70a1;
    border-color: #ec5e95;
    color: #161c2d;
}
.brand-dribbble.active:focus,
.brand-dribbble:active:focus,
.btn-check:active + .brand-dribbble:focus,
.btn-check:checked + .brand-dribbble:focus,
.show > .brand-dribbble.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(202, 69, 123, 0.5);
}
.brand-dribbble.disabled,
.brand-dribbble:disabled {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #161c2d;
}
.brand-dribbble:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(234, 76, 137, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(234, 76, 137, 0.4) !important;
}
.brand-skype {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #161c2d;
}
.brand-skype:focus,
.brand-skype:hover,
.btn-check:focus + .brand-skype {
    background-color: #26bbf2;
    border-color: #1ab7f2;
    color: #161c2d;
}
.brand-skype:focus,
.btn-check:focus + .brand-skype {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
}
.brand-skype.active,
.brand-skype:active,
.btn-check:active + .brand-skype,
.btn-check:checked + .brand-skype,
.show > .brand-skype.dropdown-toggle {
    background-color: #33bff3;
    border-color: #1ab7f2;
    color: #161c2d;
}
.brand-skype.active:focus,
.brand-skype:active:focus,
.btn-check:active + .brand-skype:focus,
.btn-check:checked + .brand-skype:focus,
.show > .brand-skype.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(3, 153, 211, 0.5);
}
.brand-skype.disabled,
.brand-skype:disabled {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #161c2d;
}
.brand-skype:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 175, 240, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(0, 175, 240, 0.4) !important;
}

.fa-skype:hover{
    color: #fffdff;
}
.fa-linkedin:hover{
    color: #fffdff;
}

.brand-lastfm {
    background-color: #c3000d;
    border-color: #c3000d;
    color: #fff;
}
.brand-lastfm:focus,
.brand-lastfm:hover,
.btn-check:focus + .brand-lastfm {
    background-color: #a6000b;
    border-color: #9c000a;
    color: #fff;
}
.brand-lastfm:focus,
.btn-check:focus + .brand-lastfm {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
}
.brand-lastfm.active,
.brand-lastfm:active,
.btn-check:active + .brand-lastfm,
.btn-check:checked + .brand-lastfm,
.show > .brand-lastfm.dropdown-toggle {
    background-color: #9c000a;
    border-color: #92000a;
    color: #fff;
}
.brand-lastfm.active:focus,
.brand-lastfm:active:focus,
.btn-check:active + .brand-lastfm:focus,
.btn-check:checked + .brand-lastfm:focus,
.show > .brand-lastfm.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(204, 38, 49, 0.5);
}
.brand-lastfm.disabled,
.brand-lastfm:disabled {
    background-color: #c3000d;
    border-color: #c3000d;
    color: #fff;
}
.brand-lastfm:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(195, 0, 13, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(195, 0, 13, 0.4) !important;
}
.brand-soundcloud {
    background-color: #f80;
    border-color: #f80;
    color: #161c2d;
}
.brand-soundcloud:focus,
.brand-soundcloud:hover,
.btn-check:focus + .brand-soundcloud {
    background-color: #ff9a26;
    border-color: #ff941a;
    color: #161c2d;
}
.brand-soundcloud:focus,
.btn-check:focus + .brand-soundcloud {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
}
.brand-soundcloud.active,
.brand-soundcloud:active,
.btn-check:active + .brand-soundcloud,
.btn-check:checked + .brand-soundcloud,
.show > .brand-soundcloud.dropdown-toggle {
    background-color: #ffa033;
    border-color: #ff941a;
    color: #161c2d;
}
.brand-soundcloud.active:focus,
.brand-soundcloud:active:focus,
.btn-check:active + .brand-soundcloud:focus,
.btn-check:checked + .brand-soundcloud:focus,
.show > .brand-soundcloud.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 120, 7, 0.5);
}
.brand-soundcloud.disabled,
.brand-soundcloud:disabled {
    background-color: #f80;
    border-color: #f80;
    color: #161c2d;
}
.brand-soundcloud:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 136, 0, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(255, 136, 0, 0.4) !important;
}
.brand-behance {
    background-color: #1769ff;
    border-color: #1769ff;
    color: #fff;
}
.brand-behance:focus,
.brand-behance:hover,
.btn-check:focus + .brand-behance {
    background-color: #1459d9;
    border-color: #1254cc;
    color: #fff;
}
.brand-behance:focus,
.btn-check:focus + .brand-behance {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
}
.brand-behance.active,
.brand-behance:active,
.btn-check:active + .brand-behance,
.btn-check:checked + .brand-behance,
.show > .brand-behance.dropdown-toggle {
    background-color: #1254cc;
    border-color: #114fbf;
    color: #fff;
}
.brand-behance.active:focus,
.brand-behance:active:focus,
.btn-check:active + .brand-behance:focus,
.btn-check:checked + .brand-behance:focus,
.show > .brand-behance.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(58, 128, 255, 0.5);
}
.brand-behance.disabled,
.brand-behance:disabled {
    background-color: #1769ff;
    border-color: #1769ff;
    color: #fff;
}
.brand-behance:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(23, 105, 255, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(23, 105, 255, 0.4) !important;
}
.brand-envato {
    background-color: #82b541;
    border-color: #82b541;
    color: #161c2d;
}
.brand-envato:focus,
.brand-envato:hover,
.btn-check:focus + .brand-envato {
    background-color: #95c05e;
    border-color: #8fbc54;
    color: #161c2d;
}
.brand-envato:focus,
.btn-check:focus + .brand-envato {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
}
.brand-envato.active,
.brand-envato:active,
.btn-check:active + .brand-envato,
.btn-check:checked + .brand-envato,
.show > .brand-envato.dropdown-toggle {
    background-color: #9bc467;
    border-color: #8fbc54;
    color: #161c2d;
}
.brand-envato.active:focus,
.brand-envato:active:focus,
.btn-check:active + .brand-envato:focus,
.btn-check:checked + .brand-envato:focus,
.show > .brand-envato.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(114, 158, 62, 0.5);
}
.brand-envato.disabled,
.brand-envato:disabled {
    background-color: #82b541;
    border-color: #82b541;
    color: #161c2d;
}
.brand-envato:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(130, 181, 65, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(130, 181, 65, 0.4) !important;
}
.brand-medium {
    background-color: #00ab6c;
    border-color: #00ab6c;
    color: #161c2d;
}
.brand-medium:focus,
.brand-medium:hover,
.btn-check:focus + .brand-medium {
    background-color: #26b882;
    border-color: #1ab37b;
    color: #161c2d;
}
.brand-medium:focus,
.btn-check:focus + .brand-medium {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
}
.brand-medium.active,
.brand-medium:active,
.btn-check:active + .brand-medium,
.btn-check:checked + .brand-medium,
.show > .brand-medium.dropdown-toggle {
    background-color: #33bc89;
    border-color: #1ab37b;
    color: #161c2d;
}
.brand-medium.active:focus,
.brand-medium:active:focus,
.btn-check:active + .brand-medium:focus,
.btn-check:checked + .brand-medium:focus,
.show > .brand-medium.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(3, 150, 99, 0.5);
}
.brand-medium.disabled,
.brand-medium:disabled {
    background-color: #00ab6c;
    border-color: #00ab6c;
    color: #161c2d;
}
.brand-medium:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 171, 108, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(0, 171, 108, 0.4) !important;
}
.brand-spotify {
    background-color: #1db954;
    border-color: #1db954;
    color: #161c2d;
}
.brand-spotify:focus,
.brand-spotify:hover,
.btn-check:focus + .brand-spotify {
    background-color: #3fc46e;
    border-color: #34c065;
    color: #161c2d;
}
.brand-spotify:focus,
.btn-check:focus + .brand-spotify {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
}
.brand-spotify.active,
.brand-spotify:active,
.btn-check:active + .brand-spotify,
.btn-check:checked + .brand-spotify,
.show > .brand-spotify.dropdown-toggle {
    background-color: #4ac776;
    border-color: #34c065;
    color: #161c2d;
}
.brand-spotify.active:focus,
.brand-spotify:active:focus,
.btn-check:active + .brand-spotify:focus,
.btn-check:checked + .brand-spotify:focus,
.show > .brand-spotify.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(28, 161, 78, 0.5);
}
.brand-spotify.disabled,
.brand-spotify:disabled {
    background-color: #1db954;
    border-color: #1db954;
    color: #161c2d;
}
.brand-spotify:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(29, 185, 84, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(29, 185, 84, 0.4) !important;
}
.brand-quora {
    background-color: #a82400;
    border-color: #a82400;
    color: #fff;
}
.brand-quora:focus,
.brand-quora:hover,
.btn-check:focus + .brand-quora {
    background-color: #8f1f00;
    border-color: #861d00;
    color: #fff;
}
.brand-quora:focus,
.btn-check:focus + .brand-quora {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
}
.brand-quora.active,
.brand-quora:active,
.btn-check:active + .brand-quora,
.btn-check:checked + .brand-quora,
.show > .brand-quora.dropdown-toggle {
    background-color: #861d00;
    border-color: #7e1b00;
    color: #fff;
}
.brand-quora.active:focus,
.brand-quora:active:focus,
.btn-check:active + .brand-quora:focus,
.btn-check:checked + .brand-quora:focus,
.show > .brand-quora.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(181, 69, 38, 0.5);
}
.brand-quora.disabled,
.brand-quora:disabled {
    background-color: #a82400;
    border-color: #a82400;
    color: #fff;
}
.brand-quora:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(168, 36, 0, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(168, 36, 0, 0.4) !important;
}
.brand-xing {
    background-color: #026466;
    border-color: #026466;
    color: #fff;
}
.brand-xing:focus,
.brand-xing:hover,
.btn-check:focus + .brand-xing {
    background-color: #025557;
    border-color: #025052;
    color: #fff;
}
.brand-xing:focus,
.btn-check:focus + .brand-xing {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
}
.brand-xing.active,
.brand-xing:active,
.btn-check:active + .brand-xing,
.btn-check:checked + .brand-xing,
.show > .brand-xing.dropdown-toggle {
    background-color: #025052;
    border-color: #024b4d;
    color: #fff;
}
.brand-xing.active:focus,
.brand-xing:active:focus,
.btn-check:active + .brand-xing:focus,
.btn-check:checked + .brand-xing:focus,
.show > .brand-xing.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(40, 123, 125, 0.5);
}
.brand-xing.disabled,
.brand-xing:disabled {
    background-color: #026466;
    border-color: #026466;
    color: #fff;
}
.brand-xing:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(2, 100, 102, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(2, 100, 102, 0.4) !important;
}
.brand-snapchat {
    background-color: #fffc00;
    border-color: #fffc00;
    color: #161c2d;
}
.brand-snapchat:focus,
.brand-snapchat:hover,
.btn-check:focus + .brand-snapchat {
    background-color: #fffc26;
    border-color: #fffc1a;
    color: #161c2d;
}
.brand-snapchat:focus,
.btn-check:focus + .brand-snapchat {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
}
.brand-snapchat.active,
.brand-snapchat:active,
.btn-check:active + .brand-snapchat,
.btn-check:checked + .brand-snapchat,
.show > .brand-snapchat.dropdown-toggle {
    background-color: #fffd33;
    border-color: #fffc1a;
    color: #161c2d;
}
.brand-snapchat.active:focus,
.brand-snapchat:active:focus,
.btn-check:active + .brand-snapchat:focus,
.btn-check:checked + .brand-snapchat:focus,
.show > .brand-snapchat.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 218, 7, 0.5);
}
.brand-snapchat.disabled,
.brand-snapchat:disabled {
    background-color: #fffc00;
    border-color: #fffc00;
    color: #161c2d;
}
.brand-snapchat:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255, 252, 0, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(255, 252, 0, 0.4) !important;
}
.brand-whatsapp {
    background-color: #075e54;
    border-color: #075e54;
    color: #fff;
}
.brand-whatsapp:focus,
.brand-whatsapp:hover,
.btn-check:focus + .brand-whatsapp {
    background-color: #065047;
    border-color: #064b43;
    color: #fff;
}
.brand-whatsapp:focus,
.btn-check:focus + .brand-whatsapp {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
}
.brand-whatsapp.active,
.brand-whatsapp:active,
.btn-check:active + .brand-whatsapp,
.btn-check:checked + .brand-whatsapp,
.show > .brand-whatsapp.dropdown-toggle {
    background-color: #064b43;
    border-color: #05473f;
    color: #fff;
}
.brand-whatsapp.active:focus,
.brand-whatsapp:active:focus,
.btn-check:active + .brand-whatsapp:focus,
.btn-check:checked + .brand-whatsapp:focus,
.show > .brand-whatsapp.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(44, 118, 110, 0.5);
}
.brand-whatsapp.disabled,
.brand-whatsapp:disabled {
    background-color: #075e54;
    border-color: #075e54;
    color: #fff;
}
.brand-whatsapp:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(7, 94, 84, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(7, 94, 84, 0.4) !important;
}
.brand-rss {
    background-color: #f26522;
    border-color: #f26522;
    color: #161c2d;
}
.brand-rss:focus,
.brand-rss:hover,
.btn-check:focus + .brand-rss {
    background-color: #f47c43;
    border-color: #f37438;
    color: #161c2d;
}
.brand-rss:focus,
.btn-check:focus + .brand-rss {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
}
.brand-rss.active,
.brand-rss:active,
.btn-check:active + .brand-rss,
.btn-check:checked + .brand-rss,
.show > .brand-rss.dropdown-toggle {
    background-color: #f5844e;
    border-color: #f37438;
    color: #161c2d;
}
.brand-rss.active:focus,
.brand-rss:active:focus,
.btn-check:active + .brand-rss:focus,
.btn-check:checked + .brand-rss:focus,
.show > .brand-rss.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(209, 90, 36, 0.5);
}
.brand-rss.disabled,
.brand-rss:disabled {
    background-color: #f26522;
    border-color: #f26522;
    color: #161c2d;
}
.brand-rss:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(242, 101, 34, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(242, 101, 34, 0.4) !important;
}
.ipad,
.iphone,
.iphone-x {
    border: 1px solid #d9e2ef;
    margin: 0 auto;
    position: relative;
}
.ipad:after,
.ipad:before,
.iphone-x:after,
.iphone-x:before,
.iphone:after,
.iphone:before {
    content: "";
    position: absolute;
}
.ipad:before,
.iphone-x:before,
.iphone:before {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 4px;
    left: 0;
    right: 0;
    width: 45px;
}
.ipad:after,
.iphone-x:after,
.iphone:after {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
    display: block;
    height: 8px;
    left: 50%;
    width: 8px;
}
.ipad .screen,
.iphone-x .screen,
.iphone .screen {
    margin: 0 auto;
    overflow: hidden;
}
.ipad .screen img,
.iphone-x .screen img,
.iphone .screen img {
    max-width: 100%;
}
.ipad,
.iphone {
    background: #fff;
    border-radius: 36px;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
    max-width: 255px;
    padding: 55px 0;
}
.ipad:before,
.iphone:before {
    background: #e3e8eb;
    margin: -25px auto 0;
}
.ipad:after,
.iphone:after {
    background: #e3e8eb;
    margin-left: -45px;
    top: 30px;
}
.ipad .screen,
.iphone .screen {
    width: 90%;
}
.ipad .screen img,
.iphone .screen img {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 17, 53, 0.16);
    box-shadow: 0 0 0 1px rgba(0, 17, 53, 0.16);
}
.ipad .button,
.iphone .button {
    border: 1px solid #d9e2ef;
    border-radius: 50%;
    bottom: 1.75%;
    -webkit-box-shadow: inset 0 0 1px 2px #e3e8eb;
    box-shadow: inset 0 0 1px 2px #e3e8eb;
    height: 0;
    left: 50%;
    padding-top: 36px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
}
.ipad.small,
.iphone.small {
    border-radius: 26px;
    max-width: 185px;
    padding: 45px 0;
}
.ipad.small:before,
.iphone.small:before {
    width: 35px;
}
.ipad.small:after,
.iphone.small:after {
    top: 20px;
}
.ipad.small .button,
.iphone.small .button {
    margin-left: -8px;
    padding-top: 28px;
    width: 28px;
}
.ipad.landscape,
.iphone.landscape {
    padding: 1rem 3rem;
}
.ipad.landscape:after,
.ipad.landscape:before,
.iphone.landscape:after,
.iphone.landscape:before {
    left: 16%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ipad.landscape .button,
.iphone.landscape .button {
    left: 100%;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ipad:before {
    content: none;
}
.ipad.portrait:after {
    left: 50%;
    margin-left: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.iphone-x {
    background: #131d2d;
    border-radius: 26px;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
    max-width: 243.75px;
    padding: 9.75px;
}
.iphone-x:after,
.iphone-x:before {
    background-color: #1c2b43;
    z-index: 1;
}
.iphone-x:before {
    margin: 0 auto;
}
.iphone-x:after {
    margin-left: 33px;
    top: 8px;
}
.iphone-x .screen {
    border-radius: 13px;
}
.iphone-x .screen img {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);
}
.iphone-x .notch {
    background-color: #131d2d;
    border-radius: 13px;
    height: 22.75px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 135.85px;
}
.iphone-x.light,
.iphone-x.light .notch {
    background-color: #f1f4f8;
}
.iphone-x.light:after,
.iphone-x.light:before {
    background-color: #e3e8eb;
}
.device-twin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 425px;
    position: relative;
    width: 100%;
}
.device-twin .mockup {
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 20px 50px -25px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 20px 50px -25px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.1);
    max-width: 210px;
}
@media (min-width: 768px) {
    .device-twin .phone {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .device-twin .phone.front:hover {
        -webkit-transform: rotate(2deg) translate3d(0, -8px, 0);
        transform: rotate(2deg) translate3d(0, -8px, 0);
    }
    .device-twin .phone.absolute {
        margin-top: -30px;
    }
    .device-twin .phone.absolute:hover {
        -webkit-transform: rotate(-2deg) translate3d(-10px, 0, 0);
        transform: rotate(-2deg) translate3d(-10px, 0, 0);
    }
}
.device-twin.free-width {
    max-width: none;
}

.fade-bottom:after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff), to(#fff));
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff 70%, #fff);
    bottom: -25px;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    right: 0;
}
.shape-divider {
    pointer-events: none;
    position: absolute;
}
.shape-divider-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.shape-divider-bottom > * {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
@media (min-width: 768px) {
    .shape-divider-bottom {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.shape-divider-fluid-x > * {
    height: auto;
    width: 100%;
}
.shape-divider-fluid-y > * {
    height: 100%;
    width: auto;
}
.shape-divider svg {
    fill: currentColor;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.gradient {
    background-color: transparent;
}
.gradient.gradient-purple-blue {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#0083dd));
    background-image: linear-gradient(to right top, #a772ff, #0083dd);
}
.gradient.gradient-purple-blue.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.1)), to(rgba(0, 131, 221, 0.1)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.1), rgba(0, 131, 221, 0.1));
}
.gradient.gradient-purple-blue.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.2)), to(rgba(0, 131, 221, 0.2)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.2), rgba(0, 131, 221, 0.2));
}
.gradient.gradient-purple-blue.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.3)), to(rgba(0, 131, 221, 0.3)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.3), rgba(0, 131, 221, 0.3));
}
.gradient.gradient-purple-blue.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.4)), to(rgba(0, 131, 221, 0.4)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.4), rgba(0, 131, 221, 0.4));
}
.gradient.gradient-purple-blue.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.5)), to(rgba(0, 131, 221, 0.5)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.5), rgba(0, 131, 221, 0.5));
}
.gradient.gradient-purple-blue.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.6)), to(rgba(0, 131, 221, 0.6)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.6), rgba(0, 131, 221, 0.6));
}
.gradient.gradient-purple-blue.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.7)), to(rgba(0, 131, 221, 0.7)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.7), rgba(0, 131, 221, 0.7));
}
.gradient.gradient-purple-blue.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.8)), to(rgba(0, 131, 221, 0.8)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(0, 131, 221, 0.8));
}
.gradient.gradient-purple-blue.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.9)), to(rgba(0, 131, 221, 0.9)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.9), rgba(0, 131, 221, 0.9));
}
.gradient.gradient-purple-dark {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#4f2ca9));
    background-image: linear-gradient(to right top, #a772ff, #4f2ca9);
}
.gradient.gradient-purple-dark.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.1)), to(rgba(79, 44, 169, 0.1)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.1), rgba(79, 44, 169, 0.1));
}
.gradient.gradient-purple-dark.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.2)), to(rgba(79, 44, 169, 0.2)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.2), rgba(79, 44, 169, 0.2));
}
.gradient.gradient-purple-dark.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.3)), to(rgba(79, 44, 169, 0.3)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.3), rgba(79, 44, 169, 0.3));
}
.gradient.gradient-purple-dark.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.4)), to(rgba(79, 44, 169, 0.4)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.4), rgba(79, 44, 169, 0.4));
}
.gradient.gradient-purple-dark.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.5)), to(rgba(79, 44, 169, 0.5)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.5), rgba(79, 44, 169, 0.5));
}
.gradient.gradient-purple-dark.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.6)), to(rgba(79, 44, 169, 0.6)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.6), rgba(79, 44, 169, 0.6));
}
.gradient.gradient-purple-dark.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.7)), to(rgba(79, 44, 169, 0.7)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.7), rgba(79, 44, 169, 0.7));
}
.gradient.gradient-purple-dark.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.8)), to(rgba(79, 44, 169, 0.8)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(79, 44, 169, 0.8));
}
.gradient.gradient-purple-dark.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.9)), to(rgba(79, 44, 169, 0.9)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.9), rgba(79, 44, 169, 0.9));
}
.gradient.gradient-purple-navy {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#161c2d));
    background-image: linear-gradient(to right top, #a772ff, #161c2d);
}
.gradient.gradient-purple-navy.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.1)), to(rgba(22, 28, 45, 0.1)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.1), rgba(22, 28, 45, 0.1));
}
.gradient.gradient-purple-navy.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.2)), to(rgba(22, 28, 45, 0.2)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.2), rgba(22, 28, 45, 0.2));
}
.gradient.gradient-purple-navy.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.3)), to(rgba(22, 28, 45, 0.3)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.3), rgba(22, 28, 45, 0.3));
}
.gradient.gradient-purple-navy.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.4)), to(rgba(22, 28, 45, 0.4)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.4), rgba(22, 28, 45, 0.4));
}
.gradient.gradient-purple-navy.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.5)), to(rgba(22, 28, 45, 0.5)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.5), rgba(22, 28, 45, 0.5));
}
.gradient.gradient-purple-navy.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.6)), to(rgba(22, 28, 45, 0.6)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.6), rgba(22, 28, 45, 0.6));
}
.gradient.gradient-purple-navy.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.7)), to(rgba(22, 28, 45, 0.7)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.7), rgba(22, 28, 45, 0.7));
}
.gradient.gradient-purple-navy.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.8)), to(rgba(22, 28, 45, 0.8)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(22, 28, 45, 0.8));
}
.gradient.gradient-purple-navy.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, 0.9)), to(rgba(22, 28, 45, 0.9)));
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.9), rgba(22, 28, 45, 0.9));
}
.gradient.gradient-blue-purple {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#a772ff));
    background-image: linear-gradient(to right top, #0083dd, #a772ff);
}
.gradient.gradient-blue-purple.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.1)), to(rgba(167, 114, 255, 0.1)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.1), rgba(167, 114, 255, 0.1));
}
.gradient.gradient-blue-purple.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.2)), to(rgba(167, 114, 255, 0.2)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.2), rgba(167, 114, 255, 0.2));
}
.gradient.gradient-blue-purple.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.3)), to(rgba(167, 114, 255, 0.3)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.3), rgba(167, 114, 255, 0.3));
}
.gradient.gradient-blue-purple.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.4)), to(rgba(167, 114, 255, 0.4)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.4), rgba(167, 114, 255, 0.4));
}
.gradient.gradient-blue-purple.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.5)), to(rgba(167, 114, 255, 0.5)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.5), rgba(167, 114, 255, 0.5));
}
.gradient.gradient-blue-purple.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.6)), to(rgba(167, 114, 255, 0.6)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.6), rgba(167, 114, 255, 0.6));
}
.gradient.gradient-blue-purple.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.7)), to(rgba(167, 114, 255, 0.7)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.7), rgba(167, 114, 255, 0.7));
}
.gradient.gradient-blue-purple.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.8)), to(rgba(167, 114, 255, 0.8)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.8), rgba(167, 114, 255, 0.8));
}
.gradient.gradient-blue-purple.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.9)), to(rgba(167, 114, 255, 0.9)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.9), rgba(167, 114, 255, 0.9));
}
.gradient.gradient-blue-dark {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#00447b));
    background-image: linear-gradient(to right top, #0083dd, #00447b);
}
.gradient.gradient-blue-dark.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.1)), to(rgba(0, 68, 123, 0.1)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.1), rgba(0, 68, 123, 0.1));
}
.gradient.gradient-blue-dark.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.2)), to(rgba(0, 68, 123, 0.2)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.2), rgba(0, 68, 123, 0.2));
}
.gradient.gradient-blue-dark.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.3)), to(rgba(0, 68, 123, 0.3)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.3), rgba(0, 68, 123, 0.3));
}
.gradient.gradient-blue-dark.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.4)), to(rgba(0, 68, 123, 0.4)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.4), rgba(0, 68, 123, 0.4));
}
.gradient.gradient-blue-dark.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.5)), to(rgba(0, 68, 123, 0.5)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.5), rgba(0, 68, 123, 0.5));
}
.gradient.gradient-blue-dark.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.6)), to(rgba(0, 68, 123, 0.6)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.6), rgba(0, 68, 123, 0.6));
}
.gradient.gradient-blue-dark.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.7)), to(rgba(0, 68, 123, 0.7)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.7), rgba(0, 68, 123, 0.7));
}
.gradient.gradient-blue-dark.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.8)), to(rgba(0, 68, 123, 0.8)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.8), rgba(0, 68, 123, 0.8));
}
.gradient.gradient-blue-dark.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.9)), to(rgba(0, 68, 123, 0.9)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.9), rgba(0, 68, 123, 0.9));
}
.gradient.gradient-blue-navy {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#161c2d));
    background-image: linear-gradient(to right top, #0083dd, #161c2d);
}
.gradient.gradient-blue-navy.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.1)), to(rgba(22, 28, 45, 0.1)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.1), rgba(22, 28, 45, 0.1));
}
.gradient.gradient-blue-navy.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.2)), to(rgba(22, 28, 45, 0.2)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.2), rgba(22, 28, 45, 0.2));
}
.gradient.gradient-blue-navy.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.3)), to(rgba(22, 28, 45, 0.3)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.3), rgba(22, 28, 45, 0.3));
}
.gradient.gradient-blue-navy.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.4)), to(rgba(22, 28, 45, 0.4)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.4), rgba(22, 28, 45, 0.4));
}
.gradient.gradient-blue-navy.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.5)), to(rgba(22, 28, 45, 0.5)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.5), rgba(22, 28, 45, 0.5));
}
.gradient.gradient-blue-navy.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.6)), to(rgba(22, 28, 45, 0.6)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.6), rgba(22, 28, 45, 0.6));
}
.gradient.gradient-blue-navy.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.7)), to(rgba(22, 28, 45, 0.7)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.7), rgba(22, 28, 45, 0.7));
}
.gradient.gradient-blue-navy.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.8)), to(rgba(22, 28, 45, 0.8)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.8), rgba(22, 28, 45, 0.8));
}
.gradient.gradient-blue-navy.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, 0.9)), to(rgba(22, 28, 45, 0.9)));
    background-image: linear-gradient(to right top, rgba(0, 131, 221, 0.9), rgba(22, 28, 45, 0.9));
}
.gradient.gradient-navy-purple {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#161c2d), to(#a772ff));
    background-image: linear-gradient(to right top, #161c2d, #a772ff);
}
.gradient.gradient-navy-purple.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.1)), to(rgba(167, 114, 255, 0.1)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.1), rgba(167, 114, 255, 0.1));
}
.gradient.gradient-navy-purple.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.2)), to(rgba(167, 114, 255, 0.2)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.2), rgba(167, 114, 255, 0.2));
}
.gradient.gradient-navy-purple.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.3)), to(rgba(167, 114, 255, 0.3)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.3), rgba(167, 114, 255, 0.3));
}
.gradient.gradient-navy-purple.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.4)), to(rgba(167, 114, 255, 0.4)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.4), rgba(167, 114, 255, 0.4));
}
.gradient.gradient-navy-purple.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.5)), to(rgba(167, 114, 255, 0.5)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.5), rgba(167, 114, 255, 0.5));
}
.gradient.gradient-navy-purple.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.6)), to(rgba(167, 114, 255, 0.6)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.6), rgba(167, 114, 255, 0.6));
}
.gradient.gradient-navy-purple.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.7)), to(rgba(167, 114, 255, 0.7)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.7), rgba(167, 114, 255, 0.7));
}
.gradient.gradient-navy-purple.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.8)), to(rgba(167, 114, 255, 0.8)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.8), rgba(167, 114, 255, 0.8));
}
.gradient.gradient-navy-purple.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.9)), to(rgba(167, 114, 255, 0.9)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.9), rgba(167, 114, 255, 0.9));
}
.gradient.gradient-navy-blue {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#161c2d), to(#0083dd));
    background-image: linear-gradient(to right top, #161c2d, #0083dd);
}
.gradient.gradient-navy-blue.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.1)), to(rgba(0, 131, 221, 0.1)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.1), rgba(0, 131, 221, 0.1));
}
.gradient.gradient-navy-blue.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.2)), to(rgba(0, 131, 221, 0.2)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.2), rgba(0, 131, 221, 0.2));
}
.gradient.gradient-navy-blue.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.3)), to(rgba(0, 131, 221, 0.3)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.3), rgba(0, 131, 221, 0.3));
}
.gradient.gradient-navy-blue.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.4)), to(rgba(0, 131, 221, 0.4)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.4), rgba(0, 131, 221, 0.4));
}
.gradient.gradient-navy-blue.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.5)), to(rgba(0, 131, 221, 0.5)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.5), rgba(0, 131, 221, 0.5));
}
.gradient.gradient-navy-blue.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.6)), to(rgba(0, 131, 221, 0.6)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.6), rgba(0, 131, 221, 0.6));
}
.gradient.gradient-navy-blue.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.7)), to(rgba(0, 131, 221, 0.7)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.7), rgba(0, 131, 221, 0.7));
}
.gradient.gradient-navy-blue.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.8)), to(rgba(0, 131, 221, 0.8)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.8), rgba(0, 131, 221, 0.8));
}
.gradient.gradient-navy-blue.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(22, 28, 45, 0.9)), to(rgba(0, 131, 221, 0.9)));
    background-image: linear-gradient(to right top, rgba(22, 28, 45, 0.9), rgba(0, 131, 221, 0.9));
}
.gradient.gradient-primary-dark {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#53f), to(#161c2d));
    background-image: linear-gradient(to right top, #09ACFF, #161c2d);
}
.gradient.gradient-primary-dark.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.1)), to(rgba(22, 28, 45, 0.1)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.1), rgba(22, 28, 45, 0.1));
}
.gradient.gradient-primary-dark.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.2)), to(rgba(22, 28, 45, 0.2)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.2), rgba(22, 28, 45, 0.2));
}
.gradient.gradient-primary-dark.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.3)), to(rgba(22, 28, 45, 0.3)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.3), rgba(22, 28, 45, 0.3));
}
.gradient.gradient-primary-dark.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.4)), to(rgba(22, 28, 45, 0.4)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.4), rgba(22, 28, 45, 0.4));
}
.gradient.gradient-primary-dark.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.5)), to(rgba(22, 28, 45, 0.5)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.5), rgba(22, 28, 45, 0.5));
}
.gradient.gradient-primary-dark.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.6)), to(rgba(22, 28, 45, 0.6)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.6), rgba(22, 28, 45, 0.6));
}
.gradient.gradient-primary-dark.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.7)), to(rgba(22, 28, 45, 0.7)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.7), rgba(22, 28, 45, 0.7));
}
.gradient.gradient-primary-dark.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.8)), to(rgba(22, 28, 45, 0.8)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.8), rgba(22, 28, 45, 0.8));
}
.gradient.gradient-primary-dark.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.9)), to(rgba(22, 28, 45, 0.9)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.9), rgba(22, 28, 45, 0.9));
}
.gradient.gradient-primary-light {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#53f), to(#a772ff));
    background-image: linear-gradient(to right top, #09AC68, #09acff);
}
.gradient.gradient-primary-light.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.1)), to(rgba(167, 114, 255, 0.1)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.1), rgba(167, 114, 255, 0.1));
}
.gradient.gradient-primary-light.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.2)), to(rgba(167, 114, 255, 0.2)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.2), rgba(167, 114, 255, 0.2));
}
.gradient.gradient-primary-light.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.3)), to(rgba(167, 114, 255, 0.3)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.3), rgba(167, 114, 255, 0.3));
}
.gradient.gradient-primary-light.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.4)), to(rgba(167, 114, 255, 0.4)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.4), rgba(167, 114, 255, 0.4));
}
.gradient.gradient-primary-light.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.5)), to(rgba(167, 114, 255, 0.5)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.5), rgba(167, 114, 255, 0.5));
}
.gradient.gradient-primary-light.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.6)), to(rgba(167, 114, 255, 0.6)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.6), rgba(167, 114, 255, 0.6));
}
.gradient.gradient-primary-light.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.7)), to(rgba(167, 114, 255, 0.7)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.7), rgba(167, 114, 255, 0.7));
}
.gradient.gradient-primary-light.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.8)), to(rgba(167, 114, 255, 0.8)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.8), rgba(167, 114, 255, 0.8));
}
.gradient.gradient-primary-light.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, 0.9)), to(rgba(167, 114, 255, 0.9)));
    background-image: linear-gradient(to right top, rgba(85, 51, 255, 0.9), rgba(167, 114, 255, 0.9));
}
.list li + li {
    padding-top: 10px;
}
.list.list-striped li:nth-of-type(odd) {
    background-color: rgba(64, 81, 131, 0.1);
}
.list.list-bordered li {
    border-top: 1px solid #d9e2ef;
}
.list.list-bordered li:last-child {
    border-bottom: 1px solid #d9e2ef;
}
.list.list-inline li {
    display: inline-block;
}
.grid-of-images a {
    border-bottom: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    margin: 0 5px 5px 0;
}
blockquote {
    position: relative;
}
blockquote.team-quote .quote {
    left: 0;
    top: -8px;
}
.fullscreen {
    min-height: 100vh;
}
@media (min-width: 576px) {
    .fullscreen-sm {
        min-height: 100vh;
    }
}
@media (min-width: 768px) {
    .fullscreen-md {
        min-height: 100vh;
    }
}
@media (min-width: 992px) {
    .fullscreen-lg {
        min-height: 100vh;
    }
}
@media (min-width: 1200px) {
    .fullscreen-xl {
        min-height: 100vh;
    }
}
@media (min-width: 1400px) {
    .fullscreen-xxl {
        min-height: 100vh;
    }
}
.rounded-split {
    overflow: hidden;
}
.rounded-split:after {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px 3px rgba(22, 28, 45, 0.05);
    box-shadow: 0 0 25px 3px rgba(22, 28, 45, 0.05);
    content: "";
    height: 200%;
    position: absolute;
    -webkit-transform: translate3d(90%, -25%, 0);
    transform: translate3d(90%, -25%, 0);
    width: 100%;
    z-index: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x {
    overflow-x: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y {
    overflow-y: auto;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.op-1 {
    opacity: 0.1;
}
.w-10 {
    width: 10%;
}
.w-10px {
    width: 10px;
}
.op-2 {
    opacity: 0.2;
}
.w-20 {
    width: 20%;
}
.w-20px {
    width: 20px;
}
.op-3 {
    opacity: 0.3;
}
.w-30 {
    width: 30%;
}
.w-30px {
    width: 30px;
}
.op-4 {
    opacity: 0.4;
}
.w-40 {
    width: 40%;
}
.w-40px {
    width: 40px;
}
.op-5 {
    opacity: 0.5;
}
.w-50 {
    width: 50%;
}
.w-50px {
    width: 50px;
}
.op-6 {
    opacity: 0.6;
}
.w-60 {
    width: 60%;
}
.w-60px {
    width: 60px;
}
.op-7 {
    opacity: 0.7;
}
.w-70 {
    width: 70%;
}
.w-70px {
    width: 70px;
}
.op-8 {
    opacity: 0.8;
}
.w-80 {
    width: 80%;
}
.w-80px {
    width: 80px;
}
.op-9 {
    opacity: 0.9;
}
.w-90 {
    width: 90%;
}
.w-90px {
    width: 90px;
}
.arrow-down {
    -webkit-animation: jump 5s infinite;
    animation: jump 5s infinite;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.no-action {
    pointer-events: none;
}
.overlay {
    position: relative;
}
.overlay:after {
    background-color: rgb(39 51 62 / 43%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.overlay > .content,
.overlay [class^="container"] {
    position: relative;
    z-index: 1;
}
.overlay.overlay-primary.alpha-1:after {
    background-color: rgba(85, 51, 255, 0.1);
}
.overlay.overlay-primary.alpha-2:after {
    background-color: rgba(85, 51, 255, 0.2);
}
.overlay.overlay-primary.alpha-3:after {
    background-color: #09acff00;
}
.overlay.overlay-primary.alpha-4:after {
    background-color: rgba(85, 51, 255, 0.4);
}
.overlay.overlay-primary.alpha-5:after {
    background-color: rgba(85, 51, 255, 0.5);
}
.overlay.overlay-primary.alpha-6:after {
    background-color: rgba(85, 51, 255, 0.6);
}
.overlay.overlay-primary.alpha-7:after {
    background-color: rgba(85, 51, 255, 0.7);
}
/* .overlay.overlay-primary.alpha-8:after {
       background: #5533ff;
    opacity: 0.8;
     background-color:  #3facf8ba;

} */
.overlay.overlay-primary.alpha-9:after {
    background-color: rgba(85, 51, 255, 0.9);
}
.overlay.overlay-secondary:after {
    background-color: rgba(80, 102, 144, 0.6);
}
.overlay.overlay-secondary.alpha-1:after {
    background-color: rgba(80, 102, 144, 0.1);
}
.overlay.overlay-secondary.alpha-2:after {
    background-color: rgba(80, 102, 144, 0.2);
}
.overlay.overlay-secondary.alpha-3:after {
    background-color: rgba(80, 102, 144, 0.3);
}
.overlay.overlay-secondary.alpha-4:after {
    background-color: rgba(80, 102, 144, 0.4);
}
.overlay.overlay-secondary.alpha-5:after {
    background-color: rgba(80, 102, 144, 0.5);
}
.overlay.overlay-secondary.alpha-6:after {
    background-color: rgba(80, 102, 144, 0.6);
}
.overlay.overlay-secondary.alpha-7:after {
    background-color: rgba(80, 102, 144, 0.7);
}
.overlay.overlay-secondary.alpha-8:after {
    background-color: rgba(80, 102, 144, 0.8);
}
.overlay.overlay-secondary.alpha-9:after {
    background-color: rgba(80, 102, 144, 0.9);
}
.overlay.overlay-success:after {
    background-color: rgba(0, 201, 183, 0.6);
}
.overlay.overlay-success.alpha-1:after {
    background-color: rgba(0, 201, 183, 0.1);
}
.overlay.overlay-success.alpha-2:after {
    background-color: rgba(0, 201, 183, 0.2);
}
.overlay.overlay-success.alpha-3:after {
    background-color: rgba(0, 201, 183, 0.3);
}
.overlay.overlay-success.alpha-4:after {
    background-color: rgba(0, 201, 183, 0.4);
}
.overlay.overlay-success.alpha-5:after {
    background-color: rgba(0, 201, 183, 0.5);
}
.overlay.overlay-success.alpha-6:after {
    background-color: rgba(0, 201, 183, 0.6);
}
.overlay.overlay-success.alpha-7:after {
    background-color: rgba(0, 201, 183, 0.7);
}
.overlay.overlay-success.alpha-8:after {
    background-color: rgba(0, 201, 183, 0.8);
}
.overlay.overlay-success.alpha-9:after {
    background-color: rgba(0, 201, 183, 0.9);
}
.overlay.overlay-info:after {
    background-color: rgba(0, 160, 224, 0.6);
}
.overlay.overlay-info.alpha-1:after {
    background-color: rgba(0, 160, 224, 0.1);
}
.overlay.overlay-info.alpha-2:after {
    background-color: rgba(0, 160, 224, 0.2);
}
.overlay.overlay-info.alpha-3:after {
    background-color: rgba(0, 160, 224, 0.3);
}
.overlay.overlay-info.alpha-4:after {
    background-color: rgba(0, 160, 224, 0.4);
}
.overlay.overlay-info.alpha-5:after {
    background-color: rgba(0, 160, 224, 0.5);
}
.overlay.overlay-info.alpha-6:after {
    background-color: rgba(0, 160, 224, 0.6);
}
.overlay.overlay-info.alpha-7:after {
    background-color: rgba(0, 160, 224, 0.7);
}
.overlay.overlay-info.alpha-8:after {
    background-color: rgba(0, 160, 224, 0.8);
}
.overlay.overlay-info.alpha-9:after {
    background-color: rgba(0, 160, 224, 0.9);
}
.overlay.overlay-warning:after {
    background-color: hsla(32, 99%, 70%, 0.6);
}
.overlay.overlay-warning.alpha-1:after {
    background-color: hsla(32, 99%, 70%, 0.1);
}
.overlay.overlay-warning.alpha-2:after {
    background-color: hsla(32, 99%, 70%, 0.2);
}
.overlay.overlay-warning.alpha-3:after {
    background-color: hsla(32, 99%, 70%, 0.3);
}
.overlay.overlay-warning.alpha-4:after {
    background-color: hsla(32, 99%, 70%, 0.4);
}
.overlay.overlay-warning.alpha-5:after {
    background-color: hsla(32, 99%, 70%, 0.5);
}
.overlay.overlay-warning.alpha-6:after {
    background-color: hsla(32, 99%, 70%, 0.6);
}
.overlay.overlay-warning.alpha-7:after {
    background-color: hsla(32, 99%, 70%, 0.7);
}
.overlay.overlay-warning.alpha-8:after {
    background-color: hsla(32, 99%, 70%, 0.8);
}
.overlay.overlay-warning.alpha-9:after {
    background-color: hsla(32, 99%, 70%, 0.9);
}
.overlay.overlay-danger:after {
    background-color: rgba(193, 0, 43, 0.6);
}
.overlay.overlay-danger.alpha-1:after {
    background-color: rgba(193, 0, 43, 0.1);
}
.overlay.overlay-danger.alpha-2:after {
    background-color: rgba(193, 0, 43, 0.2);
}
.overlay.overlay-danger.alpha-3:after {
    background-color: rgba(193, 0, 43, 0.3);
}
.overlay.overlay-danger.alpha-4:after {
    background-color: rgba(193, 0, 43, 0.4);
}
.overlay.overlay-danger.alpha-5:after {
    background-color: rgba(193, 0, 43, 0.5);
}
.overlay.overlay-danger.alpha-6:after {
    background-color: rgba(193, 0, 43, 0.6);
}
.overlay.overlay-danger.alpha-7:after {
    background-color: rgba(193, 0, 43, 0.7);
}
.overlay.overlay-danger.alpha-8:after {
    background-color: rgba(193, 0, 43, 0.8);
}
.overlay.overlay-danger.alpha-9:after {
    background-color: rgba(193, 0, 43, 0.9);
}
.overlay.overlay-light:after {
    background-color: rgba(241, 244, 248, 0.6);
}
.overlay.overlay-light.alpha-1:after {
    background-color: rgba(241, 244, 248, 0.1);
}
.overlay.overlay-light.alpha-2:after {
    background-color: rgba(241, 244, 248, 0.2);
}
.overlay.overlay-light.alpha-3:after {
    background-color: rgba(241, 244, 248, 0.3);
}
.overlay.overlay-light.alpha-4:after {
    background-color: rgba(241, 244, 248, 0.4);
}
.overlay.overlay-light.alpha-5:after {
    background-color: rgba(241, 244, 248, 0.5);
}
.overlay.overlay-light.alpha-6:after {
    background-color: rgba(241, 244, 248, 0.6);
}
.overlay.overlay-light.alpha-7:after {
    background-color: rgba(241, 244, 248, 0.7);
}
.overlay.overlay-light.alpha-8:after {
    background-color: rgba(241, 244, 248, 0.8);
}
.overlay.overlay-light.alpha-9:after {
    background-color: rgba(241, 244, 248, 0.9);
}
.overlay.overlay-dark:after {
    background-color: rgba(43, 53, 79, 0.6);
}
.overlay.overlay-dark.alpha-1:after {
    background-color: rgba(43, 53, 79, 0.1);
}
.overlay.overlay-dark.alpha-2:after {
    background-color: rgba(43, 53, 79, 0.2);
}
.overlay.overlay-dark.alpha-3:after {
    background-color: rgba(43, 53, 79, 0.3);
}
.overlay.overlay-dark.alpha-4:after {
    background-color: rgba(43, 53, 79, 0.4);
}
.overlay.overlay-dark.alpha-5:after {
    background-color: rgba(43, 53, 79, 0.5);
}
.overlay.overlay-dark.alpha-6:after {
    background-color: rgba(43, 53, 79, 0.6);
}
.overlay.overlay-dark.alpha-7:after {
    background-color: rgba(43, 53, 79, 0.7);
}
.overlay.overlay-dark.alpha-8:after {
    background-color: rgba(43, 53, 79, 0.8);
}
.overlay.overlay-dark.alpha-9:after {
    background-color: rgba(43, 53, 79, 0.9);
}
.overlay.overlay-gray:after {
    background-color: rgba(134, 154, 184, 0.6);
}
.overlay.overlay-gray.alpha-1:after {
    background-color: rgba(134, 154, 184, 0.1);
}
.overlay.overlay-gray.alpha-2:after {
    background-color: rgba(134, 154, 184, 0.2);
}
.overlay.overlay-gray.alpha-3:after {
    background-color: rgba(134, 154, 184, 0.3);
}
.overlay.overlay-gray.alpha-4:after {
    background-color: rgba(134, 154, 184, 0.4);
}
.overlay.overlay-gray.alpha-5:after {
    background-color: rgba(134, 154, 184, 0.5);
}
.overlay.overlay-gray.alpha-6:after {
    background-color: rgba(134, 154, 184, 0.6);
}
.overlay.overlay-gray.alpha-7:after {
    background-color: rgba(134, 154, 184, 0.7);
}
.overlay.overlay-gray.alpha-8:after {
    background-color: rgba(134, 154, 184, 0.8);
}
.overlay.overlay-gray.alpha-9:after {
    background-color: rgba(134, 154, 184, 0.9);
}
.overlay.overlay-gray-light:after {
    background-color: rgba(198, 211, 230, 0.6);
}
.overlay.overlay-gray-light.alpha-1:after {
    background-color: rgba(198, 211, 230, 0.1);
}
.overlay.overlay-gray-light.alpha-2:after {
    background-color: rgba(198, 211, 230, 0.2);
}
.overlay.overlay-gray-light.alpha-3:after {
    background-color: rgba(198, 211, 230, 0.3);
}
.overlay.overlay-gray-light.alpha-4:after {
    background-color: rgba(198, 211, 230, 0.4);
}
.overlay.overlay-gray-light.alpha-5:after {
    background-color: rgba(198, 211, 230, 0.5);
}
.overlay.overlay-gray-light.alpha-6:after {
    background-color: rgba(198, 211, 230, 0.6);
}
.overlay.overlay-gray-light.alpha-7:after {
    background-color: rgba(198, 211, 230, 0.7);
}
.overlay.overlay-gray-light.alpha-8:after {
    background-color: rgba(198, 211, 230, 0.8);
}
.overlay.overlay-gray-light.alpha-9:after {
    background-color: rgba(198, 211, 230, 0.9);
}
.overlay.overlay-alternate:after {
    background-color: rgba(252, 158, 33, 0.6);
}
.overlay.overlay-alternate.alpha-1:after {
    background-color: rgba(252, 158, 33, 0.1);
}
.overlay.overlay-alternate.alpha-2:after {
    background-color: rgba(252, 158, 33, 0.2);
}
.overlay.overlay-alternate.alpha-3:after {
    background-color: rgba(252, 158, 33, 0.3);
}
.overlay.overlay-alternate.alpha-4:after {
    background-color: rgba(252, 158, 33, 0.4);
}
.overlay.overlay-alternate.alpha-5:after {
    background-color: rgba(252, 158, 33, 0.5);
}
.overlay.overlay-alternate.alpha-6:after {
    background-color: rgba(252, 158, 33, 0.6);
}
.overlay.overlay-alternate.alpha-7:after {
    background-color: rgba(252, 158, 33, 0.7);
}
.overlay.overlay-alternate.alpha-8:after {
    background-color: rgba(252, 158, 33, 0.8);
}
.overlay.overlay-alternate.alpha-9:after {
    background-color: rgba(252, 158, 33, 0.9);
}
.overlay.overlay-contrast:after {
    background-color: hsla(0, 0%, 100%, 0.6);
}
.overlay.overlay-contrast.alpha-1:after {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.overlay.overlay-contrast.alpha-2:after {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.overlay.overlay-contrast.alpha-3:after {
    background-color: hsla(0, 0%, 100%, 0.3);
}
.overlay.overlay-contrast.alpha-4:after {
    background-color: hsla(0, 0%, 100%, 0.4);
}
.overlay.overlay-contrast.alpha-5:after {
    background-color: hsla(0, 0%, 100%, 0.5);
}
.overlay.overlay-contrast.alpha-6:after {
    background-color: hsla(0, 0%, 100%, 0.6);
}
.overlay.overlay-contrast.alpha-7:after {
    background-color: hsla(0, 0%, 100%, 0.7);
}
.overlay.overlay-contrast.alpha-8:after {
    background-color: hsla(0, 0%, 100%, 0.8);
}
.overlay.overlay-contrast.alpha-9:after {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.overlay.overlay-darker:after {
    background-color: rgba(22, 28, 45, 0.6);
}
.overlay.overlay-darker.alpha-1:after {
    background-color: rgba(22, 28, 45, 0.1);
}
.overlay.overlay-darker.alpha-2:after {
    background-color: rgba(22, 28, 45, 0.2);
}
.overlay.overlay-darker.alpha-3:after {
    background-color: rgba(22, 28, 45, 0.3);
}
.overlay.overlay-darker.alpha-4:after {
    background-color: rgba(22, 28, 45, 0.4);
}
.overlay.overlay-darker.alpha-5:after {
    background-color: rgba(22, 28, 45, 0.5);
}
.overlay.overlay-darker.alpha-6:after {
    background-color: rgba(22, 28, 45, 0.6);
}
.overlay.overlay-darker.alpha-7:after {
    background-color: rgba(22, 28, 45, 0.7);
}
.overlay.overlay-darker.alpha-8:after {
    background-color: rgba(22, 28, 45, 0.8);
}
.overlay.overlay-darker.alpha-9:after {
    background-color: rgba(22, 28, 45, 0.9);
}
.overlay.overlay-black:after {
    background-color: rgba(22, 28, 45, 0.6);
}
.overlay.overlay-black.alpha-1:after {
    background-color: rgba(22, 28, 45, 0.1);
}
.overlay.overlay-black.alpha-2:after {
    background-color: rgba(22, 28, 45, 0.2);
}
.overlay.overlay-black.alpha-3:after {
    background-color: rgba(22, 28, 45, 0.3);
}
.overlay.overlay-black.alpha-4:after {
    background-color: rgba(22, 28, 45, 0.4);
}
.overlay.overlay-black.alpha-5:after {
    background-color: rgba(22, 28, 45, 0.5);
}
.overlay.overlay-black.alpha-6:after {
    background-color: rgba(22, 28, 45, 0.6);
}
.overlay.overlay-black.alpha-7:after {
    background-color: rgba(22, 28, 45, 0.7);
}
.overlay.overlay-black.alpha-8:after {
    background-color: rgba(22, 28, 45, 0.8);
}
.overlay.overlay-black.alpha-9:after {
    background-color: rgba(22, 28, 45, 0.9);
}
.inner-overlay {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
}
.inner-overlay.gradient {
    background-image: linear-gradient(-48deg, #cd92ff 25%, #00a0e0);
}
.zoom-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}
.zoom-image img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.zoom-image.overlay:after {
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}
.zoom-image:hover.overlay:after {
    opacity: 0;
}
.zoom-image:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}
.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
.center-x {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.center-y {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.center-xy,
.center-y {
    position: absolute;
    top: 50%;
}
.center-xy {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 576px) {
    .absolute-sm {
        position: absolute !important;
    }
    .center-x-sm {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .center-y-sm {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .center-xy-sm {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
@media (min-width: 768px) {
    .absolute-md {
        position: absolute !important;
    }
    .center-x-md {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .center-y-md {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .center-xy-md {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
@media (min-width: 992px) {
    .absolute-lg {
        position: absolute !important;
    }
    .center-x-lg {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .center-y-lg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .center-xy-lg {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
@media (min-width: 1200px) {
    .absolute-xl {
        position: absolute !important;
    }
    .center-x-xl {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .center-y-xl {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .center-xy-xl {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
@media (min-width: 1400px) {
    .absolute-xxl {
        position: absolute !important;
    }
    .center-x-xxl {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .center-y-xxl {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .center-xy-xxl {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
.top {
    top: 0 !important;
}
.right {
    right: 0 !important;
}
.bottom {
    bottom: 0 !important;
}
.left {
    left: 0 !important;
}
.center-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.row.gap-y {
    margin-bottom: -0.75rem;
    margin-top: -0.75rem;
}
.row.gap-y > .col,
.row.gap-y > [class*="col-"] {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.row.gap-2x {
    margin: -1.5rem;
}
.row.gap-2x > .col,
.row.gap-2x > [class*="col-"] {
    padding: 1.5rem;
}
.shape-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.shape-wrapper-screen {
    overflow: unset;
}
.main-shape-wrapper {
    position: relative;
}
.shape-center,
.shape-left,
.shape-right,
.shape-top {
    max-width: 560px;
    position: absolute;
}
.shape-left {
    left: 0;
    top: 200px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.shape-left.shape-rounded {
    top: 0;
    -webkit-transform: translate3d(-15%, -1%, 0) rotate(28deg) scale(1.4);
    transform: translate3d(-15%, -1%, 0) rotate(28deg) scale(1.4);
}
.shape-right {
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shape-right.w-50 {
    left: 47vw;
    max-width: 50%;
}
.shape-center {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shape-fill {
    fill: #000;
}
.shape-fill.shape-fill-primary {
    fill: #53f;
}
.shape-fill.shape-fill-secondary {
    fill: #506690;
}
.shape-fill.shape-fill-success {
    fill: #00c9b7;
}
.shape-fill.shape-fill-info {
    fill: #00a0e0;
}
.shape-fill.shape-fill-warning {
    fill: #feb868;
}
.shape-fill.shape-fill-danger {
    fill: #c1002b;
}
.shape-fill.shape-fill-light {
    fill: #f1f4f8;
}
.shape-fill.shape-fill-dark {
    fill: #2b354f;
}
.shape-fill.shape-fill-gray {
    fill: #869ab8;
}
.shape-fill.shape-fill-gray-light {
    fill: #c6d3e6;
}
.shape-fill.shape-fill-alternate {
    fill: #fc9e21;
}
.shape-fill.shape-fill-contrast {
    fill: #fff;
}
.shape-fill.shape-fill-black,
.shape-fill.shape-fill-darker {
    fill: #161c2d;
}
.shape-stroke {
    fill: none;
    stroke: #6146d7;
    stroke-width: 2px;
}
.shape-stroke.shape-stroke-primary {
    stroke: #2b00ff;
}
.shape-stroke.shape-stroke-secondary {
    stroke: #3e4f6f;
}
.shape-stroke.shape-stroke-success {
    stroke: #009689;
}
.shape-stroke.shape-stroke-info {
    stroke: #007cad;
}
.shape-stroke.shape-stroke-warning {
    stroke: #fea035;
}
.shape-stroke.shape-stroke-danger {
    stroke: #8e0020;
}
.shape-stroke.shape-stroke-light {
    stroke: #cfd9e7;
}
.shape-stroke.shape-stroke-dark {
    stroke: #191f2e;
}
.shape-stroke.shape-stroke-gray {
    stroke: #667fa5;
}
.shape-stroke.shape-stroke-gray-light {
    stroke: #a3b8d6;
}
.shape-stroke.shape-stroke-alternate {
    stroke: #e78503;
}
.shape-stroke.shape-stroke-contrast {
    stroke: #e6e6e6;
}
.shape-stroke.shape-stroke-black,
.shape-stroke.shape-stroke-darker {
    stroke: #05070b;
}
.divider-shape svg.shape-waves {
    height: 100px;
}
@media (min-width: 768px) {
    .divider-shape svg.shape-waves {
        height: 133px;
    }
}
.header .shape-waves{
    left: 0; 
    transform: rotate3d(0,1,0,180deg);
}

.shape-background {
    background-color: #f9fbfd;
    border-radius: 120px;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.shape-background.shape-right {
    left: 180%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 768px) {
    .shape-background.shape-right {
        left: 120%;
    }
}
@media (min-width: 992px) {
    .shape-background.shape-right {
        left: 88%;
    }
}
.shape-background.shape-left {
    left: -669px;
    max-width: 750px;
    top: -182px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.shape-screen-left,
.shape-screen-right {
    position: absolute;
}
.shape-screen-left {
    left: 0;
    -webkit-transform: translate(-70%, 60%);
    transform: translate(-70%, 60%);
}
@media (min-width: 576px) {
    .shape-screen-left {
        -webkit-transform: translate(-30%, 60%);
        transform: translate(-30%, 60%);
    }
}
@media (min-width: 768px) {
    .shape-screen-left {
        -webkit-transform: translate(-45%, -20%);
        transform: translate(-45%, -20%);
    }
}
@media (min-width: 992px) {
    .shape-screen-left {
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@media (min-width: 1400px) {
    .shape-screen-left {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.shape-screen-right {
    right: 0;
    -webkit-transform: translate(90%, 12%);
    transform: translate(90%, 12%);
}
@media (min-width: 576px) {
    .shape-screen-right {
        -webkit-transform: translate(70%, 5%);
        transform: translate(70%, 5%);
    }
}
@media (min-width: 768px) {
    .shape-screen-right {
        max-width: 50%;
        -webkit-transform: translate(40%, 80%);
        transform: translate(40%, 80%);
    }
}
@media (min-width: 992px) {
    .shape-screen-right {
        -webkit-transform: translate(50%);
        transform: translate(50%);
    }
}
@media (min-width: 1400px) {
    .shape-screen-right {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.speech-bubble {
    background: #53f;
    border-radius: 0.4em;
    padding: 0.25rem 0.5rem;
    position: relative;
}
.speech-bubble:before {
    border: 10px solid transparent;
    border-bottom: 0;
    border-top-color: #53f;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.speech-bubble:after {
    -webkit-animation: pulse 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    background-color: #53f;
    border: 1px solid #53f;
    border-radius: 50%;
    bottom: -20px;
    content: "";
    height: 6px;
    left: 50%;
    padding: 2px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 8px 2px #53f;
        box-shadow: 0 0 8px 2px #53f;
    }
    to {
        -webkit-box-shadow: 0 0 20px 2px #53f;
        box-shadow: 0 0 20px 2px #53f;
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 8px 2px #53f;
        box-shadow: 0 0 8px 2px #53f;
    }
    to {
        -webkit-box-shadow: 0 0 20px 2px #53f;
        box-shadow: 0 0 20px 2px #53f;
    }
}
.italic {
    font-style: italic !important;
}
.underline {
    text-decoration: underline !important;
}
.dotted {
    border-bottom: 1px dotted;
}
.strike-through,
s {
    color: #b7c0d7;
    font-weight: 300;
    text-decoration: line-through !important;
}
.bold,
strong {
    font-weight: 700 !important;
}
.semi-bold {
    font-weight: 500 !important;
}
.thin {
    font-weight: 100 !important;
}
.light {
    font-weight: 300 !important;
}
.regular {
    font-weight: 400 !important;
}
.extra-bold {
    font-weight: 800 !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-wrap {
    white-space: normal !important;
}
@media (min-width: 576px) {
    .text-sm-nowrap {
        white-space: nowrap !important;
    }
    .text-sm-wrap {
        white-space: normal !important;
    }
}
@media (min-width: 768px) {
    .text-md-nowrap {
        white-space: nowrap !important;
    }
    .text-md-wrap {
        white-space: normal !important;
    }
}
@media (min-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap !important;
    }
    .text-lg-wrap {
        white-space: normal !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-nowrap {
        white-space: nowrap !important;
    }
    .text-xl-wrap {
        white-space: normal !important;
    }
}
@media (min-width: 1400px) {
    .text-xxl-nowrap {
        white-space: nowrap !important;
    }
    .text-xxl-wrap {
        white-space: normal !important;
    }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #161c2d;
    font-family: 1rem;
    font-weight: 400;
}
.heading-line:after {
    background-color: #53f;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 24px;
    margin-top: 32px;
    width: 40px;
}
.text-center .heading-line:after {
    margin-left: auto;
    margin-right: auto;
}
.font-regular {
    font-size: 1rem !important;
}
.font-xs {
    font-size: 0.75rem !important;
}
.font-sm {
    font-size: 0.875rem !important;
}
.font-md {
    font-size: 1.75rem !important;
}
.font-lg {
    font-size: 3.25rem !important;
}
.font-xl {
    font-size: 4.5rem !important;
}
.font-xxl {
    font-size: 6.5rem !important;
}
.font-l {
    font-size: 1.25rem;
}
.display-1 {
    font-size: 5rem !important;
}
.display-2 {
    font-size: 4.5rem !important;
}
.display-3 {
    font-size: 4rem !important;
}
.display-4 {
    font-size: 3.5rem !important;
}
.display-5 {
    font-size: 3rem !important;
}
.display-6 {
    font-size: 2.5rem !important;
}
@media (min-width: 576px) {
    .display-sm-1 {
        font-size: 5rem !important;
    }
    .display-sm-2 {
        font-size: 4.5rem !important;
    }
    .display-sm-3 {
        font-size: 4rem !important;
    }
    .display-sm-4 {
        font-size: 3.5rem !important;
    }
    .display-sm-5 {
        font-size: 3rem !important;
    }
    .display-sm-6 {
        font-size: 2.5rem !important;
    }
}
@media (min-width: 768px) {
    .display-md-1 {
        font-size: 5rem !important;
    }
    .display-md-2 {
        font-size: 4.5rem !important;
    }
    .display-md-3 {
        font-size: 4rem !important;
    }
    .display-md-4 {
        font-size: 3.5rem !important;
    }
    .display-md-5 {
        font-size: 3rem !important;
    }
    .display-md-6 {
        font-size: 2.5rem !important;
    }
}
@media (min-width: 992px) {
    .display-lg-1 {
        font-size: 5rem !important;
    }
    .display-lg-2 {
        font-size: 4.5rem !important;
    }
    .display-lg-3 {
        font-size: 4rem !important;
    }
    .display-lg-4 {
        font-size: 3.5rem !important;
    }
    .display-lg-5 {
        font-size: 2.8rem !important;
    }
    .display-lg-6 {
        font-size: 2.5rem !important;
    }
}
@media (min-width: 1200px) {
    .display-xl-1 {
        font-size: 5rem !important;
    }
    .display-xl-2 {
        font-size: 4.5rem !important;
    }
    .display-xl-3 {
        font-size: 4rem !important;
    }
    .display-xl-4 {
        font-size: 3.5rem !important;
    }
    .display-xl-5 {
        font-size: 3rem !important;
    }
    .display-xl-6 {
        font-size: 2.5rem !important;
    }
}
@media (min-width: 1400px) {
    .display-xxl-1 {
        font-size: 5rem !important;
    }
    .display-xxl-2 {
        font-size: 4.5rem !important;
    }
    .display-xxl-3 {
        font-size: 4rem !important;
    }
    .display-xxl-4 {
        font-size: 3.5rem !important;
    }
    .display-xxl-5 {
        font-size: 3rem !important;
    }
    .display-xxl-6 {
        font-size: 2.5rem !important;
    }
}
.handwritten {
    font-family: Caveat, cursive, Poppins, sans-serif;
}
.handwritten.highlight {
    line-height: 1.25em;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.handwritten.highlight:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA3CAMAAADDj2FQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGYUExURQAAAMXe58Te58Xf6Mbf6MTe58Xg5////8Xf5sXf5sTe5sja7MTf58Tf58TX68fd6MPf6Mbb6cXe5sbf5cXe58Tf5sPh58Te6MTe58Te5v///8Tf5sbe58Xf5sTf5sTd5sXf5qr//8zd7sXe5sTe5sTd6Lba2sXf58Tf58Xe5sTf5sTe58Xf5sPh5sXe58Xf58Tf58Xf5szM/7+//8Xf5tTU1MXe58Tf58Hg6sXe5sXe5sLa5sTe5sTe5sTf5sTf58Ph4cXf58Xf58bi4sXc58Tg5cXf58Tf58Tf5sXf5cTe5sTf58Pg58Te5sXe58Xc58ff5sLd5MXe58Xe5sPe6cbi4sPf5sXe5sXe58bd58Xe5sPf58Tf5sTe58Xe58zl5cXf58bd6MTf5sTf5sTf58Te58Tc5sXe5sXf5sXf58Pe58Xe58Te58fc6sXg6MTf5sXf5sXe58Lg5sXf58Te5sPd58Tf5sXe57/U6cHg58Tf5sTf58Te58Xe58Te5MTf5sXf5sXe5sTf5sXe5sXf5sTe5cTe6MXf59gagUYAAACHdFJOUwB3dllaxEsC+5L+DqFgDRc4JHxwl9IrTtf9AfFVsfpc8gMP3OdkB+Gr/NHW0DPP+INzBQTIBqT5GR+FFX+HcYIRgcMSFltiwMlQ34tjlJYsKSa2xi8JSb5uNpx52/WNCtgtaZC49jTlm+tWzLclQ7OT7iqgfmzajgwhSuBX7yeRqZ/o9GplT5WzxmIAAAFXSURBVBgZfcEDdxwBAIXRbznrjW2btY2ktm07tdv3t3s2bU7SzvTdC2zEatiGtRuvBu8gVvU8VlscK34A61ASq70Ra28aa99+rPokVv0erFQc68F1rOdDWC8msBKTszjjeoZTGi5iTRSwngxi3dNhnHLzdqwdTVhbVIWzPrcGK7V2HU5Cm3FW93XtwtmqLM7O1swJnBodDzBODuoaTloXG3AKGr2Mke9VezfG1Vada2FJVZ5/NTarroU/UnWETEuFbn47ljlKSEy60cOiTg0Rdl5qekhFMJI7S1h/h7qKVLTpNBEePZU+l4Hggk4R4eOY9OFlAP0aC4gw8CknjSaCmV51EuntO0lXztRqboC/lI7cGn9TgtcLGUnDUi0rBNkOVUz2vbp/W4vu5llWVNgUy9IbNsViU5fuPB65qSXfykQIqpPZVRlVTPM/Pe+/fJW+Y8z8/DH7C72mVfoIDlnRAAAAAElFTkSuQmCC);
    content: "";
    height: 55px;
    margin-left: -1.5rem;
    position: absolute;
    width: 31px;
}
.fill-primary {
    fill: #53f;
}
.fill-secondary {
    fill: #506690;
}
.fill-success {
    fill: #00c9b7;
}
.fill-info {
    fill: #00a0e0;
}
.fill-warning {
    fill: #feb868;
}
.fill-danger {
    fill: #c1002b;
}
.fill-light {
    fill: #f1f4f8;
}
.fill-dark {
    fill: #2b354f;
}
.fill-gray {
    fill: #869ab8;
}
.fill-gray-light {
    fill: #c6d3e6;
}
.fill-alternate {
    fill: #fc9e21;
}
.fill-contrast {
    fill: #fff;
}
.fill-black,
.fill-darker {
    fill: #161c2d;
}
[data-bs-toggle="collapse"] .angle {
    margin-right: 0.5rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
[data-bs-toggle="collapse"].collapsed .angle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion .card {
    border: 1px solid #d9e2ef;
}
.accordion .card-header {
    background-color: #f1f4f8;
    border-bottom: none;
}
.accordion .card-header .btn:active,
.accordion .card-header .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion .card-header .card-title {
    padding-left: 0;
    padding-right: 0;
}
.accordion .card-title {
    margin-bottom: 0;
}
.accordion:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #d9e2ef !important;
}
.accordion.accordion-clean .card {
    border-bottom: 1px solid #d9e2ef;
}
.accordion.accordion-clean .card-header {
    background-color: #fff;
    cursor: pointer;
}
.accordion.accordion-collapsed .card {
    border-bottom: none;
}
.accordion.accordion-collapsed .card:last-of-type {
    border-bottom: 1px solid #d9e2ef;
}
.accordion.accordion-primary .card {
    border-color: #53f;
}
.accordion.accordion-primary .card-header {
    background-color: #53f;
}
.accordion.accordion-primary .card-header .card-title {
    color: #fff;
}
.accordion.accordion-primary:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #53f !important;
}
.accordion.accordion-secondary .card {
    border-color: #506690;
}
.accordion.accordion-secondary .card-header {
    background-color: #506690;
}
.accordion.accordion-secondary .card-header .card-title {
    color: #fff;
}
.accordion.accordion-secondary:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #506690 !important;
}
.accordion.accordion-success .card {
    border-color: #00c9b7;
}
.accordion.accordion-success .card-header {
    background-color: #00c9b7;
}
.accordion.accordion-success .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-success:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #00c9b7 !important;
}
.accordion.accordion-info .card {
    border-color: #00a0e0;
}
.accordion.accordion-info .card-header {
    background-color: #00a0e0;
}
.accordion.accordion-info .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-info:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #00a0e0 !important;
}
.accordion.accordion-warning .card {
    border-color: #feb868;
}
.accordion.accordion-warning .card-header {
    background-color: #feb868;
}
.accordion.accordion-warning .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-warning:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #feb868 !important;
}
.accordion.accordion-danger .card {
    border-color: #c1002b;
}
.accordion.accordion-danger .card-header {
    background-color: #c1002b;
}
.accordion.accordion-danger .card-header .card-title {
    color: #fff;
}
.accordion.accordion-danger:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #c1002b !important;
}
.accordion.accordion-light .card {
    border-color: #f1f4f8;
}
.accordion.accordion-light .card-header {
    background-color: #f1f4f8;
}
.accordion.accordion-light .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-light:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #f1f4f8 !important;
}
.accordion.accordion-dark .card {
    border-color: #2b354f;
}
.accordion.accordion-dark .card-header {
    background-color: #2b354f;
}
.accordion.accordion-dark .card-header .card-title {
    color: #fff;
}
.accordion.accordion-dark:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #2b354f !important;
}
.accordion.accordion-gray .card {
    border-color: #869ab8;
}
.accordion.accordion-gray .card-header {
    background-color: #869ab8;
}
.accordion.accordion-gray .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-gray:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #869ab8 !important;
}
.accordion.accordion-gray-light .card {
    border-color: #c6d3e6;
}
.accordion.accordion-gray-light .card-header {
    background-color: #c6d3e6;
}
.accordion.accordion-gray-light .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-gray-light:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #c6d3e6 !important;
}
.accordion.accordion-alternate .card {
    border-color: #fc9e21;
}
.accordion.accordion-alternate .card-header {
    background-color: #fc9e21;
}
.accordion.accordion-alternate .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-alternate:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #fc9e21 !important;
}
.accordion.accordion-contrast .card {
    border-color: #fff;
}
.accordion.accordion-contrast .card-header {
    background-color: #fff;
}
.accordion.accordion-contrast .card-header .card-title {
    color: #161c2d;
}
.accordion.accordion-contrast:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #fff !important;
}
.accordion.accordion-darker .card {
    border-color: #161c2d;
}
.accordion.accordion-darker .card-header {
    background-color: #161c2d;
}
.accordion.accordion-darker .card-header .card-title {
    color: #fff;
}
.accordion.accordion-darker:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #161c2d !important;
}
.accordion.accordion-black .card {
    border-color: #161c2d;
}
.accordion.accordion-black .card-header {
    background-color: #161c2d;
}
.accordion.accordion-black .card-header .card-title {
    color: #fff;
}
.accordion.accordion-black:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #161c2d !important;
}
.alert-icon {
    border-radius: 0;
    border-width: 0 0 0 4rem;
}
.alert-icon .icon {
    color: #fff;
    font-size: 1.5rem;
    left: -4rem;
    position: absolute;
    text-align: center;
    width: 4rem;
}
.alert-thin {
    border-left-width: 5px;
}
.alert-outline,
.alert-thin,
.badge-outline-primary {
    background-color: transparent;
}
.badge-outline-primary {
    border: 1px solid #53f;
    color: #53f;
}
.badge-outline-primary[href]:focus,
.badge-outline-primary[href]:hover {
    background-color: #53f;
    border-color: #53f;
    color: #fff;
    text-decoration: none;
}
.badge-outline-secondary {
    background-color: transparent;
    border: 1px solid #506690;
    color: #506690;
}
.badge-outline-secondary[href]:focus,
.badge-outline-secondary[href]:hover {
    background-color: #506690;
    border-color: #506690;
    color: #fff;
    text-decoration: none;
}
.badge-outline-success {
    background-color: transparent;
    border: 1px solid #00c9b7;
    color: #00c9b7;
}
.badge-outline-success[href]:focus,
.badge-outline-success[href]:hover {
    background-color: #00c9b7;
    border-color: #00c9b7;
    color: #fff;
    text-decoration: none;
}
.badge-outline-info {
    background-color: transparent;
    border: 1px solid #00a0e0;
    color: #00a0e0;
}
.badge-outline-info[href]:focus,
.badge-outline-info[href]:hover {
    background-color: #00a0e0;
    border-color: #00a0e0;
    color: #fff;
    text-decoration: none;
}
.badge-outline-warning {
    background-color: transparent;
    border: 1px solid #feb868;
    color: #feb868;
}
.badge-outline-warning[href]:focus,
.badge-outline-warning[href]:hover {
    background-color: #feb868;
    border-color: #feb868;
    color: #fff;
    text-decoration: none;
}
.badge-outline-danger {
    background-color: transparent;
    border: 1px solid #c1002b;
    color: #c1002b;
}
.badge-outline-danger[href]:focus,
.badge-outline-danger[href]:hover {
    background-color: #c1002b;
    border-color: #c1002b;
    color: #fff;
    text-decoration: none;
}
.badge-outline-light {
    background-color: transparent;
    border: 1px solid #f1f4f8;
    color: #f1f4f8;
}
.badge-outline-light[href]:focus,
.badge-outline-light[href]:hover {
    background-color: #f1f4f8;
    border-color: #f1f4f8;
    color: #fff;
    text-decoration: none;
}
.badge-outline-dark {
    background-color: transparent;
    border: 1px solid #2b354f;
    color: #2b354f;
}
.badge-outline-dark[href]:focus,
.badge-outline-dark[href]:hover {
    background-color: #2b354f;
    border-color: #2b354f;
    color: #fff;
    text-decoration: none;
}
.badge-outline-gray {
    background-color: transparent;
    border: 1px solid #869ab8;
    color: #869ab8;
}
.badge-outline-gray[href]:focus,
.badge-outline-gray[href]:hover {
    background-color: #869ab8;
    border-color: #869ab8;
    color: #fff;
    text-decoration: none;
}
.badge-outline-gray-light {
    background-color: transparent;
    border: 1px solid #c6d3e6;
    color: #c6d3e6;
}
.badge-outline-gray-light[href]:focus,
.badge-outline-gray-light[href]:hover {
    background-color: #c6d3e6;
    border-color: #c6d3e6;
    color: #fff;
    text-decoration: none;
}
.badge-outline-alternate {
    background-color: transparent;
    border: 1px solid #fc9e21;
    color: #fc9e21;
}
.badge-outline-alternate[href]:focus,
.badge-outline-alternate[href]:hover {
    background-color: #fc9e21;
    border-color: #fc9e21;
    color: #fff;
    text-decoration: none;
}
.badge-outline-contrast {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.badge-outline-contrast[href]:focus,
.badge-outline-contrast[href]:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}
.badge-outline-darker {
    background-color: transparent;
    border: 1px solid #161c2d;
    color: #161c2d;
}
.badge-outline-darker[href]:focus,
.badge-outline-darker[href]:hover {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #fff;
    text-decoration: none;
}
.badge-outline-black {
    background-color: transparent;
    border: 1px solid #161c2d;
    color: #161c2d;
}
.badge-outline-black[href]:focus,
.badge-outline-black[href]:hover {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #fff;
    text-decoration: none;
}
.strong-top-bordered-card {
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(22, 28, 45, 0.3), 0 -6px 16px -6px rgba(22, 28, 45, 0.025);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(22, 28, 45, 0.3), 0 -6px 16px -6px rgba(22, 28, 45, 0.025);
}
.strong-top-bordered-card:before {
    background-color: #53f;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    content: "";
    display: block;
    height: 8px;
    width: 100%;
}
.tool-description-card {
    bottom: -8rem;
    left: 10%;
    max-width: 80%;
    position: absolute !important;
    z-index: 1;
}
@media (min-width: 768px) {
    .tool-description-card {
        max-width: 60%;
    }
}
@media (min-width: 1200px) {
    .tool-description-card {
        max-width: 50%;
    }
}
@media (min-width: 1400px) {
    .tool-description-card {
        max-width: 40%;
    }
}
.card-clean .card-header {
    border-bottom: none;
}
.mfp-content,
.popup-wrapper {
    height: 100%;
}
.mfp-container {
    padding: 0;
}
.popup-wrapper {
    position: relative;
}
.mfp-iframe-holder .mfp-close {
    background-color: #161c2d;
    right: 0;
    top: 0;
}
@media (min-width: 768px) {
    .mfp-content,
    .popup-wrapper {
        height: auto;
    }
    .popup-wrapper {
        margin: 0 auto;
        padding: 20px 30px;
    }
    .mfp-iframe-holder .mfp-close {
        background-color: transparent;
        right: -6px;
        top: -40px;
    }
}
.progress.progress-sl {
    height: 1px;
}
.progress.progress-ty {
    height: 2px;
}
.progress.progress-xs {
    height: 4px;
}
.progress.progress-sm {
    height: 6px;
}
.progress.progress-md {
    height: 12px;
}
.progress.progress-primary {
    background-color: rgba(85, 51, 255, 0.3);
}
.progress.progress-primary .progress-bar {
    background-color: #53f;
}
.progress.progress-secondary {
    background-color: rgba(80, 102, 144, 0.3);
}
.progress.progress-secondary .progress-bar {
    background-color: #506690;
}
.progress.progress-success {
    background-color: rgba(0, 201, 183, 0.3);
}
.progress.progress-success .progress-bar {
    background-color: #00c9b7;
}
.progress.progress-info {
    background-color: rgba(0, 160, 224, 0.3);
}
.progress.progress-info .progress-bar {
    background-color: #00a0e0;
}
.progress.progress-warning {
    background-color: hsla(32, 99%, 70%, 0.3);
}
.progress.progress-warning .progress-bar {
    background-color: #feb868;
}
.progress.progress-danger {
    background-color: rgba(193, 0, 43, 0.3);
}
.progress.progress-danger .progress-bar {
    background-color: #c1002b;
}
.progress.progress-light {
    background-color: rgba(241, 244, 248, 0.3);
}
.progress.progress-light .progress-bar {
    background-color: #f1f4f8;
}
.progress.progress-dark {
    background-color: rgba(43, 53, 79, 0.3);
}
.progress.progress-dark .progress-bar {
    background-color: #2b354f;
}
.progress.progress-gray {
    background-color: rgba(134, 154, 184, 0.3);
}
.progress.progress-gray .progress-bar {
    background-color: #869ab8;
}
.progress.progress-gray-light {
    background-color: rgba(198, 211, 230, 0.3);
}
.progress.progress-gray-light .progress-bar {
    background-color: #c6d3e6;
}
.progress.progress-alternate {
    background-color: rgba(252, 158, 33, 0.3);
}
.progress.progress-alternate .progress-bar {
    background-color: #fc9e21;
}
.progress.progress-contrast {
    background-color: hsla(0, 0%, 100%, 0.3);
}
.progress.progress-contrast .progress-bar {
    background-color: #fff;
}
.progress.progress-darker {
    background-color: rgba(22, 28, 45, 0.3);
}
.progress.progress-darker .progress-bar {
    background-color: #161c2d;
}
.progress.progress-black {
    background-color: rgba(22, 28, 45, 0.3);
}
.progress.progress-black .progress-bar {
    background-color: #161c2d;
}
.animate-bars .progress-bars {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.animate-bars .progress-bars p {
    font-size: 0.875rem;
}
.animate-bars .progress-bars.progress-vertical {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    justify-content: space-around;
}
.animate-bars .progress-bars.progress-vertical p {
    margin-left: 1rem;
    margin-top: 0;
}
.animate-bars .progress-bars.progress-vertical li {
    height: 100px;
    width: 8px;
}
.animate-bars .progress-bars.progress-vertical .progress,
.animate-bars .progress-bars.progress-vertical .progress-bar {
    bottom: 0;
    position: absolute;
    width: 8px;
}
.animate-bars .progress-bars.progress-horizontal {
    width: 100%;
}
.animate-bars .progress-bars.progress-horizontal p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    margin-top: 0;
}
.animate-bars .progress-bars.progress-horizontal li + li {
    margin-top: 1.5rem;
}
.animate-bars .progress-bars li,
.navbar-nav {
    position: relative;
}
@media (min-width: 768px) {
    .navbar .dropdown.mega {
        position: static;
    }
}
.nav-process {
    margin-left: -30px;
}
.nav-process .nav-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.nav-process .nav-item:after,
.nav-process .nav-item:before {
    border-top: 1px dashed #53f;
    content: "";
    margin-top: 0.375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 50%;
}
.nav-process .nav-item:before {
    left: 0;
}
.nav-process .nav-item:after {
    right: 0;
}
.nav-process .nav-item:first-of-type:before,
.nav-process .nav-item:last-of-type:after {
    border: none;
}
.nav-process.nav-circle .nav-item.active .nav-link:before {
    margin-top: -0.375rem;
    padding: 0.75rem;
}
.nav-process.nav-circle .nav-item.active .nav-link:after {
    color: #fff;
    content: attr(data-step);
    font-size: 0.55rem;
    font-weight: 700;
    position: absolute;
    top: 1px;
}
.nav-process.nav-circle .nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    position: relative;
}
.nav-process.nav-circle .nav-link:before {
    background-color: #53f;
    border-radius: 50%;
    content: "";
    display: block;
    margin: 0 0.5rem;
    padding: 0.375rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table th {
    color: #fff;
    font-size: 0.925rem;
}
@media (max-width: 575.98px) {
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive thead,
    .table-responsive tr {
        display: block;
    }
    .table-responsive thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    .table-responsive tr {
        border: 1px solid #d9e2ef;
        margin-bottom: 0.5rem;
    }
    .table-responsive td {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: flex-start;
        border: none;
        border-bottom: 1px solid #d9e2ef;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        text-align: left;
        white-space: normal;
    }
    .table-responsive td:before {
        color: #506690;
        content: attr(data-title);
        font-size: 0.875rem;
        font-weight: 700;
        opacity: 0.5;
        padding-bottom: 0.5rem;
        text-align: left;
        white-space: nowrap;
    }
}
.nav-tabs .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    /* padding-bottom: 1.5rem;
    padding-top: 1.5rem; */
}
.doctor-search-box{
    margin-bottom: 40px;
        padding: 20px 20px 10px;
        background-color: #ffffff;
        box-shadow: 0px 0px 1px 2px rgb(194 205 211 / 25%);
        /* box-shadow: 0px 1px 2px 0px rgb(194 205 211 / 75%); */
        border-radius: 4px;
    }
    .team-detail-box-layout1{
        padding: 35px 35px 35px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgb(222 229 232 / 75%);
    margin-bottom: 30px;
}
.doctor-title{
    text-align: none;
    color: #111111;
    text-transform: capitalize;
    font-weight: 700;

}
.title-bar-primary2{
margin-bottom: 17px;
padding-bottom: 20px;
position: relative;
}
.title-bar-primary2::before{
content: "";
    height: 4px;
    width: 40px;
    background: #09acff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 4px;
}
.doctor-about{
    padding: 32px 43px 32px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgb(222 229 232 / 75%);
    margin-bottom: 30px;
}
.rtin-content-doctor {
    padding: 50px 55px 60px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 1px 0px 0px rgb(222 229 232 / 75%);
}
@media (min-width: 768px) {
    .nav-tabs .nav-link:hover {
        background-color: transparent;
    }

}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link [disabled] {
    color: #c6d3e6 !important;
}
.nav-tabs .nav-link.active {
    color: #53f;
}
.nav-tabs.tabs-clean .nav-link {
    border-color: transparent;
}
.nav-tabs.tabs-clean .nav-link .icon {
    margin: auto;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.nav-tabs.tabs-clean .nav-link.active {
    border-bottom-color: #53f;
}
.nav-tabs.tabs-clean .nav-link.active .icon {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.nav-tabs.tabs-bordered .nav-link.active {
    border-top: 2px solid #53f;
}
.nav-tabs.nav-outlined {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: none;
    justify-content: space-between;
}
@media (min-width: 576px) {
    .nav-tabs.nav-outlined {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.nav-tabs.nav-outlined .nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #09ACFF;

    justify-content: center;
    margin-top: 0.5rem;
    text-align: center;
}
@media (min-width: 576px) {
    .nav-tabs.nav-outlined .nav-link + .nav-link {
        margin-left: -1px;
    }
}
@media (min-width: 768px) {
    .nav-tabs.nav-outlined .nav-link {
        margin-top: 0;
        padding: 0.25rem 1.25rem;
    }
}
/* .nav-tabs.nav-outlined .nav-link.active {
    background-color: #09acff;
    color: #fff;
} */
.nav-tabs.nav-outlined .nav-link:last-child {
    border-right: 1px solid #09acff;
}
.nav-tabs.nav-outlined.nav-rounded .nav-link {
    border-radius: 5rem;
    margin-right: 0.5rem;
}
@media (min-width: 768px) {
    
    .nav-tabs.nav-outlined.nav-rounded .nav-link {
        border-radius: 0;
        margin-right: 0;
    }
    /* .nav-tabs.nav-outlined.nav-rounded .nav-link:first-child {
        border-radius: 5rem 0 0 5rem;
    }
    .nav-tabs.nav-outlined.nav-rounded .nav-link:last-child {
        border-radius: 0 5rem 5rem 0;
    } */
    .nav-item:first-child .nav-link { 
        border-radius: 5rem 0 0 5rem;   
        border-right: unset;     
    }
    .nav-item:last-child .nav-link {
        border-radius: 0 5rem 5rem 0;
        border-left: unset;
        }
    .nav-tabs.slide + .tab-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .nav-tabs.slide + .tab-content > .tab-pane {
        -webkit-box-flex: 1;
        display: block;
        -ms-flex: 1;
        flex: 1;
        margin-right: -100%;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    .nav-tabs.slide + .tab-content > .tab-pane.active {
        margin-right: 0;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.nav-tabs.nav-tabs-primary .nav-link.active {
    color: #53f;
}
.nav-tabs.nav-tabs-primary.tabs-clean .nav-link.active {
    border-bottom-color: #53f;
}
.nav-tabs.nav-tabs-primary.tabs-bordered .nav-link.active {
    border-top-color: #53f !important;
}
.nav-tabs.nav-tabs-primary.nav-outlined .nav-link {
    border-color: #53f;
    color: #53f;
}
.nav-tabs.nav-tabs-primary.nav-outlined .nav-link.active {
    background-color: #53f;
    color: #fff;
}
.nav-tabs.nav-tabs-primary.nav-outlined .nav-link:last-child {
    border-right-color: #53f;
}
.nav-tabs.nav-tabs-secondary .nav-link.active {
    color: #506690;
}
.nav-tabs.nav-tabs-secondary.tabs-clean .nav-link.active {
    border-bottom-color: #506690;
}
.nav-tabs.nav-tabs-secondary.tabs-bordered .nav-link.active {
    border-top-color: #506690 !important;
}
.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link {
    border-color: #506690;
    color: #506690;
}
.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link.active {
    background-color: #506690;
    color: #fff;
}
.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link:last-child {
    border-right-color: #506690;
}
.nav-tabs.nav-tabs-success .nav-link.active {
    color: #00c9b7;
}
.nav-tabs.nav-tabs-success.tabs-clean .nav-link.active {
    border-bottom-color: #00c9b7;
}
.nav-tabs.nav-tabs-success.tabs-bordered .nav-link.active {
    border-top-color: #00c9b7 !important;
}
.nav-tabs.nav-tabs-success.nav-outlined .nav-link {
    border-color: #00c9b7;
    color: #00c9b7;
}
.nav-tabs.nav-tabs-success.nav-outlined .nav-link.active {
    background-color: #00c9b7;
    color: #fff;
}
.nav-tabs.nav-tabs-success.nav-outlined .nav-link:last-child {
    border-right-color: #00c9b7;
}
.nav-tabs.nav-tabs-info .nav-link.active {
    color: #00a0e0;
}
.nav-tabs.nav-tabs-info.tabs-clean .nav-link.active {
    border-bottom-color: #00a0e0;
}
.nav-tabs.nav-tabs-info.tabs-bordered .nav-link.active {
    border-top-color: #00a0e0 !important;
}
.nav-tabs.nav-tabs-info.nav-outlined .nav-link {
    border-color: #00a0e0;
    color: #00a0e0;
}
.nav-tabs.nav-tabs-info.nav-outlined .nav-link.active {
    background-color: #00a0e0;
    color: #fff;
}
.nav-tabs.nav-tabs-info.nav-outlined .nav-link:last-child {
    border-right-color: #00a0e0;
}
.nav-tabs.nav-tabs-warning .nav-link.active {
    color: #feb868;
}
.nav-tabs.nav-tabs-warning.tabs-clean .nav-link.active {
    border-bottom-color: #feb868;
}
.nav-tabs.nav-tabs-warning.tabs-bordered .nav-link.active {
    border-top-color: #feb868 !important;
}
.nav-tabs.nav-tabs-warning.nav-outlined .nav-link {
    border-color: #feb868;
    color: #feb868;
}
.nav-tabs.nav-tabs-warning.nav-outlined .nav-link.active {
    background-color: #feb868;
    color: #fff;
}
.nav-tabs.nav-tabs-warning.nav-outlined .nav-link:last-child {
    border-right-color: #feb868;
}
.nav-tabs.nav-tabs-danger .nav-link.active {
    color: #c1002b;
}
.nav-tabs.nav-tabs-danger.tabs-clean .nav-link.active {
    border-bottom-color: #c1002b;
}
.nav-tabs.nav-tabs-danger.tabs-bordered .nav-link.active {
    border-top-color: #c1002b !important;
}
.nav-tabs.nav-tabs-danger.nav-outlined .nav-link {
    border-color: #c1002b;
    color: #c1002b;
}
.nav-tabs.nav-tabs-danger.nav-outlined .nav-link.active {
    background-color: #c1002b;
    color: #fff;
}
.nav-tabs.nav-tabs-danger.nav-outlined .nav-link:last-child {
    border-right-color: #c1002b;
}
.nav-tabs.nav-tabs-light .nav-link.active {
    color: #f1f4f8;
}
.nav-tabs.nav-tabs-light.tabs-clean .nav-link.active {
    border-bottom-color: #f1f4f8;
}
.nav-tabs.nav-tabs-light.tabs-bordered .nav-link.active {
    border-top-color: #f1f4f8 !important;
}
.nav-tabs.nav-tabs-light.nav-outlined .nav-link {
    border-color: #f1f4f8;
    color: #f1f4f8;
}
.nav-tabs.nav-tabs-light.nav-outlined .nav-link.active {
    background-color: #f1f4f8;
    color: #fff;
}
.nav-tabs.nav-tabs-light.nav-outlined .nav-link:last-child {
    border-right-color: #f1f4f8;
}
.nav-tabs.nav-tabs-dark .nav-link.active {
    color: #2b354f;
}
.nav-tabs.nav-tabs-dark.tabs-clean .nav-link.active {
    border-bottom-color: #2b354f;
}
.nav-tabs.nav-tabs-dark.tabs-bordered .nav-link.active {
    border-top-color: #2b354f !important;
}
.nav-tabs.nav-tabs-dark.nav-outlined .nav-link {
    border-color: #2b354f;
    color: #2b354f;
}
.nav-tabs.nav-tabs-dark.nav-outlined .nav-link.active {
    background-color: #2b354f;
    color: #fff;
}
.nav-tabs.nav-tabs-dark.nav-outlined .nav-link:last-child {
    border-right-color: #2b354f;
}
.nav-tabs.nav-tabs-gray .nav-link.active {
    color: #869ab8;
}
.nav-tabs.nav-tabs-gray.tabs-clean .nav-link.active {
    border-bottom-color: #869ab8;
}
.nav-tabs.nav-tabs-gray.tabs-bordered .nav-link.active {
    border-top-color: #869ab8 !important;
}
.nav-tabs.nav-tabs-gray.nav-outlined .nav-link {
    border-color: #869ab8;
    color: #869ab8;
}
.nav-tabs.nav-tabs-gray.nav-outlined .nav-link.active {
    background-color: #869ab8;
    color: #fff;
}
.nav-tabs.nav-tabs-gray.nav-outlined .nav-link:last-child {
    border-right-color: #869ab8;
}
.nav-tabs.nav-tabs-gray-light .nav-link.active {
    color: #c6d3e6;
}
.nav-tabs.nav-tabs-gray-light.tabs-clean .nav-link.active {
    border-bottom-color: #c6d3e6;
}
.nav-tabs.nav-tabs-gray-light.tabs-bordered .nav-link.active {
    border-top-color: #c6d3e6 !important;
}
.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link {
    border-color: #c6d3e6;
    color: #c6d3e6;
}
.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link.active {
    background-color: #c6d3e6;
    color: #fff;
}
.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link:last-child {
    border-right-color: #c6d3e6;
}
.nav-tabs.nav-tabs-alternate .nav-link.active {
    color: #fc9e21;
}
.nav-tabs.nav-tabs-alternate.tabs-clean .nav-link.active {
    border-bottom-color: #fc9e21;
}
.nav-tabs.nav-tabs-alternate.tabs-bordered .nav-link.active {
    border-top-color: #fc9e21 !important;
}
.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link {
    border-color: #fc9e21;
    color: #fc9e21;
}
.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link.active {
    background-color: #fc9e21;
    color: #fff;
}
.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link:last-child {
    border-right-color: #fc9e21;
}
.nav-tabs.nav-tabs-contrast .nav-link.active {
    color: #fff;
}
.nav-tabs.nav-tabs-contrast.tabs-clean .nav-link.active {
    border-bottom-color: #fff;
}
.nav-tabs.nav-tabs-contrast.tabs-bordered .nav-link.active {
    border-top-color: #fff !important;
}
.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link {
    border-color: #fff;
    color: #fff;
}
.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link.active {
    background-color: #fff;
    color: #fff;
}
.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link:last-child {
    border-right-color: #fff;
}
.nav-tabs.nav-tabs-darker .nav-link.active {
    color: #161c2d;
}
.nav-tabs.nav-tabs-darker.tabs-clean .nav-link.active {
    border-bottom-color: #161c2d;
}
.nav-tabs.nav-tabs-darker.tabs-bordered .nav-link.active {
    border-top-color: #161c2d !important;
}
.nav-tabs.nav-tabs-darker.nav-outlined .nav-link {
    border-color: #161c2d;
    color: #161c2d;
}
.nav-tabs.nav-tabs-darker.nav-outlined .nav-link.active {
    background-color: #161c2d;
    color: #fff;
}
.nav-tabs.nav-tabs-darker.nav-outlined .nav-link:last-child {
    border-right-color: #161c2d;
}
.nav-tabs.nav-tabs-black .nav-link.active {
    color: #161c2d;
}
.nav-tabs.nav-tabs-black.tabs-clean .nav-link.active {
    border-bottom-color: #161c2d;
}
.nav-tabs.nav-tabs-black.tabs-bordered .nav-link.active {
    border-top-color: #161c2d !important;
}
.nav-tabs.nav-tabs-black.nav-outlined .nav-link {
    border-color: #161c2d;
    color: #161c2d;
}
.nav-tabs.nav-tabs-black.nav-outlined .nav-link.active {
    background-color: #161c2d;
    color: #fff;
}
.nav-tabs.nav-tabs-black.nav-outlined .nav-link:last-child {
    border-right-color: #161c2d;
}
.sw-theme-circles > ul.step-anchor > li:before,
.sw-theme-circles > ul.step-anchor > li:last-of-type:after {
    background-color: #d9e2ef;
    content: "";
    height: 3px;
    position: absolute;
    top: 50%;
    width: 50%;
}
.wizard.sw-main .step-content {
    background-color: transparent;
}
.wizard.sw-main .sw-toolbar,
.wizard.sw-main > ul.step-anchor {
    background: transparent;
}
.wizard.sw-main .nav-tabs .nav-link {
    letter-spacing: 1px;
    padding: 0.5rem 1rem !important;
}
.wizard.sw-main .nav-tabs .nav-link i {
    font-size: 1rem;
}
.sw-theme-circles > ul.step-anchor:before {
    content: none;
}
.sw-theme-circles > ul.step-anchor > li {
    margin-left: 0;
    margin-top: 60px;
    padding-left: 40px;
    position: relative;
}
.sw-theme-circles > ul.step-anchor > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background: #d9e2ef;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
}
.sw-theme-circles > ul.step-anchor > li > a:hover {
    background: #c7d4e7;
}
.sw-theme-circles > ul.step-anchor > li > a > .desc,
.sw-theme-circles > ul.step-anchor > li > a > .small,
.sw-theme-circles > ul.step-anchor > li > a > small {
    bottom: -1.75rem;
    color: #ccc;
    position: absolute;
}
.sw-theme-circles > ul.step-anchor > li:before {
    left: 0;
}
.sw-theme-circles > ul.step-anchor > li:last-of-type {
    padding-right: 40px;
}
.sw-theme-circles > ul.step-anchor > li:last-of-type:after {
    right: 0;
}
.sw-theme-circles > ul.step-anchor > li.clickable > a:hover {
    color: #53f !important;
}
.sw-theme-circles > ul.step-anchor > li.active:before,
.sw-theme-circles > ul.step-anchor > li.active:last-of-type:after,
.sw-theme-circles > ul.step-anchor > li.done:before,
.sw-theme-circles > ul.step-anchor > li.done:last-of-type:after {
    background-color: #53f;
}
.sw-theme-circles > ul.step-anchor > li.active > a {
    background: #53f;
    color: #fff;
}
.sw-theme-circles > ul.step-anchor > li.active > a > .desc,
.sw-theme-circles > ul.step-anchor > li.active > a > .small,
.sw-theme-circles > ul.step-anchor > li.active > a > small {
    color: #53f;
}
.sw-theme-circles > ul.step-anchor > li.done > a {
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #53f !important;
    box-shadow: 0 0 0 2px #53f !important;
    color: #00a0e0;
}
.sw-theme-circles > ul.step-anchor > li.done > a > .desc,
.sw-theme-circles > ul.step-anchor > li.done > a > .small,
.sw-theme-circles > ul.step-anchor > li.done > a > small {
    color: #00a0e0;
}
.sw-theme-circles > ul.step-anchor > li.danger > a {
    background: #c1002b;
    -webkit-box-shadow: 0 0 0 2px #c1002b !important;
    box-shadow: 0 0 0 2px #c1002b !important;
    color: #fff;
}
.sw-theme-circles > ul.step-anchor > li.danger > a > .desc,
.sw-theme-circles > ul.step-anchor > li.danger > a > .small,
.sw-theme-circles > ul.step-anchor > li.danger > a > small {
    color: #c1002b;
}
.sw-theme-circles > ul.step-anchor > li.disabled > a,
.sw-theme-circles > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
}
@media (min-width: 768px) {
    .sw-theme-circles > ul.step-anchor > li {
        margin-top: 0;
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-460px);
        transform: translateY(-460px);
    }
}
@keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-460px);
        transform: translateY(-460px);
    }
}
@-webkit-keyframes bubble-left-v {
    0% {
        margin-bottom: 0;
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    to {
        left: 0;
        margin-bottom: 460px;
        opacity: 1;
    }
}
@keyframes bubble-left-v {
    0% {
        margin-bottom: 0;
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    to {
        left: 0;
        margin-bottom: 460px;
        opacity: 1;
    }
}
@-webkit-keyframes shake-v {
    0% {
        margin-left: 0;
    }
    to {
        margin-left: 50px;
    }
}
@keyframes shake-v {
    0% {
        margin-left: 0;
    }
    to {
        margin-left: 50px;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
    }
    to {
        top: 0;
    }
}
@keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg) translate(-165px) rotate(0deg);
        transform: rotate(0deg) translate(-165px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translate(-165px) rotate(-1turn);
        transform: rotate(1turn) translate(-165px) rotate(-1turn);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg) translate(-165px) rotate(0deg);
        transform: rotate(0deg) translate(-165px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translate(-165px) rotate(-1turn);
        transform: rotate(1turn) translate(-165px) rotate(-1turn);
    }
}
@-webkit-keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0deg) translate(165px) rotate(0deg);
        transform: rotate(0deg) translate(165px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-1turn) translate(165px) rotate(1turn);
        transform: rotate(-1turn) translate(165px) rotate(1turn);
    }
}
@keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0deg) translate(165px) rotate(0deg);
        transform: rotate(0deg) translate(165px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-1turn) translate(165px) rotate(1turn);
        transform: rotate(-1turn) translate(165px) rotate(1turn);
    }
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}
@-webkit-keyframes rotating-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotating-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px, 150px) rotate(0deg);
        transform: translate(-300px, 150px) rotate(0deg);
    }
    to {
        -webkit-transform: translate(300px, -150px) rotate(180deg);
        transform: translate(300px, -150px) rotate(180deg);
    }
}
@keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px, 150px) rotate(0deg);
        transform: translate(-300px, 150px) rotate(0deg);
    }
    to {
        -webkit-transform: translate(300px, -150px) rotate(180deg);
        transform: translate(300px, -150px) rotate(180deg);
    }
}
.animation {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.animation--clockwise {
    -webkit-animation: clockwise 30s linear infinite normal;
    animation: clockwise 30s linear infinite normal;
}
.animation--anti-clockwise {
    -webkit-animation: anti-clockwise 30s linear infinite normal;
    animation: anti-clockwise 30s linear infinite normal;
}
.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal;
}
.animation--rotating-diagonal {
    -webkit-animation: rotating-diagonal 15s linear infinite alternate;
    animation: rotating-diagonal 15s linear infinite alternate;
}
.animation--rotating-clockwise {
    -webkit-animation: rotating-clockwise 15s linear infinite normal;
    animation: rotating-clockwise 15s linear infinite normal;
}
.typed-cursor {
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    opacity: 1;
}
.input-group-register {
    position: relative;
}
.input-group-register label {
    bottom: -4px;
    margin-bottom: 0;
    position: absolute;
}
.input-group-register .btn {
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    height: 60px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 4;
}
.input-group-register .form-control {
    border: none;
    border-radius: 0.25rem;
    height: 70px;
    line-height: 70px;
    padding: 0 180px 0 30px;
    position: relative;
    width: 100%;
}
main {
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    transition: -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.navigation {
    background-color: #fff;
    min-height: 90px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
    .navigation .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .navigation .dropdown-item:before {
        background-color: #506690;
        border-radius: 50%;
        content: "";
        left: 0;
        opacity: 0.5;
        padding: 3px;
        position: absolute;
        top: 12px;
    }
    .navigation .dropdown-heading {
        padding-left: 0 !important;
    }
}
.navigation .navbar-toggler {
    -ms-flex-item-align: center;
    align-self: center;
}
.navigation .navbar-toggler .icon-bar {
    background-color: #53f;
    display: block;
    height: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 30px;
}
.navigation .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
}
@media (min-width: 768px) {
    .navigation .navbar-toggler .icon-bar:hover {
        background-color: #d9e2ef;
    }
}
.navigation .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navigation .dropdown-heading {
    font-weight: 700;
    margin: 0;
    padding: 0.5rem 1rem;
    position: relative;
}
.navigation.fixed-top .navbar-collapse {
    height: 100vh;
}
.navigation.navbar-expanded.sidebar-left .collapse {
    left: 0;
}
.navigation.navbar-expanded.sidebar-left .navbar-brand,
.navigation.navbar-expanded.sidebar-left .navbar-toggler,
.navigation.navbar-expanded.sidebar-left main {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}
.navigation.navbar-expanded.sidebar-right .collapse {
    right: 0;
}
.navigation.navbar-expanded.sidebar-right .navbar-brand,
.navigation.navbar-expanded.sidebar-right .navbar-toggler,
.navigation.navbar-expanded.sidebar-right main {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.navigation.navbar-expanded .icon-bar:first-child {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.navigation.navbar-expanded .icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}
.navigation.navbar-expanded .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(225deg);
    transform: translateY(-15px) rotate(225deg);
}
.navigation.sidebar-left .collapse {
    border-right: 1px solid #d9e2ef;
    left: -250px;
}
.navigation.sidebar-right .collapse {
    border-left: 1px solid #d9e2ef;
    right: -250px;
}
.navigation.sidebar-right .navbar-toggler {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.navigation.sidebar-right .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.navigation .collapse {
    background-color: #fff;
    bottom: 0;
    display: block;
    margin: 0;
    position: fixed;
    top: 0;
    -webkit-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
    width: 250px;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .navigation .collapse {
        overflow-y: auto;
    }
}
.navigation .logo {
    max-height: 60px;
}
.navigation .dropdown-menu {
    border: none;
    font-size: 0.875rem;
    padding: 1rem 0;
}
.navigation .dropdown-menu .dropdown-item {
    color: #788195;
    position: relative;
}
.navigation .dropdown-menu .dropdown-item.disabled {
    opacity: 0.4;
}
.navigation .sidebar-brand {
    padding: 1rem;
}
.navigation .nav-link {
    color: #53f;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 1rem;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.navigation .nav-link i {
    display: inline-block;
    margin-right: 15px;
}
.navigation .nav-link.active,
.navigation .nav-link:hover {
    color: #fff;
}
@media (max-width: 575.98px) {
    .navigation .nav-link.active,
    .navigation .nav-link:hover {
        background: #53f;
    }
}
.navigation.navbar-sticky {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    left: 0;
    min-height: 90px;
    position: fixed !important;
    right: 0;
    top: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 1030;
}
.navigation.navbar-sticky .logo {
    display: none;
}
.navigation.navbar-sticky .logo.logo-sticky {
    display: inline-block !important;
}
.navigation.navbar-sticky .logo.logo-sticky + .logo {
    display: none !important;
}
.navigation .btn-outline,
.navigation.navbar-sticky .btn-outline {
    border-color: #53f;
    color: #53f;
}
.navigation .btn-outline:hover,
.navigation.navbar-sticky .btn-outline:hover {
    background-color: #53f;
    border-color: #53f;
    color: #fff;
}
.btn-check:focus + .navigation .btn-outline,
.btn-check:focus + .navigation.navbar-sticky .btn-outline,
.navigation .btn-outline:focus,
.navigation.navbar-sticky .btn-outline:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
}
.btn-check:active + .navigation .btn-outline,
.btn-check:active + .navigation.navbar-sticky .btn-outline,
.btn-check:checked + .navigation .btn-outline,
.btn-check:checked + .navigation.navbar-sticky .btn-outline,
.navigation .btn-outline.active,
.navigation .btn-outline.dropdown-toggle.show,
.navigation .btn-outline:active,
.navigation.navbar-sticky .btn-outline.active,
.navigation.navbar-sticky .btn-outline.dropdown-toggle.show,
.navigation.navbar-sticky .btn-outline:active {
    background-color: #53f;
    border-color: #53f;
    color: #fff;
}
.btn-check:active + .navigation .btn-outline:focus,
.btn-check:active + .navigation.navbar-sticky .btn-outline:focus,
.btn-check:checked + .navigation .btn-outline:focus,
.btn-check:checked + .navigation.navbar-sticky .btn-outline:focus,
.navigation .btn-outline.active:focus,
.navigation .btn-outline.dropdown-toggle.show:focus,
.navigation .btn-outline:active:focus,
.navigation.navbar-sticky .btn-outline.active:focus,
.navigation.navbar-sticky .btn-outline.dropdown-toggle.show:focus,
.navigation.navbar-sticky .btn-outline:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
}
.navigation .btn-outline.disabled,
.navigation .btn-outline:disabled,
.navigation.navbar-sticky .btn-outline.disabled,
.navigation.navbar-sticky .btn-outline:disabled {
    background-color: transparent;
    color: #53f;
}
.navigation .btn-outline:hover,
.navigation.navbar-sticky .btn-outline:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
}
.navigation .btn-solid,
.navigation.navbar-sticky .btn-solid {
    background-color: #53f;
    border-color: #53f;
    color: #fff;
}
.navigation .btn-solid:hover,
.navigation.navbar-sticky .btn-solid:hover {
    background-color: #482bd9;
    border-color: #4429cc;
    color: #fff;
}
.btn-check:focus + .navigation .btn-solid,
.btn-check:focus + .navigation.navbar-sticky .btn-solid,
.navigation .btn-solid:focus,
.navigation.navbar-sticky .btn-solid:focus {
    background-color: #482bd9;
    border-color: #4429cc;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
    color: #fff;
}
.btn-check:active + .navigation .btn-solid,
.btn-check:active + .navigation.navbar-sticky .btn-solid,
.btn-check:checked + .navigation .btn-solid,
.btn-check:checked + .navigation.navbar-sticky .btn-solid,
.navigation .btn-solid.active,
.navigation .btn-solid:active,
.navigation.navbar-sticky .btn-solid.active,
.navigation.navbar-sticky .btn-solid:active,
.show > .navigation .btn-solid.dropdown-toggle,
.show > .navigation.navbar-sticky .btn-solid.dropdown-toggle {
    background-color: #4429cc;
    border-color: #4026bf;
    color: #fff;
}
.btn-check:active + .navigation .btn-solid:focus,
.btn-check:active + .navigation.navbar-sticky .btn-solid:focus,
.btn-check:checked + .navigation .btn-solid:focus,
.btn-check:checked + .navigation.navbar-sticky .btn-solid:focus,
.navigation .btn-solid.active:focus,
.navigation .btn-solid:active:focus,
.navigation.navbar-sticky .btn-solid.active:focus,
.navigation.navbar-sticky .btn-solid:active:focus,
.show > .navigation .btn-solid.dropdown-toggle:focus,
.show > .navigation.navbar-sticky .btn-solid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
}
.navigation .btn-solid.disabled,
.navigation .btn-solid:disabled,
.navigation.navbar-sticky .btn-solid.disabled,
.navigation.navbar-sticky .btn-solid:disabled {
    background-color: #53f;
    border-color: #53f;
    color: #fff;
}
.navigation .btn-solid:hover,
.navigation.navbar-sticky .btn-solid:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
    box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, 0.4) !important;
}
@media (min-width: 992px) {
    .navigation {
        background-color: #fff;
        padding: 0;
    }
    .navigation:not(.fixed-top) {
        position: static;
        top: -90px;
    }
    .navigation.fixed-top {
        background-color: transparent;
    }
    .navigation.fixed-top .navbar-collapse {
        height: auto;
    }
    .navigation.fixed-top .nav-link {
        color: #fff;
    }
    .navigation.fixed-top .nav-link.active,
    .navigation.fixed-top .nav-link:hover {
        color: #f1f4f8;
    }
    .navigation.navbar-sticky {
        background-color: #fff;
        top: 0;
    }
    .navigation.navbar-sticky .nav-link {
        color: #6d768b;
    }
    .navigation.navbar-sticky .nav-link.active,
    .navigation.navbar-sticky .nav-link:hover {
        color: #53f;
    }
    .navigation.navbar-expanded .navbar-brand,
    .navigation.navbar-expanded .navbar-toggler,
    .navigation.navbar-expanded main {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .navigation.sidebar-left .collapse {
        border-right: none;
        left: 0;
    }
    .navigation.sidebar-right .collapse {
        border-left: none;
        right: 0;
    }
    .navigation.sidebar-right .navbar-brand {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .navigation.dark-link .nav-link {
        color: #002b48;
        opacity: 0.7;
    }
    .navigation.dark-link .nav-link.active,
    .navigation.dark-link .nav-link:hover {
        color: #000;
        opacity: 1;
    }
    .navigation.dark-link .btn-outline {
        border-color: #53f;
        color: #53f;
    }
    .navigation.dark-link .btn-outline:hover {
        background-color: #53f;
        border-color: #53f;
        color: #fff;
    }
    .btn-check:focus + .navigation.dark-link .btn-outline,
    .navigation.dark-link .btn-outline:focus {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
    }
    .btn-check:active + .navigation.dark-link .btn-outline,
    .btn-check:checked + .navigation.dark-link .btn-outline,
    .navigation.dark-link .btn-outline.active,
    .navigation.dark-link .btn-outline.dropdown-toggle.show,
    .navigation.dark-link .btn-outline:active {
        background-color: #53f;
        border-color: #53f;
        color: #fff;
    }
    .btn-check:active + .navigation.dark-link .btn-outline:focus,
    .btn-check:checked + .navigation.dark-link .btn-outline:focus,
    .navigation.dark-link .btn-outline.active:focus,
    .navigation.dark-link .btn-outline.dropdown-toggle.show:focus,
    .navigation.dark-link .btn-outline:active:focus {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.5);
    }
    .navigation.dark-link .btn-outline.disabled,
    .navigation.dark-link .btn-outline:disabled {
        background-color: transparent;
        color: #53f;
    }
    .navigation.dark-link .btn-solid {
        background-color: #53f;
        border-color: #53f;
        color: #fff;
    }
    .navigation.dark-link .btn-solid:hover {
        background-color: #482bd9;
        border-color: #4429cc;
        color: #fff;
    }
    .btn-check:focus + .navigation.dark-link .btn-solid,
    .navigation.dark-link .btn-solid:focus {
        background-color: #482bd9;
        border-color: #4429cc;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
        color: #fff;
    }
    .btn-check:active + .navigation.dark-link .btn-solid,
    .btn-check:checked + .navigation.dark-link .btn-solid,
    .navigation.dark-link .btn-solid.active,
    .navigation.dark-link .btn-solid:active,
    .show > .navigation.dark-link .btn-solid.dropdown-toggle {
        background-color: #4429cc;
        border-color: #4026bf;
        color: #fff;
    }
    .btn-check:active + .navigation.dark-link .btn-solid:focus,
    .btn-check:checked + .navigation.dark-link .btn-solid:focus,
    .navigation.dark-link .btn-solid.active:focus,
    .navigation.dark-link .btn-solid:active:focus,
    .show > .navigation.dark-link .btn-solid.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(111, 82, 255, 0.5);
    }
    .navigation.dark-link .btn-solid.disabled,
    .navigation.dark-link .btn-solid:disabled {
        background-color: #53f;
        border-color: #53f;
        color: #fff;
    }
    .navigation .collapse {
        background: transparent;
        position: relative;
        width: auto;
    }
    .navigation .nav-link {
        color: #6d768b;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .navigation .nav-link i {
        display: none;
    }
    .navigation .nav-link.active,
    .navigation .nav-link:hover {
        color: #4f586c;
    }
    .navigation .dropdown.show .dropdown-toggle {
        color: #abbcd5;
    }
    .navigation .sidebar-brand {
        display: none;
    }
    .navigation .btn-outline {
        border-color: #fff;
        color: #fff;
    }
    .navigation .btn-outline:hover {
        background-color: #fff;
        border-color: #fff;
        color: #161c2d;
    }
    .btn-check:focus + .navigation .btn-outline,
    .navigation .btn-outline:focus {
        -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
        box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
    }
    .btn-check:active + .navigation .btn-outline,
    .btn-check:checked + .navigation .btn-outline,
    .navigation .btn-outline.active,
    .navigation .btn-outline.dropdown-toggle.show,
    .navigation .btn-outline:active {
        background-color: #fff;
        border-color: #fff;
        color: #161c2d;
    }
    .btn-check:active + .navigation .btn-outline:focus,
    .btn-check:checked + .navigation .btn-outline:focus,
    .navigation .btn-outline.active:focus,
    .navigation .btn-outline.dropdown-toggle.show:focus,
    .navigation .btn-outline:active:focus {
        -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
        box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
    }
    .navigation .btn-outline.disabled,
    .navigation .btn-outline:disabled {
        background-color: transparent;
        color: #fff;
    }
    .navigation .btn-solid,
    .navigation .btn-solid:hover {
        background-color: #fff;
        border-color: #fff;
        color: #161c2d;
    }
    .btn-check:focus + .navigation .btn-solid,
    .navigation .btn-solid:focus {
        background-color: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0 0 0 0.25rem hsla(225, 6%, 87%, 0.5);
        box-shadow: 0 0 0 0.25rem hsla(225, 6%, 87%, 0.5);
        color: #161c2d;
    }
    .btn-check:active + .navigation .btn-solid,
    .btn-check:checked + .navigation .btn-solid,
    .navigation .btn-solid.active,
    .navigation .btn-solid:active,
    .show > .navigation .btn-solid.dropdown-toggle {
        background-color: #fff;
        border-color: #fff;
        color: #161c2d;
    }
    .btn-check:active + .navigation .btn-solid:focus,
    .btn-check:checked + .navigation .btn-solid:focus,
    .navigation .btn-solid.active:focus,
    .navigation .btn-solid:active:focus,
    .show > .navigation .btn-solid.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.25rem hsla(225, 6%, 87%, 0.5);
        box-shadow: 0 0 0 0.25rem hsla(225, 6%, 87%, 0.5);
    }
    .navigation .btn-solid.disabled,
    .navigation .btn-solid:disabled {
        background-color: #fff;
        border-color: #fff;
        color: #161c2d;
    }
    .navigation .dropdown-menu {
        border: 1px solid #d9e2ef;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
        margin-top: -10px;
        min-width: 100%;
    }
    .navigation.navbar-sticky .dropdown-menu {
        margin-top: -3px;
    }
}
.nav-pills-light .nav-link {
    border: 1px solid transparent;
    color: #40495d;
    opacity: 0.7;
}
.nav-pills-light .nav-link.active,
.nav-pills-light .nav-link:hover {
    opacity: 1;
}
.nav-pills-light .nav-link.active {
    background-color: #fff !important;
    border: 1px solid #d9e2ef;
    -webkit-box-shadow: 0 0 64px rgba(183, 192, 215, 0.5);
    /* box-shadow: 0 0 64px rgba(183, 192, 215, 0.5); */
    box-shadow:  0 0 10px #3facf840;
    color: #40495d !important;
}
.nav-pills-outline .nav-link {
    border-radius: 0;
    padding: 0.5rem;
    position: relative;
}
.nav-pills-outline .nav-link:after {
    background-color: #53f;
    bottom: 0;
    content: "";
    height: 2px;
    left: 25%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 50%;
}
.nav-pills-outline .nav-link.active {
    background-color: #fff;
    color: #53f;
}
.nav-pills-outline .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav-pills:not(.nav-pills-light) .nav-link.active .h6,
.nav-pills:not(.nav-pills-light) .nav-link.active h6 {
    color: #fff;
}
.st-nav {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    z-index: 500;
}
.st-nav ul {
    margin: 0;
    padding: 0;
}
.st-nav li {
    list-style: none;
}
.st-nav a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}
.st-nav a,
.st-nav a:hover {
    color: #3f179a;
}
.st-nav .st-nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
@media (min-width: 992px) {
    .st-nav .st-nav-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: center;
        justify-content: flex-start;
    }
}
.st-nav .st-nav-section.logo {
    left: 0;
    position: absolute;
    top: 0;
}
.st-nav .st-nav-section.st-nav-primary,
.st-nav .st-nav-section.st-nav-secondary {
    display: none;
}
.st-nav .st-nav-section.st-nav-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.st-nav .st-nav-section.st-nav-primary.stick-right {
    margin-left: auto;
}
.st-nav .st-nav-section.st-nav-primary.stick-right + .st-nav-secondary {
    margin-left: 1rem;
}
.st-nav .st-nav-section.st-nav-secondary {
    margin-left: auto;
}
.st-nav .st-nav-section.st-nav-mobile {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.st-nav .dropdown-item {
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}
.st-nav .dropdown-item:hover {
    background-color: transparent;
}
.st-nav .st-root-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.st-nav .st-nav-section.logo .st-root-link {
    padding-left: 20px !important;
}
.st-nav .st-nav-section.st-nav-secondary .st-root-link:last-child {
    padding-right: 20px !important;
}
.st-nav .st-nav-section.st-nav-primary .st-root-link {
    font-weight: 400;
}
.st-nav .st-has-dropdown:not([href]) {
    cursor: default;
}
.st-nav .st-dropdown-root {
    display: none;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 70px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    will-change: transform, opacity;
    z-index: 1000;
}
.st-nav.dropdown-active .st-dropdown-root {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.st-nav .st-dropdown-bg {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 400px;
    overflow: hidden;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 520px;
}
.st-nav .st-alt-bg,
.st-nav .st-dropdown-bg {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    will-change: transform;
}
.st-nav .st-alt-bg {
    background: #f1f4f8;
    height: 1000px;
    right: 0;
}
.st-nav .st-dropdown-arrow {
    background: #fff;
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: -3px -3px 5px rgba(80, 102, 144, 0.04);
    box-shadow: -3px -3px 5px rgba(80, 102, 144, 0.04);
    height: 12px;
    margin: 0 0 0 -6px;
    top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 12px;
    will-change: transform;
}
.st-nav .st-dropdown-arrow,
.st-nav .st-dropdown-container {
    left: 0;
    position: absolute;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.st-nav .st-dropdown-container {
    overflow: hidden;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, -webkit-transform;
    transition-property: transform, width, height;
    transition-property: transform, width, height, -webkit-transform;
    will-change: transform, width, height;
}
.st-nav .st-dropdown-section {
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    will-change: transform, opacity;
}
.st-nav .st-dropdown-section.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.st-nav .st-dropdown-section.left {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}
.st-nav .st-dropdown-section.right {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
}
.st-nav.dropdown-active .st-dropdown-section.active {
    pointer-events: auto;
}
.st-nav.no-dropdown-transition .st-alt-bg,
.st-nav.no-dropdown-transition .st-dropdown-arrow,
.st-nav.no-dropdown-transition .st-dropdown-bg,
.st-nav.no-dropdown-transition .st-dropdown-container,
.st-nav.no-dropdown-transition .st-dropdown-section {
    -webkit-transition: none;
    transition: none;
}
.st-nav .st-dropdown-content {
    position: absolute;
}
.st-nav .st-dropdown-content-group {
    padding: 20px 35px;
}
.st-nav .st-dropdown-content-group .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.st-nav .st-dropdown-content-group .h4,
.st-nav .st-dropdown-content-group h4 {
    color: #869ab8;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 22px;
    margin: 0 0 0.5rem;
}
.st-nav .link-title {
    color: #2b354f;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 22px;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}
.st-nav .st-nav-section.st-nav-mobile .st-root-link {
    cursor: pointer;
    position: relative;
}
.st-nav .st-nav-section.st-nav-mobile .st-root-link .icon-bar {
    background-color: #3f179a;
}
.st-nav .st-popup {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    left: 0;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
.st-nav .st-popup-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 50px 100px rgba(0, 43, 72, 0.1), 0 15px 35px rgba(0, 43, 72, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    font-size: 17px;
    line-height: 40px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate3d(1, 1, 0, -15deg);
    transform: rotate3d(1, 1, 0, -15deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: nowrap;
    will-change: transform, opacity;
}
.st-nav .st-nav-section.st-nav-mobile.st-popup-active .st-popup-container {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.st-nav .st-popup a {
    display: block;
}
.st-nav .st-popup-close-button {
    cursor: pointer;
    font-size: 0;
    height: 51px;
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
}
.st-nav .st-popup-close-button:after,
.st-nav .st-popup-close-button:before {
    background: #3f179a;
    border-radius: 1px;
    content: "";
    height: 3px;
    left: 14px;
    position: absolute;
    right: 14px;
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
}
.st-nav .st-popup-close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 992px) {
    .st-nav .st-nav-section.st-nav-primary,
    .st-nav .st-nav-section.st-nav-secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .st-nav .st-nav-section.st-nav-mobile {
        display: none;
    }
    .st-nav .st-dropdown-root {
        display: block;
    }
}
.cc-theme-custom.cc-window {
    color: #fff;
}
.cc-theme-custom.cc-banner .cc-message {
    background: #0083dd;
    border-radius: 10px;
    margin-left: 10%;
    margin-right: -70px;
    padding: 20px 76px 20px 16px;
    width: auto;
}
.cc-theme-custom .cc-link,
.cc-theme-custom .cc-link:visited {
    color: red;
}
.cc-theme-custom .cc-btn {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    background: #00f;
    background: radial-gradient(ellipse at center, #00f 0, #99007c 100%);
    border: 4px dotted red;
    border-radius: 100px;
    color: red;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#99007c",GradientType=1);
    height: 150px;
    line-height: 10;
    padding: 0;
    width: 150px;
}
.cc-theme-custom .cc-btn:hover {
    -webkit-animation: none;
    animation: none;
    background: #99007c;
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.credit-card {
    overflow: hidden;
}
.credit-card .shape {
    position: absolute;
    z-index: 1;
}
.credit-card .card-body {
    z-index: 1;
}
.credit-card .safe-digit {
    background-color: #abbcd5;
    border-radius: 50%;
    height: 0.525rem;
    margin-right: 3px;
    width: 0.525rem;
}
.credit-card .safe-digit:last-child {
    margin-right: 0;
}
.credit-card-st1 .shape-1 {
    left: 25%;
    top: 0;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}
.credit-card-st1 .shape-1 div {
    background: #d9e2ef;
    border-radius: 50%;
    height: 250px;
    opacity: 0.4;
    width: 350px;
}
.credit-card-st1 .shape-2 {
    left: 15%;
    top: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}
.credit-card-st1 .shape-2 div {
    background: #d9e2ef;
    border-radius: 50%;
    height: 250px;
    margin: 0;
    opacity: 0.3;
    width: 250px;
}
.credit-card-st2 .shape-1 {
    right: 0;
    top: 50%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}
.credit-card-st2 .shape-1 div {
    border: 50px solid transparent;
    border-bottom-color: #f1f4f8;
    height: 0;
    opacity: 0.7;
    position: relative;
    top: -50px;
    width: 0;
}
.credit-card-st2 .shape-1 div:after {
    border: 50px solid transparent;
    border-top-color: #f1f4f8;
    content: "";
    height: 0;
    left: -50px;
    position: absolute;
    top: 50px;
    width: 0;
}
.credit-card-st2 .shape-2 {
    right: 0;
    top: 50%;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}
.credit-card-st2 .shape-2 div {
    border: 60px solid transparent;
    border-bottom-color: #f1f4f8;
    height: 0;
    opacity: 0.5;
    position: relative;
    top: -60px;
    width: 0;
}
.credit-card-st2 .shape-2 div:after {
    border: 60px solid transparent;
    border-top-color: #f1f4f8;
    content: "";
    height: 0;
    left: -60px;
    position: absolute;
    top: 60px;
    width: 0;
}
.credit-card-st3 .shape-1 {
    background-color: #f1f4f8;
    height: 50%;
    left: 0;
    opacity: 0.6;
    right: 0;
    top: 50%;
}
.credit-card-st3 .shape-2 {
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.credit-card-st3 .shape-2 div {
    border: 2px solid #d9e2ef;
    border-radius: 50%;
    height: 250px;
    width: 250px;
}
.icon-shape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.icon-shape .icon {
    margin: 0;
}
.list-icon {
    list-style-type: none;
}
.list-icon li > * {
    display: table-cell;
}
.list-icon li i {
    padding-right: 15px;
}
.icon-block {
    margin-bottom: 15px;
    padding: 7px;
}
.icon-block p {
    margin-top: 9px;
}
.icon-anime {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90px;
}
.icon-anime .icon {
    margin: 0;
}
.icon-anime .shape {
    height: 100%;
    margin-left: -25%;
    padding: 1.5rem 0;
    width: 50%;
    z-index: -1;
}
.icon-anime .shape.circle {
    border-radius: 50%;
}
.icon-anime .shape.outlined {
    border-style: solid;
}
@media (min-width: 768px) {
    .icon-anime {
        margin-left: 0;
        margin-right: 0;
    }
}
.shapes-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.background-shape-main {
    background-color: #53f;
    border-radius: 120px;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.transparentize {
    opacity: 0.035;
}
.mockup,
.mockup-wrapper {
    position: relative;
}
.mockup {
    margin: 0 auto;
    max-width: 255px;
}
.mockup img {
    display: block;
    height: auto;
    max-width: 100%;
}
.cutout,
.cutout.bottom-right {
    position: relative;
}
.cutout.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='%23FFF'%3E%3Cpath d='M0 30h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.cutout.bottom-left {
    position: relative;
}
.cutout.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='%23FFF'%3E%3Cpath d='M0 30h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.cutout.x2.bottom-right {
    position: relative;
}
.cutout.x2.bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 60' fill='%23FFF'%3E%3Cpath d='M0 60h100L0 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.cutout.x2.bottom-left {
    position: relative;
}
.cutout.x2.bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 60' fill='%23FFF'%3E%3Cpath d='M0 60h100V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.cutout-md {
    position: relative;
}
@media (min-width: 768px) {
    .cutout-md.bottom-right {
        position: relative;
    }
    .cutout-md.bottom-right:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='%23FFF'%3E%3Cpath d='M0 30h100L0 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: 0;
        content: "";
        height: 30px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
    }
    .cutout-md.bottom-left {
        position: relative;
    }
    .cutout-md.bottom-left:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='%23FFF'%3E%3Cpath d='M0 30h100V0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: 0;
        content: "";
        height: 30px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
    }
}
p {
    margin: 6px 0 !important;
}

hr[class*="bg"] {
    border-top: 0;
    height: 1px;
}
.nav-process {
    min-height: 60px;
}
.app-safety .shape {
    position: absolute;
}
.app-safety .shape-triangle {
    left: 0;
    top: 0;
    -webkit-transform: translate(-60%, -90%) rotate(40deg);
    transform: translate(-60%, -90%) rotate(40deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.app-safety .shape-triangle div {
    background-color: #53f;
    background: linear-gradient(45deg, #53f, #53f);
    position: relative;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
}
.app-safety .shape-triangle div:after,
.app-safety .shape-triangle div:before {
    background-color: inherit;
    background: inherit;
    content: "";
    position: absolute;
}
.app-safety .shape-triangle div,
.app-safety .shape-triangle div:after,
.app-safety .shape-triangle div:before {
    border-top-right-radius: 30%;
    height: 80px;
    width: 80px;
}
.app-safety .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
}
.app-safety .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
@media (min-width: 576px) {
    .app-safety .shape-triangle div {
        background-color: #53f;
        background: linear-gradient(45deg, #53f, #53f);
        position: relative;
        text-align: left;
        -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
        transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    }
    .app-safety .shape-triangle div:after,
    .app-safety .shape-triangle div:before {
        background-color: inherit;
        background: inherit;
        content: "";
        position: absolute;
    }
    .app-safety .shape-triangle div,
    .app-safety .shape-triangle div:after,
    .app-safety .shape-triangle div:before {
        border-top-right-radius: 30%;
        height: 150px;
        width: 150px;
    }
    .app-safety .shape-triangle div:before {
        -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
        transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    }
    .app-safety .shape-triangle div:after {
        -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    }
}
@media (min-width: 768px) {
    .app-safety .shape-triangle div {
        background-color: #53f;
        background: linear-gradient(45deg, #53f, #53f);
        position: relative;
        text-align: left;
        -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
        transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    }
    .app-safety .shape-triangle div:after,
    .app-safety .shape-triangle div:before {
        background-color: inherit;
        background: inherit;
        content: "";
        position: absolute;
    }
    .app-safety .shape-triangle div,
    .app-safety .shape-triangle div:after,
    .app-safety .shape-triangle div:before {
        border-top-right-radius: 30%;
        height: 250px;
        width: 250px;
    }
    .app-safety .shape-triangle div:before {
        -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
        transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    }
    .app-safety .shape-triangle div:after {
        -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    }
}
@media (min-width: 576px) {
    .app-safety .shape-triangle {
        -webkit-transform: translate(-50%, -40%) rotate(65deg);
        transform: translate(-50%, -40%) rotate(65deg);
    }
}
@media (min-width: 768px) {
    .app-safety .shape-triangle {
        -webkit-transform: translate(50%, -15%) rotate(65deg);
        transform: translate(50%, -15%) rotate(65deg);
    }
}
@media (min-width: 992px) {
    .app-safety .shape-triangle {
        left: 5%;
        -webkit-transform: translate(100%, -15%) rotate(65deg);
        transform: translate(100%, -15%) rotate(65deg);
    }
}
.app-safety .shape-circle {
    right: 5%;
    top: 65%;
}
.app-safety .shape-circle div {
    background: #a772ff;
    border-radius: 50%;
    height: 100px;
    margin: 0;
    width: 100px;
}
@media (min-width: 768px) {
    .app-safety .shape-circle {
        right: 15%;
        top: 5%;
    }
}
.app-safety .shape-ring {
    left: 0;
    top: 25%;
    -webkit-transform: translate3d(10%, -35%, 0);
    transform: translate3d(10%, -35%, 0);
}
.app-safety .shape-ring div {
    border: 75px solid #f1f4f8;
    border-radius: 50%;
    height: 660px;
    opacity: 0.15;
    width: 660px;
}
.app-safety .shape.pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 3px, transparent 0);
    background-size: 30px 30px;
    bottom: 0;
    height: 50%;
    left: 25%;
    width: 200px;
}
.advanced-automation-solution {
    background: linear-gradient(-135deg, #53f 25%, #05d5ff);
}
.advanced-automation-solution:before {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.5), 0 0 125px 15px hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.5), 0 0 125px 15px hsla(0, 0%, 100%, 0.5);
    content: "";
    height: 600px;
    left: 50%;
    position: absolute;
    top: 65%;
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0);
    width: 150%;
    z-index: 0;
}
@media (min-width: 576px) {
    .advanced-automation-solution:before {
        top: 55%;
    }
}
@media (min-width: 992px) {
    .advanced-automation-solution:before {
        top: 50%;
    }
}
.card-blog .author-picture {
    background-color: #fff;
    padding: 3px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.blog-single-header {
    background-position: center 10rem;
    background-size: auto 315px;
}
.blog-single-header,
.blog-single-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-single-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25rem;
}
.blog-quote {
    margin-bottom: 3em;
    margin-top: 3em;
    padding: 0 1rem;
    position: relative;
}
.blog-quote:before {
    font-size: 3.25rem;
    left: 0;
    opacity: 0.2;
    top: 0;
}
.blog-quote p {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.3em;
}
@media (min-width: 768px) {
    .blog-quote {
        padding: 0 4rem;
    }
}
@media(max-width: 768px){
    .terms{
        padding-bottom: 45px;
        padding-top:113px!important;
        position: relative;
    }
    .home-sider{
        height: 944px!important;
    }
}
.blog-post .h4,
.blog-post h4 {
    margin-top: 2.5rem;
}
.blog-post p {
    letter-spacing: 0.5px;
    margin: 1.25rem 0;
}
.built-tech .shape {
    position: absolute;
}
.built-tech .shape-circle {
    left: 0;
    top: 0;
}
.built-tech .shape-circle div {
    background: -webkit-gradient(linear, left top, left bottom, from(#53f), to(#8053ff));
    background: linear-gradient(180deg, #53f, #8053ff);
    border-radius: 50%;
    height: 400px;
    margin: 0;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    width: 400px;
}
.built-tech .mockup {
    max-width: 100px;
}
.bubbles-wrapper {
    position: relative;
}
.bubbles-wrapper .icon {
    margin: 0;
    position: absolute;
    will-change: transform, opacity;
}
.bubbles-wrapper .bubble {
    -webkit-animation: bubble-animate-v 8s linear infinite;
    animation: bubble-animate-v 8s linear infinite;
}
.extending-core .shape-background.shape-left {
    -webkit-box-shadow: 0 0 60px 0 rgba(80, 102, 144, 0.05);
    box-shadow: 0 0 60px 0 rgba(80, 102, 144, 0.05);
    left: -320px;
    max-width: 100%;
}
.extending-core .icons-wrapper {
    margin-top: 3rem;
    min-height: 460px;
}
@media (min-width: 768px) {
    .extending-core .icons-wrapper {
        margin-top: 0;
    }
}
.extending-core .floating:first-child {
    -webkit-animation-duration: 3.6s;
    animation-duration: 3.6s;
}
.extending-core .floating:nth-child(2) {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}
.extending-core .floating:nth-child(3) {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
}
.extending-core .floating:nth-child(4) {
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
}
.extending-core .floating:nth-child(5) {
    -webkit-animation-duration: 4.2s;
    animation-duration: 4.2s;
}
.extending-core .floating:nth-child(6) {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}
.extending-core .floating:nth-child(7) {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.extending-core .floating:nth-child(8) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
.extending-core .shape {
    position: absolute;
}
.extending-core .shape-circle {
    bottom: 0;
    right: 0;
}
.extending-core .shape-circle div {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#f9fbfd));
    background: linear-gradient(180deg, #f1f4f8, #f9fbfd);
    border-radius: 50%;
    height: 450px;
    margin: 0;
    width: 450px;
}
.focus-on-success .shape {
    position: absolute;
}
.focus-on-success .shape-triangle {
    left: 5%;
    top: 0;
    -webkit-transform: translate(100%, -15%) rotate(65deg);
    transform: translate(100%, -15%) rotate(65deg);
}
.focus-on-success .shape-triangle div {
    background-color: #53f;
    background: linear-gradient(45deg, #53f, #53f);
    position: relative;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
}
.focus-on-success .shape-triangle div:after,
.focus-on-success .shape-triangle div:before {
    background-color: inherit;
    background: inherit;
    content: "";
    position: absolute;
}
.focus-on-success .shape-triangle div,
.focus-on-success .shape-triangle div:after,
.focus-on-success .shape-triangle div:before {
    border-top-right-radius: 30%;
    height: 250px;
    width: 250px;
}
.focus-on-success .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
}
.focus-on-success .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
@media (min-width: 768px) {
    .get-started .floating-box {
        left: 50%;
        max-width: 592px;
        position: absolute;
        top: 75%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
    }
}
@media (min-width: 992px) {
    .get-started .floating-box {
        bottom: 1.5%;
        left: 0;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .get-started .floating-box {
        width: 50%;
    }
}
.get-started .play-video {
    display: none;
}
@media (min-width: 992px) {
    .get-started .play-video {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 14.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 10em;
        justify-content: center;
        position: absolute;
        right: 6.5%;
        width: 10em;
        z-index: 1;
    }
}
.get-started .browser {
    display: none;
}
@media (min-width: 768px) {
    .get-started .browser {
        display: block;
    }
}
@media (min-width: 992px) {
    .get-started .browser {
        width: 80%;
    }
}
.how-it-works .mockup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.how-it-works .shape {
    position: absolute;
}
.how-it-works .shape-circle {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#f9fbfd));
    background: linear-gradient(180deg, #f1f4f8, #f9fbfd);
    border-radius: 50%;
    height: 50%;
    margin: 0;
    width: 50%;
}
.how-it-works .shape-ring {
    right: 0;
    top: 50%;
}
.how-it-works .shape-ring div {
    border: 10px solid #53f;
    border-radius: 50%;
    height: 300px;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    width: 300px;
}
.how-it-works .img-step {
    max-height: 100px;
}
.latest-projects .project-detail .description {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 1;
}
.latest-projects .project-detail:hover .description {
    opacity: 0.9;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.section,
section {
    position: relative;
    overflow: hidden !important;
}
 
.section [class^="container"].bring-to-front,
section [class^="container"].bring-to-front {
    z-index: 9;
}
.section .container-wide,
section .container-wide {
    overflow-x: hidden;
}
.section .container-wide .row,
section .container-wide .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.section.shadow,
section.shadow {
    z-index: 1;
}
.section-heading {
    margin-bottom: 60px;
    position: relative;
}
.section-heading .h2,
.section-heading h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
.section-heading p {
    font-weight: 300;
}
@media (min-width: 768px) {
    .partners img {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .partners img:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.centered-screen {
    position: relative;
}
.centered-screen .screen-highlight {
    bottom: 45px;
}
.centered-screen .message {
    bottom: 130px;
    z-index: 1;
}
.off-left-background {
    background-position: 20px 20px;
    background-size: 60px;
}
@media (min-width: 768px) {
    .off-left-background {
        background-position: -60px 20px;
        background-size: contain;
    }
    .off-left-background:hover {
        background-position: -30px 0;
    }
    .send-and-receive .off-left-background {
        background-position: -30px 20px;
    }
    .send-and-receive .off-left-background:hover {
        background-position: -10px 0;
    }
}
.lift-hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.lift-hover:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.shape-testimonials .shapes-container {
    z-index: 1;
}
.shape-testimonials .shape {
    position: absolute;
}
.shape-testimonials .shape-triangle {
    left: 0;
    top: 0;
    -webkit-transform: translate(25%, 200%) rotate(90deg);
    transform: translate(25%, 200%) rotate(90deg);
}
.shape-testimonials .shape-triangle div {
    background-color: #53f;
    background: linear-gradient(45deg, #53f, #53f);
    position: relative;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
}
.shape-testimonials .shape-triangle div:after,
.shape-testimonials .shape-triangle div:before {
    background-color: inherit;
    background: inherit;
    content: "";
    position: absolute;
}
.shape-testimonials .shape-triangle div,
.shape-testimonials .shape-triangle div:after,
.shape-testimonials .shape-triangle div:before {
    border-top-right-radius: 30%;
    height: 200px;
    width: 200px;
}
.shape-testimonials .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
}
.shape-testimonials .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
@media (min-width: 768px) {
    .shape-testimonials .shape-triangle {
        -webkit-transform: translate(25%, 25%) rotate(90deg);
        transform: translate(25%, 25%) rotate(90deg);
    }
    .shape-testimonials .shape-triangle div {
        background-color: #53f;
        background: linear-gradient(45deg, #53f, #53f);
        position: relative;
        text-align: left;
        -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
        transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    }
    .shape-testimonials .shape-triangle div:after,
    .shape-testimonials .shape-triangle div:before {
        background-color: inherit;
        background: inherit;
        content: "";
        position: absolute;
    }
    .shape-testimonials .shape-triangle div,
    .shape-testimonials .shape-triangle div:after,
    .shape-testimonials .shape-triangle div:before {
        border-top-right-radius: 30%;
        height: 480px;
        width: 480px;
    }
    .shape-testimonials .shape-triangle div:before {
        -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
        transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    }
    .shape-testimonials .shape-triangle div:after {
        -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    }
}
.user-reviews {
    min-height: 450px;
    position: relative;
}
.user-reviews .user {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 48px;
}
.user-reviews .user.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.user-reviews .user.active img {
    -webkit-box-shadow: 0 0 5px 10px rgba(43, 53, 79, 0.05) !important;
    box-shadow: 0 0 5px 10px rgba(43, 53, 79, 0.05) !important;
    padding: 2px;
}
.features-carousel {
    background-color: #f1f4f8;
}
.features-carousel .swiper-container {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
@media (min-width: 576px) {
    .features-carousel .swiper-container:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(10%, #f1f4f8), to(rgba(241, 244, 248, 0.1)));
        background: linear-gradient(270deg, #f1f4f8 10%, rgba(241, 244, 248, 0.1));
        bottom: 0;
        content: "";
        display: block;
        left: 75%;
        position: absolute;
        top: 2.5rem;
        width: 25%;
        z-index: 2;
    }
}
.features-carousel .features-nav-next {
    cursor: pointer;
    margin: 0;
    padding-right: 1rem;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 3;
}
.features-carousel .features-nav-next .features-nav-icon {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.features-carousel .features-nav-next:hover {
    color: #00a0e0;
}
.features-carousel .features-nav-next:hover .features-nav-icon {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}
.singl-testimonial .image-background + .text {
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .singl-testimonial .image-background + .text {
        margin-bottom: 0;
    }
}
.singl-testimonial .image-background {
    min-height: 390px;
}
.singl-testimonial .testimonial-img {
    max-width: 70%;
}
.singl-testimonial .testimonial-img.decorated {
    position: relative;
}
.singl-testimonial .testimonial-img.decorated:before {
    background-color: #53f;
    border-radius: 0.25rem;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(-25%, -25%, 0);
    transform: translate3d(-25%, -25%, 0);
    width: 50%;
    z-index: -1;
}
.singl-testimonial .user-review {
    overflow: hidden;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
@media (min-width: 992px) {
    .singl-testimonial .user-review {
        -webkit-transform: translate(-25%, 25%);
        transform: translate(-25%, 25%);
    }
}
.singl-testimonial .user-review blockquote:before {
    font-size: 6rem;
    opacity: 0.3;
    -webkit-transform: translate(-70%);
    transform: translate(-70%);
}
@media (min-width: 992px) {
    .singl-testimonial .user-review blockquote {
        font-size: 1.25rem;
    }
}
.singl-testimonial .user-review .shape-wrapper {
    z-index: -1;
}
.singl-testimonial .user-review .svg-review-bottom {
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
    width: 100%;
    z-index: 1;
}
.singl-testimonial .user-review .svg-review-bottom.back {
    -webkit-transform: translate(-49%, -1%) scale(1.1);
    transform: translate(-49%, -1%) scale(1.1);
    z-index: 0;
}
.singl-testimonial .user-review .svg-review-bottom.left {
    -webkit-transform: rotate(-45deg) translate(-146%, -143%) scale(1.7);
    transform: rotate(-45deg) translate(-146%, -143%) scale(1.7);
    z-index: -1;
}
.singl-testimonial .reviews-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    position: absolute;
    right: 0;
    top: 90%;
    z-index: 1;
}
.singl-testimonial .reviews-navigation .reviews-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #53f;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .singl-testimonial .reviews-navigation .reviews-nav {
        background-color: #f1f4f8;
        color: #6d768b;
    }
    .singl-testimonial .reviews-navigation .reviews-nav:hover {
        background-color: #53f;
        color: #fff;
    }
}
.singl-testimonial .reviews-navigation .reviews-nav-prev {
    margin-right: 2rem;
}
@media (max-width: 767.98px) {
    .singl-testimonial .reviews-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

.perspective-mockups {
    width: auto;
    left: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
    }

}
@media (min-width: 992px) {
    .singl-testimonial .reviews-navigation {
        right: 13%;
        top: 10px;
    }
}
.signature {
    max-width: 140px;
}
.trending-design .shape {
    position: absolute;
}
.trending-design .shape-square {
    border: 30px solid theme-color(primary);
    height: 350px;
    left: 55%;
    top: 0;
    -webkit-transform: translate(100%, -15%) rotate(65deg);
    transform: translate(100%, -15%) rotate(65deg);
    width: 350px;
}
.path-success .shape-ring {
    border: 80px solid #f1f4f8;
    border-radius: 50%;
    height: 720px;
    margin-right: -25%;
    max-width: none;
    width: 720px;
}
@media (min-width: 768px) {
    .path-success .shape-ring {
        border-width: 100px;
        height: 920px;
        width: 920px;
    }
}
@media (min-width: 1200px) {
    .path-success .shape-ring {
        margin-right: 0;
    }
}
.lightweight-template .learn-more {
    margin-bottom: 18rem;
}
.perspective-mockups {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    margin-left: 85px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(0.5) rotate(12deg) translateX(-50%);
    transform: scale(0.5) rotate(12deg) translateX(-50%);
    -webkit-transform-origin: 0 20%;
    transform-origin: 0 20%;
    z-index: 3;
}
.perspective-mockups > div {
    margin: 0 50px;
}
.perspective-mockups .ipad {
    max-width: 100%;
}
.perspective-mockups.hidden-preload {
    visibility: hidden;
}
.perspective-mockups .phone-big {
    display: none;
}
.perspective-mockups .phone-small {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 225px;
}
.perspective-mockups .tablet.landscape {
    margin: 0;
    width: 512px;
}
.perspective-mockups .tablet.portrait {
    margin-top: 0;
    width: 450px;
}
@media (min-width: 576px) {
    .perspective-mockups {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .lightweight-template .learn-more {
        margin-bottom: 0;
    }
    .perspective-mockups {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 215px;
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        width: 512px;
    }
    .perspective-mockups.hidden-preload {
        visibility: visible;
    }
    .perspective-mockups .tablet {
        margin: 0 !important;
        max-width: 100%;
    }
    .perspective-mockups .tablet.portrait {
        display: none;
    }
    .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        width: 512px;
    }
    .perspective-mockups .phone-small {
        margin: 0 0 50px 176px;
    }
}


@media (min-width: 1200px) {
    .perspective-mockups {
        margin-left: -10px;
        top: 100px;
        width: 829px;
    }
    .perspective-mockups > div {
        margin: 0 auto;
    }
    .perspective-mockups .tablet.landscape {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 50px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .perspective-mockups .tablet.portrait {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px !important;
        width: 450px;
    }
    .perspective-mockups .phone-big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 267px;
    }
    .perspective-mockups .phone-small {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        margin: 50px 50px 0 0;
        order: 0;
    }
}
.screenshots .swiper-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.screenshots .swiper-container .mobile-device {
    border-radius: 13px;
    left: 0;
    max-width: 240px;
    position: absolute;
    right: 0;
}
.screenshots .swiper-container .mobile-device .screen {
    height: 460px;
    width: 212px;
}
/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
.screenshots .swiper-slide{
    background: transparent;
}
.screenshots .swiper-container .mobile-device.iphone-x .notch {
    z-index: 2;
}
.screenshots .swiper-container .mobile-device.iphone-x:after,
.screenshots .swiper-container .mobile-device.iphone-x:before {
    z-index: 3;
}
.screenshots .swiper-container .swiper-slide {
    opacity: 0.6;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.screenshots .swiper-container .swiper-slide img {
    border-radius: 13px!important;
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.015);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.015);
}
.screenshots .swiper-container .swiper-slide-next,
.screenshots .swiper-container .swiper-slide-prev {
    opacity: 0.85;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}
.screenshots .swiper-container .swiper-slide-active {
    border: 1px solid #d9e2ef;
    border-radius: 13px!important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
}
.screenshots .swiper-container > .swiper-pagination-bullets {
    bottom: 4rem;
}
.site-footer {
    font-size: 0.9em;
}
.site-footer .h4,
.site-footer h4 {
    margin-bottom: 15px;
}
.site-footer .logo {
    max-height: 56px;
}
.site-footer .btn-download {
    min-width: 150px;
}
.why-us .shape-wrapper {
    overflow: visible;
}
.why-us .shape-background {
    background-color: #3f179a;
    max-width: 70%;
}
.why-us .shape-background.right {
    -webkit-transform: rotate(45deg) translate(65%, -55%);
    transform: rotate(45deg) translate(65%, -55%);
}
@media (min-width: 768px) {
    .why-us .shape-background.right {
        -webkit-transform: rotate(45deg) translate(50%, -50%);
        transform: rotate(45deg) translate(50%, -50%);
    }
}
.why-us .shape-background.left {
    -webkit-transform: rotate(45deg) translate(-50%, 50%);
    transform: rotate(45deg) translate(-50%, 50%);
}
.why-icon-list:before {
    border: 1px dashed #00a0e0;
    bottom: 80px;
    content: "";
    left: 50px;
    position: absolute;
    top: 50px;
    width: 1px;
    z-index: -1;
}
.why-icon-list .list-item {
    margin-bottom: 4rem;
}
.why-icon-list .list-item:last-child {
    margin-bottom: 0;
}
.why-people-love-us .bubble {
    max-width: 60%;
    position: absolute;
    z-index: 1;
}
.why-people-love-us .bubble-left {
    top: 18%;
}
.why-people-love-us .bubble-right {
    right: 1.5rem;
    top: 64%;
}
@media (min-width: 768px) {
    .why-people-love-us .bubble {
        max-width: 50%;
    }
    .why-people-love-us .bubble-left {
        top: 21%;
    }
    .why-people-love-us .bubble-right {
        right: 3rem;
    }
}
.why-people-love-us .shape {
    position: absolute;
}
.why-people-love-us .shape-circle-1 {
    left: 7%;
    top: 60%;
}
.why-people-love-us .shape-circle-1 div {
    background: #fc9e21;
    border-radius: 50%;
    height: 150px;
    margin: 0;
    width: 150px;
}
@media (min-width: 768px) {
    .why-people-love-us .shape-circle-1 {
        left: 25%;
        top: 5%;
    }
}
.why-people-love-us .shape-circle-2 {
    left: 60%;
    top: 70%;
}
.why-people-love-us .shape-circle-2 div {
    background: rgba(252, 158, 33, 0.8);
    border-radius: 50%;
    height: 120px;
    margin: 0;
    width: 120px;
}
@media (min-width: 768px) {
    .why-people-love-us .shape-circle-2 {
        left: 22%;
        top: 23%;
    }
}
.why-people-love-us .shape-circle-3 {
    left: 40%;
    top: 78%;
}
.why-people-love-us .shape-circle-3 div {
    background: #fc9e21;
    border-radius: 50%;
    height: 120px;
    margin: 0;
    width: 120px;
}
.why-people-love-us .shape-circle-4 {
    left: 25%;
    top: 70%;
}
.why-people-love-us .shape-circle-4 div {
    background: #53f;
    border-radius: 50%;
    height: 50px;
    margin: 0;
    width: 50px;
}
.why-people-love-us .shape-triangle {
    right: 0;
    top: 80%;
}
.why-people-love-us .shape-triangle div {
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    background-color: #53f;
    background: linear-gradient(45deg, #0D6EFD, #0D6EFD);
    position: relative;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
}
.why-people-love-us .shape-triangle div:after,
.why-people-love-us .shape-triangle div:before {
    background-color: inherit;
    background: inherit;
    content: "";
    position: absolute;
}
.why-people-love-us .shape-triangle div,
.why-people-love-us .shape-triangle div:after,
.why-people-love-us .shape-triangle div:before {
    border-top-right-radius: 30%;
    height: 95px;
    width: 95px;
}
.why-people-love-us .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
}
.why-people-love-us .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
@media (min-width: 768px) {
    .why-people-love-us .shape-triangle {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media (min-width: 992px) {
    .why-people-love-us .shape-triangle {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.why-people-love-us .shape.pattern-dots-1 {
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px, transparent 0);
    background-size: 20px 20px;
    bottom: 0;
    height: 30%;
    left: 20%;
    width: 200px;
}
@media (min-width: 768px) {
    .why-people-love-us .shape.pattern-dots-1 {
        bottom: 20%;
        height: 50%;
    }
    .why-choose-us .section-heading {
        margin-bottom: 120px;
    }
}
.why-choose-us .section-heading p.lead {
    width: 70%;
}
@media (min-width: 768px) {
.why-choose-us .browser {
    bottom: 0;
    -webkit-transform: translate(40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotate(7deg);
    /* transform: translate(40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotate(7deg); */
    transform: translate(33%, 22%) rotate3d(0.342, -0.94, 0, 22deg) rotate(7deg);

    width: 380px;
}
}
@media (max-width: 768px) {
.why-choose-us .browser {
    translate:translate(-1%, 45%)rotate3d(0.342, -0.94, 0, 10deg) rotate(0deg);

}

}
@media (min-width: 768px) {
    .why-choose-us .browser {
        bottom: auto;
        width: 780px;
    }


}
.why-choose-us .iphone-x {
    -webkit-transform: translate(-20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotate(-7deg);
    transform: translate(-20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotate(-7deg);
}
@media(max-width:1080px){
    .why-choose-us .iphone-x{
       display: none;
    }

}
@media (max-width: 575.98px) {
    .why-choose-us .iphone-x {
        margin-left: 0;
        margin-right: 0;
        width: 60%;
    }
}
.why-choose-us .list-item {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.why-choose-us .icon-shape {
    min-width: 80px;
}
.why-choose-us .shapes-container {
    z-index: 2;
}
.why-choose-us .pattern {
    position: absolute;
}
.why-choose-us .pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(#f1f4f8 2px, transparent 0);
    background-size: 20px 20px;
    bottom: 7rem;
    height: 155px;
    left: 60%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    width: 50%;
}
.anime-background .shape-main {
    bottom: 0;
    position: absolute !important;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 0;
}
.anime-background .shape-main.left {
    background-image: linear-gradient(45deg, #d9e2ef, #f1f4f8 35%, #f9fbfd);
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}
.anime-background .shape-main.right {
    background-image: linear-gradient(-45deg, #d9e2ef, #f1f4f8 35%, #f9fbfd);
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}
@media (min-width: 768px) {
    .anime-background .shape-main {
        width: 90%;
    }
    .anime-background [class^="container"] {
        padding-bottom: 9rem;
        padding-top: 9rem;
    }
}
.with-promo .shape {
    position: absolute;
}
.with-promo .mockup {
    max-width: 285px;
}
.with-promo .promo-box {
    border: none;
    z-index: 2;
}
.with-promo .promo-box .circle-icon {
    position: absolute;
}
.with-promo .promo-box.bottom-left {
    bottom: 0;
    left: 0;
}
.with-promo .promo-box.bottom-left + .shapes-container .shape.pattern {
    z-index: 0;
}
.with-promo .promo-box.bottom-left + .shapes-container .shape.pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px, transparent 0);
    background-size: 15px 15px;
    height: 70%;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -30%);
    transform: translate(50%, -30%);
    width: 200px;
}
.with-promo .promo-box.bottom-left .circle-icon {
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.with-promo .promo-box.top-right {
    bottom: 0;
    right: 0;
}
.with-promo .promo-box.top-right + .shapes-container .shape.pattern {
    z-index: 0;
}
.with-promo .promo-box.top-right + .shapes-container .shape.pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px, transparent 0);
    background-size: 15px 15px;
    height: 70%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 200px;
}
.with-promo .promo-box.top-right .circle-icon {
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.with-promo .promo-box p {
    margin: 0;
}
@media (min-width: 768px) {
    .with-promo .promo-box {
        position: absolute;
    }
    .with-promo .promo-box.bottom-left {
        -webkit-transform: translate(-10%, 50%);
        transform: translate(-10%, 50%);
    }
    .with-promo .promo-box.top-right {
        -webkit-transform: translate(10%, 50%);
        transform: translate(10%, 50%);
    }
}
@media (min-width: 992px) {
    .with-promo .promo-box.bottom-left {
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    .with-promo .promo-box.top-right {
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
}
.with-promo .shapes-container {
    z-index: -1;
}
.wallet {
    margin: 0 auto;
    max-width: 330px;
    position: relative;
}
.wallet,
.wallet .card {
    border: 0;
    border-radius: 1rem;
}
.wallet .card-details {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.wallet .btn-place-order {
    border-radius: 0 0 1rem 1rem;
}
.smart-wallet .shape {
    position: absolute;
    z-index: 1;
}
.smart-wallet .shape.pattern {
    z-index: 0;
}
.smart-wallet .shape.pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px, transparent 0);
    background-size: 20px 20px;
    bottom: 20rem;
    height: 50%;
    right: 30%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 250px;
}
.payment-features .shape-circle {
    background: #53f;
    border-radius: 50%;
    height: 80px;
    margin: 0;
    width: 80px;
}
.pricing p {
    line-height: 1.5em;
}
.pricing .pricing-value {
    font-family: Poppins, sans-serif;
    font-size: 3.25rem;
}
.pricing .pricing-value .price {
    position: relative;
}
.pricing .pricing-value .price:after,
.pricing .pricing-value .price:before {
    font-size: 0.35em;
    font-style: italic;
    font-weight: 300;
}
.pricing .pricing-value .price:before {
    content: "$";
    left: -15px;
    position: absolute;
    top: 10px;
}
.pricing .pricing-value .price:after {
    left: -15px;
    content:"/month";
    position: relative;
}
.pricing .pricing-value .price.yearly:after {
    content:"/yr";
}
.odometer-inside {
    display: inline;
}
.pricing.heading .pricing-plan {
    padding: 0;
}
.pricing.heading .pricing-plan .pricing-details {
    padding: 15px;
}
.pricing-table .pricing-table-tabs {
    width: 100%;
}
.pricing-table .pricing-table-tabs label {
    overflow: hidden;
    padding: 12px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 33.33%;
}
.pricing-table .pricing-details {
    margin-top: 0;
}
.pricing-table table {
    margin-bottom: 0;
    margin-top: 0;
}
.pricing-table table td,
.pricing-table table th {
    padding: 10px 15px;
    vertical-align: middle !important;
}
.pricing-table table th {
    background-color: theme-color(light);
    font-weight: 400;
}
.pricing-table table td {
    text-align: center;
}
.pricing-table table thead th {
    background-color: #f1f4f8;
    border-color: #c6d3e6;
    color: #53f;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.pricing-table table thead th.title {
    color: #6d768b;
}
.pricing-table table thead th.title.clear {
    background-color: #fff;
    border-bottom-color: #d9e2ef;
    border-left-color: #fff;
    border-top-color: #fff;
}
.pricing-table table tbody.pricing-details th {
    background-color: transparent;
}
.pricing-table table tfoot {
    font-size: 0.8em;
}
.pricing-table table tfoot td {
    border: 0;
}
.pricing-table table .pricing-prev {
    float: left;
}
.pricing-table table .pricing-next {
    float: right;
}
.pricing-table table .visible-cell {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pricing-table .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #d9e2ef;
}
.pricing-table .show-annually {
    display: none;
}
.pricing-table .yearly-display .show-annually {
    display: block;
}
@media (max-width: 575.98px) {
    .pricing-table table .expand-mobile td,
    .pricing-table table .expand-mobile th,
    .pricing-table table td[headers*="ph-"] {
        display: none;
    }
    .pricing-table table tbody th {
        width: 0;
    }
}
.pricing-table .ribbon {
    background: #cd92ff;
    -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 53%, 0.25);
    box-shadow: 0 2px 3px hsla(0, 0%, 53%, 0.25);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 50px;
    padding: 1rem 0.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 100px;
}
.visible-cell {
    display: table-cell !important;
}
.visible-block,
.visible-cell {
    visibility: visible !important;
}
.navigation.fixed-top+main .header {
    padding-top: 90px!important;
}
.header .container {
    margin: 0 auto;
    position: relative;
}
.header.fullscreen .mockup {
    max-width: 70%;
}
.header .mockup-half {
    max-height: 350px;
}
.header.page .container {
    padding-bottom: 90px;
    padding-top: 90px;
}
.header .big-circle {
    background-color: transparent !important;
    overflow: hidden;
}
.header .big-circle.bg-primary:after {
    background-color: #53f;
}
.header .big-circle.bg-secondary:after {
    background-color: #506690;
}
.header .big-circle.bg-success:after {
    background-color: #00c9b7;
}
.header .big-circle.bg-info:after {
    background-color: #00a0e0;
}
.header .big-circle.bg-warning:after {
    background-color: #feb868;
}
.header .big-circle.bg-danger:after {
    background-color: #c1002b;
}
.header .big-circle.bg-light:after {
    background-color: #f1f4f8;
}
.header .big-circle.bg-dark:after {
    background-color: #2b354f;
}
.header .big-circle.bg-gray:after {
    background-color: #869ab8;
}
.header .big-circle.bg-gray-light:after {
    background-color: #c6d3e6;
}
.header .big-circle.bg-alternate:after {
    background-color: #fc9e21;
}
.header .big-circle.bg-contrast:after {
    background-color: #fff;
}
.header .big-circle.bg-black:after,
.header .big-circle.bg-darker:after {
    background-color: #161c2d;
}
.header .big-circle:after {
    border-radius: 50%;
    content: "";
    height: 150%;
    position: absolute;
    -webkit-transform: translate3D(-25%, -50%, 0);
    transform: translate3D(-25%, -50%, 0);
    width: 150%;
    z-index: -1;
}
@media (min-width: 768px) {
    .header .big-circle:after {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    .mobile-device[class*="absolute"] {
        margin-top: -45px !important;
    }
    .integrations-header .background-shape-main {
        -webkit-transform: translateY(-70%) rotate(-12deg);
        transform: translateY(-70%) rotate(-12deg);
    }
}
.header-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.integrations-header .background-shape-main {
    background-image: linear-gradient(45deg, #f1f4f8 40%, #506690);
    border-radius: 100px;
    bottom: 0;
    height: 200%;
    -webkit-transform: translateY(-45%) rotate(-12deg);
    transform: translateY(-45%) rotate(-12deg);
    width: 100%;
}

.integrations-header .bubbles-wrap {
    bottom: 0;
    height: 600px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 2;
}
.integrations-header .bubbles-container {
    position: relative;
}
.integrations-header .bubble {
    background-image: url('../../images/screens/dash/spritesheet.webp');
    background-size: 1076px 1076px;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 152px;
    position: absolute;
    width: 152px;
}
.integrations-header .bubble.bubble-1 {
    background-position: 0 0;
}
.integrations-header .bubble.bubble-2 {
    background-position: -154px 0;
}
.integrations-header .bubble.bubble-3 {
    background-position: -308px 0;
}
.integrations-header .bubble.bubble-4 {
    background-position: -462px 0;
}
.integrations-header .bubble.bubble-5 {
    background-position: -616px 0;
}
.integrations-header .bubble.bubble-6 {
    background-position: -770px 0;
}
.integrations-header .bubble.bubble-7 {
    background-position: -924px 0;
}
.integrations-header .bubble.bubble-8 {
    background-position: 0 -154px;
}
.integrations-header .bubble.bubble-9 {
    background-position: -154px -154px;
}
.integrations-header .bubble.bubble-10 {
    background-position: -308px -154px;
}
.integrations-header .bubble.bubble-11 {
    background-position: -462px -154px;
}
.integrations-header .bubble.bubble-12 {
    background-position: -616px -154px;
}
.integrations-header .bubble.bubble-13 {
    background-position: -770px -154px;
}
.integrations-header .bubble.bubble-14 {
    background-position: -924px -154px;
}
.integrations-header .bubble.bubble-15 {
    background-position: 0 -308px;
}
.integrations-header .bubble.bubble-16 {
    background-position: -154px -308px;
}
.integrations-header .bubble.bubble-17 {
    background-position: -308px -308px;
}
.integrations-header .bubble.bubble-18 {
    background-position: -462px -308px;
}
.integrations-header .bubble.bubble-19 {
    background-position: -616px -308px;
}
.integrations-header .bubble.bubble-20 {
    background-position: -770px -308px;
}
.integrations-header .bubble.bubble-21 {
    background-position: -924px -308px;
}
.integrations-header .bubble.bubble-22 {
    background-position: 0 -462px;
}
.integrations-header .bubble.bubble-23 {
    background-position: -154px -462px;
}
.integrations-header .bubble.bubble-24 {
    background-position: -308px -462px;
}
.integrations-header .bubble.bubble-25 {
    background-position: -462px -462px;
}
.integrations-header .bubble.bubble-26 {
    background-position: -616px -462px;
}
.integrations-header .bubble.bubble-27 {
    background-position: -770px -462px;
}
.integrations-header .bubble.bubble-28 {
    background-position: -924px -462px;
}
.integrations-header .bubble.bubble-29 {
    background-position: 0 -616px;
}
.integrations-header .bubble.bubble-30 {
    background-position: -154px -616px;
}
.integrations-header .bubble.bubble-31 {
    background-position: -308px -616px;
}
.integrations-header .bubble.bubble-32 {
    background-position: -462px -616px;
}
.integrations-header .bubble.bubble-33 {
    background-position: -616px -616px;
}
.integrations-header .bubble.bubble-34 {
    background-position: -770px -616px;
}
.integrations-header .bubble.bubble-35 {
    background-position: -924px -616px;
}
.integrations-header .bubble.bubble-36 {
    background-position: 0 -770px;
}
.integrations-header .bubble.bubble-37 {
    background-position: -154px -770px;
}
.integrations-header .bubble.bubble-38 {
    background-position: -308px -770px;
}
.integrations-header .bubble.bubble-39 {
    background-position: -462px -770px;
}
.integrations-header .bubble.bubble-40 {
    background-position: -616px -770px;
}
.integrations-header .bubble.bubble-41 {
    background-position: -770px -770px;
}
.integrations-header .bubble.bubble-42 {
    background-position: -924px -770px;
}
.integrations-header .shape {
    display: none;
    position: absolute;
    z-index: 1;
}
@media (min-width: 768px) {
    .integrations-header .shape {
        display: block;
    }
}
.integrations-header .shape-circle-1 {
    left: 2%;
    top: 5%;
}
.integrations-header .shape-circle-1 div {
    background: #fc9e21;
    border-radius: 50%;
    height: 20px;
    margin: 0;
    width: 20px;
}
.integrations-header .shape-circle-2 {
    left: 14%;
    top: 18%;
    z-index: 1;
}
.integrations-header .shape-circle-2 div {
    background: #f1f4f8;
    border-radius: 50%;
    height: 250px;
    margin: 0;
    opacity: 0;
    width: 250px;
}
@media (min-width: 1200px) {
    .integrations-header .shape-circle-2 div {
        opacity: 0.5;
    }
}
.integrations-header .shape-ring-1 {
    left: 0;
    top: 0;
    -webkit-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);
}
.integrations-header .shape-ring-1 div {
    border: 50px solid #d9e2ef;
    border-radius: 50%;
    height: 560px;
    opacity: 0.15;
    width: 560px;
}
.integrations-header .shape-square {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.integrations-header .shape-square-1 {
    right: 0;
    top: 20%;
}
.integrations-header .shape-square-1 div {
    border: 10px solid #d9e2ef;
    height: 150px;
    width: 150px;
}
.integrations-header .shape-square-2 {
    right: 0;
    top: 30%;
}
.integrations-header .shape-square-2 div {
    border: 5px solid #d9e2ef;
    height: 50px;
    width: 50px;
}
.integrations-header .shape-square-3 {
    left: 0;
    top: 5%;
}
.integrations-header .shape-square-3 div {
    border: 5px solid #53f;
    height: 50px;
    width: 50px;
}
.integrations-header .shape.pattern {
    z-index: 0;
}
.integrations-header .shape.pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px, transparent 0);
    background-size: 20px 20px;
    bottom: 20rem;
    height: 155px;
    right: 0;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    width: 50%;
}
.header .mobile-swiper-pagination {
    bottom: 1.5rem;
    left: 0;
    width: 100% !important;
}
.header .mobile-swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}
.particles {
    bottom: 0;
    left: 0;
    padding: 0 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.divider-shape {
    bottom: -1px;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.divider-shape svg {
    display: block;
    height: 433px;
    left: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(159% + 1.3px);
}
.divider-shape .shape-fill {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.overlay .divider-shape {
    z-index: 1;
}
#stripes {
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#stripes :first-child {
    background-color: #53f;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    grid-area: 1/1 / span 4 / span 2;
}
#stripes :nth-child(2) {
    background-color: #4553ff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);
    grid-area: 1/3 / span 3 / span 2;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
#stripes :nth-child(3) {
    background-color: #4f40ff;
    -webkit-clip-path: polygon(0 0, 100% 0, 99% 5%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 99% 5%, 0 70%);
    grid-area: 1/5 / span 2 / span 2;
}
#stripes :nth-child(4) {
    background-color: #0dcfff;
    -webkit-clip-path: polygon(0 23%, 100% 0, 100% 77%, 0 100%);
    clip-path: polygon(0 23%, 100% 0, 100% 77%, 0 100%);
    grid-area: 3/11 / span 3 / span 2;
}
#stripes :nth-child(5) {
    background-color: #1fa2ff;
    -webkit-clip-path: polygon(0 23%, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 23%, 100% 0, 100% 80%, 0 100%);
    grid-area: 8/1 / span 5 / span 4;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
#stripes + .container {
    padding-bottom: 20rem;
}
.header.social-media-heading {
    position: relative;
}
.header.social-media-heading .social-bg-shape {
    bottom: 20%;
}
@media (min-width: 576px) {
    .header.social-media-heading .social-bg-shape {
        bottom: 10%;
    }
}
@media (min-width: 768px) {
    .header.social-media-heading .social-bg-shape {
        max-width: 70%;
        right: 0;
    }
}
@media (min-width: 992px) {
    .header.social-media-heading .social-bg-shape {
        top: 0;
    }
}
@media (min-width: 1200px) {
    .header.social-media-heading .social-bg-shape {
        right: -100px;
        top: -100px;
    }
}
@media (min-width: 768px) {
    .header.social-media-heading .social-image {
        max-width: 80%;
    }
}
@media (min-width: 992px) {
    .header.social-media-heading .social-image {
        max-width: 100%;
    }
}
.smart-business-header {
    background-color: #f1f4f8;
}
.smart-business-header .container {
    padding-bottom: 6rem;
    padding-top: 12rem;
}
@media (min-width: 992px) {
    .smart-business-header .container {
        padding-bottom: 12rem;
    }
}
.smart-business-header .shape-background {
    opacity: 0.2;
    z-index: 1;
}
.smart-business-header .shape-top {
    background-image: linear-gradient(-57deg, #4a61d1, #5c52d5);
    max-height: 560px;
    top: 0;
    -webkit-transform: rotate(30deg) translate3D(-45%, -45%, 0);
    transform: rotate(30deg) translate3D(-45%, -45%, 0);
}
.smart-business-header .shape-right {
    background-image: linear-gradient(-57deg, #5634d0, #4a61d1);
    left: 93%;
}
.smart-business-header .background-shape {
    background-image: linear-gradient(45deg, #53f 40%, #506690);
    border-radius: 100px;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-transform: translate(80%, -30%) rotate(-35deg);
    transform: translate(80%, -30%) rotate(-35deg);
    width: 100%;
}
@media (min-width: 768px) {
    .smart-business-header .background-shape {
        height: 150%;
        -webkit-transform: translate(25%, -50%) skewY(30deg);
        transform: translate(25%, -50%) skewY(30deg);
    }
}
@media (min-width: 992px) {
    .smart-business-header .background-shape {
        -webkit-transform: translate(20%, -30%) skewY(30deg);
        transform: translate(20%, -30%) skewY(30deg);
    }
}
@media (min-width: 1200px) {
    .smart-business-header .background-shape {
        -webkit-transform: translate(35%, -12%) skewY(30deg);
        transform: translate(35%, -12%) skewY(30deg);
    }
}
@media (min-width: 1400px) {
    .smart-business-header .background-shape {
        -webkit-transform: translate(30%, -12%) skewY(30deg);
        transform: translate(30%, -12%) skewY(30deg);
    }
}
.smart-business-header .main-shape-wrapper {
    width: 60%;
}
@media (max-width: 767.98px) {
    .smart-business-header .main-shape-wrapper {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 992px) {
    .smart-business-header .main-shape-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40%;
    }
}
@media (min-width: 1200px) {
    .smart-business-header .main-shape-wrapper {
        -webkit-transform: translateY(-50%) scale(0.75);
        transform: translateY(-50%) scale(0.75);
    }
}
.smart-business-header .anim {
    max-width: 80px;
    position: absolute;
    width: 15%;
}
.smart-business-header .anim.anim-1 {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    right: 5%;
    top: 56%;
}
.smart-business-header .anim.anim-2 {
    right: 58%;
    top: 10%;
}
.smart-business-header .anim.anim-3 {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
    right: 22%;
    top: 33%;
}
.automate-social-header {
    background-color: #f1f4f8;
}
.automate-social-header .container {
    padding-bottom: 6rem;
    /* padding-top: 12rem; */
}

@media (min-width: 992px) {
    .automate-social-header .container {
        padding-bottom: 20rem;
    }
}
.automate-social-header .shape-background {
    opacity: 0.2;
    z-index: 0;
}
.automate-social-header .shape-main {
    background-color: #53f;
    bottom: 0;
    height: 150%;
    opacity: 1;
    position: absolute;
    -webkit-transform: translate(20%) rotate(-30deg);
    transform: translate(20%) rotate(-30deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 170%;
}
.automate-social-header .shape-main.shadow {
    background-color: rgba(80, 102, 144, 0.15);
    -webkit-transform: translate(19%, 10px) rotate(-30deg);
    transform: translate(19%, 10px) rotate(-30deg);
}
@media (min-width: 768px) {
    .automate-social-header .shape-main {
        width: 140%;
    }
}
@media (min-width: 992px) {
    .automate-social-header .shape-main {
        bottom: -40px;
        width: 120%;
    }
}
@media (min-width: 1200px) {
    .automate-social-header .shape-main {
        width: 110%;
    }
}
.automate-social-header .rounded-stripe {
    background-color: #8abcfe;
    bottom: -40px;
    height: 20%;
    opacity: 1;
    position: absolute;
    -webkit-transform: translate(20%) rotate(-30deg);
    transform: translate(20%) rotate(-30deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 100%;
}
.automate-social-header .shape-top {
    background-image: linear-gradient(-57deg, #5634d0, #4a61d1);
    -webkit-box-shadow: 0 0 25px 50px rgba(74, 97, 209, 0.5);
    box-shadow: 0 0 25px 50px rgba(74, 97, 209, 0.5);
    max-height: 560px;
    top: 0;
    -webkit-transform: rotate(30deg) translate3D(-45%, -45%, 0);
    transform: rotate(30deg) translate3D(-45%, -45%, 0);
}
.automate-social-header .shape-right {
    background-image: linear-gradient(-57deg, #5634d0, #4a61d1);
    left: 93%;
}
.automate-social-header .main-shape-wrapper {
    width: 90%;
}
@media (max-width: 767.98px) {
    .automate-social-header .main-shape-wrapper {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 992px) {
    .automate-social-header .main-shape-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .automate-social-header .main-shape-wrapper {
        -webkit-transform: translateY(-50%) scale(0.75);
        transform: translateY(-50%) scale(0.75);
    }
}
@media (min-width: 1601px) {
    .automate-social-header .main-background {
        -webkit-transform: translate3d(0, -3%, 0);
        transform: translate3d(0, -3%, 0);
    }
}
.automate-social-header .bubbles-wrapper .bubble:first-child {
    -webkit-animation: floating 3.3333333333s ease-in-out infinite alternate;
    animation: floating 3.3333333333s ease-in-out infinite alternate;
    bottom: 45%;
    left: 2%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:first-child {
        -webkit-animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: floating 2.2333333333s ease-in-out infinite alternate;
    animation: floating 2.2333333333s ease-in-out infinite alternate;
    bottom: 40%;
    left: 12%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(2) {
        -webkit-animation: bubble-left-v 6.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: floating 2.9333333333s ease-in-out infinite alternate;
    animation: floating 2.9333333333s ease-in-out infinite alternate;
    bottom: 56%;
    left: 14%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(3) {
        -webkit-animation: bubble-left-v 8.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 8.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: floating 2.2666666667s ease-in-out infinite alternate;
    animation: floating 2.2666666667s ease-in-out infinite alternate;
    bottom: 51%;
    left: 20%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(4) {
        -webkit-animation: bubble-left-v 6.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: floating 3.1666666667s ease-in-out infinite alternate;
    animation: floating 3.1666666667s ease-in-out infinite alternate;
    bottom: 65%;
    left: 30%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(5) {
        -webkit-animation: bubble-left-v 9.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 9.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: floating 2.9s ease-in-out infinite alternate;
    animation: floating 2.9s ease-in-out infinite alternate;
    bottom: 44%;
    left: 30%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(6) {
        -webkit-animation: bubble-left-v 8.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 8.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: floating 2.5s ease-in-out infinite alternate;
    animation: floating 2.5s ease-in-out infinite alternate;
    bottom: 80%;
    left: 40%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(7) {
        -webkit-animation: bubble-left-v 7.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 7.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: floating 3.3333333333s ease-in-out infinite alternate;
    animation: floating 3.3333333333s ease-in-out infinite alternate;
    bottom: 55%;
    left: 38%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(8) {
        -webkit-animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 10s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: floating 2.1333333333s ease-in-out infinite alternate;
    animation: floating 2.1333333333s ease-in-out infinite alternate;
    bottom: 50%;
    left: 1%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(9) {
        -webkit-animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: floating 2.7333333333s ease-in-out infinite alternate;
    animation: floating 2.7333333333s ease-in-out infinite alternate;
    bottom: 55%;
    left: 12%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(10) {
        -webkit-animation: bubble-left-v 8.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 8.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: floating 2.1333333333s ease-in-out infinite alternate;
    animation: floating 2.1333333333s ease-in-out infinite alternate;
    bottom: 60%;
    left: 14%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(11) {
        -webkit-animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: floating 2.6s ease-in-out infinite alternate;
    animation: floating 2.6s ease-in-out infinite alternate;
    bottom: 60%;
    left: 18%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(12) {
        -webkit-animation: bubble-left-v 7.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 7.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: floating 3.0666666667s ease-in-out infinite alternate;
    animation: floating 3.0666666667s ease-in-out infinite alternate;
    bottom: 70%;
    left: 20%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(13) {
        -webkit-animation: bubble-left-v 9.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 9.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: floating 4.0666666667s ease-in-out infinite alternate;
    animation: floating 4.0666666667s ease-in-out infinite alternate;
    bottom: 75%;
    left: 45%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(14) {
        -webkit-animation: bubble-left-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: floating 3.2666666667s ease-in-out infinite alternate;
    animation: floating 3.2666666667s ease-in-out infinite alternate;
    bottom: 50%;
    left: 50%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(15) {
        -webkit-animation: bubble-left-v 9.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 9.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
.automate-social-header .bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: floating 3.5333333333s ease-in-out infinite alternate;
    animation: floating 3.5333333333s ease-in-out infinite alternate;
    bottom: 68%;
    left: 34%;
}
@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(16) {
        -webkit-animation: bubble-left-v 10.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 10.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
        bottom: 50%;
    }
}
@media (min-width: 768px) {
    .automate-social-header .form {
        width: 90%;
    }
}
.automate-social-header .input-group-register .form-control {
    padding: 1.5rem 0 1.5rem 1.5rem;
}
.automate-social-header .input-group-register .btn {
    right: 5px;
}
.automate-social-header .input-group-register label.error {
    background-color: #dc3545;
    border-radius: 15px;
    color: #fff;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .automate-social-header + .features-carousel .container > .cards-wrapper {
        width: 510px;
    }
}
@media (min-width: 768px) {
    .automate-social-header + .features-carousel .container > .cards-wrapper {
        width: 690px;
    }
}
@media (min-width: 992px) {
    .automate-social-header + .features-carousel .container > .cards-wrapper {
        width: 930px;
    }
}
@media (min-width: 1200px) {
    .automate-social-header + .features-carousel .container > .cards-wrapper {
        width: 1230px;
    }
}
@media (min-width: 1400px) {
    .automate-social-header + .features-carousel .container > .cards-wrapper {
        width: 1290px;
    }
}
@media (min-width: 992px) {
    .automate-social-header + .features-carousel .container {
        padding-bottom: 16rem;
    }
    .automate-social-header + .features-carousel .container > .cards-wrapper {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.automate-social-header + .features-carousel .logo {
    min-height: 48px;
}
@media (min-width: 768px) {
    .app-landing-header .container {
        padding-bottom: 12rem;
    }
}
.app-landing-header .shape-background {
    z-index: 0;
}
.app-landing-header .shape-main {
    bottom: 0;
    height: 200%;
    position: absolute;
    -webkit-transform: translate(65%, -20%) rotate(-60deg);
    transform: translate(65%, -20%) rotate(-60deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 100%;
}
@media (min-width: 768px) {
    .app-landing-header .shape-main {
        -webkit-transform: translate(50%) rotate(-60deg);
        transform: translate(50%) rotate(-60deg);
    }
}
.app-landing-header .shape-top {
    left: 50%;
    -webkit-transform: translate(80%, -60%) rotate(-60deg);
    transform: translate(80%, -60%) rotate(-60deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
@media (min-width: 1200px) {
    .app-landing-header .iphone-x {
        border-radius: 34px;
        max-width: 318.75px;
        padding: 12.75px;
    }
    .app-landing-header .iphone-x .screen img {
        border-radius: 17px;
    }
    .app-landing-header .iphone-x .notch {
        border-radius: 17px;
        height: 29.75px;
        width: 177.65px;
    }
}
.app-landing-header .screen-highlight {
    bottom: 21.75%;
    right: 0;
}
.app-landing-2-header .head-line-2 {
    display: block;
}
@media (min-width: 768px) {
    .app-landing-2-header .head-line-2 {
        display: inline;
    }
}
.app-landing-2-header .background-shape-main {
    background-image: linear-gradient(45deg, #3facf8 40%, #506690);
    border-radius: 100px;
    bottom: 0;
    height: 100%;
    -webkit-transform: translate(80%, -30%) rotate(-35deg);
    transform: translate(80%, -30%) rotate(-35deg);
    width: 100%;
}
@media (min-width: 768px) {
    .app-landing-2-header .background-shape-main {
        height: 150%;
        -webkit-transform: translate(25%, -25%) skewY(30deg);
        transform: translate(25%, -25%) skewY(30deg);
    }
}
@media (min-width: 992px) {
    .app-landing-2-header .background-shape-main {
        -webkit-transform: translate(20%, -30%) skewY(30deg);
        transform: translate(20%, -30%) skewY(30deg);
    }
}
@media (min-width: 1200px) {
    .app-landing-2-header .background-shape-main {
        -webkit-transform: translate(30%, -10%) skewY(30deg);
        transform: translate(30%, -10%) skewY(30deg);
    }
}
.app-landing-2-header .animation-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}
.app-landing-2-header .animation-shape.shape-triangle {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    left: 0;
    top: 80%;
}
.app-landing-2-header .animation-shape.shape-triangle div {
    background-color: #53f;
    opacity: 0.1;
    position: relative;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
}
.app-landing-2-header .animation-shape.shape-triangle div:after,
.app-landing-2-header .animation-shape.shape-triangle div:before {
    background-color: inherit;
    content: "";
    position: absolute;
}
.app-landing-2-header .animation-shape.shape-triangle div,
.app-landing-2-header .animation-shape.shape-triangle div:after,
.app-landing-2-header .animation-shape.shape-triangle div:before {
    border-top-right-radius: 30%;
    height: 90px;
    width: 90px;
}
.app-landing-2-header .animation-shape.shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
}
.app-landing-2-header .animation-shape.shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.app-landing-2-header .animation-shape.shape-cross {
    left: 75%;
    top: 20%;
}
.app-landing-2-header .animation-shape.shape-cross div {
    background: #fff;
    height: 20px;
    position: relative;
    width: 3px;
}
.app-landing-2-header .animation-shape.shape-cross div:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
}
.app-landing-2-header .static-shape {
    position: absolute;
}
.app-landing-2-header .static-shape.shape-circle {
    opacity: 0.2;
    right: 0;
    top: 0;
}
.app-landing-2-header .static-shape.shape-circle-1 {
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0);
}
.app-landing-2-header .static-shape.shape-circle-1 div {
    background: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    height: 500px;
    margin: 0;
    width: 500px;
}
.app-landing-2-header .static-shape.shape-circle-2 {
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0);
}
.app-landing-2-header .static-shape.shape-circle-2 div {
    background: hsla(0, 0%, 100%, 0.25);
    border-radius: 50%;
    height: 300px;
    margin: 0;
    width: 300px;
}
.app-landing-2-header .static-shape.shape-ring {
    left: 53%;
    top: 30%;
}
.app-landing-2-header .static-shape.shape-ring-1 {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.app-landing-2-header .static-shape.shape-ring-1 .animation {
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    border: 4px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.app-landing-2-header .static-shape.shape-ring-2 {
    -webkit-transform: translate3d(-15%, -15%, 0);
    transform: translate3d(-15%, -15%, 0);
}
.app-landing-2-header .static-shape.shape-ring-2 .animation {
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.app-landing-2-header .static-shape.shape-ring .animation {
    border-style: dashed;
}
.app-landing-2-header .static-shape.pattern-dots-1 {
    background-color: transparent;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 3px, transparent 0);
    background-size: 30px 30px;
    height: 20%;
    left: 0;
    top: 0;
    width: 150px;
}
.app-landing-2-header .static-shape.pattern-dots-2 {
    background-color: transparent;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 2px, transparent 0);
    background-size: 20px 20px;
    bottom: 65px;
    height: 40%;
    right: 33%;
    width: 185px;
}
.app-landing-2-header .shape {
    position: absolute;
}
.app-landing-2-header .shape:first-child {
    height: 140px;
    left: 70%;
    top: 0;
    width: 400px;
}
.app-landing-2-header .shape:nth-child(2) {
    height: 100px;
    left: 65%;
    top: 0;
    width: 300px;
}
.app-landing-2-header .shape:nth-child(3) {
    height: 200px;
    left: 80%;
    top: 0;
    width: 600px;
}
.app-landing-2-header .shape:nth-child(4) {
    height: 150px;
    left: 85%;
    top: 82%;
    width: 150px;
}
@media (min-width: 768px) {
    .app-landing-2-header .shape:first-child {
        left: 25%;
    }
    .app-landing-2-header .shape:nth-child(2) {
        left: 55%;
    }
}
@media (min-width: 992px) {
    .app-landing-2-header .shape:first-child {
        left: 35%;
    }
    .app-landing-2-header .shape:nth-child(2) {
        left: 45%;
    }
}
@media (min-width: 1200px) {
    .app-landing-2-header .shape:first-child {
        left: 45%;
    }
    .app-landing-2-header .shape:nth-child(2) {
        left: 65%;
    }
}
.app-landing-2-header .shape[data-aos]:before {
    background-color: #00a0e087;
    border-radius: 100px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.payment-services-header .shape-main {
    background-image: linear-gradient(45deg, #f4b4ff, #ffd4ff 35%, #fffdff);
    bottom: 0;
    left: 0;
    position: absolute !important;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    z-index: -9;
}
.payment-services-header .shape-main .bottom-edge {
    background-color: #fff;
    bottom: -20px;
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    width: 100%;
}
@media (min-width: 768px) {
    .payment-services-header .shape-main {
        width: 65%;
    }
}
.payment-services-header .figure-box {
    max-width: 500px;
}
.payment-services-header .figure-box .screens {
    overflow: hidden;
    position: relative;
}
@media (min-width: 768px) {
    .payment-services-header .figure-box {
        margin-right: 0;
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
    }
}
.payment-services-header .figure-box .position-absolute {
    top: 0;
}
.payment-services-header .figure-box.cutout:after {
    z-index: 0;
}
.payment-services-header .static-shape {
    position: absolute;
}
.payment-services-header .static-shape.pattern-dots {
    background-color: transparent;
    background-image: radial-gradient(rgba(85, 51, 255, 0.5) 3px, transparent 0);
    background-size: 20px 20px;
    height: 200px;
    left: 10%;
    top: 0;
    width: 75%;
}
.payment-services-header .promo-box {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
@media (min-width: 768px) {
    .payment-services-header .promo-box {
        left: -100px;
        position: absolute;
        width: auto;
    }
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner .shape {
    position: absolute;
}
.banner .bring-to-front {
    z-index: 1;
}
.banner-right-image .shape-circle {
    opacity: 0.2;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(25%, -25%, 0);
    transform: translate3d(25%, -25%, 0);
}
.banner-right-image .shape-circle div {
    background: rgba(56, 76, 116, 0.5);
    border-radius: 50%;
    height: 500px;
    margin: 0;
    width: 500px;
}
.banner-shapes .shape-ring-1 {
    border: 25px solid #53f;
    border-radius: 50%;
    height: 180px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 180px;
}
.banner-shapes .shape-ring-2 {
    border: 30px solid #00c9b7;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.banner-shapes .shape-ring-2,
.banner-shapes .shape-ring-3 {
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
}
.banner-shapes .shape-ring-3 {
    border: 5px solid #00c9b7;
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.top-banner {
    font-size: 0.875rem;
    padding: 0.625rem 0;
}
.top-banner,
.top-banner > .container,
.top-banner > .container-fluid,
.top-banner > .container-lg,
.top-banner > .container-md,
.top-banner > .container-sm,
.top-banner > .container-xl,
.top-banner > .container-xxl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.top-banner .top-banner-link,
.top-banner .top-banner-text {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}
.top-banner .top-banner-link > i,
.top-banner .top-banner-text > i {
    font-size: 1.15em;
    margin-right: 0.375rem;
    vertical-align: middle;
}
.top-banner-dark .top-banner-link,
.top-banner-dark .top-banner-text {
    color: hsla(0, 0%, 100%, 0.65);
}
.top-banner-dark .top-banner-link > i,
.top-banner-dark .top-banner-text > i {
    color: #53f;
}
.top-banner-dark .top-banner-link.text-muted,
.top-banner-dark .top-banner-link > .text-muted,
.top-banner-dark .top-banner-text.text-muted,
.top-banner-dark .top-banner-text > .text-muted {
    color: hsla(0, 0%, 100%, 0.45) !important;
}
.top-banner-dark .show .top-banner-link,
.top-banner-dark .top-banner-link.active,
.top-banner-dark .top-banner-link:hover {
    color: #fff;
}
.promo-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.promo-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 260px;
}
.shop-home-slider [class^="swiper-button"] {
    /* top: 0; */

}
.shop-home-slider .slide-wrapper {
    background-position: 100%;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .shop-home-slider [class^="swiper-button"] {
        opacity: 0;
        top: 50%;
        opacity: 1;
        /* -webkit-transform: translateX(-100);
        transform: translateX(-100); */
    }
}
.checkout-header .navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 0;
}
.checkout-header .navbar .nav-link {
    font-weight: 400;
    padding: 0.875rem 1rem;
}
.checkout-header .navbar .nav-link:hover {
    color: #fc9e21;
}
.checkout-header .navbar .nav-link.active {
    -webkit-box-shadow: inset 0 -2px 0 0 #fc9e21;
    box-shadow: inset 0 -2px 0 0 #fc9e21;
    color: #fc9e21;
}
.demo-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 64px;
    -webkit-transition: max-width 0.8s ease-in-out;
    transition: max-width 0.8s ease-in-out;
    width: 64px;
}
.demo-link .demo-link-text {
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease 0.2s;
    transition: -webkit-transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}
.demo-link:hover {
    max-width: 192px;
    width: auto;
}
.demo-link:hover .demo-link-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.demo-blocks {
    background-color: #f1f4f8;
}
.demo-blocks .block {
    background-color: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.preview-pane {
    height: 320px;
    padding: 0;
    position: relative;
    text-align: center;
}
.preview-pane .preview-page {
    overflow-y: auto;
    width: 100%;
}
.preview-pane .preview-page img {
    display: block;
    margin-top: 0;
    width: 100%;
}
.card-demo .card-body {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
    z-index: 1;
}
.card-demo .is-new {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.count-down {
    padding-bottom: 30px;
    padding-top: 30px;
}
.count-down li {
    padding: 0 30px;
}
.count-down span {
    display: block;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1;
}
.count-down p {
    font-weight: 300;
    margin-top: 0;
}
@media (min-width: md) {
    .count-down span {
        font-size: 4.5rem;
    }
}
.example-selector {
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
}
.example-selector,
.example-selector > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.example-selector > li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #d9e2ef;
    border-radius: 0.25rem;
    cursor: pointer;
    justify-content: center;
    margin: 0.5em;
    overflow: hidden;
    padding: 2.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.example-selector > li:hover {
    border-color: #53f;
}
.cookie-location-message {
    margin-top: 4rem;
}
.cookie-location-message ul {
    list-style: none;
    padding: 0;
}
[dir="rtl"] .handwritten.highlight:before {
    margin-left: 0;
    margin-right: -1.5rem;
    -webkit-transform: rotateY(145deg);
    transform: rotateY(145deg);
}
[dir="rtl"] .list-unstyled {
    padding-right: 0;
}
[dir="rtl"] .icon {
    margin-left: 0;
    margin-right: 15px;
}
[dir="rtl"] .icon-anime .shape {
    margin-right: -25%;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-primary.stick-right {
    margin-left: 0;
    margin-right: auto;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-primary.stick-right + .st-nav-secondary {
    margin-left: 0;
    margin-right: 1rem;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-secondary {
    margin-left: 0;
    margin-right: auto;
}
[dir="rtl"] .st-nav .st-dropdown-content-group {
    text-align: right;
}
[dir="rtl"] .st-nav .st-popup-close-button {
    left: 0;
    right: auto;
}
@media (min-width: 768px) {
    [dir="rtl"] .nav-tabs.nav-rounded .nav-link:first-child {
        border-radius: 0 5rem 5rem 0;
    }
    [dir="rtl"] .nav-tabs.nav-rounded .nav-link:last-child {
        border-radius: 5rem 0 0 5rem;
    }
}
[dir="rtl"] .nav-process {
    margin-left: 0;
    margin-right: -30px;
}
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn,
[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn,
[dir="rtl"] .btn-group > .btn:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group > .btn:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="rtl"] .btn-group > .btn:last-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
[dir="rtl"] .input-group-register .btn {
    left: 5px;
    right: auto;
}
[dir="rtl"] .input-group-register .form-control {
    padding: 0 30px 0 180px;
}
[dir="rtl"] .checkbox label:before,
[dir="rtl"] .radio label:before {
    margin: 0 0 0 0.5em;
}
[dir="rtl"] .checkbox label:after,
[dir="rtl"] .radio label:after {
    left: 0;
    right: 4.75px;
}
[dir="rtl"] .divider-shape {
    direction: rtl;
}
[dir="rtl"] #stripes {
    background: linear-gradient(30deg, #a6ffcb 15%, #05d5ff 30%, #53f 86%);
}
[dir="rtl"] #stripes :first-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
}
[dir="rtl"] #stripes :nth-child(2) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
}
[dir="rtl"] #stripes :nth-child(3) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 5%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 5%);
}
[dir="rtl"] #stripes :nth-child(4) {
    -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 77%);
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 77%);
}
[dir="rtl"] #stripes :nth-child(5) {
    -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 80%);
}
@media (min-width: 768px) {
    [dir="rtl"] .app-landing-header .shape-main {
        -webkit-transform: translate(50%) rotate(-30deg);
        transform: translate(50%) rotate(-30deg);
    }
}
[dir="rtl"] .app-landing-header .shape-top {
    left: auto;
    right: 45%;
    -webkit-transform: translateY(-60%) rotate(60deg);
    transform: translateY(-60%) rotate(60deg);
    -webkit-transform-origin: unset;
    transform-origin: unset;
}
[dir="rtl"] .app-landing-header .screen-highlight {
    left: 50%;
}
@media (min-width: 1200px) {
    [dir="rtl"] .app-landing-2-header .background-shape-main {
        -webkit-transform: translate(-30%, -10%) skewY(-30deg);
        transform: translate(-30%, -10%) skewY(-30deg);
    }
}
[dir="rtl"] .app-landing-2-header .animation-shape.shape-triangle {
    left: auto;
    right: 0;
}
[dir="rtl"] .app-landing-2-header .animation-shape.shape-cross {
    left: 25%;
}
[dir="rtl"] .app-landing-2-header .static-shape.pattern-dots-1 {
    left: auto;
    right: 0;
}
[dir="rtl"] .app-landing-2-header .static-shape.pattern-dots-2 {
    left: 33%;
    right: auto;
}
[dir="rtl"] .app-landing-2-header .shape[data-aos]:before {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}
[dir="rtl"] .automate-social-header .shape-main {
    -webkit-transform: translate(-20%) rotate(30deg);
    transform: translate(-20%) rotate(30deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[dir="rtl"] .automate-social-header .shape-background.shape-right {
    left: auto;
    right: 93%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 992px) {
    [dir="rtl"] .automate-social-header .main-shape-wrapper {
        left: 0;
        right: auto;
    }
}
[dir="rtl"] .automate-social-header .main-shape-wrapper figure {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
[dir="rtl"] .smart-business-header .shape-top {
    -webkit-transform: rotate(30deg) translate3D(-75%, -45%, 0);
    transform: rotate(30deg) translate3D(-75%, -45%, 0);
}
@media (min-width: 1200px) {
    [dir="rtl"] .smart-business-header .background-shape {
        -webkit-transform: translate(-30%, -12%) skewY(-30deg);
        transform: translate(-30%, -12%) skewY(-30deg);
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .smart-business-header .main-shape-wrapper {
        left: 0;
        right: auto;
    }
}
[dir="rtl"] .smart-business-header .anim.anim-1 {
    left: 5%;
    right: auto;
    top: 56%;
}
[dir="rtl"] .smart-business-header .anim.anim-2 {
    left: 58%;
    right: auto;
    top: 10%;
}
[dir="rtl"] .smart-business-header .anim.anim-3 {
    left: 22%;
    right: auto;
    top: 33%;
}
[dir="rtl"] .smart-business-header .main-shape {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
[dir="rtl"] .payment-services-header .shape-main {
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
    [dir="rtl"] .payment-services-header .figure-box {
        margin-left: 0;
        margin-right: auto;
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }
    [dir="rtl"] .payment-services-header .promo-box {
        left: auto;
        right: -100px;
    }
}
[dir="rtl"] .pricing .pricing-value .price:before {
    left: auto;
    right: -15px;
}
[dir="rtl"] .pricing .pricing-value .price:after {
    content: "/mo";
    position: relative;
}
[dir="rtl"] .pricing-table .pricing-details th:first-child {
    text-align: right;
}
[dir="rtl"] .perspective-mockups {
    left: 0;
}
@media (min-width: 768px) {
    [dir="rtl"] .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (min-width: 768px) {
    [dir="rtl"] .perspective-mockups {
        -webkit-transform: rotate(-12deg) translateX(-60%);
        transform: rotate(-12deg) translateX(-60%);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .perspective-mockups {
        -webkit-transform: rotate(-12deg) translateX(-30%);
        transform: rotate(-12deg) translateX(-30%);
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .perspective-mockups {
        left: 7%;
    }
    [dir="rtl"] .perspective-mockups .phone-small {
        margin: 50px 0 0 50px;
    }
}
@media (min-width: 1678px) {
    [dir="rtl"] .perspective-mockups {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
}
[dir="rtl"] .shape-testimonials blockquote {
    text-align: right;
}
[dir="rtl"] .shape-testimonials blockquote .quote {
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
    [dir="rtl"] .shape-testimonials .shape-wrapper .shape {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
[dir="rtl"] .app-safety .shape-triangle {
    left: auto;
    right: 25%;
}
@media (min-width: 768px) {
    [dir="rtl"] .app-safety .shape-triangle {
        right: 5%;
    }
}
[dir="rtl"] .app-safety .shape-circle {
    left: 5%;
    right: auto;
}
[dir="rtl"] .app-safety .shape.pattern-dots {
    left: auto;
    right: 25%;
}
[dir="rtl"] .why-people-love-us .shape-circle-1 {
    left: auto;
    right: 7%;
}
@media (min-width: 768px) {
    [dir="rtl"] .why-people-love-us .shape-circle-1 {
        right: 25%;
    }
}
[dir="rtl"] .why-people-love-us .shape-circle-2 {
    left: auto;
    right: 60%;
}
@media (min-width: 768px) {
    [dir="rtl"] .why-people-love-us .shape-circle-2 {
        right: 22%;
    }
}
[dir="rtl"] .why-people-love-us .shape.pattern-dots-1 {
    left: auto;
    right: 20%;
}
[dir="rtl"] .why-icon-list:before {
    left: auto;
    right: 50px;
}
[dir="rtl"] .slider-testimonials .divider {
    left: 0;
    right: auto;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
[dir="rtl"] .built-tech .shape-circle {
    left: auto;
    right: 0;
}
[dir="rtl"] .built-tech .shape-circle div {
    -webkit-transform: translate(50%, -10%);
    transform: translate(50%, -10%);
}
[dir="rtl"] .how-it-works .shape-ring {
    left: 0;
    right: auto;
}
[dir="rtl"] .how-it-works .shape-ring div {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
[dir="rtl"] .why-choose-us .browser {
    -webkit-transform: translate(-40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotate(-7deg);
    transform: translate(-40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotate(-7deg);
}
[dir="rtl"] .why-choose-us .iphone-x {
    -webkit-transform: translate(20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotate(7deg);
    transform: translate(20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotate(7deg);
}
[dir="rtl"] .why-choose-us .pattern-dots {
    left: auto;
    right: 60%;
}
@media (min-width: 992px) {
    [dir="rtl"] .singl-testimonial .user-review {
        -webkit-transform: translate(25%, 25%);
        transform: translate(25%, 25%);
    }
}
[dir="rtl"] .singl-testimonial .user-review blockquote:before {
    -webkit-transform: translate(70%);
    transform: translate(70%);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom {
    -webkit-transform: translateX(55%);
    transform: translateX(55%);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom.back {
    -webkit-transform: translate(51%, -1%) scale(1.1);
    transform: translate(51%, -1%) scale(1.1);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom.left {
    -webkit-transform: rotate(-45deg) translate(146%, -143%) scale(1.7);
    transform: rotate(-45deg) translate(146%, -143%) scale(1.7);
}
[dir="rtl"] .singl-testimonial .reviews-navigation {
    left: 0;
    right: auto;
}
[dir="rtl"] .singl-testimonial .reviews-navigation .reviews-nav-prev {
    margin-left: 2rem;
    margin-right: 0;
}
@media (min-width: 992px) {
    [dir="rtl"] .singl-testimonial .reviews-navigation {
        left: 13%;
        right: auto;
    }
}
[dir="rtl"] .smart-wallet .shape.pattern-dots {
    left: 3%;
    right: auto;
}

/*modified*/
header.header.alter2-header {
    padding-top: 0px;
}
.navbar a, .navbar a:focus{
    justify-content:  inherit !important;
}
 
.appointment-btn:hover{
    background: #09ACFF !important;
    color: #fff !important;
    border: none !important;
}
@media (min-width: 768px){
.dashcore-cent .text-md-start {
    text-align: left!important;
 }
}
.dashcore-cent p.text-descr{
    font-size: 15px !important;
}
.lead.mid-descr{
    color: #6d768b;
}
.badge-info {
    color: #fff !important;
    background-color: #09acff !important;
}
p.handwritten.highlight.font-md{
    color: #fff !important;
}
.shape-bt{
    margin-bottom: 30px;
}
.text-comp-site{
    margin-bottom: 0px;
}
.bg-success.tool-description-card {
    background-color: #09acff!important;
}
.shape-divider.shape-divider-bottom
{
    overflow: hidden;
}
.swiper-wrapper.swiper-right-content p {
    padding: 16px;
    text-align: justify;
}
span.cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
    line-height: 60px;
}
.blog-post.post-content .badge{
    color: #827a7a !important;
}
i.fas.fa-long-arrow-alt-right.icon {
    color: #09acff;
}
.w3agile_footer_grid ul{
    padding: 0px;
}
.fb-btn{
    padding: 6px 12px !important;
}
.in-btn{
    padding: 6px 12px !important;
}
.yt-btn{
    padding: 6px 12px !important;
}
.skype-btn{
    padding: 6px 12px !important;
}
.emr-plateform p{
    font-size: 14px;
}
.text-center.main-heading h1{
    color: #161c2d;
}
.integration-features .swiper-wrapper.swiper-right-content p{
    line-height: 30px;
}
.flex-fill p {
    text-align: justify;
}
.api-integration .nav-pills-light .nav-link{
    border-bottom: 1px solid #ccc;
}
.singl-testimonial.shadow .container-fluid{
    --bs-gutter-x:0;
}
.quick-start-your-business .container-fluid{
    --bs-gutter-x:0;
}
div {
    display: block;
}
.calendly-btn{
    background: #ff092e;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
.calendly-overlay .calendly-popup{
    height: 100% !important;
}
.calendly-overlay .calendly-popup-close{
    top: 58px !important;
    right: 15% !important;
}
.fc-col-header a.fc-col-header-cell-cushion {
    color: #333;
    font-size: 14px;
}
.fc .fc-timegrid-slot-label-cushion{
    font-size: 14px;
}
.fc .fc-timegrid-axis-cushion{
    font-size: 14px;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link{
    /* background: #ccc; */
}
.fc .fc-list-event:hover td {
    background-color: #3a87ad !important;
}
.fc-event{
    border: none;
}
.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text{
    font-size: 14px;
    color: #333;
}
.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text{
    color: #333;
    font-size: 14px;
}

.btn-success:hover {
    background: var(--iq-white) !important;
    border-color: var(--iq-success) !important;
    color: var(--iq-success) !important;
}

.app-box {
    display:block;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
    border: 1px solid #e8e8e8;
}
.app-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
section.rounded.table.container-fluid.pt-2.table-height {
    height: 500px;
}
.chat-data {
    background: url(/images/100.jpg) no-repeat scroll center center;
    background-size: cover;
}
.btn-watch-demo:hover {
    background-color: #0aadff;
    color: #ffffff;
    border-color:#FFFFFF;
  }
  .btn-light:hover {
    background: var(--iq-primary) !important;
    border-color: var(--iq-light) !important;
    color: var(--iq-light) !important;
}
i.fa.fa-pencil {
    font-size: 24px;
    margin-top: 14px;
    margin-left: 65px;
    cursor: pointer;
}