@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fontawesome/fa-brands-400.eot");
  src: url("./assets/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./assets/fontawesome/fa-brands-400.woff2") format("woff2"), url("./assets/fontawesome/fa-brands-400.woff") format("woff"), url("./assets/fontawesome/fa-brands-400.ttf") format("truetype"), url("./assets/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fontawesome/fa-regular-400.eot");
  src: url("./assets/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./assets/fontawesome/fa-regular-400.woff2") format("woff2"), url("./assets/fontawesome/fa-regular-400.woff") format("woff"), url("./assets/fontawesome/fa-regular-400.ttf") format("truetype"), url("./assets/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("./assets/fontawesome/fa-solid-900.eot");
  src: url("./assets/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./assets/fontawesome/fa-solid-900.woff2") format("woff2"), url("./assets/fontawesome/fa-solid-900.woff") format("woff"), url("./assets/fontawesome/fa-solid-900.ttf") format("truetype"), url("./assets/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.3.1 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,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  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;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #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,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.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: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

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

.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* This file is AUTOMATICALLY GENERATED. Do not modify it. */
@font-face {
  font-family: my-insurance-manager-icons;
  src: url("./assets/my-insurance-manager-icons.ttf") format("truetype"), url("./assets/my-insurance-manager-icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.fa.fa-file-xls::before {
  font-family: my-insurance-manager-icons;
  content: "\ea01";
}

.fa.fa-file-xls-regular::before {
  font-family: my-insurance-manager-icons;
  content: "\ea02";
}

.bootstrap {
  /* List Group */
  /* Nav */
  /*!
   * Bootstrap v4.6.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /*!
   * BootstrapVue Custom CSS (https://bootstrap-vue.org)
   */
  /*# sourceMappingURL=bootstrap-vue.css.map */
  /*********************************\
  | BOOTSTRAP COMPONENT OVERRIDES   |
  | TO ADD ADDITIONAL FUNCTIONALITY |
  \*********************************/
  /* Background Gradient - Fill on Hover - Warning */
  /* Shrink on Hover */
  /***************\
  | UX Components |
  \***************/
  /* Generate border-width classes in pixels */
  /* Generate height and width classes in percentages */
  /* Mimics "ux pointing vertical menu" */
  font-family: Arial, sans-serif;
}
.bootstrap :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #597786;
  --secondary: #6e6e6e;
  --success: #479067;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #dcddde;
  --dark: #343a40;
  --lighter: #f3f4f5;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
  box-sizing: border-box;
}
.bootstrap html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap article, .bootstrap aside, .bootstrap figcaption, .bootstrap figure, .bootstrap footer, .bootstrap header, .bootstrap hgroup, .bootstrap main, .bootstrap nav, .bootstrap section {
  display: block;
}
.bootstrap body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.bootstrap [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.bootstrap hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap ol,
.bootstrap ul,
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap ol ol,
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol {
  margin-bottom: 0;
}
.bootstrap dt {
  font-weight: 700;
}
.bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap blockquote {
  margin: 0 0 1rem;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bolder;
}
.bootstrap small {
  font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap a {
  color: #557788;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap a:hover {
  color: #384e59;
  text-decoration: underline;
}
.bootstrap a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap pre,
.bootstrap code,
.bootstrap kbd,
.bootstrap samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrap pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.bootstrap figure {
  margin: 0 0 1rem;
}
.bootstrap img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap table {
  border-collapse: collapse;
}
.bootstrap caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bootstrap label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrap button {
  border-radius: 0;
}
.bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap optgroup,
.bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap button,
.bootstrap input {
  overflow: visible;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap [role=button] {
  cursor: pointer;
}
.bootstrap select {
  word-wrap: normal;
}
.bootstrap button,
.bootstrap [type=button],
.bootstrap [type=reset],
.bootstrap [type=submit] {
  -webkit-appearance: button;
}
.bootstrap button:not(:disabled),
.bootstrap [type=button]:not(:disabled),
.bootstrap [type=reset]:not(:disabled),
.bootstrap [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap button::-moz-focus-inner,
.bootstrap [type=button]::-moz-focus-inner,
.bootstrap [type=reset]::-moz-focus-inner,
.bootstrap [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap input[type=radio],
.bootstrap input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.bootstrap progress {
  vertical-align: baseline;
}
.bootstrap [type=number]::-webkit-inner-spin-button,
.bootstrap [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrap [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap output {
  display: inline-block;
}
.bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap template {
  display: none;
}
.bootstrap [hidden] {
  display: none !important;
}
.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6,
.bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap h1, .bootstrap .h1 {
  font-size: 2.5rem;
}
.bootstrap h2, .bootstrap .h2 {
  font-size: 2rem;
}
.bootstrap h3, .bootstrap .h3 {
  font-size: 1.75rem;
}
.bootstrap h4, .bootstrap .h4 {
  font-size: 1.5rem;
}
.bootstrap h5, .bootstrap .h5 {
  font-size: 1.25rem;
}
.bootstrap h6, .bootstrap .h6 {
  font-size: 1rem;
}
.bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap small,
.bootstrap .small {
  font-size: 0.875em;
  font-weight: 400;
}
.bootstrap mark,
.bootstrap .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline-item {
  display: inline-block;
}
.bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap .blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .blockquote-footer::before {
  content: "— ";
}
.bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3.92px;
  max-width: 100%;
  height: auto;
}
.bootstrap .figure {
  display: inline-block;
}
.bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrap code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > .bootstrap code {
  color: inherit;
}
.bootstrap kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrap pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-xl,
.bootstrap .container-lg,
.bootstrap .container-md,
.bootstrap .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .container-sm, .bootstrap .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 1140px;
  }
}
.bootstrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .no-gutters > .col,
.bootstrap .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .col-xl,
.bootstrap .col-xl-auto, .bootstrap .col-xl-12, .bootstrap .col-xl-11, .bootstrap .col-xl-10, .bootstrap .col-xl-9, .bootstrap .col-xl-8, .bootstrap .col-xl-7, .bootstrap .col-xl-6, .bootstrap .col-xl-5, .bootstrap .col-xl-4, .bootstrap .col-xl-3, .bootstrap .col-xl-2, .bootstrap .col-xl-1, .bootstrap .col-lg,
.bootstrap .col-lg-auto, .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1, .bootstrap .col-md,
.bootstrap .col-md-auto, .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1, .bootstrap .col-sm,
.bootstrap .col-sm-auto, .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1, .bootstrap .col,
.bootstrap .col-auto, .bootstrap .col-12, .bootstrap .col-11, .bootstrap .col-10, .bootstrap .col-9, .bootstrap .col-8, .bootstrap .col-7, .bootstrap .col-6, .bootstrap .col-5, .bootstrap .col-4, .bootstrap .col-3, .bootstrap .col-2, .bootstrap .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap .order-first {
  order: -1;
}
.bootstrap .order-last {
  order: 13;
}
.bootstrap .order-0 {
  order: 0;
}
.bootstrap .order-1 {
  order: 1;
}
.bootstrap .order-2 {
  order: 2;
}
.bootstrap .order-3 {
  order: 3;
}
.bootstrap .order-4 {
  order: 4;
}
.bootstrap .order-5 {
  order: 5;
}
.bootstrap .order-6 {
  order: 6;
}
.bootstrap .order-7 {
  order: 7;
}
.bootstrap .order-8 {
  order: 8;
}
.bootstrap .order-9 {
  order: 9;
}
.bootstrap .order-10 {
  order: 10;
}
.bootstrap .order-11 {
  order: 11;
}
.bootstrap .order-12 {
  order: 12;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .bootstrap .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-sm-first {
    order: -1;
  }
  .bootstrap .order-sm-last {
    order: 13;
  }
  .bootstrap .order-sm-0 {
    order: 0;
  }
  .bootstrap .order-sm-1 {
    order: 1;
  }
  .bootstrap .order-sm-2 {
    order: 2;
  }
  .bootstrap .order-sm-3 {
    order: 3;
  }
  .bootstrap .order-sm-4 {
    order: 4;
  }
  .bootstrap .order-sm-5 {
    order: 5;
  }
  .bootstrap .order-sm-6 {
    order: 6;
  }
  .bootstrap .order-sm-7 {
    order: 7;
  }
  .bootstrap .order-sm-8 {
    order: 8;
  }
  .bootstrap .order-sm-9 {
    order: 9;
  }
  .bootstrap .order-sm-10 {
    order: 10;
  }
  .bootstrap .order-sm-11 {
    order: 11;
  }
  .bootstrap .order-sm-12 {
    order: 12;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-md-first {
    order: -1;
  }
  .bootstrap .order-md-last {
    order: 13;
  }
  .bootstrap .order-md-0 {
    order: 0;
  }
  .bootstrap .order-md-1 {
    order: 1;
  }
  .bootstrap .order-md-2 {
    order: 2;
  }
  .bootstrap .order-md-3 {
    order: 3;
  }
  .bootstrap .order-md-4 {
    order: 4;
  }
  .bootstrap .order-md-5 {
    order: 5;
  }
  .bootstrap .order-md-6 {
    order: 6;
  }
  .bootstrap .order-md-7 {
    order: 7;
  }
  .bootstrap .order-md-8 {
    order: 8;
  }
  .bootstrap .order-md-9 {
    order: 9;
  }
  .bootstrap .order-md-10 {
    order: 10;
  }
  .bootstrap .order-md-11 {
    order: 11;
  }
  .bootstrap .order-md-12 {
    order: 12;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-lg-first {
    order: -1;
  }
  .bootstrap .order-lg-last {
    order: 13;
  }
  .bootstrap .order-lg-0 {
    order: 0;
  }
  .bootstrap .order-lg-1 {
    order: 1;
  }
  .bootstrap .order-lg-2 {
    order: 2;
  }
  .bootstrap .order-lg-3 {
    order: 3;
  }
  .bootstrap .order-lg-4 {
    order: 4;
  }
  .bootstrap .order-lg-5 {
    order: 5;
  }
  .bootstrap .order-lg-6 {
    order: 6;
  }
  .bootstrap .order-lg-7 {
    order: 7;
  }
  .bootstrap .order-lg-8 {
    order: 8;
  }
  .bootstrap .order-lg-9 {
    order: 9;
  }
  .bootstrap .order-lg-10 {
    order: 10;
  }
  .bootstrap .order-lg-11 {
    order: 11;
  }
  .bootstrap .order-lg-12 {
    order: 12;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-xl-first {
    order: -1;
  }
  .bootstrap .order-xl-last {
    order: 13;
  }
  .bootstrap .order-xl-0 {
    order: 0;
  }
  .bootstrap .order-xl-1 {
    order: 1;
  }
  .bootstrap .order-xl-2 {
    order: 2;
  }
  .bootstrap .order-xl-3 {
    order: 3;
  }
  .bootstrap .order-xl-4 {
    order: 4;
  }
  .bootstrap .order-xl-5 {
    order: 5;
  }
  .bootstrap .order-xl-6 {
    order: 6;
  }
  .bootstrap .order-xl-7 {
    order: 7;
  }
  .bootstrap .order-xl-8 {
    order: 8;
  }
  .bootstrap .order-xl-9 {
    order: 9;
  }
  .bootstrap .order-xl-10 {
    order: 10;
  }
  .bootstrap .order-xl-11 {
    order: 11;
  }
  .bootstrap .order-xl-12 {
    order: 12;
  }
  .bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.bootstrap .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.bootstrap .table th,
.bootstrap .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrap .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrap .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrap .table-sm th,
.bootstrap .table-sm td {
  padding: 0.3rem;
}
.bootstrap .table-bordered {
  border: 1px solid #dee2e6;
}
.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border: 1px solid #dee2e6;
}
.bootstrap .table-bordered thead th,
.bootstrap .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrap .table-borderless th,
.bootstrap .table-borderless td,
.bootstrap .table-borderless thead th,
.bootstrap .table-borderless tbody + tbody {
  border: 0;
}
.bootstrap .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-primary,
.bootstrap .table-primary > th,
.bootstrap .table-primary > td {
  background-color: #d1d9dd;
}
.bootstrap .table-primary th,
.bootstrap .table-primary td,
.bootstrap .table-primary thead th,
.bootstrap .table-primary tbody + tbody {
  border-color: #a9b8c0;
}
.bootstrap .table-hover .table-primary:hover {
  background-color: #c2cdd2;
}
.bootstrap .table-hover .table-primary:hover > td,
.bootstrap .table-hover .table-primary:hover > th {
  background-color: #c2cdd2;
}
.bootstrap .table-secondary,
.bootstrap .table-secondary > th,
.bootstrap .table-secondary > td {
  background-color: #d6d6d6;
}
.bootstrap .table-secondary th,
.bootstrap .table-secondary td,
.bootstrap .table-secondary thead th,
.bootstrap .table-secondary tbody + tbody {
  border-color: #b4b4b4;
}
.bootstrap .table-hover .table-secondary:hover {
  background-color: #c9c9c9;
}
.bootstrap .table-hover .table-secondary:hover > td,
.bootstrap .table-hover .table-secondary:hover > th {
  background-color: #c9c9c9;
}
.bootstrap .table-success,
.bootstrap .table-success > th,
.bootstrap .table-success > td {
  background-color: #cbe0d4;
}
.bootstrap .table-success th,
.bootstrap .table-success td,
.bootstrap .table-success thead th,
.bootstrap .table-success tbody + tbody {
  border-color: #9fc5b0;
}
.bootstrap .table-hover .table-success:hover {
  background-color: #bbd6c7;
}
.bootstrap .table-hover .table-success:hover > td,
.bootstrap .table-hover .table-success:hover > th {
  background-color: #bbd6c7;
}
.bootstrap .table-info,
.bootstrap .table-info > th,
.bootstrap .table-info > td {
  background-color: #bee5eb;
}
.bootstrap .table-info th,
.bootstrap .table-info td,
.bootstrap .table-info thead th,
.bootstrap .table-info tbody + tbody {
  border-color: #86cfda;
}
.bootstrap .table-hover .table-info:hover {
  background-color: #abdde5;
}
.bootstrap .table-hover .table-info:hover > td,
.bootstrap .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.bootstrap .table-warning,
.bootstrap .table-warning > th,
.bootstrap .table-warning > td {
  background-color: #ffeeba;
}
.bootstrap .table-warning th,
.bootstrap .table-warning td,
.bootstrap .table-warning thead th,
.bootstrap .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.bootstrap .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.bootstrap .table-hover .table-warning:hover > td,
.bootstrap .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.bootstrap .table-danger,
.bootstrap .table-danger > th,
.bootstrap .table-danger > td {
  background-color: #f5c6cb;
}
.bootstrap .table-danger th,
.bootstrap .table-danger td,
.bootstrap .table-danger thead th,
.bootstrap .table-danger tbody + tbody {
  border-color: #ed969e;
}
.bootstrap .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.bootstrap .table-hover .table-danger:hover > td,
.bootstrap .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.bootstrap .table-light,
.bootstrap .table-light > th,
.bootstrap .table-light > td {
  background-color: #f5f5f6;
}
.bootstrap .table-light th,
.bootstrap .table-light td,
.bootstrap .table-light thead th,
.bootstrap .table-light tbody + tbody {
  border-color: #ededee;
}
.bootstrap .table-hover .table-light:hover {
  background-color: #e8e8ea;
}
.bootstrap .table-hover .table-light:hover > td,
.bootstrap .table-hover .table-light:hover > th {
  background-color: #e8e8ea;
}
.bootstrap .table-dark,
.bootstrap .table-dark > th,
.bootstrap .table-dark > td {
  background-color: #c6c8ca;
}
.bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th,
.bootstrap .table-dark tbody + tbody {
  border-color: #95999c;
}
.bootstrap .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.bootstrap .table-hover .table-dark:hover > td,
.bootstrap .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.bootstrap .table-lighter,
.bootstrap .table-lighter > th,
.bootstrap .table-lighter > td {
  background-color: #fcfcfc;
}
.bootstrap .table-lighter th,
.bootstrap .table-lighter td,
.bootstrap .table-lighter thead th,
.bootstrap .table-lighter tbody + tbody {
  border-color: #f9f9fa;
}
.bootstrap .table-hover .table-lighter:hover {
  background-color: #efefef;
}
.bootstrap .table-hover .table-lighter:hover > td,
.bootstrap .table-hover .table-lighter:hover > th {
  background-color: #efefef;
}
.bootstrap .table-active,
.bootstrap .table-active > th,
.bootstrap .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-hover .table-active:hover > td,
.bootstrap .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.bootstrap .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .table-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th {
  border-color: #454d55;
}
.bootstrap .table-dark.table-bordered {
  border: 0;
}
.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrap .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3.92px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control {
    transition: none;
  }
}
.bootstrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9fb5bf;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:disabled, .bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap input[type=date].form-control,
.bootstrap input[type=time].form-control,
.bootstrap input[type=datetime-local].form-control,
.bootstrap input[type=month].form-control {
  appearance: none;
}
.bootstrap select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap .form-control-file,
.bootstrap .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap .form-control-plaintext.form-control-sm, .bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap select.form-control[size], .bootstrap select.form-control[multiple] {
  height: auto;
}
.bootstrap textarea.form-control {
  height: auto;
}
.bootstrap .form-group {
  margin-bottom: 1rem;
}
.bootstrap .form-text {
  display: block;
  margin-top: 0.25rem;
}
.bootstrap .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap .form-row > .col,
.bootstrap .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.bootstrap .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.bootstrap .form-check-input[disabled] ~ .form-check-label, .bootstrap .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.bootstrap .form-check-label {
  margin-bottom: 0;
}
.bootstrap .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrap .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #479067;
}
.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(71, 144, 103, 0.9);
  border-radius: 3.92px;
}
.form-row > .col > .bootstrap .valid-tooltip, .form-row > [class*=col-] > .bootstrap .valid-tooltip {
  left: 5px;
}
.was-validated .bootstrap:valid ~ .valid-feedback,
.was-validated .bootstrap:valid ~ .valid-tooltip, .bootstrap.is-valid ~ .valid-feedback,
.bootstrap.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:valid, .bootstrap .form-control.is-valid {
  border-color: #479067;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23479067' d='M2.3 6.73L.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-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:valid:focus, .bootstrap .form-control.is-valid:focus {
  border-color: #479067;
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.25);
}
.was-validated .bootstrap select.form-control:valid, .bootstrap select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .bootstrap textarea.form-control:valid, .bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .custom-select:valid, .bootstrap .custom-select.is-valid {
  border-color: #479067;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23479067' d='M2.3 6.73L.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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .bootstrap .custom-select:valid:focus, .bootstrap .custom-select.is-valid:focus {
  border-color: #479067;
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.25);
}
.was-validated .bootstrap .form-check-input:valid ~ .form-check-label, .bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: #479067;
}
.was-validated .bootstrap .form-check-input:valid ~ .valid-feedback,
.was-validated .bootstrap .form-check-input:valid ~ .valid-tooltip, .bootstrap .form-check-input.is-valid ~ .valid-feedback,
.bootstrap .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label, .bootstrap .custom-control-input.is-valid ~ .custom-control-label {
  color: #479067;
}
.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #479067;
}
.was-validated .bootstrap .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cae80;
  background-color: #5cae80;
}
.was-validated .bootstrap .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.25);
}
.was-validated .bootstrap .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #479067;
}
.was-validated .bootstrap .custom-file-input:valid ~ .custom-file-label, .bootstrap .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #479067;
}
.was-validated .bootstrap .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #479067;
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.25);
}
.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 3.92px;
}
.form-row > .col > .bootstrap .invalid-tooltip, .form-row > [class*=col-] > .bootstrap .invalid-tooltip {
  left: 5px;
}
.was-validated .bootstrap:invalid ~ .invalid-feedback,
.was-validated .bootstrap:invalid ~ .invalid-tooltip, .bootstrap.is-invalid ~ .invalid-feedback,
.bootstrap.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:invalid, .bootstrap .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:invalid:focus, .bootstrap .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap select.form-control:invalid, .bootstrap select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .bootstrap textarea.form-control:invalid, .bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .custom-select:invalid, .bootstrap .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .bootstrap .custom-select:invalid:focus, .bootstrap .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label, .bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-tooltip, .bootstrap .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label, .bootstrap .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .bootstrap .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-file-input:invalid ~ .custom-file-label, .bootstrap .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group,
.bootstrap .form-inline .custom-select {
    width: auto;
  }
  .bootstrap .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .bootstrap .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .bootstrap .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3.92px;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .btn {
    transition: none;
  }
}
.bootstrap .btn:hover {
  color: #212529;
  text-decoration: none;
}
.bootstrap .btn:focus, .bootstrap .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .btn.disabled, .bootstrap .btn:disabled {
  opacity: 0.65;
}
.bootstrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap a.btn.disabled,
.bootstrap fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrap .btn-primary {
  color: #fff;
  background-color: #597786;
  border-color: #597786;
}
.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #4a636f;
  border-color: #455c67;
}
.bootstrap .btn-primary:focus, .bootstrap .btn-primary.focus {
  color: #fff;
  background-color: #4a636f;
  border-color: #455c67;
  box-shadow: 0 0 0 0.2rem rgba(114, 139, 152, 0.5);
}
.bootstrap .btn-primary.disabled, .bootstrap .btn-primary:disabled {
  color: #fff;
  background-color: #597786;
  border-color: #597786;
}
.bootstrap .btn-primary:not(:disabled):not(.disabled):active, .bootstrap .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #455c67;
  border-color: #405560;
}
.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 139, 152, 0.5);
}
.bootstrap .btn-secondary {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #555555;
}
.bootstrap .btn-secondary:focus, .bootstrap .btn-secondary.focus {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #555555;
  box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.bootstrap .btn-secondary.disabled, .bootstrap .btn-secondary:disabled {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.bootstrap .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #555555;
  border-color: #4e4e4e;
}
.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.bootstrap .btn-success {
  color: #fff;
  background-color: #479067;
  border-color: #479067;
}
.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #3a7655;
  border-color: #366e4f;
}
.bootstrap .btn-success:focus, .bootstrap .btn-success.focus {
  color: #fff;
  background-color: #3a7655;
  border-color: #366e4f;
  box-shadow: 0 0 0 0.2rem rgba(99, 161, 126, 0.5);
}
.bootstrap .btn-success.disabled, .bootstrap .btn-success:disabled {
  color: #fff;
  background-color: #479067;
  border-color: #479067;
}
.bootstrap .btn-success:not(:disabled):not(.disabled):active, .bootstrap .btn-success:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #366e4f;
  border-color: #326548;
}
.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 161, 126, 0.5);
}
.bootstrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.bootstrap .btn-info:focus, .bootstrap .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrap .btn-info.disabled, .bootstrap .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-info:not(:disabled):not(.disabled):active, .bootstrap .btn-info:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrap .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.bootstrap .btn-warning:focus, .bootstrap .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrap .btn-warning.disabled, .bootstrap .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:not(:disabled):not(.disabled):active, .bootstrap .btn-warning:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.bootstrap .btn-danger:focus, .bootstrap .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-danger.disabled, .bootstrap .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:not(:disabled):not(.disabled):active, .bootstrap .btn-danger:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-light {
  color: #212529;
  background-color: #dcddde;
  border-color: #dcddde;
}
.bootstrap .btn-light:hover {
  color: #212529;
  background-color: #c8cacb;
  border-color: #c2c4c5;
}
.bootstrap .btn-light:focus, .bootstrap .btn-light.focus {
  color: #212529;
  background-color: #c8cacb;
  border-color: #c2c4c5;
  box-shadow: 0 0 0 0.2rem rgba(192, 193, 195, 0.5);
}
.bootstrap .btn-light.disabled, .bootstrap .btn-light:disabled {
  color: #212529;
  background-color: #dcddde;
  border-color: #dcddde;
}
.bootstrap .btn-light:not(:disabled):not(.disabled):active, .bootstrap .btn-light:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c2c4c5;
  border-color: #bbbdbf;
}
.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 193, 195, 0.5);
}
.bootstrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.bootstrap .btn-dark:focus, .bootstrap .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrap .btn-dark.disabled, .bootstrap .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-dark:not(:disabled):not(.disabled):active, .bootstrap .btn-dark:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrap .btn-lighter {
  color: #212529;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.bootstrap .btn-lighter:hover {
  color: #212529;
  background-color: #dee1e4;
  border-color: #d7dbde;
}
.bootstrap .btn-lighter:focus, .bootstrap .btn-lighter.focus {
  color: #212529;
  background-color: #dee1e4;
  border-color: #d7dbde;
  box-shadow: 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}
.bootstrap .btn-lighter.disabled, .bootstrap .btn-lighter:disabled {
  color: #212529;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.bootstrap .btn-lighter:not(:disabled):not(.disabled):active, .bootstrap .btn-lighter:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-lighter.dropdown-toggle {
  color: #212529;
  background-color: #d7dbde;
  border-color: #d0d4d8;
}
.bootstrap .btn-lighter:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-lighter:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}
.bootstrap .btn-outline-primary {
  color: #597786;
  border-color: #597786;
}
.bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #597786;
  border-color: #597786;
}
.bootstrap .btn-outline-primary:focus, .bootstrap .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.5);
}
.bootstrap .btn-outline-primary.disabled, .bootstrap .btn-outline-primary:disabled {
  color: #597786;
  background-color: transparent;
}
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #597786;
  border-color: #597786;
}
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.5);
}
.bootstrap .btn-outline-secondary {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.bootstrap .btn-outline-secondary:focus, .bootstrap .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.bootstrap .btn-outline-secondary.disabled, .bootstrap .btn-outline-secondary:disabled {
  color: #6e6e6e;
  background-color: transparent;
}
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.bootstrap .btn-outline-success {
  color: #479067;
  border-color: #479067;
}
.bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #479067;
  border-color: #479067;
}
.bootstrap .btn-outline-success:focus, .bootstrap .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.5);
}
.bootstrap .btn-outline-success.disabled, .bootstrap .btn-outline-success:disabled {
  color: #479067;
  background-color: transparent;
}
.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #479067;
  border-color: #479067;
}
.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.5);
}
.bootstrap .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:focus, .bootstrap .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-outline-info.disabled, .bootstrap .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:focus, .bootstrap .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-warning.disabled, .bootstrap .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:focus, .bootstrap .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-danger.disabled, .bootstrap .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-light {
  color: #dcddde;
  border-color: #dcddde;
}
.bootstrap .btn-outline-light:hover {
  color: #212529;
  background-color: #dcddde;
  border-color: #dcddde;
}
.bootstrap .btn-outline-light:focus, .bootstrap .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 222, 0.5);
}
.bootstrap .btn-outline-light.disabled, .bootstrap .btn-outline-light:disabled {
  color: #dcddde;
  background-color: transparent;
}
.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #dcddde;
  border-color: #dcddde;
}
.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 222, 0.5);
}
.bootstrap .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:focus, .bootstrap .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-outline-dark.disabled, .bootstrap .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-outline-lighter {
  color: #f3f4f5;
  border-color: #f3f4f5;
}
.bootstrap .btn-outline-lighter:hover {
  color: #212529;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.bootstrap .btn-outline-lighter:focus, .bootstrap .btn-outline-lighter.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 244, 245, 0.5);
}
.bootstrap .btn-outline-lighter.disabled, .bootstrap .btn-outline-lighter:disabled {
  color: #f3f4f5;
  background-color: transparent;
}
.bootstrap .btn-outline-lighter:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-lighter:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-lighter.dropdown-toggle {
  color: #212529;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.bootstrap .btn-outline-lighter:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-lighter:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 244, 245, 0.5);
}
.bootstrap .btn-link {
  font-weight: 400;
  color: #557788;
  text-decoration: none;
}
.bootstrap .btn-link:hover {
  color: #384e59;
  text-decoration: underline;
}
.bootstrap .btn-link:focus, .bootstrap .btn-link.focus {
  text-decoration: underline;
}
.bootstrap .btn-link:disabled, .bootstrap .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.bootstrap input[type=submit].btn-block,
.bootstrap input[type=reset].btn-block,
.bootstrap input[type=button].btn-block {
  width: 100%;
}
.bootstrap .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .fade {
    transition: none;
  }
}
.bootstrap .fade:not(.show) {
  opacity: 0;
}
.bootstrap .collapse:not(.show) {
  display: none;
}
.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing {
    transition: none;
  }
}
.bootstrap .collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing.width {
    transition: none;
  }
}
.bootstrap .dropup,
.bootstrap .dropright,
.bootstrap .dropdown,
.bootstrap .dropleft {
  position: relative;
}
.bootstrap .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3.92px;
}
.bootstrap .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap .dropdown-menu[x-placement^=top], .bootstrap .dropdown-menu[x-placement^=right], .bootstrap .dropdown-menu[x-placement^=bottom], .bootstrap .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.bootstrap .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .dropdown-item:hover, .bootstrap .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #597786;
}
.bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap .dropdown-menu.show {
  display: block;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap .btn-toolbar .input-group {
  width: auto;
}
.bootstrap .btn-group > .btn:not(:first-child),
.bootstrap .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .btn-group > .btn:not(:first-child),
.bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap .dropdown-toggle-split::after, .dropup .bootstrap .dropdown-toggle-split::after, .dropright .bootstrap .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .bootstrap .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap .btn-sm + .dropdown-toggle-split, .bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap .btn-lg + .dropdown-toggle-split, .bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child),
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child),
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group-toggle > .btn,
.bootstrap .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrap .btn-group-toggle > .btn input[type=radio],
.bootstrap .btn-group-toggle > .btn input[type=checkbox],
.bootstrap .btn-group-toggle > .btn-group > .btn input[type=radio],
.bootstrap .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap .input-group > .form-control,
.bootstrap .input-group > .form-control-plaintext,
.bootstrap .input-group > .custom-select,
.bootstrap .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrap .input-group > .form-control + .form-control,
.bootstrap .input-group > .form-control + .custom-select,
.bootstrap .input-group > .form-control + .custom-file,
.bootstrap .input-group > .form-control-plaintext + .form-control,
.bootstrap .input-group > .form-control-plaintext + .custom-select,
.bootstrap .input-group > .form-control-plaintext + .custom-file,
.bootstrap .input-group > .custom-select + .form-control,
.bootstrap .input-group > .custom-select + .custom-select,
.bootstrap .input-group > .custom-select + .custom-file,
.bootstrap .input-group > .custom-file + .form-control,
.bootstrap .input-group > .custom-file + .custom-select,
.bootstrap .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap .input-group > .form-control:focus,
.bootstrap .input-group > .custom-select:focus,
.bootstrap .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap .input-group > .form-control:not(:first-child),
.bootstrap .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group:not(.has-validation) > .form-control:not(:last-child),
.bootstrap .input-group:not(.has-validation) > .custom-select:not(:last-child),
.bootstrap .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.bootstrap .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group.has-validation > .form-control:nth-last-child(n+3),
.bootstrap .input-group.has-validation > .custom-select:nth-last-child(n+3),
.bootstrap .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.bootstrap .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group-prepend,
.bootstrap .input-group-append {
  display: flex;
}
.bootstrap .input-group-prepend .btn,
.bootstrap .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap .input-group-prepend .btn:focus,
.bootstrap .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrap .input-group-prepend .btn + .btn,
.bootstrap .input-group-prepend .btn + .input-group-text,
.bootstrap .input-group-prepend .input-group-text + .input-group-text,
.bootstrap .input-group-prepend .input-group-text + .btn,
.bootstrap .input-group-append .btn + .btn,
.bootstrap .input-group-append .btn + .input-group-text,
.bootstrap .input-group-append .input-group-text + .input-group-text,
.bootstrap .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap .input-group-prepend {
  margin-right: -1px;
}
.bootstrap .input-group-append {
  margin-left: -1px;
}
.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 3.92px;
}
.bootstrap .input-group-text input[type=radio],
.bootstrap .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.bootstrap .input-group-lg > .form-control:not(textarea),
.bootstrap .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .custom-select,
.bootstrap .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap .input-group-lg > .input-group-append > .input-group-text,
.bootstrap .input-group-lg > .input-group-prepend > .btn,
.bootstrap .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap .input-group-sm > .form-control:not(textarea),
.bootstrap .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .custom-select,
.bootstrap .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap .input-group-sm > .input-group-append > .input-group-text,
.bootstrap .input-group-sm > .input-group-prepend > .btn,
.bootstrap .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap .input-group-lg > .custom-select,
.bootstrap .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.bootstrap .input-group > .input-group-prepend > .btn,
.bootstrap .input-group > .input-group-prepend > .input-group-text,
.bootstrap .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.bootstrap .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.bootstrap .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.bootstrap .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .input-group-append > .btn,
.bootstrap .input-group > .input-group-append > .input-group-text,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.bootstrap .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.bootstrap .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.bootstrap .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #597786;
  background-color: #597786;
}
.bootstrap .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9fb5bf;
}
.bootstrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #beccd4;
  border-color: #beccd4;
}
.bootstrap .custom-control-input[disabled] ~ .custom-control-label, .bootstrap .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrap .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.bootstrap .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.bootstrap .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.bootstrap .custom-checkbox .custom-control-label::before {
  border-radius: 3.92px;
}
.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #597786;
  background-color: #597786;
}
.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 119, 134, 0.5);
}
.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(89, 119, 134, 0.5);
}
.bootstrap .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 119, 134, 0.5);
}
.bootstrap .custom-switch {
  padding-left: 2.25rem;
}
.bootstrap .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrap .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.bootstrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.bootstrap .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(89, 119, 134, 0.5);
}
.bootstrap .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 3.92px;
  appearance: none;
}
.bootstrap .custom-select:focus {
  border-color: #9fb5bf;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap .custom-select[multiple], .bootstrap .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap .custom-select::-ms-expand {
  display: none;
}
.bootstrap .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.bootstrap .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrap .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.bootstrap .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.bootstrap .custom-file-input:focus ~ .custom-file-label {
  border-color: #9fb5bf;
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .custom-file-input[disabled] ~ .custom-file-label, .bootstrap .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrap .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrap .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3.92px;
}
.bootstrap .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 3.92px 3.92px 0;
}
.bootstrap .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.bootstrap .custom-range:focus {
  outline: 0;
}
.bootstrap .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #597786;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.bootstrap .custom-range::-webkit-slider-thumb:active {
  background-color: #beccd4;
}
.bootstrap .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #597786;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.bootstrap .custom-range::-moz-range-thumb:active {
  background-color: #beccd4;
}
.bootstrap .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #597786;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-ms-thumb {
    transition: none;
  }
}
.bootstrap .custom-range::-ms-thumb:active {
  background-color: #beccd4;
}
.bootstrap .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrap .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.bootstrap .custom-control-label::before,
.bootstrap .custom-file-label,
.bootstrap .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-control-label::before,
.bootstrap .custom-file-label,
.bootstrap .custom-select {
    transition: none;
  }
}
.bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap .nav-link:hover, .bootstrap .nav-link:focus {
  text-decoration: none;
}
.bootstrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 3.92px;
  border-top-right-radius: 3.92px;
}
.bootstrap .nav-tabs .nav-link:hover, .bootstrap .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .nav-tabs .nav-link.active,
.bootstrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 3.92px;
}
.bootstrap .nav-pills .nav-link.active,
.bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #597786;
}
.bootstrap .nav-fill > .nav-link,
.bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap .nav-justified > .nav-link,
.bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap .navbar .container,
.bootstrap .navbar .container-fluid,
.bootstrap .navbar .container-sm,
.bootstrap .navbar .container-md,
.bootstrap .navbar .container-lg,
.bootstrap .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap .navbar-brand:hover, .bootstrap .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3.92px;
}
.bootstrap .navbar-toggler:hover, .bootstrap .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.bootstrap .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .bootstrap .navbar-expand-sm > .container,
.bootstrap .navbar-expand-sm > .container-fluid,
.bootstrap .navbar-expand-sm > .container-sm,
.bootstrap .navbar-expand-sm > .container-md,
.bootstrap .navbar-expand-sm > .container-lg,
.bootstrap .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-sm > .container,
.bootstrap .navbar-expand-sm > .container-fluid,
.bootstrap .navbar-expand-sm > .container-sm,
.bootstrap .navbar-expand-sm > .container-md,
.bootstrap .navbar-expand-sm > .container-lg,
.bootstrap .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .navbar-expand-md > .container,
.bootstrap .navbar-expand-md > .container-fluid,
.bootstrap .navbar-expand-md > .container-sm,
.bootstrap .navbar-expand-md > .container-md,
.bootstrap .navbar-expand-md > .container-lg,
.bootstrap .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-md > .container,
.bootstrap .navbar-expand-md > .container-fluid,
.bootstrap .navbar-expand-md > .container-sm,
.bootstrap .navbar-expand-md > .container-md,
.bootstrap .navbar-expand-md > .container-lg,
.bootstrap .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .navbar-expand-lg > .container,
.bootstrap .navbar-expand-lg > .container-fluid,
.bootstrap .navbar-expand-lg > .container-sm,
.bootstrap .navbar-expand-lg > .container-md,
.bootstrap .navbar-expand-lg > .container-lg,
.bootstrap .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-lg > .container,
.bootstrap .navbar-expand-lg > .container-fluid,
.bootstrap .navbar-expand-lg > .container-sm,
.bootstrap .navbar-expand-lg > .container-md,
.bootstrap .navbar-expand-lg > .container-lg,
.bootstrap .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .navbar-expand-xl > .container,
.bootstrap .navbar-expand-xl > .container-fluid,
.bootstrap .navbar-expand-xl > .container-sm,
.bootstrap .navbar-expand-xl > .container-md,
.bootstrap .navbar-expand-xl > .container-lg,
.bootstrap .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xl > .container,
.bootstrap .navbar-expand-xl > .container-fluid,
.bootstrap .navbar-expand-xl > .container-sm,
.bootstrap .navbar-expand-xl > .container-md,
.bootstrap .navbar-expand-xl > .container-lg,
.bootstrap .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap .navbar-expand > .container,
.bootstrap .navbar-expand > .container-fluid,
.bootstrap .navbar-expand > .container-sm,
.bootstrap .navbar-expand > .container-md,
.bootstrap .navbar-expand > .container-lg,
.bootstrap .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap .navbar-expand > .container,
.bootstrap .navbar-expand > .container-fluid,
.bootstrap .navbar-expand > .container-sm,
.bootstrap .navbar-expand > .container-md,
.bootstrap .navbar-expand > .container-lg,
.bootstrap .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.bootstrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-brand:hover, .bootstrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-light .navbar-nav .nav-link:hover, .bootstrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap .navbar-light .navbar-nav .show > .nav-link,
.bootstrap .navbar-light .navbar-nav .active > .nav-link,
.bootstrap .navbar-light .navbar-nav .nav-link.show,
.bootstrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-text a:hover, .bootstrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-brand:hover, .bootstrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap .navbar-dark .navbar-nav .nav-link:hover, .bootstrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap .navbar-dark .navbar-nav .nav-link.show,
.bootstrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-text a:hover, .bootstrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3.92px;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 2.92px;
  border-top-right-radius: 2.92px;
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 2.92px;
  border-bottom-left-radius: 2.92px;
}
.bootstrap .card > .card-header + .list-group,
.bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.bootstrap .card-title {
  margin-bottom: 0.75rem;
}
.bootstrap .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-link:hover {
  text-decoration: none;
}
.bootstrap .card-link + .card-link {
  margin-left: 1.25rem;
}
.bootstrap .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-header:first-child {
  border-radius: 2.92px 2.92px 0 0;
}
.bootstrap .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-footer:last-child {
  border-radius: 0 0 2.92px 2.92px;
}
.bootstrap .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bootstrap .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 2.92px;
}
.bootstrap .card-img,
.bootstrap .card-img-top,
.bootstrap .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.bootstrap .card-img,
.bootstrap .card-img-top {
  border-top-left-radius: 2.92px;
  border-top-right-radius: 2.92px;
}
.bootstrap .card-img,
.bootstrap .card-img-bottom {
  border-bottom-right-radius: 2.92px;
  border-bottom-left-radius: 2.92px;
}
.bootstrap .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-top,
.bootstrap .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-top,
.bootstrap .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap .accordion {
  overflow-anchor: none;
}
.bootstrap .accordion > .card {
  overflow: hidden;
}
.bootstrap .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 3.92px;
}
.bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3.92px;
}
.bootstrap .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #557788;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.bootstrap .page-link:hover {
  z-index: 2;
  color: #384e59;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.25);
}
.bootstrap .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3.92px;
  border-bottom-left-radius: 3.92px;
}
.bootstrap .page-item:last-child .page-link {
  border-top-right-radius: 3.92px;
  border-bottom-right-radius: 3.92px;
}
.bootstrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #597786;
  border-color: #597786;
}
.bootstrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.bootstrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.92px;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .badge {
    transition: none;
  }
}
a.bootstrap .badge:hover, a.bootstrap .badge:focus {
  text-decoration: none;
}

.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bootstrap .badge-primary {
  color: #fff;
  background-color: #597786;
}
a.bootstrap .badge-primary:hover, a.bootstrap .badge-primary:focus {
  color: #fff;
  background-color: #455c67;
}
a.bootstrap .badge-primary:focus, a.bootstrap .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 119, 134, 0.5);
}

.bootstrap .badge-secondary {
  color: #fff;
  background-color: #6e6e6e;
}
a.bootstrap .badge-secondary:hover, a.bootstrap .badge-secondary:focus {
  color: #fff;
  background-color: #555555;
}
a.bootstrap .badge-secondary:focus, a.bootstrap .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.bootstrap .badge-success {
  color: #fff;
  background-color: #479067;
}
a.bootstrap .badge-success:hover, a.bootstrap .badge-success:focus {
  color: #fff;
  background-color: #366e4f;
}
a.bootstrap .badge-success:focus, a.bootstrap .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(71, 144, 103, 0.5);
}

.bootstrap .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.bootstrap .badge-info:hover, a.bootstrap .badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.bootstrap .badge-info:focus, a.bootstrap .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.bootstrap .badge-warning:hover, a.bootstrap .badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.bootstrap .badge-warning:focus, a.bootstrap .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.bootstrap .badge-danger:hover, a.bootstrap .badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.bootstrap .badge-danger:focus, a.bootstrap .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap .badge-light {
  color: #212529;
  background-color: #dcddde;
}
a.bootstrap .badge-light:hover, a.bootstrap .badge-light:focus {
  color: #212529;
  background-color: #c2c4c5;
}
a.bootstrap .badge-light:focus, a.bootstrap .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 222, 0.5);
}

.bootstrap .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.bootstrap .badge-dark:hover, a.bootstrap .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.bootstrap .badge-dark:focus, a.bootstrap .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap .badge-lighter {
  color: #212529;
  background-color: #f3f4f5;
}
a.bootstrap .badge-lighter:hover, a.bootstrap .badge-lighter:focus {
  color: #212529;
  background-color: #d7dbde;
}
a.bootstrap .badge-lighter:focus, a.bootstrap .badge-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 244, 245, 0.5);
}

.bootstrap .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .bootstrap .jumbotron {
    padding: 4rem 2rem;
  }
}
.bootstrap .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrap .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3.92px;
}
.bootstrap .alert-heading {
  color: inherit;
}
.bootstrap .alert-link {
  font-weight: 700;
}
.bootstrap .alert-dismissible {
  padding-right: 4rem;
}
.bootstrap .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.bootstrap .alert-primary {
  color: #2e3e46;
  background-color: #dee4e7;
  border-color: #d1d9dd;
}
.bootstrap .alert-primary hr {
  border-top-color: #c2cdd2;
}
.bootstrap .alert-primary .alert-link {
  color: #1a2327;
}
.bootstrap .alert-secondary {
  color: #393939;
  background-color: #e2e2e2;
  border-color: #d6d6d6;
}
.bootstrap .alert-secondary hr {
  border-top-color: #c9c9c9;
}
.bootstrap .alert-secondary .alert-link {
  color: #202020;
}
.bootstrap .alert-success {
  color: #254b36;
  background-color: #dae9e1;
  border-color: #cbe0d4;
}
.bootstrap .alert-success hr {
  border-top-color: #bbd6c7;
}
.bootstrap .alert-success .alert-link {
  color: #14291d;
}
.bootstrap .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bootstrap .alert-info hr {
  border-top-color: #abdde5;
}
.bootstrap .alert-info .alert-link {
  color: #062c33;
}
.bootstrap .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bootstrap .alert-warning hr {
  border-top-color: #ffe8a1;
}
.bootstrap .alert-warning .alert-link {
  color: #533f03;
}
.bootstrap .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bootstrap .alert-danger hr {
  border-top-color: #f1b0b7;
}
.bootstrap .alert-danger .alert-link {
  color: #491217;
}
.bootstrap .alert-light {
  color: #727373;
  background-color: #f8f8f8;
  border-color: #f5f5f6;
}
.bootstrap .alert-light hr {
  border-top-color: #e8e8ea;
}
.bootstrap .alert-light .alert-link {
  color: #595959;
}
.bootstrap .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bootstrap .alert-dark hr {
  border-top-color: #b9bbbe;
}
.bootstrap .alert-dark .alert-link {
  color: #040505;
}
.bootstrap .alert-lighter {
  color: #7e7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.bootstrap .alert-lighter hr {
  border-top-color: #efefef;
}
.bootstrap .alert-lighter .alert-link {
  color: #656565;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 3.92px;
}
.bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #597786;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar {
    transition: none;
  }
}
.bootstrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.bootstrap .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar-animated {
    animation: none;
  }
}
.bootstrap .media {
  display: flex;
  align-items: flex-start;
}
.bootstrap .media-body {
  flex: 1;
}
.bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 3.92px;
}
.bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap .list-group-item-action:hover, .bootstrap .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #597786;
  border-color: #597786;
}
.bootstrap .list-group-item + .bootstrap .list-group-item {
  border-top-width: 0;
}
.bootstrap .list-group-item + .bootstrap .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap .list-group-horizontal {
  flex-direction: row;
}
.bootstrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 3.92px;
  border-top-right-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 3.92px;
  border-bottom-left-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 3.92px;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 3.92px;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 3.92px;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 3.92px;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 3.92px;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 3.92px;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 3.92px;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 3.92px;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap .list-group-flush {
  border-radius: 0;
}
.bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap .list-group-item-primary {
  color: #2e3e46;
  background-color: #d1d9dd;
}
.bootstrap .list-group-item-primary.list-group-item-action:hover, .bootstrap .list-group-item-primary.list-group-item-action:focus {
  color: #2e3e46;
  background-color: #c2cdd2;
}
.bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2e3e46;
  border-color: #2e3e46;
}
.bootstrap .list-group-item-secondary {
  color: #393939;
  background-color: #d6d6d6;
}
.bootstrap .list-group-item-secondary.list-group-item-action:hover, .bootstrap .list-group-item-secondary.list-group-item-action:focus {
  color: #393939;
  background-color: #c9c9c9;
}
.bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}
.bootstrap .list-group-item-success {
  color: #254b36;
  background-color: #cbe0d4;
}
.bootstrap .list-group-item-success.list-group-item-action:hover, .bootstrap .list-group-item-success.list-group-item-action:focus {
  color: #254b36;
  background-color: #bbd6c7;
}
.bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #254b36;
  border-color: #254b36;
}
.bootstrap .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.bootstrap .list-group-item-info.list-group-item-action:hover, .bootstrap .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.bootstrap .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.bootstrap .list-group-item-warning.list-group-item-action:hover, .bootstrap .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.bootstrap .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.bootstrap .list-group-item-danger.list-group-item-action:hover, .bootstrap .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.bootstrap .list-group-item-light {
  color: #727373;
  background-color: #f5f5f6;
}
.bootstrap .list-group-item-light.list-group-item-action:hover, .bootstrap .list-group-item-light.list-group-item-action:focus {
  color: #727373;
  background-color: #e8e8ea;
}
.bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #727373;
  border-color: #727373;
}
.bootstrap .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.bootstrap .list-group-item-dark.list-group-item-action:hover, .bootstrap .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.bootstrap .list-group-item-lighter {
  color: #7e7f7f;
  background-color: #fcfcfc;
}
.bootstrap .list-group-item-lighter.list-group-item-action:hover, .bootstrap .list-group-item-lighter.list-group-item-action:focus {
  color: #7e7f7f;
  background-color: #efefef;
}
.bootstrap .list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #7e7f7f;
  border-color: #7e7f7f;
}
.bootstrap .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrap .close:hover {
  color: #000;
  text-decoration: none;
}
.bootstrap .close:not(:disabled):not(.disabled):hover, .bootstrap .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.bootstrap button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.bootstrap a.close.disabled {
  pointer-events: none;
}
.bootstrap .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.bootstrap .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap .toast.showing {
  opacity: 1;
}
.bootstrap .toast.show {
  display: block;
  opacity: 1;
}
.bootstrap .toast.hide {
  display: none;
}
.bootstrap .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  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);
}
.bootstrap .toast-body {
  padding: 0.75rem;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap .modal-dialog {
    transition: none;
  }
}
.modal.show .bootstrap .modal-dialog {
  transform: none;
}
.modal.modal-static .bootstrap .modal-dialog {
  transform: scale(1.02);
}
.bootstrap .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.bootstrap .modal-dialog-scrollable .modal-header,
.bootstrap .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.bootstrap .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bootstrap .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-footer > * {
  margin: 0.25rem;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .bootstrap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg,
.bootstrap .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap .tooltip.show {
  opacity: 0.9;
}
.bootstrap .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top, .bootstrap .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-top .arrow, .bootstrap .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bootstrap .bs-tooltip-right, .bootstrap .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-right .arrow, .bootstrap .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-right .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bootstrap .bs-tooltip-bottom, .bootstrap .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-bottom .arrow, .bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bootstrap .bs-tooltip-left, .bootstrap .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-left .arrow, .bootstrap .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-left .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3.92px;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.bootstrap .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.bootstrap .popover .arrow::before, .bootstrap .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-popover-top, .bootstrap .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bootstrap .bs-popover-top > .arrow, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-top > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-top > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap .bs-popover-right, .bootstrap .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bootstrap .bs-popover-right > .arrow, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap .bs-popover-right > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-right > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap .bs-popover-bottom, .bootstrap .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bootstrap .bs-popover-bottom > .arrow, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-bottom > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-bottom > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap .bs-popover-bottom .popover-header::before, .bootstrap .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bootstrap .bs-popover-left, .bootstrap .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bootstrap .bs-popover-left > .arrow, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap .bs-popover-left > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-left > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .popover-header:empty {
  display: none;
}
.bootstrap .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-item {
    transition: none;
  }
}
.bootstrap .carousel-item.active,
.bootstrap .carousel-item-next,
.bootstrap .carousel-item-prev {
  display: block;
}
.bootstrap .carousel-item-next:not(.carousel-item-left),
.bootstrap .active.carousel-item-right {
  transform: translateX(100%);
}
.bootstrap .carousel-item-prev:not(.carousel-item-right),
.bootstrap .active.carousel-item-left {
  transform: translateX(-100%);
}
.bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap .carousel-fade .carousel-item.active,
.bootstrap .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrap .carousel-fade .active.carousel-item-left,
.bootstrap .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-fade .active.carousel-item-left,
.bootstrap .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
    transition: none;
  }
}
.bootstrap .carousel-control-prev:hover, .bootstrap .carousel-control-prev:focus,
.bootstrap .carousel-control-next:hover,
.bootstrap .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap .carousel-control-prev {
  left: 0;
}
.bootstrap .carousel-control-next {
  right: 0;
}
.bootstrap .carousel-control-prev-icon,
.bootstrap .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.bootstrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-indicators li {
    transition: none;
  }
}
.bootstrap .carousel-indicators .active {
  opacity: 1;
}
.bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.bootstrap .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.bootstrap .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .spinner-border,
.bootstrap .spinner-grow {
    animation-duration: 1.5s;
  }
}
.bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap .align-top {
  vertical-align: top !important;
}
.bootstrap .align-middle {
  vertical-align: middle !important;
}
.bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap .bg-primary {
  background-color: #597786 !important;
}
.bootstrap a.bg-primary:hover, .bootstrap a.bg-primary:focus,
.bootstrap button.bg-primary:hover,
.bootstrap button.bg-primary:focus {
  background-color: #455c67 !important;
}
.bootstrap .bg-secondary {
  background-color: #6e6e6e !important;
}
.bootstrap a.bg-secondary:hover, .bootstrap a.bg-secondary:focus,
.bootstrap button.bg-secondary:hover,
.bootstrap button.bg-secondary:focus {
  background-color: #555555 !important;
}
.bootstrap .bg-success {
  background-color: #479067 !important;
}
.bootstrap a.bg-success:hover, .bootstrap a.bg-success:focus,
.bootstrap button.bg-success:hover,
.bootstrap button.bg-success:focus {
  background-color: #366e4f !important;
}
.bootstrap .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap a.bg-info:hover, .bootstrap a.bg-info:focus,
.bootstrap button.bg-info:hover,
.bootstrap button.bg-info:focus {
  background-color: #117a8b !important;
}
.bootstrap .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap a.bg-warning:hover, .bootstrap a.bg-warning:focus,
.bootstrap button.bg-warning:hover,
.bootstrap button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bootstrap .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap a.bg-danger:hover, .bootstrap a.bg-danger:focus,
.bootstrap button.bg-danger:hover,
.bootstrap button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bootstrap .bg-light {
  background-color: #dcddde !important;
}
.bootstrap a.bg-light:hover, .bootstrap a.bg-light:focus,
.bootstrap button.bg-light:hover,
.bootstrap button.bg-light:focus {
  background-color: #c2c4c5 !important;
}
.bootstrap .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap a.bg-dark:hover, .bootstrap a.bg-dark:focus,
.bootstrap button.bg-dark:hover,
.bootstrap button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bootstrap .bg-lighter {
  background-color: #f3f4f5 !important;
}
.bootstrap a.bg-lighter:hover, .bootstrap a.bg-lighter:focus,
.bootstrap button.bg-lighter:hover,
.bootstrap button.bg-lighter:focus {
  background-color: #d7dbde !important;
}
.bootstrap .bg-white {
  background-color: #fff !important;
}
.bootstrap .bg-transparent {
  background-color: transparent !important;
}
.bootstrap .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap .border-0 {
  border: 0 !important;
}
.bootstrap .border-top-0 {
  border-top: 0 !important;
}
.bootstrap .border-right-0 {
  border-right: 0 !important;
}
.bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap .border-left-0 {
  border-left: 0 !important;
}
.bootstrap .border-primary {
  border-color: #597786 !important;
}
.bootstrap .border-secondary {
  border-color: #6e6e6e !important;
}
.bootstrap .border-success {
  border-color: #479067 !important;
}
.bootstrap .border-info {
  border-color: #17a2b8 !important;
}
.bootstrap .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap .border-danger {
  border-color: #dc3545 !important;
}
.bootstrap .border-light {
  border-color: #dcddde !important;
}
.bootstrap .border-dark {
  border-color: #343a40 !important;
}
.bootstrap .border-lighter {
  border-color: #f3f4f5 !important;
}
.bootstrap .border-white {
  border-color: #fff !important;
}
.bootstrap .rounded-sm {
  border-radius: 0.2rem !important;
}
.bootstrap .rounded {
  border-radius: 3.92px !important;
}
.bootstrap .rounded-top {
  border-top-left-radius: 3.92px !important;
  border-top-right-radius: 3.92px !important;
}
.bootstrap .rounded-right {
  border-top-right-radius: 3.92px !important;
  border-bottom-right-radius: 3.92px !important;
}
.bootstrap .rounded-bottom {
  border-bottom-right-radius: 3.92px !important;
  border-bottom-left-radius: 3.92px !important;
}
.bootstrap .rounded-left {
  border-top-left-radius: 3.92px !important;
  border-bottom-left-radius: 3.92px !important;
}
.bootstrap .rounded-lg {
  border-radius: 0.3rem !important;
}
.bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .d-xl-none {
    display: none !important;
  }
  .bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xl-block {
    display: block !important;
  }
  .bootstrap .d-xl-table {
    display: table !important;
  }
  .bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap .d-print-none {
    display: none !important;
  }
  .bootstrap .d-print-inline {
    display: inline !important;
  }
  .bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-print-block {
    display: block !important;
  }
  .bootstrap .d-print-table {
    display: table !important;
  }
  .bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-print-flex {
    display: flex !important;
  }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.bootstrap .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap .float-left {
  float: left !important;
}
.bootstrap .float-right {
  float: right !important;
}
.bootstrap .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap .float-sm-left {
    float: left !important;
  }
  .bootstrap .float-sm-right {
    float: right !important;
  }
  .bootstrap .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .float-md-left {
    float: left !important;
  }
  .bootstrap .float-md-right {
    float: right !important;
  }
  .bootstrap .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .float-lg-left {
    float: left !important;
  }
  .bootstrap .float-lg-right {
    float: right !important;
  }
  .bootstrap .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .float-xl-left {
    float: left !important;
  }
  .bootstrap .float-xl-right {
    float: right !important;
  }
  .bootstrap .float-xl-none {
    float: none !important;
  }
}
.bootstrap .user-select-all {
  user-select: all !important;
}
.bootstrap .user-select-auto {
  user-select: auto !important;
}
.bootstrap .user-select-none {
  user-select: none !important;
}
.bootstrap .overflow-auto {
  overflow: auto !important;
}
.bootstrap .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap .position-static {
  position: static !important;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .position-absolute {
  position: absolute !important;
}
.bootstrap .position-fixed {
  position: fixed !important;
}
.bootstrap .position-sticky {
  position: sticky !important;
}
.bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .bootstrap .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bootstrap .sr-only-focusable:active, .bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap .shadow-none {
  box-shadow: none !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
.bootstrap .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap .vw-100 {
  width: 100vw !important;
}
.bootstrap .vh-100 {
  height: 100vh !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .mt-0,
.bootstrap .my-0 {
  margin-top: 0 !important;
}
.bootstrap .mr-0,
.bootstrap .mx-0 {
  margin-right: 0 !important;
}
.bootstrap .mb-0,
.bootstrap .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap .ml-0,
.bootstrap .mx-0 {
  margin-left: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .mt-1,
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mr-1,
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .mb-1,
.bootstrap .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .ml-1,
.bootstrap .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .mt-2,
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mr-2,
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .mb-2,
.bootstrap .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .ml-2,
.bootstrap .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .mt-3,
.bootstrap .my-3 {
  margin-top: 1rem !important;
}
.bootstrap .mr-3,
.bootstrap .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap .mb-3,
.bootstrap .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .ml-3,
.bootstrap .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .mt-4,
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mr-4,
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .mb-4,
.bootstrap .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .ml-4,
.bootstrap .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .mt-5,
.bootstrap .my-5 {
  margin-top: 3rem !important;
}
.bootstrap .mr-5,
.bootstrap .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap .mb-5,
.bootstrap .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .ml-5,
.bootstrap .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .pt-0,
.bootstrap .py-0 {
  padding-top: 0 !important;
}
.bootstrap .pr-0,
.bootstrap .px-0 {
  padding-right: 0 !important;
}
.bootstrap .pb-0,
.bootstrap .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pl-0,
.bootstrap .px-0 {
  padding-left: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .pt-1,
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pr-1,
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pb-1,
.bootstrap .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pl-1,
.bootstrap .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .pt-2,
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pr-2,
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pb-2,
.bootstrap .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pl-2,
.bootstrap .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .pt-3,
.bootstrap .py-3 {
  padding-top: 1rem !important;
}
.bootstrap .pr-3,
.bootstrap .px-3 {
  padding-right: 1rem !important;
}
.bootstrap .pb-3,
.bootstrap .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pl-3,
.bootstrap .px-3 {
  padding-left: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .pt-4,
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pr-4,
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pb-4,
.bootstrap .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pl-4,
.bootstrap .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .pt-5,
.bootstrap .py-5 {
  padding-top: 3rem !important;
}
.bootstrap .pr-5,
.bootstrap .px-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-5,
.bootstrap .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .pl-5,
.bootstrap .px-5 {
  padding-left: 3rem !important;
}
.bootstrap .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap .mt-n1,
.bootstrap .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap .mr-n1,
.bootstrap .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap .mb-n1,
.bootstrap .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap .ml-n1,
.bootstrap .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap .mt-n2,
.bootstrap .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap .mr-n2,
.bootstrap .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap .mb-n2,
.bootstrap .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap .ml-n2,
.bootstrap .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap .m-n3 {
  margin: -1rem !important;
}
.bootstrap .mt-n3,
.bootstrap .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap .mr-n3,
.bootstrap .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap .mb-n3,
.bootstrap .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap .ml-n3,
.bootstrap .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap .mt-n4,
.bootstrap .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap .mr-n4,
.bootstrap .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap .mb-n4,
.bootstrap .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap .ml-n4,
.bootstrap .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap .m-n5 {
  margin: -3rem !important;
}
.bootstrap .mt-n5,
.bootstrap .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap .mr-n5,
.bootstrap .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap .mb-n5,
.bootstrap .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap .ml-n5,
.bootstrap .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mt-auto,
.bootstrap .my-auto {
  margin-top: auto !important;
}
.bootstrap .mr-auto,
.bootstrap .mx-auto {
  margin-right: auto !important;
}
.bootstrap .mb-auto,
.bootstrap .my-auto {
  margin-bottom: auto !important;
}
.bootstrap .ml-auto,
.bootstrap .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-sm-0,
.bootstrap .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-sm-0,
.bootstrap .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-sm-0,
.bootstrap .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-sm-0,
.bootstrap .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-sm-1,
.bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-sm-1,
.bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-sm-1,
.bootstrap .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-sm-1,
.bootstrap .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-sm-2,
.bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-sm-2,
.bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-sm-2,
.bootstrap .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-sm-2,
.bootstrap .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-sm-3,
.bootstrap .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-sm-3,
.bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-sm-3,
.bootstrap .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-sm-3,
.bootstrap .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-sm-4,
.bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-sm-4,
.bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-sm-4,
.bootstrap .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-sm-4,
.bootstrap .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-sm-5,
.bootstrap .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-sm-5,
.bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-sm-5,
.bootstrap .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-sm-5,
.bootstrap .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-sm-0,
.bootstrap .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-sm-0,
.bootstrap .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-sm-0,
.bootstrap .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-sm-0,
.bootstrap .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-sm-1,
.bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-sm-1,
.bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-sm-1,
.bootstrap .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-sm-1,
.bootstrap .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-sm-2,
.bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-sm-2,
.bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-sm-2,
.bootstrap .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-sm-2,
.bootstrap .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-sm-3,
.bootstrap .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-sm-3,
.bootstrap .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-sm-3,
.bootstrap .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-sm-3,
.bootstrap .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-sm-4,
.bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-sm-4,
.bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-sm-4,
.bootstrap .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-sm-4,
.bootstrap .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-sm-5,
.bootstrap .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-sm-5,
.bootstrap .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-5,
.bootstrap .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-sm-5,
.bootstrap .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-sm-n1,
.bootstrap .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-sm-n1,
.bootstrap .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-sm-n1,
.bootstrap .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-sm-n1,
.bootstrap .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-sm-n2,
.bootstrap .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-sm-n2,
.bootstrap .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-sm-n2,
.bootstrap .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-sm-n2,
.bootstrap .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-sm-n3,
.bootstrap .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-sm-n3,
.bootstrap .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-sm-n3,
.bootstrap .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-sm-n3,
.bootstrap .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-sm-n4,
.bootstrap .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-sm-n4,
.bootstrap .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-sm-n4,
.bootstrap .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-sm-n4,
.bootstrap .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-sm-n5,
.bootstrap .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-sm-n5,
.bootstrap .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-sm-n5,
.bootstrap .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-sm-n5,
.bootstrap .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mt-sm-auto,
.bootstrap .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-sm-auto,
.bootstrap .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-auto,
.bootstrap .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-sm-auto,
.bootstrap .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-md-0,
.bootstrap .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-md-0,
.bootstrap .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-md-0,
.bootstrap .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-md-0,
.bootstrap .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-md-1,
.bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-md-1,
.bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-md-1,
.bootstrap .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-md-1,
.bootstrap .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-md-2,
.bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-md-2,
.bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-md-2,
.bootstrap .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-md-2,
.bootstrap .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-md-3,
.bootstrap .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-md-3,
.bootstrap .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-md-3,
.bootstrap .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-md-3,
.bootstrap .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-md-4,
.bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-md-4,
.bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-md-4,
.bootstrap .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-md-4,
.bootstrap .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-md-5,
.bootstrap .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-md-5,
.bootstrap .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-md-5,
.bootstrap .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-md-5,
.bootstrap .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-md-0,
.bootstrap .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-md-0,
.bootstrap .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-md-0,
.bootstrap .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-md-0,
.bootstrap .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-md-1,
.bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-md-1,
.bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-md-1,
.bootstrap .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-md-1,
.bootstrap .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-md-2,
.bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-md-2,
.bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-md-2,
.bootstrap .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-md-2,
.bootstrap .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-md-3,
.bootstrap .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-md-3,
.bootstrap .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-md-3,
.bootstrap .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-md-3,
.bootstrap .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-md-4,
.bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-md-4,
.bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-md-4,
.bootstrap .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-md-4,
.bootstrap .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-md-5,
.bootstrap .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-md-5,
.bootstrap .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-5,
.bootstrap .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-md-5,
.bootstrap .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-md-n1,
.bootstrap .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-md-n1,
.bootstrap .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-md-n1,
.bootstrap .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-md-n1,
.bootstrap .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-md-n2,
.bootstrap .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-md-n2,
.bootstrap .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-md-n2,
.bootstrap .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-md-n2,
.bootstrap .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-md-n3,
.bootstrap .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-md-n3,
.bootstrap .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-md-n3,
.bootstrap .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-md-n3,
.bootstrap .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-md-n4,
.bootstrap .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-md-n4,
.bootstrap .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-md-n4,
.bootstrap .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-md-n4,
.bootstrap .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-md-n5,
.bootstrap .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-md-n5,
.bootstrap .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-md-n5,
.bootstrap .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-md-n5,
.bootstrap .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mt-md-auto,
.bootstrap .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-md-auto,
.bootstrap .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-auto,
.bootstrap .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-md-auto,
.bootstrap .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-lg-0,
.bootstrap .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-lg-0,
.bootstrap .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-lg-0,
.bootstrap .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-lg-0,
.bootstrap .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-lg-1,
.bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-lg-1,
.bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-lg-1,
.bootstrap .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-lg-1,
.bootstrap .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-lg-2,
.bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-lg-2,
.bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-lg-2,
.bootstrap .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-lg-2,
.bootstrap .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-lg-3,
.bootstrap .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-lg-3,
.bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-lg-3,
.bootstrap .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-lg-3,
.bootstrap .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-lg-4,
.bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-lg-4,
.bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-lg-4,
.bootstrap .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-lg-4,
.bootstrap .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-lg-5,
.bootstrap .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-lg-5,
.bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-lg-5,
.bootstrap .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-lg-5,
.bootstrap .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-lg-0,
.bootstrap .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-lg-0,
.bootstrap .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-lg-0,
.bootstrap .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-lg-0,
.bootstrap .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-lg-1,
.bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-lg-1,
.bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-lg-1,
.bootstrap .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-lg-1,
.bootstrap .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-lg-2,
.bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-lg-2,
.bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-lg-2,
.bootstrap .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-lg-2,
.bootstrap .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-lg-3,
.bootstrap .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-lg-3,
.bootstrap .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-lg-3,
.bootstrap .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-lg-3,
.bootstrap .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-lg-4,
.bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-lg-4,
.bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-lg-4,
.bootstrap .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-lg-4,
.bootstrap .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-lg-5,
.bootstrap .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-lg-5,
.bootstrap .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-5,
.bootstrap .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-lg-5,
.bootstrap .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-lg-n1,
.bootstrap .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-lg-n1,
.bootstrap .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-lg-n1,
.bootstrap .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-lg-n1,
.bootstrap .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-lg-n2,
.bootstrap .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-lg-n2,
.bootstrap .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-lg-n2,
.bootstrap .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-lg-n2,
.bootstrap .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-lg-n3,
.bootstrap .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-lg-n3,
.bootstrap .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-lg-n3,
.bootstrap .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-lg-n3,
.bootstrap .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-lg-n4,
.bootstrap .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-lg-n4,
.bootstrap .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-lg-n4,
.bootstrap .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-lg-n4,
.bootstrap .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-lg-n5,
.bootstrap .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-lg-n5,
.bootstrap .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-lg-n5,
.bootstrap .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-lg-n5,
.bootstrap .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mt-lg-auto,
.bootstrap .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-lg-auto,
.bootstrap .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-auto,
.bootstrap .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-lg-auto,
.bootstrap .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-xl-0,
.bootstrap .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-xl-0,
.bootstrap .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-xl-0,
.bootstrap .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-xl-0,
.bootstrap .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-xl-1,
.bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-xl-1,
.bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-xl-1,
.bootstrap .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-xl-1,
.bootstrap .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-xl-2,
.bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-xl-2,
.bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-xl-2,
.bootstrap .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-xl-2,
.bootstrap .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-xl-3,
.bootstrap .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-xl-3,
.bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-xl-3,
.bootstrap .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-xl-3,
.bootstrap .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-xl-4,
.bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-xl-4,
.bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-xl-4,
.bootstrap .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-xl-4,
.bootstrap .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-xl-5,
.bootstrap .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-xl-5,
.bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-xl-5,
.bootstrap .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-xl-5,
.bootstrap .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-xl-0,
.bootstrap .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-xl-0,
.bootstrap .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-xl-0,
.bootstrap .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-xl-0,
.bootstrap .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-xl-1,
.bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-xl-1,
.bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-xl-1,
.bootstrap .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-xl-1,
.bootstrap .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-xl-2,
.bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-xl-2,
.bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-xl-2,
.bootstrap .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-xl-2,
.bootstrap .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-xl-3,
.bootstrap .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-xl-3,
.bootstrap .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-xl-3,
.bootstrap .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-xl-3,
.bootstrap .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-xl-4,
.bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-xl-4,
.bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-xl-4,
.bootstrap .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-xl-4,
.bootstrap .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-xl-5,
.bootstrap .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-xl-5,
.bootstrap .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xl-5,
.bootstrap .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-xl-5,
.bootstrap .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-xl-n1,
.bootstrap .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-xl-n1,
.bootstrap .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-xl-n1,
.bootstrap .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-xl-n1,
.bootstrap .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-xl-n2,
.bootstrap .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-xl-n2,
.bootstrap .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-xl-n2,
.bootstrap .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-xl-n2,
.bootstrap .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-xl-n3,
.bootstrap .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-xl-n3,
.bootstrap .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-xl-n3,
.bootstrap .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-xl-n3,
.bootstrap .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-xl-n4,
.bootstrap .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-xl-n4,
.bootstrap .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-xl-n4,
.bootstrap .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-xl-n4,
.bootstrap .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-xl-n5,
.bootstrap .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-xl-n5,
.bootstrap .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-xl-n5,
.bootstrap .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-xl-n5,
.bootstrap .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap .mt-xl-auto,
.bootstrap .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-xl-auto,
.bootstrap .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xl-auto,
.bootstrap .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-xl-auto,
.bootstrap .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrap .text-justify {
  text-align: justify !important;
}
.bootstrap .text-wrap {
  white-space: normal !important;
}
.bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .text-left {
  text-align: left !important;
}
.bootstrap .text-right {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap .text-sm-left {
    text-align: left !important;
  }
  .bootstrap .text-sm-right {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .text-md-left {
    text-align: left !important;
  }
  .bootstrap .text-md-right {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .text-lg-left {
    text-align: left !important;
  }
  .bootstrap .text-lg-right {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .text-xl-left {
    text-align: left !important;
  }
  .bootstrap .text-xl-right {
    text-align: right !important;
  }
  .bootstrap .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrap .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrap .font-italic {
  font-style: italic !important;
}
.bootstrap .text-white {
  color: #fff !important;
}
.bootstrap .text-primary {
  color: #597786 !important;
}
.bootstrap a.text-primary:hover, .bootstrap a.text-primary:focus {
  color: #3a4e58 !important;
}
.bootstrap .text-secondary {
  color: #6e6e6e !important;
}
.bootstrap a.text-secondary:hover, .bootstrap a.text-secondary:focus {
  color: #484848 !important;
}
.bootstrap .text-success {
  color: #479067 !important;
}
.bootstrap a.text-success:hover, .bootstrap a.text-success:focus {
  color: #2e5d42 !important;
}
.bootstrap .text-info {
  color: #17a2b8 !important;
}
.bootstrap a.text-info:hover, .bootstrap a.text-info:focus {
  color: #0f6674 !important;
}
.bootstrap .text-warning {
  color: #ffc107 !important;
}
.bootstrap a.text-warning:hover, .bootstrap a.text-warning:focus {
  color: #ba8b00 !important;
}
.bootstrap .text-danger {
  color: #dc3545 !important;
}
.bootstrap a.text-danger:hover, .bootstrap a.text-danger:focus {
  color: #a71d2a !important;
}
.bootstrap .text-light {
  color: #dcddde !important;
}
.bootstrap a.text-light:hover, .bootstrap a.text-light:focus {
  color: #b5b7b9 !important;
}
.bootstrap .text-dark {
  color: #343a40 !important;
}
.bootstrap a.text-dark:hover, .bootstrap a.text-dark:focus {
  color: #121416 !important;
}
.bootstrap .text-lighter {
  color: #f3f4f5 !important;
}
.bootstrap a.text-lighter:hover, .bootstrap a.text-lighter:focus {
  color: #c9ced2 !important;
}
.bootstrap .text-body {
  color: #212529 !important;
}
.bootstrap .text-muted {
  color: #6c757d !important;
}
.bootstrap .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.bootstrap .text-reset {
  color: inherit !important;
}
.bootstrap .visible {
  visibility: visible !important;
}
.bootstrap .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrap abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap pre {
    white-space: pre-wrap !important;
  }
  .bootstrap pre,
.bootstrap blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap tr,
.bootstrap img {
    page-break-inside: avoid;
  }
  .bootstrap p,
.bootstrap h2,
.bootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap h2,
.bootstrap h3 {
    page-break-after: avoid;
  }
  @page {
    .bootstrap {
      size: a3;
    }
  }
  .bootstrap body {
    min-width: 992px !important;
  }
  .bootstrap .container {
    min-width: 992px !important;
  }
  .bootstrap .navbar {
    display: none;
  }
  .bootstrap .badge {
    border: 1px solid #000;
  }
  .bootstrap .table {
    border-collapse: collapse !important;
  }
  .bootstrap .table td,
.bootstrap .table th {
    background-color: #fff !important;
  }
  .bootstrap .table-bordered th,
.bootstrap .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap .table-dark {
    color: inherit;
  }
  .bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th,
.bootstrap .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrap .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bootstrap .bv-no-focus-ring:focus {
  outline: none;
}
@media (max-width: 575.98px) {
  .bootstrap .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .bv-d-lg-down-none {
    display: none !important;
  }
}
.bootstrap .bv-d-xl-down-none {
  display: none !important;
}
.bootstrap .form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrap .form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap .b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap .b-avatar:focus {
  outline: 0;
}
.bootstrap .b-avatar.btn, .bootstrap .b-avatar[href] {
  padding: 0;
  border: 0;
}
.bootstrap .b-avatar.btn .b-avatar-img img, .bootstrap .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.bootstrap .b-avatar.btn:not(:disabled):not(.disabled), .bootstrap .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .bootstrap .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.bootstrap .b-avatar.disabled, .bootstrap .b-avatar:disabled, .bootstrap .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.bootstrap .b-avatar .b-avatar-custom,
.bootstrap .b-avatar .b-avatar-text,
.bootstrap .b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.bootstrap .b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.bootstrap .b-avatar[href] {
  text-decoration: none;
}
.bootstrap .b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.bootstrap .b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.bootstrap .b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}
.bootstrap .b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.bootstrap .b-avatar-sm .b-avatar-text {
  font-size: 0.6rem;
}
.bootstrap .b-avatar-sm .b-avatar-badge {
  font-size: 0.42rem;
}
.bootstrap .b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.bootstrap .b-avatar-lg .b-avatar-text {
  font-size: 1.4rem;
}
.bootstrap .b-avatar-lg .b-avatar-badge {
  font-size: 0.98rem;
}
.bootstrap .b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.bootstrap .b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.bootstrap .b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.bootstrap .b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}
.bootstrap .b-calendar {
  display: inline-flex;
}
.bootstrap .b-calendar .b-calendar-inner {
  min-width: 250px;
}
.bootstrap .b-calendar .b-calendar-header,
.bootstrap .b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.bootstrap .b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.bootstrap .b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.bootstrap .b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap .b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.bootstrap .b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.bootstrap .b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.bootstrap .b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.bootstrap .b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.bootstrap .b-calendar .btn:disabled, .bootstrap .b-calendar .btn.disabled, .bootstrap .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}
.bootstrap .card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.bootstrap .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.bootstrap .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.bootstrap .dropdown .dropdown-menu:focus {
  outline: none;
}
.bootstrap .b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.bootstrap .b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.bootstrap .b-dropdown-form.disabled, .bootstrap .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}
.bootstrap .b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}
.bootstrap .custom-checkbox.b-custom-control-lg,
.bootstrap .input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.bootstrap .custom-checkbox.b-custom-control-lg .custom-control-label::before,
.bootstrap .input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .custom-checkbox.b-custom-control-lg .custom-control-label::after,
.bootstrap .input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}
.bootstrap .custom-checkbox.b-custom-control-sm,
.bootstrap .input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.bootstrap .custom-checkbox.b-custom-control-sm .custom-control-label::before,
.bootstrap .input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .custom-checkbox.b-custom-control-sm .custom-control-label::after,
.bootstrap .input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}
.bootstrap .custom-switch.b-custom-control-lg,
.bootstrap .input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.bootstrap .custom-switch.b-custom-control-lg .custom-control-label,
.bootstrap .input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap .custom-switch.b-custom-control-lg .custom-control-label::before,
.bootstrap .input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.bootstrap .custom-switch.b-custom-control-lg .custom-control-label::after,
.bootstrap .input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.bootstrap .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.bootstrap .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}
.bootstrap .custom-switch.b-custom-control-sm,
.bootstrap .input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.bootstrap .custom-switch.b-custom-control-sm .custom-control-label,
.bootstrap .input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap .custom-switch.b-custom-control-sm .custom-control-label::before,
.bootstrap .input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.bootstrap .custom-switch.b-custom-control-sm .custom-control-label::after,
.bootstrap .input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.bootstrap .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.bootstrap .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}
.bootstrap .input-group > .input-group-prepend > .btn-group > .btn,
.bootstrap .input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.bootstrap .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .input-group-append > .btn-group > .btn,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.bootstrap .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.bootstrap .input-group .b-form-btn-label-control.form-control {
  padding: 0;
}
.bootstrap [dir=rtl] .b-form-btn-label-control.form-control, .bootstrap .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
.bootstrap [dir=rtl] .b-form-btn-label-control.form-control > label, .bootstrap .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}
.bootstrap .b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.bootstrap .b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.bootstrap .b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.bootstrap .b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.bootstrap .b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.bootstrap .b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.bootstrap .b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px - 2px);
}
.bootstrap .b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px - 2px);
}
.bootstrap .input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bootstrap .input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(1.5em + 1rem + 2px - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .b-form-btn-label-control.form-control[aria-disabled=true], .bootstrap .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap .b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.bootstrap .b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}
.bootstrap .b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}
.bootstrap .custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}
.bootstrap .b-custom-control-lg.custom-file,
.bootstrap .b-custom-control-lg .custom-file-input,
.bootstrap .b-custom-control-lg .custom-file-label,
.bootstrap .input-group-lg.custom-file,
.bootstrap .input-group-lg .custom-file-input,
.bootstrap .input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.bootstrap .b-custom-control-lg .custom-file-label,
.bootstrap .b-custom-control-lg .custom-file-label:after,
.bootstrap .input-group-lg .custom-file-label,
.bootstrap .input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.bootstrap .b-custom-control-lg .custom-file-label,
.bootstrap .input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.bootstrap .b-custom-control-lg .custom-file-label::after,
.bootstrap .input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}
.bootstrap .b-custom-control-sm.custom-file,
.bootstrap .b-custom-control-sm .custom-file-input,
.bootstrap .b-custom-control-sm .custom-file-label,
.bootstrap .input-group-sm.custom-file,
.bootstrap .input-group-sm .custom-file-input,
.bootstrap .input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap .b-custom-control-sm .custom-file-label,
.bootstrap .b-custom-control-sm .custom-file-label:after,
.bootstrap .input-group-sm .custom-file-label,
.bootstrap .input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.bootstrap .b-custom-control-sm .custom-file-label,
.bootstrap .input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.bootstrap .b-custom-control-sm .custom-file-label::after,
.bootstrap .input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}
.bootstrap .was-validated .form-control:invalid, .bootstrap .was-validated .form-control:valid, .bootstrap .form-control.is-invalid, .bootstrap .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}
.bootstrap input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}
.bootstrap input[type=color].form-control.form-control-sm,
.bootstrap .input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}
.bootstrap input[type=color].form-control.form-control-lg,
.bootstrap .input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}
.bootstrap input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}
.bootstrap .input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.bootstrap .input-group > .custom-range + .form-control,
.bootstrap .input-group > .custom-range + .form-control-plaintext,
.bootstrap .input-group > .custom-range + .custom-select,
.bootstrap .input-group > .custom-range + .custom-range,
.bootstrap .input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.bootstrap .input-group > .form-control + .custom-range,
.bootstrap .input-group > .form-control-plaintext + .custom-range,
.bootstrap .input-group > .custom-select + .custom-range,
.bootstrap .input-group > .custom-range + .custom-range,
.bootstrap .input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.bootstrap .input-group > .custom-range:focus {
  z-index: 3;
}
.bootstrap .input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .input-group > .custom-range {
    transition: none;
  }
}
.bootstrap .input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .input-group > .custom-range:disabled, .bootstrap .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}
.bootstrap .input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}
.bootstrap .input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}
.bootstrap .was-validated .input-group .custom-range:valid, .bootstrap .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.bootstrap .was-validated .input-group .custom-range:valid:focus, .bootstrap .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrap .was-validated .custom-range:valid:focus::-webkit-slider-thumb, .bootstrap .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.bootstrap .was-validated .custom-range:valid:focus::-moz-range-thumb, .bootstrap .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.bootstrap .was-validated .custom-range:valid:focus::-ms-thumb, .bootstrap .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.bootstrap .was-validated .custom-range:valid::-webkit-slider-thumb, .bootstrap .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.bootstrap .was-validated .custom-range:valid::-webkit-slider-thumb:active, .bootstrap .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.bootstrap .was-validated .custom-range:valid::-webkit-slider-runnable-track, .bootstrap .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.bootstrap .was-validated .custom-range:valid::-moz-range-thumb, .bootstrap .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.bootstrap .was-validated .custom-range:valid::-moz-range-thumb:active, .bootstrap .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.bootstrap .was-validated .custom-range:valid::-moz-range-track, .bootstrap .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.bootstrap .was-validated .custom-range:valid ~ .valid-feedback,
.bootstrap .was-validated .custom-range:valid ~ .valid-tooltip, .bootstrap .custom-range.is-valid ~ .valid-feedback,
.bootstrap .custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrap .was-validated .custom-range:valid::-ms-thumb, .bootstrap .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.bootstrap .was-validated .custom-range:valid::-ms-thumb:active, .bootstrap .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.bootstrap .was-validated .custom-range:valid::-ms-track-lower, .bootstrap .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.bootstrap .was-validated .custom-range:valid::-ms-track-upper, .bootstrap .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}
.bootstrap .was-validated .input-group .custom-range:invalid, .bootstrap .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.bootstrap .was-validated .input-group .custom-range:invalid:focus, .bootstrap .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap .was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .bootstrap .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.bootstrap .was-validated .custom-range:invalid:focus::-moz-range-thumb, .bootstrap .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.bootstrap .was-validated .custom-range:invalid:focus::-ms-thumb, .bootstrap .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.bootstrap .was-validated .custom-range:invalid::-webkit-slider-thumb, .bootstrap .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.bootstrap .was-validated .custom-range:invalid::-webkit-slider-thumb:active, .bootstrap .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.bootstrap .was-validated .custom-range:invalid::-webkit-slider-runnable-track, .bootstrap .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.bootstrap .was-validated .custom-range:invalid::-moz-range-thumb, .bootstrap .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.bootstrap .was-validated .custom-range:invalid::-moz-range-thumb:active, .bootstrap .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.bootstrap .was-validated .custom-range:invalid::-moz-range-track, .bootstrap .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.bootstrap .was-validated .custom-range:invalid ~ .invalid-feedback,
.bootstrap .was-validated .custom-range:invalid ~ .invalid-tooltip, .bootstrap .custom-range.is-invalid ~ .invalid-feedback,
.bootstrap .custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrap .was-validated .custom-range:invalid::-ms-thumb, .bootstrap .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.bootstrap .was-validated .custom-range:invalid::-ms-thumb:active, .bootstrap .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.bootstrap .was-validated .custom-range:invalid::-ms-track-lower, .bootstrap .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.bootstrap .was-validated .custom-range:invalid::-ms-track-upper, .bootstrap .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}
.bootstrap .custom-radio.b-custom-control-lg,
.bootstrap .input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.bootstrap .custom-radio.b-custom-control-lg .custom-control-label::before,
.bootstrap .input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.bootstrap .custom-radio.b-custom-control-lg .custom-control-label::after,
.bootstrap .input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}
.bootstrap .custom-radio.b-custom-control-sm,
.bootstrap .input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.bootstrap .custom-radio.b-custom-control-sm .custom-control-label::before,
.bootstrap .input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.bootstrap .custom-radio.b-custom-control-sm .custom-control-label::after,
.bootstrap .input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}
.bootstrap .b-rating {
  text-align: center;
}
.bootstrap .b-rating.d-inline-flex {
  width: auto;
}
.bootstrap .b-rating .b-rating-star,
.bootstrap .b-rating .b-rating-value {
  padding: 0 0.25em;
}
.bootstrap .b-rating .b-rating-value {
  min-width: 2.5em;
}
.bootstrap .b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.bootstrap .b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.bootstrap .b-rating.disabled, .bootstrap .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.bootstrap .b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.bootstrap .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.bootstrap .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.bootstrap .b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.bootstrap .b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
.bootstrap [dir=rtl] .b-form-spinbutton:not(.flex-column), .bootstrap .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}
.bootstrap .b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.bootstrap .b-form-spinbutton output > div,
.bootstrap .b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.bootstrap .b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.bootstrap .b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.bootstrap .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.bootstrap .b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.bootstrap .b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.bootstrap .b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.bootstrap .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.bootstrap .b-form-spinbutton.disabled, .bootstrap .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.bootstrap .b-form-spinbutton.disabled {
  pointer-events: none;
}
.bootstrap .b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrap .b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap .b-form-tags.disabled {
  background-color: #e9ecef;
}
.bootstrap .b-form-tags-list {
  margin-top: -0.25rem;
}
.bootstrap .b-form-tags-list .b-form-tags-field,
.bootstrap .b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}
.bootstrap .b-form-tags-input {
  color: #495057;
}
.bootstrap .b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.bootstrap .b-form-tag.disabled {
  opacity: 0.75;
}
.bootstrap .b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}
.bootstrap .form-control-sm .b-form-tag {
  line-height: 1.5;
}
.bootstrap .form-control-lg .b-form-tag {
  line-height: 1.5;
}
.bootstrap .media-aside {
  display: flex;
  margin-right: 1rem;
}
.bootstrap .media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}
.bootstrap .modal-backdrop {
  opacity: 0.5;
}
.bootstrap .b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.bootstrap .b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}
.bootstrap .popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.bootstrap .popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.bootstrap .popover.b-popover.show {
  opacity: 1;
}
.bootstrap .b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.bootstrap .b-popover-primary.bs-popover-top > .arrow::before, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.bootstrap .b-popover-primary.bs-popover-top > .arrow::after, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.bootstrap .b-popover-primary.bs-popover-right > .arrow::before, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.bootstrap .b-popover-primary.bs-popover-right > .arrow::after, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.bootstrap .b-popover-primary.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.bootstrap .b-popover-primary.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.bootstrap .b-popover-primary.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.bootstrap .b-popover-primary.bs-popover-left > .arrow::before, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.bootstrap .b-popover-primary.bs-popover-left > .arrow::after, .bootstrap .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.bootstrap .b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.bootstrap .b-popover-primary .popover-body {
  color: #004085;
}
.bootstrap .b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.bootstrap .b-popover-secondary.bs-popover-top > .arrow::before, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.bootstrap .b-popover-secondary.bs-popover-top > .arrow::after, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.bootstrap .b-popover-secondary.bs-popover-right > .arrow::before, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.bootstrap .b-popover-secondary.bs-popover-right > .arrow::after, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.bootstrap .b-popover-secondary.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.bootstrap .b-popover-secondary.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.bootstrap .b-popover-secondary.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.bootstrap .b-popover-secondary.bs-popover-left > .arrow::before, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.bootstrap .b-popover-secondary.bs-popover-left > .arrow::after, .bootstrap .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.bootstrap .b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.bootstrap .b-popover-secondary .popover-body {
  color: #383d41;
}
.bootstrap .b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.bootstrap .b-popover-success.bs-popover-top > .arrow::before, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.bootstrap .b-popover-success.bs-popover-top > .arrow::after, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.bootstrap .b-popover-success.bs-popover-right > .arrow::before, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.bootstrap .b-popover-success.bs-popover-right > .arrow::after, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.bootstrap .b-popover-success.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.bootstrap .b-popover-success.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.bootstrap .b-popover-success.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.bootstrap .b-popover-success.bs-popover-left > .arrow::before, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.bootstrap .b-popover-success.bs-popover-left > .arrow::after, .bootstrap .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.bootstrap .b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.bootstrap .b-popover-success .popover-body {
  color: #155724;
}
.bootstrap .b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bootstrap .b-popover-info.bs-popover-top > .arrow::before, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.bootstrap .b-popover-info.bs-popover-top > .arrow::after, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.bootstrap .b-popover-info.bs-popover-right > .arrow::before, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.bootstrap .b-popover-info.bs-popover-right > .arrow::after, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.bootstrap .b-popover-info.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.bootstrap .b-popover-info.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.bootstrap .b-popover-info.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.bootstrap .b-popover-info.bs-popover-left > .arrow::before, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.bootstrap .b-popover-info.bs-popover-left > .arrow::after, .bootstrap .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.bootstrap .b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.bootstrap .b-popover-info .popover-body {
  color: #0c5460;
}
.bootstrap .b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bootstrap .b-popover-warning.bs-popover-top > .arrow::before, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.bootstrap .b-popover-warning.bs-popover-top > .arrow::after, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.bootstrap .b-popover-warning.bs-popover-right > .arrow::before, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.bootstrap .b-popover-warning.bs-popover-right > .arrow::after, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.bootstrap .b-popover-warning.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.bootstrap .b-popover-warning.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.bootstrap .b-popover-warning.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.bootstrap .b-popover-warning.bs-popover-left > .arrow::before, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.bootstrap .b-popover-warning.bs-popover-left > .arrow::after, .bootstrap .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.bootstrap .b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.bootstrap .b-popover-warning .popover-body {
  color: #856404;
}
.bootstrap .b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bootstrap .b-popover-danger.bs-popover-top > .arrow::before, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.bootstrap .b-popover-danger.bs-popover-top > .arrow::after, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.bootstrap .b-popover-danger.bs-popover-right > .arrow::before, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.bootstrap .b-popover-danger.bs-popover-right > .arrow::after, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.bootstrap .b-popover-danger.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.bootstrap .b-popover-danger.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.bootstrap .b-popover-danger.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.bootstrap .b-popover-danger.bs-popover-left > .arrow::before, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.bootstrap .b-popover-danger.bs-popover-left > .arrow::after, .bootstrap .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.bootstrap .b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.bootstrap .b-popover-danger .popover-body {
  color: #721c24;
}
.bootstrap .b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrap .b-popover-light.bs-popover-top > .arrow::before, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.bootstrap .b-popover-light.bs-popover-top > .arrow::after, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.bootstrap .b-popover-light.bs-popover-right > .arrow::before, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.bootstrap .b-popover-light.bs-popover-right > .arrow::after, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.bootstrap .b-popover-light.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.bootstrap .b-popover-light.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.bootstrap .b-popover-light.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.bootstrap .b-popover-light.bs-popover-left > .arrow::before, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.bootstrap .b-popover-light.bs-popover-left > .arrow::after, .bootstrap .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.bootstrap .b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.bootstrap .b-popover-light .popover-body {
  color: #818182;
}
.bootstrap .b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bootstrap .b-popover-dark.bs-popover-top > .arrow::before, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.bootstrap .b-popover-dark.bs-popover-top > .arrow::after, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.bootstrap .b-popover-dark.bs-popover-right > .arrow::before, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.bootstrap .b-popover-dark.bs-popover-right > .arrow::after, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.bootstrap .b-popover-dark.bs-popover-bottom > .arrow::before, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.bootstrap .b-popover-dark.bs-popover-bottom > .arrow::after, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.bootstrap .b-popover-dark.bs-popover-bottom .popover-header::before, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.bootstrap .b-popover-dark.bs-popover-left > .arrow::before, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.bootstrap .b-popover-dark.bs-popover-left > .arrow::after, .bootstrap .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.bootstrap .b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.bootstrap .b-popover-dark .popover-body {
  color: #1b1e21;
}
.bootstrap .b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: 1035;
}
.bootstrap .b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}
.bootstrap .b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.bootstrap .b-sidebar.slide {
  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;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-sidebar.slide {
    transition: none;
  }
}
.bootstrap .b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.bootstrap .b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bootstrap .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.bootstrap .b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.bootstrap .b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.bootstrap .b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.bootstrap .b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
.bootstrap [dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}
.bootstrap .b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.bootstrap .b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.bootstrap .b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}
.bootstrap .b-skeleton-wrapper {
  cursor: wait;
}
.bootstrap .b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.bootstrap .b-skeleton::before {
  content: " ";
}
.bootstrap .b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}
.bootstrap .b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.bootstrap .b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.bootstrap .b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}
.bootstrap .b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}
.bootstrap .b-skeleton-img {
  height: 100%;
  width: 100%;
}
.bootstrap .b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-skeleton-animate-wave::after {
    background: none;
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.bootstrap .b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-skeleton-animate-fade {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.bootstrap .b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-skeleton-animate-throb {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.bootstrap .table.b-table.b-table-fixed {
  table-layout: fixed;
}
.bootstrap .table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.bootstrap .table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.bootstrap .table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.bootstrap .table.b-table > caption {
  caption-side: bottom;
}
.bootstrap .table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.bootstrap .table.b-table > tbody > .table-active,
.bootstrap .table.b-table > tbody > .table-active > th,
.bootstrap .table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table.b-table.table-hover > tbody > tr.table-active:hover td,
.bootstrap .table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.bootstrap .table.b-table > tbody > .bg-active,
.bootstrap .table.b-table > tbody > .bg-active > th,
.bootstrap .table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.bootstrap .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.bootstrap .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}
.bootstrap .b-table-sticky-header,
.bootstrap .table-responsive,
.bootstrap [class*=table-responsive-] {
  margin-bottom: 1rem;
}
.bootstrap .b-table-sticky-header > .table,
.bootstrap .table-responsive > .table,
.bootstrap [class*=table-responsive-] > .table {
  margin-bottom: 0;
}
.bootstrap .b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}
@media print {
  .bootstrap .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .bootstrap .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .bootstrap .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.bootstrap .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.bootstrap .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.bootstrap .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.bootstrap .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.bootstrap .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
.bootstrap [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
.bootstrap [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
.bootstrap [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .bootstrap .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.bootstrap .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.bootstrap [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .bootstrap .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.bootstrap .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.bootstrap .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.bootstrap .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
.bootstrap [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
.bootstrap [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .bootstrap .table.b-table > thead > tr > .table-b-table-default,
.bootstrap .table.b-table > tbody > tr > .table-b-table-default,
.bootstrap .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .bootstrap .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.bootstrap .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.bootstrap .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .bootstrap .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .bootstrap .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .bootstrap .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .bootstrap .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.bootstrap .table.b-table > thead > tr > [aria-sort],
.bootstrap .table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.bootstrap .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.bootstrap .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right 0.375rem center;
  padding-right: calc(0.75rem + 0.65em);
}
.bootstrap .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.bootstrap .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left 0.375rem center;
  padding-left: calc(0.75rem + 0.65em);
}
.bootstrap .table.b-table > thead > tr > [aria-sort=none],
.bootstrap .table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table > thead > tr > [aria-sort=ascending],
.bootstrap .table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table > thead > tr > [aria-sort=descending],
.bootstrap .table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table.table-dark > thead > tr > [aria-sort=none], .bootstrap .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.bootstrap .table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table.table-dark > thead > tr > [aria-sort=ascending], .bootstrap .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.bootstrap .table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table.table-dark > thead > tr > [aria-sort=descending], .bootstrap .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.bootstrap .table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table > thead > tr > .table-dark[aria-sort=none],
.bootstrap .table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.bootstrap .table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table > thead > tr > .table-dark[aria-sort=descending],
.bootstrap .table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.bootstrap .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right 0.15rem center;
  padding-right: calc(0.3rem + 0.65em);
}
.bootstrap .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.bootstrap .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left 0.15rem center;
  padding-left: calc(0.3rem + 0.65em);
}
.bootstrap .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.bootstrap .table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575.98px) {
  .bootstrap .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > caption,
.bootstrap .table.b-table.b-table-stacked-sm > tbody,
.bootstrap .table.b-table.b-table-stacked-sm > tbody > tr,
.bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > td,
.bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > thead,
.bootstrap .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.bootstrap .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.bootstrap .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .bootstrap .table.b-table.b-table-stacked-md > caption,
.bootstrap .table.b-table.b-table-stacked-md > tbody,
.bootstrap .table.b-table.b-table-stacked-md > tbody > tr,
.bootstrap .table.b-table.b-table-stacked-md > tbody > tr > td,
.bootstrap .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .bootstrap .table.b-table.b-table-stacked-md > thead,
.bootstrap .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.bootstrap .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .bootstrap .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .bootstrap .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-md > tbody > tr.top-row, .bootstrap .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .bootstrap .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.bootstrap .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > caption,
.bootstrap .table.b-table.b-table-stacked-lg > tbody,
.bootstrap .table.b-table.b-table-stacked-lg > tbody > tr,
.bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > td,
.bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > thead,
.bootstrap .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.bootstrap .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.bootstrap .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > caption,
.bootstrap .table.b-table.b-table-stacked-xl > tbody,
.bootstrap .table.b-table.b-table-stacked-xl > tbody > tr,
.bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > td,
.bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > thead,
.bootstrap .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.bootstrap .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.bootstrap .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.bootstrap .table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.bootstrap .table.b-table.b-table-stacked > caption,
.bootstrap .table.b-table.b-table-stacked > tbody,
.bootstrap .table.b-table.b-table-stacked > tbody > tr,
.bootstrap .table.b-table.b-table-stacked > tbody > tr > td,
.bootstrap .table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.bootstrap .table.b-table.b-table-stacked > thead,
.bootstrap .table.b-table.b-table-stacked > tfoot {
  display: none;
}
.bootstrap .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.bootstrap .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.bootstrap .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.bootstrap .table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.bootstrap .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 0.5rem 0 0;
  margin: 0;
}
.bootstrap .table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 0.5rem;
  margin: 0;
}
.bootstrap .table.b-table.b-table-stacked > tbody > tr.top-row, .bootstrap .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.bootstrap .table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.bootstrap .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.bootstrap .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}
.bootstrap .b-time {
  min-width: 150px;
}
.bootstrap .b-time[aria-disabled=true] output, .bootstrap .b-time[aria-readonly=true] output,
.bootstrap .b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap .b-time[aria-disabled=true] output {
  pointer-events: none;
}
.bootstrap [dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}
.bootstrap .b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.bootstrap .b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.bootstrap .b-time .b-time-footer {
  margin-top: 0.5rem;
}
.bootstrap .b-time .b-time-ampm {
  margin-left: 0.5rem;
}
.bootstrap .b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.bootstrap .b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.bootstrap .b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap .b-toast.b-toast-solid .toast {
  background-color: white;
}
.bootstrap .b-toast .toast {
  opacity: 1;
}
.bootstrap .b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.bootstrap .b-toast .toast .toast-body {
  display: block;
}
.bootstrap .b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.bootstrap .b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.bootstrap .b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}
.bootstrap .b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.bootstrap .b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.bootstrap .b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}
.bootstrap .b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.bootstrap .b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.bootstrap .b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}
.bootstrap .b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.bootstrap .b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.bootstrap .b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}
.bootstrap .b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.bootstrap .b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.bootstrap .b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}
.bootstrap .b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.bootstrap .b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.bootstrap .b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}
.bootstrap .b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.bootstrap .b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.bootstrap .b-toast-light.b-toast-solid .toast {
  background-color: white;
}
.bootstrap .b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.bootstrap .b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.bootstrap .b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}
.bootstrap .b-toaster {
  z-index: 1100;
}
.bootstrap .b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.bootstrap .b-toaster .b-toaster-slot:empty {
  display: none !important;
}
.bootstrap .b-toaster.b-toaster-top-right, .bootstrap .b-toaster.b-toaster-top-left, .bootstrap .b-toaster.b-toaster-top-center, .bootstrap .b-toaster.b-toaster-top-full, .bootstrap .b-toaster.b-toaster-bottom-right, .bootstrap .b-toaster.b-toaster-bottom-left, .bootstrap .b-toaster.b-toaster-bottom-center, .bootstrap .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-left .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-center .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-full .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-right .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-left .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-center .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.bootstrap .b-toaster.b-toaster-top-full .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.bootstrap .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.bootstrap .b-toaster.b-toaster-top-full .b-toaster-slot .toast, .bootstrap .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.bootstrap .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.bootstrap .b-toaster.b-toaster-top-right, .bootstrap .b-toaster.b-toaster-top-left, .bootstrap .b-toaster.b-toaster-top-center, .bootstrap .b-toaster.b-toaster-top-full {
  top: 0;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-left .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-center .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.bootstrap .b-toaster.b-toaster-bottom-right, .bootstrap .b-toaster.b-toaster-bottom-left, .bootstrap .b-toaster.b-toaster-bottom-center, .bootstrap .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.bootstrap .b-toaster.b-toaster-bottom-right .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-left .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-center .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-right .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-center .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.bootstrap .b-toaster.b-toaster-top-left .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-left .b-toaster-slot, .bootstrap .b-toaster.b-toaster-top-center .b-toaster-slot, .bootstrap .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.bootstrap .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .bootstrap .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .bootstrap .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .bootstrap .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.bootstrap .tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.bootstrap .tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.bootstrap .tooltip.b-tooltip.show {
  opacity: 0.9;
}
.bootstrap .tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.bootstrap .tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.bootstrap .tooltip.b-tooltip.bs-tooltip-right .arrow, .bootstrap .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap .tooltip.b-tooltip.bs-tooltip-left .arrow, .bootstrap .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}
.bootstrap .tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.bootstrap .tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.bootstrap .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.bootstrap .tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.bootstrap .tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}
.bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.bootstrap .tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}
.bootstrap .tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.bootstrap .tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.bootstrap .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.bootstrap .tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.bootstrap .tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}
.bootstrap .tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.bootstrap .tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.bootstrap .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.bootstrap .tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.bootstrap .tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}
.bootstrap .tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.bootstrap .tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.bootstrap .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.bootstrap .tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.bootstrap .tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}
.bootstrap .tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.bootstrap .tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.bootstrap .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.bootstrap .tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.bootstrap .tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}
.bootstrap .tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.bootstrap .tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.bootstrap .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.bootstrap .tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.bootstrap .tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}
.bootstrap .tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .bootstrap .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.bootstrap .tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .bootstrap .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.bootstrap .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .bootstrap .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.bootstrap .tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .bootstrap .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.bootstrap .tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}
.bootstrap .b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.bootstrap .b-icon.b-icon-animation-cylon, .bootstrap .b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-cylon, .bootstrap .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-cylon-vertical, .bootstrap .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-cylon-vertical, .bootstrap .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-fade, .bootstrap .b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-fade, .bootstrap .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-spin, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-spin, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-spin-reverse, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-spin-reverse, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-spin-pulse, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-spin-pulse, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-spin-reverse-pulse, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-spin-reverse-pulse, .bootstrap .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .b-icon.b-icon-animation-throb, .bootstrap .b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .b-icon.b-icon-animation-throb, .bootstrap .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bootstrap .btn .b-icon.bi,
.bootstrap .nav-link .b-icon.bi,
.bootstrap .dropdown-toggle .b-icon.bi,
.bootstrap .dropdown-item .b-icon.bi,
.bootstrap .input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}
.bootstrap .accordion > .card {
  margin-top: 0.5rem;
}
.bootstrap .accordion > .card > .card-header {
  padding: 0;
}
.bootstrap .accordion > .card > .card-header > .btn {
  align-items: center;
  border-radius: 0;
  display: flex;
  flex-direction: row;
}
.bootstrap .accordion > .card > .card-header > .btn .fa, .bootstrap .accordion > .card > .card-header > .btn .fas, .bootstrap .accordion > .card > .card-header > .btn .fab {
  margin-right: 1rem;
}
.bootstrap .accordion > .card:first-child {
  margin-top: 0;
}
.bootstrap .accordion > .card:first-child > .card-header > .btn {
  border-radius: 3.92px 3.92px 0 0;
}
.bootstrap .accordion > .card:last-child {
  margin-bottom: 0;
}
.bootstrap .accordion > .card:last-child > .card-header > .btn {
  border-radius: 0 0 3.92px 3.92px;
}
.bootstrap .accordion > .card:last-child > .card-header > .btn[aria-expanded=true] {
  border-radius: 0;
}
.bootstrap .alert.alert-trim {
  display: inline-block;
}
.bootstrap .alert.alert-icon {
  align-items: center;
  display: flex;
  padding-bottom: 0.7em;
  padding-left: 0.4em;
  padding-top: 0.7em;
}
.bootstrap .alert.alert-icon .fa, .bootstrap .alert.alert-icon .fas, .bootstrap .alert.alert-icon .fab {
  font-size: 2em;
  line-height: 1;
  margin-right: 0.3em;
}
.bootstrap .btn.btn-circular {
  border-radius: 200%;
}
.bootstrap .custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.bootstrap .embed-responsive.embed-responsive-no-click:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.bootstrap .form-group.form-group-sr-label > legend {
  border: none;
  display: block;
  height: 0px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 0px;
}
.bootstrap .form-inline .custom-control-label {
  justify-content: start;
}
.bootstrap .container-sm {
  max-width: 540px;
}
.bootstrap .container-md {
  max-width: 720px;
}
.bootstrap .container-lg {
  max-width: 960px;
}
.bootstrap .container-xl {
  max-width: 1140px;
}
.bootstrap .container-sm {
  max-width: 540px;
}
.bootstrap .container-md {
  max-width: 720px;
}
.bootstrap .container-lg {
  max-width: 960px;
}
.bootstrap .container-xl {
  max-width: 1140px;
}
.bootstrap .list-group > .list-group-item > .list-group-icon {
  font-size: 1.5em;
  margin-bottom: -0.75rem;
  margin-left: 0;
  margin-right: 0.5rem;
  margin-top: -0.75rem;
  padding-right: 0.5em;
  position: relative;
  text-align: center;
  width: 1.5em;
}
.bootstrap .list-group.list-group-sm > .list-group-item {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.bootstrap .list-group.list-group-lg > .list-group-item {
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
}
.bootstrap .nav.nav-sm {
  font-size: 0.875rem;
}
.bootstrap .nav.nav-dark .nav-link {
  color: white;
}
.bootstrap .nav.nav-dark .nav-link:hover, .bootstrap .nav.nav-dark .nav-link:focus, .bootstrap .nav.nav-dark .nav-link:active {
  color: white;
}
.bootstrap .nav.nav-dark .nav-link.active {
  color: #212529;
}
.bootstrap .nav.nav-dark .nav-link.active:hover, .bootstrap .nav.nav-dark .nav-link.active:focus, .bootstrap .nav.nav-dark .nav-link.active:active {
  color: #212529;
}
.bootstrap .popover.popover-fluid {
  max-width: none !important;
}
.bootstrap input::-ms-clear {
  display: none;
  height: 0px;
  width: 0px;
}
.bootstrap input::-ms-reveal {
  display: none;
  height: 0px;
  width: 0px;
}
.bootstrap .animate-bg-gradient-fill-on-hover-warning {
  background: linear-gradient(110deg, white 80%, #ffc107);
}
.bootstrap .animate-bg-gradient-fill-on-hover-warning:before {
  background: linear-gradient(110deg, white 0%, #ffc107);
  bottom: 0;
  border-radius: inherit;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.bootstrap .animate-bg-gradient-fill-on-hover-warning:hover:before,
.bootstrap .animate-bg-gradient-fill-on-hover-warning:focus:before {
  opacity: 1;
}
.bootstrap .animate-shrink-on-hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.bootstrap .animate-shrink-on-hover:hover,
.bootstrap .animate-shrink-on-hover:focus {
  transform: scale(0.99);
}
.bootstrap .h-0 {
  height: 0 !important;
}
.bootstrap .min-h-0 {
  min-height: 0 !important;
}
.bootstrap .min-h-25 {
  min-height: 25% !important;
}
.bootstrap .min-h-50 {
  min-height: 50% !important;
}
.bootstrap .min-h-75 {
  min-height: 75% !important;
}
.bootstrap .min-h-100 {
  min-height: 100% !important;
}
.bootstrap .overflow-y-auto {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.bootstrap .overflow-x-auto {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.bootstrap .bg-primary {
  background-color: #597786 !important;
}
.bootstrap a.bg-primary:hover, .bootstrap a.bg-primary:focus,
.bootstrap button.bg-primary:hover,
.bootstrap button.bg-primary:focus {
  background-color: #455c67 !important;
}
.bootstrap .bg-secondary {
  background-color: #6e6e6e !important;
}
.bootstrap a.bg-secondary:hover, .bootstrap a.bg-secondary:focus,
.bootstrap button.bg-secondary:hover,
.bootstrap button.bg-secondary:focus {
  background-color: #555555 !important;
}
.bootstrap .bg-success {
  background-color: #479067 !important;
}
.bootstrap a.bg-success:hover, .bootstrap a.bg-success:focus,
.bootstrap button.bg-success:hover,
.bootstrap button.bg-success:focus {
  background-color: #366e4f !important;
}
.bootstrap .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap a.bg-info:hover, .bootstrap a.bg-info:focus,
.bootstrap button.bg-info:hover,
.bootstrap button.bg-info:focus {
  background-color: #117a8b !important;
}
.bootstrap .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap a.bg-warning:hover, .bootstrap a.bg-warning:focus,
.bootstrap button.bg-warning:hover,
.bootstrap button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bootstrap .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap a.bg-danger:hover, .bootstrap a.bg-danger:focus,
.bootstrap button.bg-danger:hover,
.bootstrap button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bootstrap .bg-light {
  background-color: #dcddde !important;
}
.bootstrap a.bg-light:hover, .bootstrap a.bg-light:focus,
.bootstrap button.bg-light:hover,
.bootstrap button.bg-light:focus {
  background-color: #c2c4c5 !important;
}
.bootstrap .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap a.bg-dark:hover, .bootstrap a.bg-dark:focus,
.bootstrap button.bg-dark:hover,
.bootstrap button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bootstrap .bg-lighter {
  background-color: #f3f4f5 !important;
}
.bootstrap a.bg-lighter:hover, .bootstrap a.bg-lighter:focus,
.bootstrap button.bg-lighter:hover,
.bootstrap button.bg-lighter:focus {
  background-color: #d7dbde !important;
}
.bootstrap .border-1 {
  border-width: 1px !important;
}
.bootstrap .border-2 {
  border-width: 2px !important;
}
.bootstrap .border-3 {
  border-width: 3px !important;
}
.bootstrap .border-4 {
  border-width: 4px !important;
}
.bootstrap .border-5 {
  border-width: 5px !important;
}
.bootstrap .ux-calendar {
  width: 250px;
}
.bootstrap .ux-loader {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  text-align: center;
}
.bootstrap .ux-loader > .ux-loader-text {
  margin-top: 0.5rem;
  text-align: center;
}
.bootstrap .ux-loader > .ux-loader-text > p:last-child {
  margin-bottom: 0;
}
.bootstrap .ux-loader.ux-loader-overlay {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100;
}
.bootstrap .ux-spinner {
  box-sizing: border-box;
  color: #767676;
  display: inline-block;
  font-size: 1rem;
  height: 2.3585em;
  left: 0;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 0;
  width: 2.3585em;
  z-index: 1000;
}
@keyframes ux-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.bootstrap .ux-spinner:before, .bootstrap .ux-spinner:after {
  border-radius: 500em;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 2.2585em;
  left: 0;
  position: absolute;
  top: 0px;
  width: 2.2585em;
}
.bootstrap .ux-spinner:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
}
.bootstrap .ux-spinner:after {
  animation: 0.6s linear infinite ux-spinner;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}
.bootstrap .fade-enter-active, .bootstrap .fade-leave-active {
  transition: opacity 0.5s;
}
.bootstrap .fade-enter, .bootstrap .fade-leave-to {
  opacity: 0;
}
.bootstrap .flex-gutters--0 {
  margin: 0 !important;
}
.bootstrap .flex-gutters--0 > * {
  margin: 0 !important;
}
.bootstrap .flex-gutters-t-0,
.bootstrap .flex-gutters-y-0 {
  margin-top: 0 !important;
}
.bootstrap .flex-gutters-t-0 > *,
.bootstrap .flex-gutters-y-0 > * {
  margin-top: 0 !important;
}
.bootstrap .flex-gutters-r-0,
.bootstrap .flex-gutters-x-0 {
  margin-right: 0 !important;
}
.bootstrap .flex-gutters-r-0 > *,
.bootstrap .flex-gutters-x-0 > * {
  margin-right: 0 !important;
}
.bootstrap .flex-gutters-b-0,
.bootstrap .flex-gutters-y-0 {
  margin-bottom: 0 !important;
}
.bootstrap .flex-gutters-b-0 > *,
.bootstrap .flex-gutters-y-0 > * {
  margin-bottom: 0 !important;
}
.bootstrap .flex-gutters-l-0,
.bootstrap .flex-gutters-x-0 {
  margin-left: 0 !important;
}
.bootstrap .flex-gutters-l-0 > *,
.bootstrap .flex-gutters-x-0 > * {
  margin-left: 0 !important;
}
.bootstrap .flex-gutters--1 {
  margin: -0.25rem !important;
}
.bootstrap .flex-gutters--1 > * {
  margin: 0.25rem !important;
}
.bootstrap .flex-gutters-t-1,
.bootstrap .flex-gutters-y-1 {
  margin-top: -0.25rem !important;
}
.bootstrap .flex-gutters-t-1 > *,
.bootstrap .flex-gutters-y-1 > * {
  margin-top: 0.25rem !important;
}
.bootstrap .flex-gutters-r-1,
.bootstrap .flex-gutters-x-1 {
  margin-right: -0.25rem !important;
}
.bootstrap .flex-gutters-r-1 > *,
.bootstrap .flex-gutters-x-1 > * {
  margin-right: 0.25rem !important;
}
.bootstrap .flex-gutters-b-1,
.bootstrap .flex-gutters-y-1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap .flex-gutters-b-1 > *,
.bootstrap .flex-gutters-y-1 > * {
  margin-bottom: 0.25rem !important;
}
.bootstrap .flex-gutters-l-1,
.bootstrap .flex-gutters-x-1 {
  margin-left: -0.25rem !important;
}
.bootstrap .flex-gutters-l-1 > *,
.bootstrap .flex-gutters-x-1 > * {
  margin-left: 0.25rem !important;
}
.bootstrap .flex-gutters--2 {
  margin: -0.5rem !important;
}
.bootstrap .flex-gutters--2 > * {
  margin: 0.5rem !important;
}
.bootstrap .flex-gutters-t-2,
.bootstrap .flex-gutters-y-2 {
  margin-top: -0.5rem !important;
}
.bootstrap .flex-gutters-t-2 > *,
.bootstrap .flex-gutters-y-2 > * {
  margin-top: 0.5rem !important;
}
.bootstrap .flex-gutters-r-2,
.bootstrap .flex-gutters-x-2 {
  margin-right: -0.5rem !important;
}
.bootstrap .flex-gutters-r-2 > *,
.bootstrap .flex-gutters-x-2 > * {
  margin-right: 0.5rem !important;
}
.bootstrap .flex-gutters-b-2,
.bootstrap .flex-gutters-y-2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap .flex-gutters-b-2 > *,
.bootstrap .flex-gutters-y-2 > * {
  margin-bottom: 0.5rem !important;
}
.bootstrap .flex-gutters-l-2,
.bootstrap .flex-gutters-x-2 {
  margin-left: -0.5rem !important;
}
.bootstrap .flex-gutters-l-2 > *,
.bootstrap .flex-gutters-x-2 > * {
  margin-left: 0.5rem !important;
}
.bootstrap .flex-gutters--3 {
  margin: -1rem !important;
}
.bootstrap .flex-gutters--3 > * {
  margin: 1rem !important;
}
.bootstrap .flex-gutters-t-3,
.bootstrap .flex-gutters-y-3 {
  margin-top: -1rem !important;
}
.bootstrap .flex-gutters-t-3 > *,
.bootstrap .flex-gutters-y-3 > * {
  margin-top: 1rem !important;
}
.bootstrap .flex-gutters-r-3,
.bootstrap .flex-gutters-x-3 {
  margin-right: -1rem !important;
}
.bootstrap .flex-gutters-r-3 > *,
.bootstrap .flex-gutters-x-3 > * {
  margin-right: 1rem !important;
}
.bootstrap .flex-gutters-b-3,
.bootstrap .flex-gutters-y-3 {
  margin-bottom: -1rem !important;
}
.bootstrap .flex-gutters-b-3 > *,
.bootstrap .flex-gutters-y-3 > * {
  margin-bottom: 1rem !important;
}
.bootstrap .flex-gutters-l-3,
.bootstrap .flex-gutters-x-3 {
  margin-left: -1rem !important;
}
.bootstrap .flex-gutters-l-3 > *,
.bootstrap .flex-gutters-x-3 > * {
  margin-left: 1rem !important;
}
.bootstrap .flex-gutters--4 {
  margin: -1.5rem !important;
}
.bootstrap .flex-gutters--4 > * {
  margin: 1.5rem !important;
}
.bootstrap .flex-gutters-t-4,
.bootstrap .flex-gutters-y-4 {
  margin-top: -1.5rem !important;
}
.bootstrap .flex-gutters-t-4 > *,
.bootstrap .flex-gutters-y-4 > * {
  margin-top: 1.5rem !important;
}
.bootstrap .flex-gutters-r-4,
.bootstrap .flex-gutters-x-4 {
  margin-right: -1.5rem !important;
}
.bootstrap .flex-gutters-r-4 > *,
.bootstrap .flex-gutters-x-4 > * {
  margin-right: 1.5rem !important;
}
.bootstrap .flex-gutters-b-4,
.bootstrap .flex-gutters-y-4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap .flex-gutters-b-4 > *,
.bootstrap .flex-gutters-y-4 > * {
  margin-bottom: 1.5rem !important;
}
.bootstrap .flex-gutters-l-4,
.bootstrap .flex-gutters-x-4 {
  margin-left: -1.5rem !important;
}
.bootstrap .flex-gutters-l-4 > *,
.bootstrap .flex-gutters-x-4 > * {
  margin-left: 1.5rem !important;
}
.bootstrap .flex-gutters--5 {
  margin: -3rem !important;
}
.bootstrap .flex-gutters--5 > * {
  margin: 3rem !important;
}
.bootstrap .flex-gutters-t-5,
.bootstrap .flex-gutters-y-5 {
  margin-top: -3rem !important;
}
.bootstrap .flex-gutters-t-5 > *,
.bootstrap .flex-gutters-y-5 > * {
  margin-top: 3rem !important;
}
.bootstrap .flex-gutters-r-5,
.bootstrap .flex-gutters-x-5 {
  margin-right: -3rem !important;
}
.bootstrap .flex-gutters-r-5 > *,
.bootstrap .flex-gutters-x-5 > * {
  margin-right: 3rem !important;
}
.bootstrap .flex-gutters-b-5,
.bootstrap .flex-gutters-y-5 {
  margin-bottom: -3rem !important;
}
.bootstrap .flex-gutters-b-5 > *,
.bootstrap .flex-gutters-y-5 > * {
  margin-bottom: 3rem !important;
}
.bootstrap .flex-gutters-l-5,
.bootstrap .flex-gutters-x-5 {
  margin-left: -3rem !important;
}
.bootstrap .flex-gutters-l-5 > *,
.bootstrap .flex-gutters-x-5 > * {
  margin-left: 3rem !important;
}
.bootstrap .flex-gutters--0 {
  margin: 0 !important;
}
.bootstrap .flex-gutters--0 > * {
  margin: 0 !important;
}
.bootstrap .flex-gutters-t-0,
.bootstrap .flex-gutters-y-0 {
  margin-top: 0 !important;
}
.bootstrap .flex-gutters-t-0 > *,
.bootstrap .flex-gutters-y-0 > * {
  margin-top: 0 !important;
}
.bootstrap .flex-gutters-r-0,
.bootstrap .flex-gutters-x-0 {
  margin-right: 0 !important;
}
.bootstrap .flex-gutters-r-0 > *,
.bootstrap .flex-gutters-x-0 > * {
  margin-right: 0 !important;
}
.bootstrap .flex-gutters-b-0,
.bootstrap .flex-gutters-y-0 {
  margin-bottom: 0 !important;
}
.bootstrap .flex-gutters-b-0 > *,
.bootstrap .flex-gutters-y-0 > * {
  margin-bottom: 0 !important;
}
.bootstrap .flex-gutters-l-0,
.bootstrap .flex-gutters-x-0 {
  margin-left: 0 !important;
}
.bootstrap .flex-gutters-l-0 > *,
.bootstrap .flex-gutters-x-0 > * {
  margin-left: 0 !important;
}
.bootstrap .flex-gutters--1 {
  margin: -0.25rem !important;
}
.bootstrap .flex-gutters--1 > * {
  margin: 0.25rem !important;
}
.bootstrap .flex-gutters-t-1,
.bootstrap .flex-gutters-y-1 {
  margin-top: -0.25rem !important;
}
.bootstrap .flex-gutters-t-1 > *,
.bootstrap .flex-gutters-y-1 > * {
  margin-top: 0.25rem !important;
}
.bootstrap .flex-gutters-r-1,
.bootstrap .flex-gutters-x-1 {
  margin-right: -0.25rem !important;
}
.bootstrap .flex-gutters-r-1 > *,
.bootstrap .flex-gutters-x-1 > * {
  margin-right: 0.25rem !important;
}
.bootstrap .flex-gutters-b-1,
.bootstrap .flex-gutters-y-1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap .flex-gutters-b-1 > *,
.bootstrap .flex-gutters-y-1 > * {
  margin-bottom: 0.25rem !important;
}
.bootstrap .flex-gutters-l-1,
.bootstrap .flex-gutters-x-1 {
  margin-left: -0.25rem !important;
}
.bootstrap .flex-gutters-l-1 > *,
.bootstrap .flex-gutters-x-1 > * {
  margin-left: 0.25rem !important;
}
.bootstrap .flex-gutters--2 {
  margin: -0.5rem !important;
}
.bootstrap .flex-gutters--2 > * {
  margin: 0.5rem !important;
}
.bootstrap .flex-gutters-t-2,
.bootstrap .flex-gutters-y-2 {
  margin-top: -0.5rem !important;
}
.bootstrap .flex-gutters-t-2 > *,
.bootstrap .flex-gutters-y-2 > * {
  margin-top: 0.5rem !important;
}
.bootstrap .flex-gutters-r-2,
.bootstrap .flex-gutters-x-2 {
  margin-right: -0.5rem !important;
}
.bootstrap .flex-gutters-r-2 > *,
.bootstrap .flex-gutters-x-2 > * {
  margin-right: 0.5rem !important;
}
.bootstrap .flex-gutters-b-2,
.bootstrap .flex-gutters-y-2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap .flex-gutters-b-2 > *,
.bootstrap .flex-gutters-y-2 > * {
  margin-bottom: 0.5rem !important;
}
.bootstrap .flex-gutters-l-2,
.bootstrap .flex-gutters-x-2 {
  margin-left: -0.5rem !important;
}
.bootstrap .flex-gutters-l-2 > *,
.bootstrap .flex-gutters-x-2 > * {
  margin-left: 0.5rem !important;
}
.bootstrap .flex-gutters--3 {
  margin: -1rem !important;
}
.bootstrap .flex-gutters--3 > * {
  margin: 1rem !important;
}
.bootstrap .flex-gutters-t-3,
.bootstrap .flex-gutters-y-3 {
  margin-top: -1rem !important;
}
.bootstrap .flex-gutters-t-3 > *,
.bootstrap .flex-gutters-y-3 > * {
  margin-top: 1rem !important;
}
.bootstrap .flex-gutters-r-3,
.bootstrap .flex-gutters-x-3 {
  margin-right: -1rem !important;
}
.bootstrap .flex-gutters-r-3 > *,
.bootstrap .flex-gutters-x-3 > * {
  margin-right: 1rem !important;
}
.bootstrap .flex-gutters-b-3,
.bootstrap .flex-gutters-y-3 {
  margin-bottom: -1rem !important;
}
.bootstrap .flex-gutters-b-3 > *,
.bootstrap .flex-gutters-y-3 > * {
  margin-bottom: 1rem !important;
}
.bootstrap .flex-gutters-l-3,
.bootstrap .flex-gutters-x-3 {
  margin-left: -1rem !important;
}
.bootstrap .flex-gutters-l-3 > *,
.bootstrap .flex-gutters-x-3 > * {
  margin-left: 1rem !important;
}
.bootstrap .flex-gutters--4 {
  margin: -1.5rem !important;
}
.bootstrap .flex-gutters--4 > * {
  margin: 1.5rem !important;
}
.bootstrap .flex-gutters-t-4,
.bootstrap .flex-gutters-y-4 {
  margin-top: -1.5rem !important;
}
.bootstrap .flex-gutters-t-4 > *,
.bootstrap .flex-gutters-y-4 > * {
  margin-top: 1.5rem !important;
}
.bootstrap .flex-gutters-r-4,
.bootstrap .flex-gutters-x-4 {
  margin-right: -1.5rem !important;
}
.bootstrap .flex-gutters-r-4 > *,
.bootstrap .flex-gutters-x-4 > * {
  margin-right: 1.5rem !important;
}
.bootstrap .flex-gutters-b-4,
.bootstrap .flex-gutters-y-4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap .flex-gutters-b-4 > *,
.bootstrap .flex-gutters-y-4 > * {
  margin-bottom: 1.5rem !important;
}
.bootstrap .flex-gutters-l-4,
.bootstrap .flex-gutters-x-4 {
  margin-left: -1.5rem !important;
}
.bootstrap .flex-gutters-l-4 > *,
.bootstrap .flex-gutters-x-4 > * {
  margin-left: 1.5rem !important;
}
.bootstrap .flex-gutters--5 {
  margin: -3rem !important;
}
.bootstrap .flex-gutters--5 > * {
  margin: 3rem !important;
}
.bootstrap .flex-gutters-t-5,
.bootstrap .flex-gutters-y-5 {
  margin-top: -3rem !important;
}
.bootstrap .flex-gutters-t-5 > *,
.bootstrap .flex-gutters-y-5 > * {
  margin-top: 3rem !important;
}
.bootstrap .flex-gutters-r-5,
.bootstrap .flex-gutters-x-5 {
  margin-right: -3rem !important;
}
.bootstrap .flex-gutters-r-5 > *,
.bootstrap .flex-gutters-x-5 > * {
  margin-right: 3rem !important;
}
.bootstrap .flex-gutters-b-5,
.bootstrap .flex-gutters-y-5 {
  margin-bottom: -3rem !important;
}
.bootstrap .flex-gutters-b-5 > *,
.bootstrap .flex-gutters-y-5 > * {
  margin-bottom: 3rem !important;
}
.bootstrap .flex-gutters-l-5,
.bootstrap .flex-gutters-x-5 {
  margin-left: -3rem !important;
}
.bootstrap .flex-gutters-l-5 > *,
.bootstrap .flex-gutters-x-5 > * {
  margin-left: 3rem !important;
}
@media (min-width: 576px) {
  .bootstrap .flex-gutters--sm-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--sm-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-sm-0,
.bootstrap .flex-gutters-y-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-sm-0 > *,
.bootstrap .flex-gutters-y-sm-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-sm-0,
.bootstrap .flex-gutters-x-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-sm-0 > *,
.bootstrap .flex-gutters-x-sm-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-sm-0,
.bootstrap .flex-gutters-y-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-sm-0 > *,
.bootstrap .flex-gutters-y-sm-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-sm-0,
.bootstrap .flex-gutters-x-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-sm-0 > *,
.bootstrap .flex-gutters-x-sm-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--sm-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--sm-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-sm-1,
.bootstrap .flex-gutters-y-sm-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-sm-1 > *,
.bootstrap .flex-gutters-y-sm-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-sm-1,
.bootstrap .flex-gutters-x-sm-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-sm-1 > *,
.bootstrap .flex-gutters-x-sm-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-sm-1,
.bootstrap .flex-gutters-y-sm-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-sm-1 > *,
.bootstrap .flex-gutters-y-sm-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-sm-1,
.bootstrap .flex-gutters-x-sm-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-sm-1 > *,
.bootstrap .flex-gutters-x-sm-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--sm-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--sm-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-2,
.bootstrap .flex-gutters-y-sm-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-2 > *,
.bootstrap .flex-gutters-y-sm-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-2,
.bootstrap .flex-gutters-x-sm-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-2 > *,
.bootstrap .flex-gutters-x-sm-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-2,
.bootstrap .flex-gutters-y-sm-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-2 > *,
.bootstrap .flex-gutters-y-sm-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-2,
.bootstrap .flex-gutters-x-sm-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-2 > *,
.bootstrap .flex-gutters-x-sm-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--sm-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--sm-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-sm-3,
.bootstrap .flex-gutters-y-sm-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-sm-3 > *,
.bootstrap .flex-gutters-y-sm-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-sm-3,
.bootstrap .flex-gutters-x-sm-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-sm-3 > *,
.bootstrap .flex-gutters-x-sm-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-sm-3,
.bootstrap .flex-gutters-y-sm-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-sm-3 > *,
.bootstrap .flex-gutters-y-sm-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-sm-3,
.bootstrap .flex-gutters-x-sm-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-sm-3 > *,
.bootstrap .flex-gutters-x-sm-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--sm-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--sm-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-4,
.bootstrap .flex-gutters-y-sm-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-4 > *,
.bootstrap .flex-gutters-y-sm-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-4,
.bootstrap .flex-gutters-x-sm-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-4 > *,
.bootstrap .flex-gutters-x-sm-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-4,
.bootstrap .flex-gutters-y-sm-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-4 > *,
.bootstrap .flex-gutters-y-sm-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-4,
.bootstrap .flex-gutters-x-sm-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-4 > *,
.bootstrap .flex-gutters-x-sm-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--sm-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--sm-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-sm-5,
.bootstrap .flex-gutters-y-sm-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-sm-5 > *,
.bootstrap .flex-gutters-y-sm-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-sm-5,
.bootstrap .flex-gutters-x-sm-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-sm-5 > *,
.bootstrap .flex-gutters-x-sm-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-sm-5,
.bootstrap .flex-gutters-y-sm-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-sm-5 > *,
.bootstrap .flex-gutters-y-sm-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-sm-5,
.bootstrap .flex-gutters-x-sm-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-sm-5 > *,
.bootstrap .flex-gutters-x-sm-5 > * {
    margin-left: 3rem !important;
  }
  .bootstrap .flex-gutters--sm-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--sm-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-sm-0,
.bootstrap .flex-gutters-y-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-sm-0 > *,
.bootstrap .flex-gutters-y-sm-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-sm-0,
.bootstrap .flex-gutters-x-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-sm-0 > *,
.bootstrap .flex-gutters-x-sm-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-sm-0,
.bootstrap .flex-gutters-y-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-sm-0 > *,
.bootstrap .flex-gutters-y-sm-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-sm-0,
.bootstrap .flex-gutters-x-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-sm-0 > *,
.bootstrap .flex-gutters-x-sm-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--sm-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--sm-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-sm-1,
.bootstrap .flex-gutters-y-sm-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-sm-1 > *,
.bootstrap .flex-gutters-y-sm-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-sm-1,
.bootstrap .flex-gutters-x-sm-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-sm-1 > *,
.bootstrap .flex-gutters-x-sm-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-sm-1,
.bootstrap .flex-gutters-y-sm-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-sm-1 > *,
.bootstrap .flex-gutters-y-sm-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-sm-1,
.bootstrap .flex-gutters-x-sm-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-sm-1 > *,
.bootstrap .flex-gutters-x-sm-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--sm-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--sm-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-2,
.bootstrap .flex-gutters-y-sm-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-2 > *,
.bootstrap .flex-gutters-y-sm-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-2,
.bootstrap .flex-gutters-x-sm-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-2 > *,
.bootstrap .flex-gutters-x-sm-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-2,
.bootstrap .flex-gutters-y-sm-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-2 > *,
.bootstrap .flex-gutters-y-sm-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-2,
.bootstrap .flex-gutters-x-sm-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-2 > *,
.bootstrap .flex-gutters-x-sm-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--sm-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--sm-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-sm-3,
.bootstrap .flex-gutters-y-sm-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-sm-3 > *,
.bootstrap .flex-gutters-y-sm-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-sm-3,
.bootstrap .flex-gutters-x-sm-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-sm-3 > *,
.bootstrap .flex-gutters-x-sm-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-sm-3,
.bootstrap .flex-gutters-y-sm-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-sm-3 > *,
.bootstrap .flex-gutters-y-sm-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-sm-3,
.bootstrap .flex-gutters-x-sm-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-sm-3 > *,
.bootstrap .flex-gutters-x-sm-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--sm-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--sm-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-4,
.bootstrap .flex-gutters-y-sm-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-sm-4 > *,
.bootstrap .flex-gutters-y-sm-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-4,
.bootstrap .flex-gutters-x-sm-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-sm-4 > *,
.bootstrap .flex-gutters-x-sm-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-4,
.bootstrap .flex-gutters-y-sm-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-sm-4 > *,
.bootstrap .flex-gutters-y-sm-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-4,
.bootstrap .flex-gutters-x-sm-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-sm-4 > *,
.bootstrap .flex-gutters-x-sm-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--sm-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--sm-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-sm-5,
.bootstrap .flex-gutters-y-sm-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-sm-5 > *,
.bootstrap .flex-gutters-y-sm-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-sm-5,
.bootstrap .flex-gutters-x-sm-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-sm-5 > *,
.bootstrap .flex-gutters-x-sm-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-sm-5,
.bootstrap .flex-gutters-y-sm-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-sm-5 > *,
.bootstrap .flex-gutters-y-sm-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-sm-5,
.bootstrap .flex-gutters-x-sm-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-sm-5 > *,
.bootstrap .flex-gutters-x-sm-5 > * {
    margin-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .flex-gutters--md-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--md-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-md-0,
.bootstrap .flex-gutters-y-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-md-0 > *,
.bootstrap .flex-gutters-y-md-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-md-0,
.bootstrap .flex-gutters-x-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-md-0 > *,
.bootstrap .flex-gutters-x-md-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-md-0,
.bootstrap .flex-gutters-y-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-md-0 > *,
.bootstrap .flex-gutters-y-md-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-md-0,
.bootstrap .flex-gutters-x-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-md-0 > *,
.bootstrap .flex-gutters-x-md-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--md-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--md-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-md-1,
.bootstrap .flex-gutters-y-md-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-md-1 > *,
.bootstrap .flex-gutters-y-md-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-md-1,
.bootstrap .flex-gutters-x-md-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-md-1 > *,
.bootstrap .flex-gutters-x-md-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-md-1,
.bootstrap .flex-gutters-y-md-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-md-1 > *,
.bootstrap .flex-gutters-y-md-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-md-1,
.bootstrap .flex-gutters-x-md-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-md-1 > *,
.bootstrap .flex-gutters-x-md-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--md-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--md-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-2,
.bootstrap .flex-gutters-y-md-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-2 > *,
.bootstrap .flex-gutters-y-md-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-2,
.bootstrap .flex-gutters-x-md-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-2 > *,
.bootstrap .flex-gutters-x-md-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-2,
.bootstrap .flex-gutters-y-md-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-2 > *,
.bootstrap .flex-gutters-y-md-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-2,
.bootstrap .flex-gutters-x-md-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-2 > *,
.bootstrap .flex-gutters-x-md-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--md-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--md-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-md-3,
.bootstrap .flex-gutters-y-md-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-md-3 > *,
.bootstrap .flex-gutters-y-md-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-md-3,
.bootstrap .flex-gutters-x-md-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-md-3 > *,
.bootstrap .flex-gutters-x-md-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-md-3,
.bootstrap .flex-gutters-y-md-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-md-3 > *,
.bootstrap .flex-gutters-y-md-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-md-3,
.bootstrap .flex-gutters-x-md-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-md-3 > *,
.bootstrap .flex-gutters-x-md-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--md-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--md-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-4,
.bootstrap .flex-gutters-y-md-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-4 > *,
.bootstrap .flex-gutters-y-md-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-4,
.bootstrap .flex-gutters-x-md-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-4 > *,
.bootstrap .flex-gutters-x-md-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-4,
.bootstrap .flex-gutters-y-md-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-4 > *,
.bootstrap .flex-gutters-y-md-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-4,
.bootstrap .flex-gutters-x-md-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-4 > *,
.bootstrap .flex-gutters-x-md-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--md-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--md-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-md-5,
.bootstrap .flex-gutters-y-md-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-md-5 > *,
.bootstrap .flex-gutters-y-md-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-md-5,
.bootstrap .flex-gutters-x-md-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-md-5 > *,
.bootstrap .flex-gutters-x-md-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-md-5,
.bootstrap .flex-gutters-y-md-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-md-5 > *,
.bootstrap .flex-gutters-y-md-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-md-5,
.bootstrap .flex-gutters-x-md-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-md-5 > *,
.bootstrap .flex-gutters-x-md-5 > * {
    margin-left: 3rem !important;
  }
  .bootstrap .flex-gutters--md-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--md-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-md-0,
.bootstrap .flex-gutters-y-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-md-0 > *,
.bootstrap .flex-gutters-y-md-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-md-0,
.bootstrap .flex-gutters-x-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-md-0 > *,
.bootstrap .flex-gutters-x-md-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-md-0,
.bootstrap .flex-gutters-y-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-md-0 > *,
.bootstrap .flex-gutters-y-md-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-md-0,
.bootstrap .flex-gutters-x-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-md-0 > *,
.bootstrap .flex-gutters-x-md-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--md-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--md-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-md-1,
.bootstrap .flex-gutters-y-md-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-md-1 > *,
.bootstrap .flex-gutters-y-md-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-md-1,
.bootstrap .flex-gutters-x-md-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-md-1 > *,
.bootstrap .flex-gutters-x-md-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-md-1,
.bootstrap .flex-gutters-y-md-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-md-1 > *,
.bootstrap .flex-gutters-y-md-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-md-1,
.bootstrap .flex-gutters-x-md-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-md-1 > *,
.bootstrap .flex-gutters-x-md-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--md-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--md-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-2,
.bootstrap .flex-gutters-y-md-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-2 > *,
.bootstrap .flex-gutters-y-md-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-2,
.bootstrap .flex-gutters-x-md-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-2 > *,
.bootstrap .flex-gutters-x-md-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-2,
.bootstrap .flex-gutters-y-md-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-2 > *,
.bootstrap .flex-gutters-y-md-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-2,
.bootstrap .flex-gutters-x-md-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-2 > *,
.bootstrap .flex-gutters-x-md-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--md-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--md-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-md-3,
.bootstrap .flex-gutters-y-md-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-md-3 > *,
.bootstrap .flex-gutters-y-md-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-md-3,
.bootstrap .flex-gutters-x-md-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-md-3 > *,
.bootstrap .flex-gutters-x-md-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-md-3,
.bootstrap .flex-gutters-y-md-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-md-3 > *,
.bootstrap .flex-gutters-y-md-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-md-3,
.bootstrap .flex-gutters-x-md-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-md-3 > *,
.bootstrap .flex-gutters-x-md-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--md-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--md-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-4,
.bootstrap .flex-gutters-y-md-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-md-4 > *,
.bootstrap .flex-gutters-y-md-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-4,
.bootstrap .flex-gutters-x-md-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-md-4 > *,
.bootstrap .flex-gutters-x-md-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-4,
.bootstrap .flex-gutters-y-md-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-md-4 > *,
.bootstrap .flex-gutters-y-md-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-4,
.bootstrap .flex-gutters-x-md-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-md-4 > *,
.bootstrap .flex-gutters-x-md-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--md-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--md-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-md-5,
.bootstrap .flex-gutters-y-md-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-md-5 > *,
.bootstrap .flex-gutters-y-md-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-md-5,
.bootstrap .flex-gutters-x-md-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-md-5 > *,
.bootstrap .flex-gutters-x-md-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-md-5,
.bootstrap .flex-gutters-y-md-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-md-5 > *,
.bootstrap .flex-gutters-y-md-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-md-5,
.bootstrap .flex-gutters-x-md-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-md-5 > *,
.bootstrap .flex-gutters-x-md-5 > * {
    margin-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .flex-gutters--lg-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--lg-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-lg-0,
.bootstrap .flex-gutters-y-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-lg-0 > *,
.bootstrap .flex-gutters-y-lg-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-lg-0,
.bootstrap .flex-gutters-x-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-lg-0 > *,
.bootstrap .flex-gutters-x-lg-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-lg-0,
.bootstrap .flex-gutters-y-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-lg-0 > *,
.bootstrap .flex-gutters-y-lg-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-lg-0,
.bootstrap .flex-gutters-x-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-lg-0 > *,
.bootstrap .flex-gutters-x-lg-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--lg-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--lg-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-lg-1,
.bootstrap .flex-gutters-y-lg-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-lg-1 > *,
.bootstrap .flex-gutters-y-lg-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-lg-1,
.bootstrap .flex-gutters-x-lg-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-lg-1 > *,
.bootstrap .flex-gutters-x-lg-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-lg-1,
.bootstrap .flex-gutters-y-lg-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-lg-1 > *,
.bootstrap .flex-gutters-y-lg-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-lg-1,
.bootstrap .flex-gutters-x-lg-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-lg-1 > *,
.bootstrap .flex-gutters-x-lg-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--lg-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--lg-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-2,
.bootstrap .flex-gutters-y-lg-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-2 > *,
.bootstrap .flex-gutters-y-lg-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-2,
.bootstrap .flex-gutters-x-lg-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-2 > *,
.bootstrap .flex-gutters-x-lg-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-2,
.bootstrap .flex-gutters-y-lg-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-2 > *,
.bootstrap .flex-gutters-y-lg-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-2,
.bootstrap .flex-gutters-x-lg-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-2 > *,
.bootstrap .flex-gutters-x-lg-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--lg-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--lg-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-lg-3,
.bootstrap .flex-gutters-y-lg-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-lg-3 > *,
.bootstrap .flex-gutters-y-lg-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-lg-3,
.bootstrap .flex-gutters-x-lg-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-lg-3 > *,
.bootstrap .flex-gutters-x-lg-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-lg-3,
.bootstrap .flex-gutters-y-lg-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-lg-3 > *,
.bootstrap .flex-gutters-y-lg-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-lg-3,
.bootstrap .flex-gutters-x-lg-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-lg-3 > *,
.bootstrap .flex-gutters-x-lg-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--lg-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--lg-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-4,
.bootstrap .flex-gutters-y-lg-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-4 > *,
.bootstrap .flex-gutters-y-lg-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-4,
.bootstrap .flex-gutters-x-lg-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-4 > *,
.bootstrap .flex-gutters-x-lg-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-4,
.bootstrap .flex-gutters-y-lg-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-4 > *,
.bootstrap .flex-gutters-y-lg-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-4,
.bootstrap .flex-gutters-x-lg-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-4 > *,
.bootstrap .flex-gutters-x-lg-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--lg-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--lg-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-lg-5,
.bootstrap .flex-gutters-y-lg-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-lg-5 > *,
.bootstrap .flex-gutters-y-lg-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-lg-5,
.bootstrap .flex-gutters-x-lg-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-lg-5 > *,
.bootstrap .flex-gutters-x-lg-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-lg-5,
.bootstrap .flex-gutters-y-lg-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-lg-5 > *,
.bootstrap .flex-gutters-y-lg-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-lg-5,
.bootstrap .flex-gutters-x-lg-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-lg-5 > *,
.bootstrap .flex-gutters-x-lg-5 > * {
    margin-left: 3rem !important;
  }
  .bootstrap .flex-gutters--lg-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--lg-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-lg-0,
.bootstrap .flex-gutters-y-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-lg-0 > *,
.bootstrap .flex-gutters-y-lg-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-lg-0,
.bootstrap .flex-gutters-x-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-lg-0 > *,
.bootstrap .flex-gutters-x-lg-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-lg-0,
.bootstrap .flex-gutters-y-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-lg-0 > *,
.bootstrap .flex-gutters-y-lg-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-lg-0,
.bootstrap .flex-gutters-x-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-lg-0 > *,
.bootstrap .flex-gutters-x-lg-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--lg-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--lg-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-lg-1,
.bootstrap .flex-gutters-y-lg-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-lg-1 > *,
.bootstrap .flex-gutters-y-lg-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-lg-1,
.bootstrap .flex-gutters-x-lg-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-lg-1 > *,
.bootstrap .flex-gutters-x-lg-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-lg-1,
.bootstrap .flex-gutters-y-lg-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-lg-1 > *,
.bootstrap .flex-gutters-y-lg-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-lg-1,
.bootstrap .flex-gutters-x-lg-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-lg-1 > *,
.bootstrap .flex-gutters-x-lg-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--lg-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--lg-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-2,
.bootstrap .flex-gutters-y-lg-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-2 > *,
.bootstrap .flex-gutters-y-lg-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-2,
.bootstrap .flex-gutters-x-lg-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-2 > *,
.bootstrap .flex-gutters-x-lg-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-2,
.bootstrap .flex-gutters-y-lg-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-2 > *,
.bootstrap .flex-gutters-y-lg-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-2,
.bootstrap .flex-gutters-x-lg-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-2 > *,
.bootstrap .flex-gutters-x-lg-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--lg-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--lg-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-lg-3,
.bootstrap .flex-gutters-y-lg-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-lg-3 > *,
.bootstrap .flex-gutters-y-lg-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-lg-3,
.bootstrap .flex-gutters-x-lg-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-lg-3 > *,
.bootstrap .flex-gutters-x-lg-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-lg-3,
.bootstrap .flex-gutters-y-lg-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-lg-3 > *,
.bootstrap .flex-gutters-y-lg-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-lg-3,
.bootstrap .flex-gutters-x-lg-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-lg-3 > *,
.bootstrap .flex-gutters-x-lg-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--lg-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--lg-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-4,
.bootstrap .flex-gutters-y-lg-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-lg-4 > *,
.bootstrap .flex-gutters-y-lg-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-4,
.bootstrap .flex-gutters-x-lg-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-lg-4 > *,
.bootstrap .flex-gutters-x-lg-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-4,
.bootstrap .flex-gutters-y-lg-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-lg-4 > *,
.bootstrap .flex-gutters-y-lg-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-4,
.bootstrap .flex-gutters-x-lg-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-lg-4 > *,
.bootstrap .flex-gutters-x-lg-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--lg-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--lg-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-lg-5,
.bootstrap .flex-gutters-y-lg-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-lg-5 > *,
.bootstrap .flex-gutters-y-lg-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-lg-5,
.bootstrap .flex-gutters-x-lg-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-lg-5 > *,
.bootstrap .flex-gutters-x-lg-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-lg-5,
.bootstrap .flex-gutters-y-lg-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-lg-5 > *,
.bootstrap .flex-gutters-y-lg-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-lg-5,
.bootstrap .flex-gutters-x-lg-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-lg-5 > *,
.bootstrap .flex-gutters-x-lg-5 > * {
    margin-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .flex-gutters--xl-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--xl-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-xl-0,
.bootstrap .flex-gutters-y-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-xl-0 > *,
.bootstrap .flex-gutters-y-xl-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-xl-0,
.bootstrap .flex-gutters-x-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-xl-0 > *,
.bootstrap .flex-gutters-x-xl-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-xl-0,
.bootstrap .flex-gutters-y-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-xl-0 > *,
.bootstrap .flex-gutters-y-xl-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-xl-0,
.bootstrap .flex-gutters-x-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-xl-0 > *,
.bootstrap .flex-gutters-x-xl-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--xl-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--xl-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-xl-1,
.bootstrap .flex-gutters-y-xl-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-xl-1 > *,
.bootstrap .flex-gutters-y-xl-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-xl-1,
.bootstrap .flex-gutters-x-xl-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-xl-1 > *,
.bootstrap .flex-gutters-x-xl-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-xl-1,
.bootstrap .flex-gutters-y-xl-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-xl-1 > *,
.bootstrap .flex-gutters-y-xl-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-xl-1,
.bootstrap .flex-gutters-x-xl-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-xl-1 > *,
.bootstrap .flex-gutters-x-xl-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--xl-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--xl-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-2,
.bootstrap .flex-gutters-y-xl-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-2 > *,
.bootstrap .flex-gutters-y-xl-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-2,
.bootstrap .flex-gutters-x-xl-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-2 > *,
.bootstrap .flex-gutters-x-xl-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-2,
.bootstrap .flex-gutters-y-xl-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-2 > *,
.bootstrap .flex-gutters-y-xl-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-2,
.bootstrap .flex-gutters-x-xl-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-2 > *,
.bootstrap .flex-gutters-x-xl-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--xl-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--xl-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-xl-3,
.bootstrap .flex-gutters-y-xl-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-xl-3 > *,
.bootstrap .flex-gutters-y-xl-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-xl-3,
.bootstrap .flex-gutters-x-xl-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-xl-3 > *,
.bootstrap .flex-gutters-x-xl-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-xl-3,
.bootstrap .flex-gutters-y-xl-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-xl-3 > *,
.bootstrap .flex-gutters-y-xl-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-xl-3,
.bootstrap .flex-gutters-x-xl-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-xl-3 > *,
.bootstrap .flex-gutters-x-xl-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--xl-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--xl-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-4,
.bootstrap .flex-gutters-y-xl-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-4 > *,
.bootstrap .flex-gutters-y-xl-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-4,
.bootstrap .flex-gutters-x-xl-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-4 > *,
.bootstrap .flex-gutters-x-xl-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-4,
.bootstrap .flex-gutters-y-xl-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-4 > *,
.bootstrap .flex-gutters-y-xl-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-4,
.bootstrap .flex-gutters-x-xl-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-4 > *,
.bootstrap .flex-gutters-x-xl-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--xl-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--xl-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-xl-5,
.bootstrap .flex-gutters-y-xl-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-xl-5 > *,
.bootstrap .flex-gutters-y-xl-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-xl-5,
.bootstrap .flex-gutters-x-xl-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-xl-5 > *,
.bootstrap .flex-gutters-x-xl-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-xl-5,
.bootstrap .flex-gutters-y-xl-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-xl-5 > *,
.bootstrap .flex-gutters-y-xl-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-xl-5,
.bootstrap .flex-gutters-x-xl-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-xl-5 > *,
.bootstrap .flex-gutters-x-xl-5 > * {
    margin-left: 3rem !important;
  }
  .bootstrap .flex-gutters--xl-0 {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters--xl-0 > * {
    margin: 0 !important;
  }
  .bootstrap .flex-gutters-t-xl-0,
.bootstrap .flex-gutters-y-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-t-xl-0 > *,
.bootstrap .flex-gutters-y-xl-0 > * {
    margin-top: 0 !important;
  }
  .bootstrap .flex-gutters-r-xl-0,
.bootstrap .flex-gutters-x-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-r-xl-0 > *,
.bootstrap .flex-gutters-x-xl-0 > * {
    margin-right: 0 !important;
  }
  .bootstrap .flex-gutters-b-xl-0,
.bootstrap .flex-gutters-y-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-b-xl-0 > *,
.bootstrap .flex-gutters-y-xl-0 > * {
    margin-bottom: 0 !important;
  }
  .bootstrap .flex-gutters-l-xl-0,
.bootstrap .flex-gutters-x-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters-l-xl-0 > *,
.bootstrap .flex-gutters-x-xl-0 > * {
    margin-left: 0 !important;
  }
  .bootstrap .flex-gutters--xl-1 {
    margin: -0.25rem !important;
  }
  .bootstrap .flex-gutters--xl-1 > * {
    margin: 0.25rem !important;
  }
  .bootstrap .flex-gutters-t-xl-1,
.bootstrap .flex-gutters-y-xl-1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .flex-gutters-t-xl-1 > *,
.bootstrap .flex-gutters-y-xl-1 > * {
    margin-top: 0.25rem !important;
  }
  .bootstrap .flex-gutters-r-xl-1,
.bootstrap .flex-gutters-x-xl-1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .flex-gutters-r-xl-1 > *,
.bootstrap .flex-gutters-x-xl-1 > * {
    margin-right: 0.25rem !important;
  }
  .bootstrap .flex-gutters-b-xl-1,
.bootstrap .flex-gutters-y-xl-1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .flex-gutters-b-xl-1 > *,
.bootstrap .flex-gutters-y-xl-1 > * {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .flex-gutters-l-xl-1,
.bootstrap .flex-gutters-x-xl-1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .flex-gutters-l-xl-1 > *,
.bootstrap .flex-gutters-x-xl-1 > * {
    margin-left: 0.25rem !important;
  }
  .bootstrap .flex-gutters--xl-2 {
    margin: -0.5rem !important;
  }
  .bootstrap .flex-gutters--xl-2 > * {
    margin: 0.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-2,
.bootstrap .flex-gutters-y-xl-2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-2 > *,
.bootstrap .flex-gutters-y-xl-2 > * {
    margin-top: 0.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-2,
.bootstrap .flex-gutters-x-xl-2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-2 > *,
.bootstrap .flex-gutters-x-xl-2 > * {
    margin-right: 0.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-2,
.bootstrap .flex-gutters-y-xl-2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-2 > *,
.bootstrap .flex-gutters-y-xl-2 > * {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-2,
.bootstrap .flex-gutters-x-xl-2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-2 > *,
.bootstrap .flex-gutters-x-xl-2 > * {
    margin-left: 0.5rem !important;
  }
  .bootstrap .flex-gutters--xl-3 {
    margin: -1rem !important;
  }
  .bootstrap .flex-gutters--xl-3 > * {
    margin: 1rem !important;
  }
  .bootstrap .flex-gutters-t-xl-3,
.bootstrap .flex-gutters-y-xl-3 {
    margin-top: -1rem !important;
  }
  .bootstrap .flex-gutters-t-xl-3 > *,
.bootstrap .flex-gutters-y-xl-3 > * {
    margin-top: 1rem !important;
  }
  .bootstrap .flex-gutters-r-xl-3,
.bootstrap .flex-gutters-x-xl-3 {
    margin-right: -1rem !important;
  }
  .bootstrap .flex-gutters-r-xl-3 > *,
.bootstrap .flex-gutters-x-xl-3 > * {
    margin-right: 1rem !important;
  }
  .bootstrap .flex-gutters-b-xl-3,
.bootstrap .flex-gutters-y-xl-3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .flex-gutters-b-xl-3 > *,
.bootstrap .flex-gutters-y-xl-3 > * {
    margin-bottom: 1rem !important;
  }
  .bootstrap .flex-gutters-l-xl-3,
.bootstrap .flex-gutters-x-xl-3 {
    margin-left: -1rem !important;
  }
  .bootstrap .flex-gutters-l-xl-3 > *,
.bootstrap .flex-gutters-x-xl-3 > * {
    margin-left: 1rem !important;
  }
  .bootstrap .flex-gutters--xl-4 {
    margin: -1.5rem !important;
  }
  .bootstrap .flex-gutters--xl-4 > * {
    margin: 1.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-4,
.bootstrap .flex-gutters-y-xl-4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .flex-gutters-t-xl-4 > *,
.bootstrap .flex-gutters-y-xl-4 > * {
    margin-top: 1.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-4,
.bootstrap .flex-gutters-x-xl-4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .flex-gutters-r-xl-4 > *,
.bootstrap .flex-gutters-x-xl-4 > * {
    margin-right: 1.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-4,
.bootstrap .flex-gutters-y-xl-4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .flex-gutters-b-xl-4 > *,
.bootstrap .flex-gutters-y-xl-4 > * {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-4,
.bootstrap .flex-gutters-x-xl-4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .flex-gutters-l-xl-4 > *,
.bootstrap .flex-gutters-x-xl-4 > * {
    margin-left: 1.5rem !important;
  }
  .bootstrap .flex-gutters--xl-5 {
    margin: -3rem !important;
  }
  .bootstrap .flex-gutters--xl-5 > * {
    margin: 3rem !important;
  }
  .bootstrap .flex-gutters-t-xl-5,
.bootstrap .flex-gutters-y-xl-5 {
    margin-top: -3rem !important;
  }
  .bootstrap .flex-gutters-t-xl-5 > *,
.bootstrap .flex-gutters-y-xl-5 > * {
    margin-top: 3rem !important;
  }
  .bootstrap .flex-gutters-r-xl-5,
.bootstrap .flex-gutters-x-xl-5 {
    margin-right: -3rem !important;
  }
  .bootstrap .flex-gutters-r-xl-5 > *,
.bootstrap .flex-gutters-x-xl-5 > * {
    margin-right: 3rem !important;
  }
  .bootstrap .flex-gutters-b-xl-5,
.bootstrap .flex-gutters-y-xl-5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .flex-gutters-b-xl-5 > *,
.bootstrap .flex-gutters-y-xl-5 > * {
    margin-bottom: 3rem !important;
  }
  .bootstrap .flex-gutters-l-xl-5,
.bootstrap .flex-gutters-x-xl-5 {
    margin-left: -3rem !important;
  }
  .bootstrap .flex-gutters-l-xl-5 > *,
.bootstrap .flex-gutters-x-xl-5 > * {
    margin-left: 3rem !important;
  }
}
.bootstrap input.wc-1, .bootstrap select.wc-1, .bootstrap button.wc-1 {
  width: 100% !important;
  max-width: 2.75em !important;
}
.bootstrap input.wc-2, .bootstrap select.wc-2, .bootstrap button.wc-2 {
  width: 100% !important;
  max-width: 3.5em !important;
}
.bootstrap input.wc-3, .bootstrap select.wc-3, .bootstrap button.wc-3 {
  width: 100% !important;
  max-width: 4.5em !important;
}
.bootstrap input.wc-4, .bootstrap select.wc-4, .bootstrap button.wc-4 {
  width: 100% !important;
  max-width: 5.5em !important;
}
.bootstrap input.wc-5, .bootstrap select.wc-5, .bootstrap button.wc-5 {
  width: 100% !important;
  max-width: 6.5em !important;
}
.bootstrap input.wc-6, .bootstrap select.wc-6, .bootstrap button.wc-6 {
  width: 100% !important;
  max-width: 7.5em !important;
}
.bootstrap input.wc-7, .bootstrap select.wc-7, .bootstrap button.wc-7 {
  width: 100% !important;
  max-width: 8.5em !important;
}
.bootstrap input.wc-8, .bootstrap select.wc-8, .bootstrap button.wc-8 {
  width: 100% !important;
  max-width: 9.5em !important;
}
.bootstrap input.wc-9, .bootstrap select.wc-9, .bootstrap button.wc-9 {
  width: 100% !important;
  max-width: 10.5em !important;
}
.bootstrap input.wc-10, .bootstrap select.wc-10, .bootstrap button.wc-10 {
  width: 100% !important;
  max-width: 11.5em !important;
}
.bootstrap input.wc-11, .bootstrap select.wc-11, .bootstrap button.wc-11 {
  width: 100% !important;
  max-width: 12.5em !important;
}
.bootstrap input.wc-12, .bootstrap select.wc-12, .bootstrap button.wc-12 {
  width: 100% !important;
  max-width: 13.5em !important;
}
.bootstrap input.wc-13, .bootstrap select.wc-13, .bootstrap button.wc-13 {
  width: 100% !important;
  max-width: 14.5em !important;
}
.bootstrap input.wc-14, .bootstrap select.wc-14, .bootstrap button.wc-14 {
  width: 100% !important;
  max-width: 15.5em !important;
}
.bootstrap input.wc-15, .bootstrap select.wc-15, .bootstrap button.wc-15 {
  width: 100% !important;
  max-width: 16.5em !important;
}
.bootstrap input.wc-16, .bootstrap select.wc-16, .bootstrap button.wc-16 {
  width: 100% !important;
  max-width: 17.5em !important;
}
.bootstrap input.wc-17, .bootstrap select.wc-17, .bootstrap button.wc-17 {
  width: 100% !important;
  max-width: 18.5em !important;
}
.bootstrap input.wc-18, .bootstrap select.wc-18, .bootstrap button.wc-18 {
  width: 100% !important;
  max-width: 19.5em !important;
}
.bootstrap input.wc-19, .bootstrap select.wc-19, .bootstrap button.wc-19 {
  width: 100% !important;
  max-width: 20.5em !important;
}
.bootstrap input.wc-20, .bootstrap select.wc-20, .bootstrap button.wc-20 {
  width: 100% !important;
  max-width: 21.5em !important;
}
.bootstrap input.wc-21, .bootstrap select.wc-21, .bootstrap button.wc-21 {
  width: 100% !important;
  max-width: 22.5em !important;
}
.bootstrap input.wc-22, .bootstrap select.wc-22, .bootstrap button.wc-22 {
  width: 100% !important;
  max-width: 23.5em !important;
}
.bootstrap input.wc-23, .bootstrap select.wc-23, .bootstrap button.wc-23 {
  width: 100% !important;
  max-width: 24.5em !important;
}
.bootstrap input.wc-24, .bootstrap select.wc-24, .bootstrap button.wc-24 {
  width: 100% !important;
  max-width: 25.5em !important;
}
.bootstrap input.wc-25, .bootstrap select.wc-25, .bootstrap button.wc-25 {
  width: 100% !important;
  max-width: 26.5em !important;
}
.bootstrap input.wc-26, .bootstrap select.wc-26, .bootstrap button.wc-26 {
  width: 100% !important;
  max-width: 27.5em !important;
}
.bootstrap input.wc-27, .bootstrap select.wc-27, .bootstrap button.wc-27 {
  width: 100% !important;
  max-width: 28.5em !important;
}
.bootstrap input.wc-28, .bootstrap select.wc-28, .bootstrap button.wc-28 {
  width: 100% !important;
  max-width: 29.5em !important;
}
.bootstrap input.wc-29, .bootstrap select.wc-29, .bootstrap button.wc-29 {
  width: 100% !important;
  max-width: 30.5em !important;
}
.bootstrap input.wc-30, .bootstrap select.wc-30, .bootstrap button.wc-30 {
  width: 100% !important;
  max-width: 31.5em !important;
}
.bootstrap input.wc-31, .bootstrap select.wc-31, .bootstrap button.wc-31 {
  width: 100% !important;
  max-width: 32.5em !important;
}
.bootstrap input.wc-32, .bootstrap select.wc-32, .bootstrap button.wc-32 {
  width: 100% !important;
  max-width: 33.5em !important;
}
.bootstrap input.wc-33, .bootstrap select.wc-33, .bootstrap button.wc-33 {
  width: 100% !important;
  max-width: 34.5em !important;
}
.bootstrap input.wc-34, .bootstrap select.wc-34, .bootstrap button.wc-34 {
  width: 100% !important;
  max-width: 35.5em !important;
}
.bootstrap input.wc-35, .bootstrap select.wc-35, .bootstrap button.wc-35 {
  width: 100% !important;
  max-width: 36.5em !important;
}
.bootstrap input.wc-36, .bootstrap select.wc-36, .bootstrap button.wc-36 {
  width: 100% !important;
  max-width: 37.5em !important;
}
.bootstrap input.wc-37, .bootstrap select.wc-37, .bootstrap button.wc-37 {
  width: 100% !important;
  max-width: 38.5em !important;
}
.bootstrap input.wc-38, .bootstrap select.wc-38, .bootstrap button.wc-38 {
  width: 100% !important;
  max-width: 39.5em !important;
}
.bootstrap input.wc-39, .bootstrap select.wc-39, .bootstrap button.wc-39 {
  width: 100% !important;
  max-width: 40.5em !important;
}
.bootstrap input.wc-40, .bootstrap select.wc-40, .bootstrap button.wc-40 {
  width: 100% !important;
  max-width: 41.5em !important;
}
.bootstrap input.wc-41, .bootstrap select.wc-41, .bootstrap button.wc-41 {
  width: 100% !important;
  max-width: 42.5em !important;
}
.bootstrap input.wc-42, .bootstrap select.wc-42, .bootstrap button.wc-42 {
  width: 100% !important;
  max-width: 43.5em !important;
}
.bootstrap input.wc-43, .bootstrap select.wc-43, .bootstrap button.wc-43 {
  width: 100% !important;
  max-width: 44.5em !important;
}
.bootstrap input.wc-44, .bootstrap select.wc-44, .bootstrap button.wc-44 {
  width: 100% !important;
  max-width: 45.5em !important;
}
.bootstrap input.wc-45, .bootstrap select.wc-45, .bootstrap button.wc-45 {
  width: 100% !important;
  max-width: 46.5em !important;
}
.bootstrap input.wc-46, .bootstrap select.wc-46, .bootstrap button.wc-46 {
  width: 100% !important;
  max-width: 47.5em !important;
}
.bootstrap input.wc-47, .bootstrap select.wc-47, .bootstrap button.wc-47 {
  width: 100% !important;
  max-width: 48.5em !important;
}
.bootstrap input.wc-48, .bootstrap select.wc-48, .bootstrap button.wc-48 {
  width: 100% !important;
  max-width: 49.5em !important;
}
.bootstrap input.wc-49, .bootstrap select.wc-49, .bootstrap button.wc-49 {
  width: 100% !important;
  max-width: 50.5em !important;
}
.bootstrap input.wc-50, .bootstrap select.wc-50, .bootstrap button.wc-50 {
  width: 100% !important;
  max-width: 51.5em !important;
}
.bootstrap input.wc-max-0, .bootstrap select.wc-max-0, .bootstrap button.wc-max-0 {
  max-width: 2em !important;
}
.bootstrap input.wc-max-1, .bootstrap select.wc-max-1, .bootstrap button.wc-max-1 {
  max-width: 2.75em !important;
}
.bootstrap input.wc-max-2, .bootstrap select.wc-max-2, .bootstrap button.wc-max-2 {
  max-width: 3.5em !important;
}
.bootstrap input.wc-max-3, .bootstrap select.wc-max-3, .bootstrap button.wc-max-3 {
  max-width: 4.5em !important;
}
.bootstrap input.wc-max-4, .bootstrap select.wc-max-4, .bootstrap button.wc-max-4 {
  max-width: 5.5em !important;
}
.bootstrap input.wc-max-5, .bootstrap select.wc-max-5, .bootstrap button.wc-max-5 {
  max-width: 6.5em !important;
}
.bootstrap input.wc-max-6, .bootstrap select.wc-max-6, .bootstrap button.wc-max-6 {
  max-width: 7.5em !important;
}
.bootstrap input.wc-max-7, .bootstrap select.wc-max-7, .bootstrap button.wc-max-7 {
  max-width: 8.5em !important;
}
.bootstrap input.wc-max-8, .bootstrap select.wc-max-8, .bootstrap button.wc-max-8 {
  max-width: 9.5em !important;
}
.bootstrap input.wc-max-9, .bootstrap select.wc-max-9, .bootstrap button.wc-max-9 {
  max-width: 10.5em !important;
}
.bootstrap input.wc-max-10, .bootstrap select.wc-max-10, .bootstrap button.wc-max-10 {
  max-width: 11.5em !important;
}
.bootstrap input.wc-max-11, .bootstrap select.wc-max-11, .bootstrap button.wc-max-11 {
  max-width: 12.5em !important;
}
.bootstrap input.wc-max-12, .bootstrap select.wc-max-12, .bootstrap button.wc-max-12 {
  max-width: 13.5em !important;
}
.bootstrap input.wc-max-13, .bootstrap select.wc-max-13, .bootstrap button.wc-max-13 {
  max-width: 14.5em !important;
}
.bootstrap input.wc-max-14, .bootstrap select.wc-max-14, .bootstrap button.wc-max-14 {
  max-width: 15.5em !important;
}
.bootstrap input.wc-max-15, .bootstrap select.wc-max-15, .bootstrap button.wc-max-15 {
  max-width: 16.5em !important;
}
.bootstrap input.wc-max-16, .bootstrap select.wc-max-16, .bootstrap button.wc-max-16 {
  max-width: 17.5em !important;
}
.bootstrap input.wc-max-17, .bootstrap select.wc-max-17, .bootstrap button.wc-max-17 {
  max-width: 18.5em !important;
}
.bootstrap input.wc-max-18, .bootstrap select.wc-max-18, .bootstrap button.wc-max-18 {
  max-width: 19.5em !important;
}
.bootstrap input.wc-max-19, .bootstrap select.wc-max-19, .bootstrap button.wc-max-19 {
  max-width: 20.5em !important;
}
.bootstrap input.wc-max-20, .bootstrap select.wc-max-20, .bootstrap button.wc-max-20 {
  max-width: 21.5em !important;
}
.bootstrap input.wc-max-21, .bootstrap select.wc-max-21, .bootstrap button.wc-max-21 {
  max-width: 22.5em !important;
}
.bootstrap input.wc-max-22, .bootstrap select.wc-max-22, .bootstrap button.wc-max-22 {
  max-width: 23.5em !important;
}
.bootstrap input.wc-max-23, .bootstrap select.wc-max-23, .bootstrap button.wc-max-23 {
  max-width: 24.5em !important;
}
.bootstrap input.wc-max-24, .bootstrap select.wc-max-24, .bootstrap button.wc-max-24 {
  max-width: 25.5em !important;
}
.bootstrap input.wc-max-25, .bootstrap select.wc-max-25, .bootstrap button.wc-max-25 {
  max-width: 26.5em !important;
}
.bootstrap input.wc-max-26, .bootstrap select.wc-max-26, .bootstrap button.wc-max-26 {
  max-width: 27.5em !important;
}
.bootstrap input.wc-max-27, .bootstrap select.wc-max-27, .bootstrap button.wc-max-27 {
  max-width: 28.5em !important;
}
.bootstrap input.wc-max-28, .bootstrap select.wc-max-28, .bootstrap button.wc-max-28 {
  max-width: 29.5em !important;
}
.bootstrap input.wc-max-29, .bootstrap select.wc-max-29, .bootstrap button.wc-max-29 {
  max-width: 30.5em !important;
}
.bootstrap input.wc-max-30, .bootstrap select.wc-max-30, .bootstrap button.wc-max-30 {
  max-width: 31.5em !important;
}
.bootstrap input.wc-max-31, .bootstrap select.wc-max-31, .bootstrap button.wc-max-31 {
  max-width: 32.5em !important;
}
.bootstrap input.wc-max-32, .bootstrap select.wc-max-32, .bootstrap button.wc-max-32 {
  max-width: 33.5em !important;
}
.bootstrap input.wc-max-33, .bootstrap select.wc-max-33, .bootstrap button.wc-max-33 {
  max-width: 34.5em !important;
}
.bootstrap input.wc-max-34, .bootstrap select.wc-max-34, .bootstrap button.wc-max-34 {
  max-width: 35.5em !important;
}
.bootstrap input.wc-max-35, .bootstrap select.wc-max-35, .bootstrap button.wc-max-35 {
  max-width: 36.5em !important;
}
.bootstrap input.wc-max-36, .bootstrap select.wc-max-36, .bootstrap button.wc-max-36 {
  max-width: 37.5em !important;
}
.bootstrap input.wc-max-37, .bootstrap select.wc-max-37, .bootstrap button.wc-max-37 {
  max-width: 38.5em !important;
}
.bootstrap input.wc-max-38, .bootstrap select.wc-max-38, .bootstrap button.wc-max-38 {
  max-width: 39.5em !important;
}
.bootstrap input.wc-max-39, .bootstrap select.wc-max-39, .bootstrap button.wc-max-39 {
  max-width: 40.5em !important;
}
.bootstrap input.wc-max-40, .bootstrap select.wc-max-40, .bootstrap button.wc-max-40 {
  max-width: 41.5em !important;
}
.bootstrap input.wc-max-41, .bootstrap select.wc-max-41, .bootstrap button.wc-max-41 {
  max-width: 42.5em !important;
}
.bootstrap input.wc-max-42, .bootstrap select.wc-max-42, .bootstrap button.wc-max-42 {
  max-width: 43.5em !important;
}
.bootstrap input.wc-max-43, .bootstrap select.wc-max-43, .bootstrap button.wc-max-43 {
  max-width: 44.5em !important;
}
.bootstrap input.wc-max-44, .bootstrap select.wc-max-44, .bootstrap button.wc-max-44 {
  max-width: 45.5em !important;
}
.bootstrap input.wc-max-45, .bootstrap select.wc-max-45, .bootstrap button.wc-max-45 {
  max-width: 46.5em !important;
}
.bootstrap input.wc-max-46, .bootstrap select.wc-max-46, .bootstrap button.wc-max-46 {
  max-width: 47.5em !important;
}
.bootstrap input.wc-max-47, .bootstrap select.wc-max-47, .bootstrap button.wc-max-47 {
  max-width: 48.5em !important;
}
.bootstrap input.wc-max-48, .bootstrap select.wc-max-48, .bootstrap button.wc-max-48 {
  max-width: 49.5em !important;
}
.bootstrap input.wc-max-49, .bootstrap select.wc-max-49, .bootstrap button.wc-max-49 {
  max-width: 50.5em !important;
}
.bootstrap input.wc-max-50, .bootstrap select.wc-max-50, .bootstrap button.wc-max-50 {
  max-width: 51.5em !important;
}
.bootstrap input.wc-min-0, .bootstrap select.wc-min-0, .bootstrap button.wc-min-0 {
  min-width: 2em !important;
}
.bootstrap input.wc-min-1, .bootstrap select.wc-min-1, .bootstrap button.wc-min-1 {
  min-width: 2.75em !important;
}
.bootstrap input.wc-min-2, .bootstrap select.wc-min-2, .bootstrap button.wc-min-2 {
  min-width: 3.5em !important;
}
.bootstrap input.wc-min-3, .bootstrap select.wc-min-3, .bootstrap button.wc-min-3 {
  min-width: 4.5em !important;
}
.bootstrap input.wc-min-4, .bootstrap select.wc-min-4, .bootstrap button.wc-min-4 {
  min-width: 5.5em !important;
}
.bootstrap input.wc-min-5, .bootstrap select.wc-min-5, .bootstrap button.wc-min-5 {
  min-width: 6.5em !important;
}
.bootstrap input.wc-min-6, .bootstrap select.wc-min-6, .bootstrap button.wc-min-6 {
  min-width: 7.5em !important;
}
.bootstrap input.wc-min-7, .bootstrap select.wc-min-7, .bootstrap button.wc-min-7 {
  min-width: 8.5em !important;
}
.bootstrap input.wc-min-8, .bootstrap select.wc-min-8, .bootstrap button.wc-min-8 {
  min-width: 9.5em !important;
}
.bootstrap input.wc-min-9, .bootstrap select.wc-min-9, .bootstrap button.wc-min-9 {
  min-width: 10.5em !important;
}
.bootstrap input.wc-min-10, .bootstrap select.wc-min-10, .bootstrap button.wc-min-10 {
  min-width: 11.5em !important;
}
.bootstrap input.wc-min-11, .bootstrap select.wc-min-11, .bootstrap button.wc-min-11 {
  min-width: 12.5em !important;
}
.bootstrap input.wc-min-12, .bootstrap select.wc-min-12, .bootstrap button.wc-min-12 {
  min-width: 13.5em !important;
}
.bootstrap input.wc-min-13, .bootstrap select.wc-min-13, .bootstrap button.wc-min-13 {
  min-width: 14.5em !important;
}
.bootstrap input.wc-min-14, .bootstrap select.wc-min-14, .bootstrap button.wc-min-14 {
  min-width: 15.5em !important;
}
.bootstrap input.wc-min-15, .bootstrap select.wc-min-15, .bootstrap button.wc-min-15 {
  min-width: 16.5em !important;
}
.bootstrap input.wc-min-16, .bootstrap select.wc-min-16, .bootstrap button.wc-min-16 {
  min-width: 17.5em !important;
}
.bootstrap input.wc-min-17, .bootstrap select.wc-min-17, .bootstrap button.wc-min-17 {
  min-width: 18.5em !important;
}
.bootstrap input.wc-min-18, .bootstrap select.wc-min-18, .bootstrap button.wc-min-18 {
  min-width: 19.5em !important;
}
.bootstrap input.wc-min-19, .bootstrap select.wc-min-19, .bootstrap button.wc-min-19 {
  min-width: 20.5em !important;
}
.bootstrap input.wc-min-20, .bootstrap select.wc-min-20, .bootstrap button.wc-min-20 {
  min-width: 21.5em !important;
}
.bootstrap input.wc-min-21, .bootstrap select.wc-min-21, .bootstrap button.wc-min-21 {
  min-width: 22.5em !important;
}
.bootstrap input.wc-min-22, .bootstrap select.wc-min-22, .bootstrap button.wc-min-22 {
  min-width: 23.5em !important;
}
.bootstrap input.wc-min-23, .bootstrap select.wc-min-23, .bootstrap button.wc-min-23 {
  min-width: 24.5em !important;
}
.bootstrap input.wc-min-24, .bootstrap select.wc-min-24, .bootstrap button.wc-min-24 {
  min-width: 25.5em !important;
}
.bootstrap input.wc-min-25, .bootstrap select.wc-min-25, .bootstrap button.wc-min-25 {
  min-width: 26.5em !important;
}
.bootstrap input.wc-min-26, .bootstrap select.wc-min-26, .bootstrap button.wc-min-26 {
  min-width: 27.5em !important;
}
.bootstrap input.wc-min-27, .bootstrap select.wc-min-27, .bootstrap button.wc-min-27 {
  min-width: 28.5em !important;
}
.bootstrap input.wc-min-28, .bootstrap select.wc-min-28, .bootstrap button.wc-min-28 {
  min-width: 29.5em !important;
}
.bootstrap input.wc-min-29, .bootstrap select.wc-min-29, .bootstrap button.wc-min-29 {
  min-width: 30.5em !important;
}
.bootstrap input.wc-min-30, .bootstrap select.wc-min-30, .bootstrap button.wc-min-30 {
  min-width: 31.5em !important;
}
.bootstrap input.wc-min-31, .bootstrap select.wc-min-31, .bootstrap button.wc-min-31 {
  min-width: 32.5em !important;
}
.bootstrap input.wc-min-32, .bootstrap select.wc-min-32, .bootstrap button.wc-min-32 {
  min-width: 33.5em !important;
}
.bootstrap input.wc-min-33, .bootstrap select.wc-min-33, .bootstrap button.wc-min-33 {
  min-width: 34.5em !important;
}
.bootstrap input.wc-min-34, .bootstrap select.wc-min-34, .bootstrap button.wc-min-34 {
  min-width: 35.5em !important;
}
.bootstrap input.wc-min-35, .bootstrap select.wc-min-35, .bootstrap button.wc-min-35 {
  min-width: 36.5em !important;
}
.bootstrap input.wc-min-36, .bootstrap select.wc-min-36, .bootstrap button.wc-min-36 {
  min-width: 37.5em !important;
}
.bootstrap input.wc-min-37, .bootstrap select.wc-min-37, .bootstrap button.wc-min-37 {
  min-width: 38.5em !important;
}
.bootstrap input.wc-min-38, .bootstrap select.wc-min-38, .bootstrap button.wc-min-38 {
  min-width: 39.5em !important;
}
.bootstrap input.wc-min-39, .bootstrap select.wc-min-39, .bootstrap button.wc-min-39 {
  min-width: 40.5em !important;
}
.bootstrap input.wc-min-40, .bootstrap select.wc-min-40, .bootstrap button.wc-min-40 {
  min-width: 41.5em !important;
}
.bootstrap input.wc-min-41, .bootstrap select.wc-min-41, .bootstrap button.wc-min-41 {
  min-width: 42.5em !important;
}
.bootstrap input.wc-min-42, .bootstrap select.wc-min-42, .bootstrap button.wc-min-42 {
  min-width: 43.5em !important;
}
.bootstrap input.wc-min-43, .bootstrap select.wc-min-43, .bootstrap button.wc-min-43 {
  min-width: 44.5em !important;
}
.bootstrap input.wc-min-44, .bootstrap select.wc-min-44, .bootstrap button.wc-min-44 {
  min-width: 45.5em !important;
}
.bootstrap input.wc-min-45, .bootstrap select.wc-min-45, .bootstrap button.wc-min-45 {
  min-width: 46.5em !important;
}
.bootstrap input.wc-min-46, .bootstrap select.wc-min-46, .bootstrap button.wc-min-46 {
  min-width: 47.5em !important;
}
.bootstrap input.wc-min-47, .bootstrap select.wc-min-47, .bootstrap button.wc-min-47 {
  min-width: 48.5em !important;
}
.bootstrap input.wc-min-48, .bootstrap select.wc-min-48, .bootstrap button.wc-min-48 {
  min-width: 49.5em !important;
}
.bootstrap input.wc-min-49, .bootstrap select.wc-min-49, .bootstrap button.wc-min-49 {
  min-width: 50.5em !important;
}
.bootstrap input.wc-min-50, .bootstrap select.wc-min-50, .bootstrap button.wc-min-50 {
  min-width: 51.5em !important;
}
.bootstrap .text-tiny {
  font-size: 0.5rem !important;
}
.bootstrap .text-small {
  font-size: 0.75rem !important;
}
.bootstrap .text-medium {
  font-size: 1rem !important;
}
.bootstrap .text-large {
  font-size: 1.25rem !important;
}
.bootstrap .text-big {
  font-size: 1.5rem !important;
}
.bootstrap .border-width-0 {
  border-width: 0px !important;
}
.bootstrap .border-width-1 {
  border-width: 1px !important;
}
.bootstrap .border-width-2 {
  border-width: 2px !important;
}
.bootstrap .border-width-3 {
  border-width: 3px !important;
}
.bootstrap .border-width-4 {
  border-width: 4px !important;
}
.bootstrap .border-width-5 {
  border-width: 5px !important;
}
.bootstrap .border-width-6 {
  border-width: 6px !important;
}
.bootstrap .border-width-7 {
  border-width: 7px !important;
}
.bootstrap .border-width-8 {
  border-width: 8px !important;
}
.bootstrap .border-width-9 {
  border-width: 9px !important;
}
.bootstrap .border-width-10 {
  border-width: 10px !important;
}
.bootstrap .min-h-fixed-0 {
  min-height: 0px !important;
}
.bootstrap .mh-fixed-0 {
  max-height: 0px !important;
}
.bootstrap .h-fixed-0 {
  height: 0px !important;
}
.bootstrap .min-w-fixed-0 {
  min-width: 0px !important;
}
.bootstrap .mw-fixed-0 {
  max-width: 0px !important;
}
.bootstrap .min-h-fixed-50 {
  min-height: 50px !important;
}
.bootstrap .mh-fixed-50 {
  max-height: 50px !important;
}
.bootstrap .h-fixed-50 {
  height: 50px !important;
}
.bootstrap .min-w-fixed-50 {
  min-width: 50px !important;
}
.bootstrap .mw-fixed-50 {
  max-width: 50px !important;
}
.bootstrap .min-h-fixed-100 {
  min-height: 100px !important;
}
.bootstrap .mh-fixed-100 {
  max-height: 100px !important;
}
.bootstrap .h-fixed-100 {
  height: 100px !important;
}
.bootstrap .min-w-fixed-100 {
  min-width: 100px !important;
}
.bootstrap .mw-fixed-100 {
  max-width: 100px !important;
}
.bootstrap .min-h-fixed-150 {
  min-height: 150px !important;
}
.bootstrap .mh-fixed-150 {
  max-height: 150px !important;
}
.bootstrap .h-fixed-150 {
  height: 150px !important;
}
.bootstrap .min-w-fixed-150 {
  min-width: 150px !important;
}
.bootstrap .mw-fixed-150 {
  max-width: 150px !important;
}
.bootstrap .min-h-fixed-200 {
  min-height: 200px !important;
}
.bootstrap .mh-fixed-200 {
  max-height: 200px !important;
}
.bootstrap .h-fixed-200 {
  height: 200px !important;
}
.bootstrap .min-w-fixed-200 {
  min-width: 200px !important;
}
.bootstrap .mw-fixed-200 {
  max-width: 200px !important;
}
.bootstrap .min-h-fixed-250 {
  min-height: 250px !important;
}
.bootstrap .mh-fixed-250 {
  max-height: 250px !important;
}
.bootstrap .h-fixed-250 {
  height: 250px !important;
}
.bootstrap .min-w-fixed-250 {
  min-width: 250px !important;
}
.bootstrap .mw-fixed-250 {
  max-width: 250px !important;
}
.bootstrap .min-h-fixed-300 {
  min-height: 300px !important;
}
.bootstrap .mh-fixed-300 {
  max-height: 300px !important;
}
.bootstrap .h-fixed-300 {
  height: 300px !important;
}
.bootstrap .min-w-fixed-300 {
  min-width: 300px !important;
}
.bootstrap .mw-fixed-300 {
  max-width: 300px !important;
}
.bootstrap .min-h-fixed-350 {
  min-height: 350px !important;
}
.bootstrap .mh-fixed-350 {
  max-height: 350px !important;
}
.bootstrap .h-fixed-350 {
  height: 350px !important;
}
.bootstrap .min-w-fixed-350 {
  min-width: 350px !important;
}
.bootstrap .mw-fixed-350 {
  max-width: 350px !important;
}
.bootstrap .min-h-fixed-400 {
  min-height: 400px !important;
}
.bootstrap .mh-fixed-400 {
  max-height: 400px !important;
}
.bootstrap .h-fixed-400 {
  height: 400px !important;
}
.bootstrap .min-w-fixed-400 {
  min-width: 400px !important;
}
.bootstrap .mw-fixed-400 {
  max-width: 400px !important;
}
.bootstrap .min-h-fixed-450 {
  min-height: 450px !important;
}
.bootstrap .mh-fixed-450 {
  max-height: 450px !important;
}
.bootstrap .h-fixed-450 {
  height: 450px !important;
}
.bootstrap .min-w-fixed-450 {
  min-width: 450px !important;
}
.bootstrap .mw-fixed-450 {
  max-width: 450px !important;
}
.bootstrap .min-h-fixed-500 {
  min-height: 500px !important;
}
.bootstrap .mh-fixed-500 {
  max-height: 500px !important;
}
.bootstrap .h-fixed-500 {
  height: 500px !important;
}
.bootstrap .min-w-fixed-500 {
  min-width: 500px !important;
}
.bootstrap .mw-fixed-500 {
  max-width: 500px !important;
}
.bootstrap .min-h-fixed-550 {
  min-height: 550px !important;
}
.bootstrap .mh-fixed-550 {
  max-height: 550px !important;
}
.bootstrap .h-fixed-550 {
  height: 550px !important;
}
.bootstrap .min-w-fixed-550 {
  min-width: 550px !important;
}
.bootstrap .mw-fixed-550 {
  max-width: 550px !important;
}
.bootstrap .min-h-fixed-600 {
  min-height: 600px !important;
}
.bootstrap .mh-fixed-600 {
  max-height: 600px !important;
}
.bootstrap .h-fixed-600 {
  height: 600px !important;
}
.bootstrap .min-w-fixed-600 {
  min-width: 600px !important;
}
.bootstrap .mw-fixed-600 {
  max-width: 600px !important;
}
.bootstrap .min-h-fixed-650 {
  min-height: 650px !important;
}
.bootstrap .mh-fixed-650 {
  max-height: 650px !important;
}
.bootstrap .h-fixed-650 {
  height: 650px !important;
}
.bootstrap .min-w-fixed-650 {
  min-width: 650px !important;
}
.bootstrap .mw-fixed-650 {
  max-width: 650px !important;
}
.bootstrap .min-h-fixed-700 {
  min-height: 700px !important;
}
.bootstrap .mh-fixed-700 {
  max-height: 700px !important;
}
.bootstrap .h-fixed-700 {
  height: 700px !important;
}
.bootstrap .min-w-fixed-700 {
  min-width: 700px !important;
}
.bootstrap .mw-fixed-700 {
  max-width: 700px !important;
}
.bootstrap .min-h-fixed-750 {
  min-height: 750px !important;
}
.bootstrap .mh-fixed-750 {
  max-height: 750px !important;
}
.bootstrap .h-fixed-750 {
  height: 750px !important;
}
.bootstrap .min-w-fixed-750 {
  min-width: 750px !important;
}
.bootstrap .mw-fixed-750 {
  max-width: 750px !important;
}
.bootstrap .min-h-fixed-800 {
  min-height: 800px !important;
}
.bootstrap .mh-fixed-800 {
  max-height: 800px !important;
}
.bootstrap .h-fixed-800 {
  height: 800px !important;
}
.bootstrap .min-w-fixed-800 {
  min-width: 800px !important;
}
.bootstrap .mw-fixed-800 {
  max-width: 800px !important;
}
.bootstrap .min-h-fixed-850 {
  min-height: 850px !important;
}
.bootstrap .mh-fixed-850 {
  max-height: 850px !important;
}
.bootstrap .h-fixed-850 {
  height: 850px !important;
}
.bootstrap .min-w-fixed-850 {
  min-width: 850px !important;
}
.bootstrap .mw-fixed-850 {
  max-width: 850px !important;
}
.bootstrap .min-h-fixed-900 {
  min-height: 900px !important;
}
.bootstrap .mh-fixed-900 {
  max-height: 900px !important;
}
.bootstrap .h-fixed-900 {
  height: 900px !important;
}
.bootstrap .min-w-fixed-900 {
  min-width: 900px !important;
}
.bootstrap .mw-fixed-900 {
  max-width: 900px !important;
}
.bootstrap .min-h-fixed-950 {
  min-height: 950px !important;
}
.bootstrap .mh-fixed-950 {
  max-height: 950px !important;
}
.bootstrap .h-fixed-950 {
  height: 950px !important;
}
.bootstrap .min-w-fixed-950 {
  min-width: 950px !important;
}
.bootstrap .mw-fixed-950 {
  max-width: 950px !important;
}
.bootstrap .w-0 {
  width: 0% !important;
}
.bootstrap .h-0 {
  height: 0% !important;
}
.bootstrap .min-h-0 {
  min-height: 0% !important;
}
.bootstrap .w-5 {
  width: 5% !important;
}
.bootstrap .h-5 {
  height: 5% !important;
}
.bootstrap .min-h-5 {
  min-height: 5% !important;
}
.bootstrap .w-10 {
  width: 10% !important;
}
.bootstrap .h-10 {
  height: 10% !important;
}
.bootstrap .min-h-10 {
  min-height: 10% !important;
}
.bootstrap .w-15 {
  width: 15% !important;
}
.bootstrap .h-15 {
  height: 15% !important;
}
.bootstrap .min-h-15 {
  min-height: 15% !important;
}
.bootstrap .w-20 {
  width: 20% !important;
}
.bootstrap .h-20 {
  height: 20% !important;
}
.bootstrap .min-h-20 {
  min-height: 20% !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .min-h-25 {
  min-height: 25% !important;
}
.bootstrap .w-30 {
  width: 30% !important;
}
.bootstrap .h-30 {
  height: 30% !important;
}
.bootstrap .min-h-30 {
  min-height: 30% !important;
}
.bootstrap .w-35 {
  width: 35% !important;
}
.bootstrap .h-35 {
  height: 35% !important;
}
.bootstrap .min-h-35 {
  min-height: 35% !important;
}
.bootstrap .w-40 {
  width: 40% !important;
}
.bootstrap .h-40 {
  height: 40% !important;
}
.bootstrap .min-h-40 {
  min-height: 40% !important;
}
.bootstrap .w-45 {
  width: 45% !important;
}
.bootstrap .h-45 {
  height: 45% !important;
}
.bootstrap .min-h-45 {
  min-height: 45% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .min-h-50 {
  min-height: 50% !important;
}
.bootstrap .w-55 {
  width: 55% !important;
}
.bootstrap .h-55 {
  height: 55% !important;
}
.bootstrap .min-h-55 {
  min-height: 55% !important;
}
.bootstrap .w-60 {
  width: 60% !important;
}
.bootstrap .h-60 {
  height: 60% !important;
}
.bootstrap .min-h-60 {
  min-height: 60% !important;
}
.bootstrap .w-65 {
  width: 65% !important;
}
.bootstrap .h-65 {
  height: 65% !important;
}
.bootstrap .min-h-65 {
  min-height: 65% !important;
}
.bootstrap .w-70 {
  width: 70% !important;
}
.bootstrap .h-70 {
  height: 70% !important;
}
.bootstrap .min-h-70 {
  min-height: 70% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .min-h-75 {
  min-height: 75% !important;
}
.bootstrap .w-80 {
  width: 80% !important;
}
.bootstrap .h-80 {
  height: 80% !important;
}
.bootstrap .min-h-80 {
  min-height: 80% !important;
}
.bootstrap .w-85 {
  width: 85% !important;
}
.bootstrap .h-85 {
  height: 85% !important;
}
.bootstrap .min-h-85 {
  min-height: 85% !important;
}
.bootstrap .w-90 {
  width: 90% !important;
}
.bootstrap .h-90 {
  height: 90% !important;
}
.bootstrap .min-h-90 {
  min-height: 90% !important;
}
.bootstrap .w-95 {
  width: 95% !important;
}
.bootstrap .h-95 {
  height: 95% !important;
}
.bootstrap .min-h-95 {
  min-height: 95% !important;
}
.bootstrap .line-height-tiny {
  line-height: 0.75rem !important;
}
.bootstrap .line-height-small {
  line-height: 1.125rem !important;
}
.bootstrap .line-height-medium {
  line-height: 1.5rem !important;
}
.bootstrap .line-height-large {
  line-height: 1.875rem !important;
}
.bootstrap .line-height-big {
  line-height: 2.25rem !important;
}
.bootstrap .btn.btn-primary {
  background: linear-gradient(to bottom, #8ab 0%, #467 100%);
  font-weight: bold;
}
.bootstrap .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #9bc 0%, #578 100%);
}
.bootstrap .form-control.is-invalid, .bootstrap .form-control:invalid,
.bootstrap .was-validated .form-control.is-invalid,
.bootstrap .was-validated .form-control:invalid {
  background-image: none;
  padding-right: 0.75rem;
}
.bootstrap .custom-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 5L0 3h4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.bootstrap .custom-select.is-invalid, .bootstrap .custom-select:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 5L0 3h4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 1.75rem;
}
.bootstrap .form-group.form-group-required > legend:before,
.bootstrap .form-group.form-group-required > label:before,
.bootstrap .form-group.form-group-required > .control-label:before,
.bootstrap .form-group.form-group-required .form-row > .col-form-label:before {
  content: "*";
  color: red !important;
  margin-right: 0.25em;
}
.bootstrap .form-group > legend,
.bootstrap .form-group > label,
.bootstrap .form-group > .control-label,
.bootstrap .form-group .form-row > .col-form-label {
  color: #666;
  font-size: 11px;
  font-weight: bold;
}
.bootstrap .list-group.list-group-pointing .list-group-item-action {
  border-top: 0px;
  border-color: #ddd;
}
.bootstrap .list-group.list-group-pointing .list-group-item-action.active {
  background: #eaeaea;
  color: #333;
  border-left: 2px solid #658699;
  border-bottom-color: #ddd;
  border-right-color: #ddd;
  font-weight: bold;
}
.bootstrap .list-group.list-group-pointing .list-group-item-action.active:before, .bootstrap .list-group.list-group-pointing .list-group-item-action.active:after {
  background: none;
  border-bottom: none;
  border-bottom: 6px solid transparent;
  border-right: none;
  border-top: 6px solid transparent;
  bottom: auto;
  content: "";
  display: block;
  height: 0;
  left: auto;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.bootstrap .list-group.list-group-pointing .list-group-item-action.active:before {
  border-left: 6px solid #c4c4c4;
  right: -7px;
}
.bootstrap .list-group.list-group-pointing .list-group-item-action.active:after {
  border-left: 6px solid #eaeaea;
  right: -6px;
}
.bootstrap .table-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.bootstrap .table-scrollable .group-header {
  padding: 0.75rem 0.5rem;
  background-color: #abbac1;
  font-weight: 700;
}
.bootstrap .table-scrollable table.b-table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0px;
}
.bootstrap .table-scrollable table.b-table.grouped-table-header {
  margin-top: 0px;
}
.bootstrap .table-scrollable table.b-table.grouped-table-header thead {
  width: 100%;
  position: relative;
}
.bootstrap .table-scrollable table.b-table.grouped-table {
  margin-top: 0px;
}
.bootstrap .table-scrollable table.b-table thead {
  width: 100%;
  position: absolute;
  display: table;
  height: 35px;
  top: 0px;
}
.bootstrap .table-header-container {
  background-color: #597786 !important;
}
.bootstrap .table.b-table {
  margin-bottom: 0px;
}
.bootstrap .table.b-table.has-scrollbar {
  width: calc(100% - 1.3em) !important;
}
.bootstrap .table.b-table > thead > tr > [aria-sort] {
  background-size: 1.02em 1.45em;
}
.bootstrap .table.b-table > thead > tr th {
  vertical-align: middle !important;
}
.bootstrap .table.b-table > thead.thead-primary tr th {
  background-color: #597786 !important;
  color: #fff;
  vertical-align: middle;
}
.bootstrap .table.b-table > thead.thead-primary tr th:not(:first-child) {
  border-left: 1px solid #fff !important;
}
.bootstrap .table.b-table > thead.thead-primary tr [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' view-box='0 0 100 100' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table > thead.thead-primary tr [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' view-box='0 0 100 100' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.bootstrap .table.b-table tbody tr td {
  vertical-align: middle !important;
}