/*!
Theme Name: opus wp theme
Author: 
Description: Custom theme: opus wp theme
*/
.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.facebook-share, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.twitter-share, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.copy-url-share, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.email-share, .popover-block.popover-big .popover-custom, .popover-custom, #mobile-data-filters .popover-custom, .mobile-data-content .popover-custom { -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }

/* Bootstrap variables */
/* */
/* Bootstrap variables */
/* */
/* Bootstrap variables */
/* */
h1, .h1 { font-weight: 700; line-height: 5.3125rem; }

h2, .h2 { font-weight: 600; line-height: 3.25rem; }

h3, .h3 { font-weight: 500; line-height: 3.25rem; }

h4, .h4 { font-weight: 400; line-height: 1.875rem; }

h5, .h5 { font-weight: 300; line-height: 3.25rem; }

h6, .h6 { font-weight: 300; line-height: 3.25rem; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color: #fff; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; font-size: 0.75em; font-style: italic; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

/*! Bootstrap v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
: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: #fff; --secondary: #3b3b41; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: "Whitney SSm A", "Whitney SSm B"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }

main { display: block; }

body { margin: 0; font-family: "Whitney SSm A", "Whitney SSm B"; font-size: 1.1875rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }

hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; }

hr:not([size]) { height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; }

h1, .h1 { font-size: 5rem; }

h2, .h2 { font-size: 2.8125rem; }

h3, .h3 { font-size: 2.1875rem; }

h4, .h4 { font-size: 1.6875rem; }

h5, .h5 { font-size: 1.5625rem; }

h6, .h6 { font-size: 1.3125rem; }

p { margin-top: 0; margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; text-decoration-skip-ink: none; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

b, strong { font-weight: bolder; }

small, .small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #fff; text-decoration: none; background-color: transparent; }

a:hover { color: #d9d9d9; text-decoration: underline; }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; outline: 0; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

select { word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }

input[type="radio"], input[type="checkbox"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

mark, .mark { padding: 0.2em; background-color: #fcf8e3; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

.lead { font-size: 1.484375rem; font-weight: 300; }

.display-1 { font-size: 6rem; font-weight: 300; }

.display-2 { font-size: 5.5rem; font-weight: 300; }

.display-3 { font-size: 4.5rem; font-weight: 300; }

.display-4 { font-size: 3.5rem; font-weight: 300; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; }

.list-inline-item { display: inline-block; }

.list-inline-item:not(:last-child) { margin-right: 0.5rem; }

.initialism { font-size: 90%; text-transform: uppercase; }

.blockquote { margin-bottom: 1rem; font-size: 1.484375rem; }

.blockquote-footer { display: block; font-size: 80%; color: #6c757d; }

.blockquote-footer::before { content: "\2014\00A0"; }

.img-fluid { max-width: 100%; height: auto; }

.img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; }

.figure { display: inline-block; }

.figure-img { margin-bottom: 0.5rem; line-height: 1; }

.figure-caption { font-size: 90%; color: #6c757d; }

code { font-size: 87.5%; color: #e83e8c; word-break: break-word; }

a > code { color: inherit; }

kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; }

kbd kbd { padding: 0; font-size: 100%; font-weight: 700; }

pre { display: block; font-size: 87.5%; color: #212529; }

pre code { font-size: inherit; color: inherit; word-break: normal; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { width: 100%; padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 768px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1280px; } }

.container-fluid { width: 100%; padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }

.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 20px; padding-left: 20px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }

.col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }

.col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }

.col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }

.col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }

.col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }

.col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }

.col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }

.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.offset-1 { margin-left: 8.3333333333%; }

.offset-2 { margin-left: 16.6666666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.3333333333%; }

.offset-5 { margin-left: 41.6666666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.3333333333%; }

.offset-8 { margin-left: 66.6666666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.3333333333%; }

.offset-11 { margin-left: 91.6666666667%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.3333333333%; }
  .offset-sm-2 { margin-left: 16.6666666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.3333333333%; }
  .offset-sm-5 { margin-left: 41.6666666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.3333333333%; }
  .offset-sm-8 { margin-left: 66.6666666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.3333333333%; }
  .offset-sm-11 { margin-left: 91.6666666667%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.3333333333%; }
  .offset-md-2 { margin-left: 16.6666666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333333333%; }
  .offset-md-5 { margin-left: 41.6666666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333333333%; }
  .offset-md-8 { margin-left: 66.6666666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333333333%; }
  .offset-md-11 { margin-left: 91.6666666667%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.3333333333%; }
  .offset-lg-2 { margin-left: 16.6666666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.3333333333%; }
  .offset-lg-5 { margin-left: 41.6666666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.3333333333%; }
  .offset-lg-8 { margin-left: 66.6666666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.3333333333%; }
  .offset-lg-11 { margin-left: 91.6666666667%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.3333333333%; }
  .offset-xl-2 { margin-left: 16.6666666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.3333333333%; }
  .offset-xl-5 { margin-left: 41.6666666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.3333333333%; }
  .offset-xl-8 { margin-left: 66.6666666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.3333333333%; }
  .offset-xl-11 { margin-left: 91.6666666667%; } }

.table { width: 100%; margin-bottom: 1rem; color: #212529; }

.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.table tbody + tbody { border-top: 2px solid #dee2e6; }

.table-sm th, .table-sm td { padding: 0.3rem; }

.table-bordered { border: 1px solid #dee2e6; }

.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }

.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td { background-color: white; }

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: white; }

.table-hover .table-primary:hover { background-color: #f2f2f2; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #f2f2f2; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #c8c8ca; }

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: #99999c; }

.table-hover .table-secondary:hover { background-color: #bbbbbd; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #bbbbbd; }

.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: #8fd19e; }

.table-hover .table-success:hover { background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: #86cfda; }

.table-hover .table-info:hover { background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: #ffdf7e; }

.table-hover .table-warning:hover { background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: #ed969e; }

.table-hover .table-danger:hover { background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: #fbfcfc; }

.table-hover .table-light:hover { background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #95999c; }

.table-hover .table-dark:hover { background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; }

.table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }

.table-dark { color: #fff; background-color: #343a40; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #454d55; }

.table-dark.table-bordered { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover { color: #fff; background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered { border: 0; } }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered { border: 0; }

.form-control, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1.1875rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .form-control, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { -webkit-transition: none; transition: none; } }

.form-control::-ms-expand, input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="url"]::-ms-expand, input[type="password"]::-ms-expand, input[type="search"]::-ms-expand, input[type="number"]::-ms-expand, input[type="tel"]::-ms-expand, input[type="range"]::-ms-expand, input[type="date"]::-ms-expand, input[type="month"]::-ms-expand, input[type="week"]::-ms-expand, input[type="time"]::-ms-expand, input[type="datetime"]::-ms-expand, input[type="datetime-local"]::-ms-expand, input[type="color"]::-ms-expand, textarea::-ms-expand, select::-ms-expand { background-color: transparent; border: 0; }

.form-control:focus, input:focus[type="text"], input:focus[type="email"], input:focus[type="url"], input:focus[type="password"], input:focus[type="search"], input:focus[type="number"], input:focus[type="tel"], input:focus[type="range"], input:focus[type="date"], input:focus[type="month"], input:focus[type="week"], input:focus[type="time"], input:focus[type="datetime"], input:focus[type="datetime-local"], input:focus[type="color"], textarea:focus, select:focus { color: #495057; background-color: #fff; border-color: white; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { color: #6c757d; opacity: 1; }

.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { color: #6c757d; opacity: 1; }

.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { color: #6c757d; opacity: 1; }

.form-control::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="range"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder { color: #6c757d; opacity: 1; }

.form-control::placeholder, input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder, select::placeholder { color: #6c757d; opacity: 1; }

.form-control:disabled, input:disabled[type="text"], input:disabled[type="email"], input:disabled[type="url"], input:disabled[type="password"], input:disabled[type="search"], input:disabled[type="number"], input:disabled[type="tel"], input:disabled[type="range"], input:disabled[type="date"], input:disabled[type="month"], input:disabled[type="week"], input:disabled[type="time"], input:disabled[type="datetime"], input:disabled[type="datetime-local"], input:disabled[type="color"], textarea:disabled, select:disabled, .form-control[readonly], input[readonly][type="text"], input[readonly][type="email"], input[readonly][type="url"], input[readonly][type="password"], input[readonly][type="search"], input[readonly][type="number"], input[readonly][type="tel"], input[readonly][type="range"], input[readonly][type="date"], input[readonly][type="month"], input[readonly][type="week"], input[readonly][type="time"], input[readonly][type="datetime"], input[readonly][type="datetime-local"], input[readonly][type="color"], textarea[readonly], select[readonly] { background-color: #e9ecef; opacity: 1; }

select.form-control:focus::-ms-value, select:focus::-ms-value { color: #495057; background-color: #fff; }

.form-control-file, .form-control-range { display: block; width: 100%; }

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

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.484375rem; line-height: 1.5; }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 1.0390625rem; line-height: 1.5; }

.form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; font-size: 1.1875rem; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 1.0390625rem; line-height: 1.5; border-radius: 0.2rem; }

.form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.484375rem; line-height: 1.5; border-radius: 0.3rem; }

select.form-control[size], select[size], select.form-control[multiple], select[multiple] { height: auto; }

textarea.form-control, textarea { height: auto; }

.form-group { margin-bottom: 1rem; }

.form-text { display: block; margin-top: 0.25rem; }

.form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }

.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.form-check { position: relative; display: block; padding-left: 1.25rem; }

.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }

.form-check-input[disabled] ~ .form-check-label { color: #6c757d; }

.form-check-label { margin-bottom: 0; }

.form-check-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; margin-right: 0.75rem; }

.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }

.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; }

.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 1.0390625rem; line-height: 1.5; color: #fff; background-color: rgba(40, 167, 69, 0.9); border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated input:valid[type="text"], .was-validated input:valid[type="email"], .was-validated input:valid[type="url"], .was-validated input:valid[type="password"], .was-validated input:valid[type="search"], .was-validated input:valid[type="number"], .was-validated input:valid[type="tel"], .was-validated input:valid[type="range"], .was-validated input:valid[type="date"], .was-validated input:valid[type="month"], .was-validated input:valid[type="week"], .was-validated input:valid[type="time"], .was-validated input:valid[type="datetime"], .was-validated input:valid[type="datetime-local"], .was-validated input:valid[type="color"], .was-validated textarea:valid, .was-validated select:valid, .form-control.is-valid, input.is-valid[type="text"], input.is-valid[type="email"], input.is-valid[type="url"], input.is-valid[type="password"], input.is-valid[type="search"], input.is-valid[type="number"], input.is-valid[type="tel"], input.is-valid[type="range"], input.is-valid[type="date"], input.is-valid[type="month"], input.is-valid[type="week"], input.is-valid[type="time"], input.is-valid[type="datetime"], input.is-valid[type="datetime-local"], input.is-valid[type="color"], textarea.is-valid, select.is-valid { border-color: #28a745; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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 .form-control:valid:focus, .was-validated input:valid:focus[type="text"], .was-validated input:valid:focus[type="email"], .was-validated input:valid:focus[type="url"], .was-validated input:valid:focus[type="password"], .was-validated input:valid:focus[type="search"], .was-validated input:valid:focus[type="number"], .was-validated input:valid:focus[type="tel"], .was-validated input:valid:focus[type="range"], .was-validated input:valid:focus[type="date"], .was-validated input:valid:focus[type="month"], .was-validated input:valid:focus[type="week"], .was-validated input:valid:focus[type="time"], .was-validated input:valid:focus[type="datetime"], .was-validated input:valid:focus[type="datetime-local"], .was-validated input:valid:focus[type="color"], .was-validated textarea:valid:focus, .was-validated select:valid:focus, .form-control.is-valid:focus, input.is-valid:focus[type="text"], input.is-valid:focus[type="email"], input.is-valid:focus[type="url"], input.is-valid:focus[type="password"], input.is-valid:focus[type="search"], input.is-valid:focus[type="number"], input.is-valid:focus[type="tel"], input.is-valid:focus[type="range"], input.is-valid:focus[type="date"], input.is-valid:focus[type="month"], input.is-valid:focus[type="week"], input.is-valid:focus[type="time"], input.is-valid:focus[type="datetime"], input.is-valid:focus[type="datetime-local"], input.is-valid:focus[type="color"], textarea.is-valid:focus, select.is-valid:focus { border-color: #28a745; -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback, .was-validated input:valid[type="text"] ~ .valid-feedback, .was-validated input:valid[type="email"] ~ .valid-feedback, .was-validated input:valid[type="url"] ~ .valid-feedback, .was-validated input:valid[type="password"] ~ .valid-feedback, .was-validated input:valid[type="search"] ~ .valid-feedback, .was-validated input:valid[type="number"] ~ .valid-feedback, .was-validated input:valid[type="tel"] ~ .valid-feedback, .was-validated input:valid[type="range"] ~ .valid-feedback, .was-validated input:valid[type="date"] ~ .valid-feedback, .was-validated input:valid[type="month"] ~ .valid-feedback, .was-validated input:valid[type="week"] ~ .valid-feedback, .was-validated input:valid[type="time"] ~ .valid-feedback, .was-validated input:valid[type="datetime"] ~ .valid-feedback, .was-validated input:valid[type="datetime-local"] ~ .valid-feedback, .was-validated input:valid[type="color"] ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback, .was-validated select:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated input:valid[type="text"] ~ .valid-tooltip, .was-validated input:valid[type="email"] ~ .valid-tooltip, .was-validated input:valid[type="url"] ~ .valid-tooltip, .was-validated input:valid[type="password"] ~ .valid-tooltip, .was-validated input:valid[type="search"] ~ .valid-tooltip, .was-validated input:valid[type="number"] ~ .valid-tooltip, .was-validated input:valid[type="tel"] ~ .valid-tooltip, .was-validated input:valid[type="range"] ~ .valid-tooltip, .was-validated input:valid[type="date"] ~ .valid-tooltip, .was-validated input:valid[type="month"] ~ .valid-tooltip, .was-validated input:valid[type="week"] ~ .valid-tooltip, .was-validated input:valid[type="time"] ~ .valid-tooltip, .was-validated input:valid[type="datetime"] ~ .valid-tooltip, .was-validated input:valid[type="datetime-local"] ~ .valid-tooltip, .was-validated input:valid[type="color"] ~ .valid-tooltip, .was-validated textarea:valid ~ .valid-tooltip, .was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, input.is-valid[type="text"] ~ .valid-feedback, input.is-valid[type="email"] ~ .valid-feedback, input.is-valid[type="url"] ~ .valid-feedback, input.is-valid[type="password"] ~ .valid-feedback, input.is-valid[type="search"] ~ .valid-feedback, input.is-valid[type="number"] ~ .valid-feedback, input.is-valid[type="tel"] ~ .valid-feedback, input.is-valid[type="range"] ~ .valid-feedback, input.is-valid[type="date"] ~ .valid-feedback, input.is-valid[type="month"] ~ .valid-feedback, input.is-valid[type="week"] ~ .valid-feedback, input.is-valid[type="time"] ~ .valid-feedback, input.is-valid[type="datetime"] ~ .valid-feedback, input.is-valid[type="datetime-local"] ~ .valid-feedback, input.is-valid[type="color"] ~ .valid-feedback, textarea.is-valid ~ .valid-feedback, select.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, input.is-valid[type="text"] ~ .valid-tooltip, input.is-valid[type="email"] ~ .valid-tooltip, input.is-valid[type="url"] ~ .valid-tooltip, input.is-valid[type="password"] ~ .valid-tooltip, input.is-valid[type="search"] ~ .valid-tooltip, input.is-valid[type="number"] ~ .valid-tooltip, input.is-valid[type="tel"] ~ .valid-tooltip, input.is-valid[type="range"] ~ .valid-tooltip, input.is-valid[type="date"] ~ .valid-tooltip, input.is-valid[type="month"] ~ .valid-tooltip, input.is-valid[type="week"] ~ .valid-tooltip, input.is-valid[type="time"] ~ .valid-tooltip, input.is-valid[type="datetime"] ~ .valid-tooltip, input.is-valid[type="datetime-local"] ~ .valid-tooltip, input.is-valid[type="color"] ~ .valid-tooltip, textarea.is-valid ~ .valid-tooltip, select.is-valid ~ .valid-tooltip { display: block; }

.was-validated textarea.form-control:valid, .was-validated textarea:valid, textarea.form-control.is-valid, textarea.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 .custom-select:valid, .custom-select.is-valid { border-color: #28a745; padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #28a745; -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #34ce57; background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #28a745; -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }

.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 1.0390625rem; line-height: 1.5; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated input:invalid[type="text"], .was-validated input:invalid[type="email"], .was-validated input:invalid[type="url"], .was-validated input:invalid[type="password"], .was-validated input:invalid[type="search"], .was-validated input:invalid[type="number"], .was-validated input:invalid[type="tel"], .was-validated input:invalid[type="range"], .was-validated input:invalid[type="date"], .was-validated input:invalid[type="month"], .was-validated input:invalid[type="week"], .was-validated input:invalid[type="time"], .was-validated input:invalid[type="datetime"], .was-validated input:invalid[type="datetime-local"], .was-validated input:invalid[type="color"], .was-validated textarea:invalid, .was-validated select:invalid, .form-control.is-invalid, input.is-invalid[type="text"], input.is-invalid[type="email"], input.is-invalid[type="url"], input.is-invalid[type="password"], input.is-invalid[type="search"], input.is-invalid[type="number"], input.is-invalid[type="tel"], input.is-invalid[type="range"], input.is-invalid[type="date"], input.is-invalid[type="month"], input.is-invalid[type="week"], input.is-invalid[type="time"], input.is-invalid[type="datetime"], input.is-invalid[type="datetime-local"], input.is-invalid[type="color"], textarea.is-invalid, select.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' stroke='%23dc3545' fill='none'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='M5.8 3.6h.4L6 6.5z' stroke-linejoin='round'/%3e%3ccircle cx='6' cy='8.2' r='.1'/%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 .form-control:invalid:focus, .was-validated input:invalid:focus[type="text"], .was-validated input:invalid:focus[type="email"], .was-validated input:invalid:focus[type="url"], .was-validated input:invalid:focus[type="password"], .was-validated input:invalid:focus[type="search"], .was-validated input:invalid:focus[type="number"], .was-validated input:invalid:focus[type="tel"], .was-validated input:invalid:focus[type="range"], .was-validated input:invalid:focus[type="date"], .was-validated input:invalid:focus[type="month"], .was-validated input:invalid:focus[type="week"], .was-validated input:invalid:focus[type="time"], .was-validated input:invalid:focus[type="datetime"], .was-validated input:invalid:focus[type="datetime-local"], .was-validated input:invalid:focus[type="color"], .was-validated textarea:invalid:focus, .was-validated select:invalid:focus, .form-control.is-invalid:focus, input.is-invalid:focus[type="text"], input.is-invalid:focus[type="email"], input.is-invalid:focus[type="url"], input.is-invalid:focus[type="password"], input.is-invalid:focus[type="search"], input.is-invalid:focus[type="number"], input.is-invalid:focus[type="tel"], input.is-invalid:focus[type="range"], input.is-invalid:focus[type="date"], input.is-invalid:focus[type="month"], input.is-invalid:focus[type="week"], input.is-invalid:focus[type="time"], input.is-invalid:focus[type="datetime"], input.is-invalid:focus[type="datetime-local"], input.is-invalid:focus[type="color"], textarea.is-invalid:focus, select.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated input:invalid[type="text"] ~ .invalid-feedback, .was-validated input:invalid[type="email"] ~ .invalid-feedback, .was-validated input:invalid[type="url"] ~ .invalid-feedback, .was-validated input:invalid[type="password"] ~ .invalid-feedback, .was-validated input:invalid[type="search"] ~ .invalid-feedback, .was-validated input:invalid[type="number"] ~ .invalid-feedback, .was-validated input:invalid[type="tel"] ~ .invalid-feedback, .was-validated input:invalid[type="range"] ~ .invalid-feedback, .was-validated input:invalid[type="date"] ~ .invalid-feedback, .was-validated input:invalid[type="month"] ~ .invalid-feedback, .was-validated input:invalid[type="week"] ~ .invalid-feedback, .was-validated input:invalid[type="time"] ~ .invalid-feedback, .was-validated input:invalid[type="datetime"] ~ .invalid-feedback, .was-validated input:invalid[type="datetime-local"] ~ .invalid-feedback, .was-validated input:invalid[type="color"] ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated input:invalid[type="text"] ~ .invalid-tooltip, .was-validated input:invalid[type="email"] ~ .invalid-tooltip, .was-validated input:invalid[type="url"] ~ .invalid-tooltip, .was-validated input:invalid[type="password"] ~ .invalid-tooltip, .was-validated input:invalid[type="search"] ~ .invalid-tooltip, .was-validated input:invalid[type="number"] ~ .invalid-tooltip, .was-validated input:invalid[type="tel"] ~ .invalid-tooltip, .was-validated input:invalid[type="range"] ~ .invalid-tooltip, .was-validated input:invalid[type="date"] ~ .invalid-tooltip, .was-validated input:invalid[type="month"] ~ .invalid-tooltip, .was-validated input:invalid[type="week"] ~ .invalid-tooltip, .was-validated input:invalid[type="time"] ~ .invalid-tooltip, .was-validated input:invalid[type="datetime"] ~ .invalid-tooltip, .was-validated input:invalid[type="datetime-local"] ~ .invalid-tooltip, .was-validated input:invalid[type="color"] ~ .invalid-tooltip, .was-validated textarea:invalid ~ .invalid-tooltip, .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, input.is-invalid[type="text"] ~ .invalid-feedback, input.is-invalid[type="email"] ~ .invalid-feedback, input.is-invalid[type="url"] ~ .invalid-feedback, input.is-invalid[type="password"] ~ .invalid-feedback, input.is-invalid[type="search"] ~ .invalid-feedback, input.is-invalid[type="number"] ~ .invalid-feedback, input.is-invalid[type="tel"] ~ .invalid-feedback, input.is-invalid[type="range"] ~ .invalid-feedback, input.is-invalid[type="date"] ~ .invalid-feedback, input.is-invalid[type="month"] ~ .invalid-feedback, input.is-invalid[type="week"] ~ .invalid-feedback, input.is-invalid[type="time"] ~ .invalid-feedback, input.is-invalid[type="datetime"] ~ .invalid-feedback, input.is-invalid[type="datetime-local"] ~ .invalid-feedback, input.is-invalid[type="color"] ~ .invalid-feedback, textarea.is-invalid ~ .invalid-feedback, select.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, input.is-invalid[type="text"] ~ .invalid-tooltip, input.is-invalid[type="email"] ~ .invalid-tooltip, input.is-invalid[type="url"] ~ .invalid-tooltip, input.is-invalid[type="password"] ~ .invalid-tooltip, input.is-invalid[type="search"] ~ .invalid-tooltip, input.is-invalid[type="number"] ~ .invalid-tooltip, input.is-invalid[type="tel"] ~ .invalid-tooltip, input.is-invalid[type="range"] ~ .invalid-tooltip, input.is-invalid[type="date"] ~ .invalid-tooltip, input.is-invalid[type="month"] ~ .invalid-tooltip, input.is-invalid[type="week"] ~ .invalid-tooltip, input.is-invalid[type="time"] ~ .invalid-tooltip, input.is-invalid[type="datetime"] ~ .invalid-tooltip, input.is-invalid[type="datetime-local"] ~ .invalid-tooltip, input.is-invalid[type="color"] ~ .invalid-tooltip, textarea.is-invalid ~ .invalid-tooltip, select.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated textarea.form-control:invalid, .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.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 .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' stroke='%23dc3545' fill='none'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='M5.8 3.6h.4L6 6.5z' stroke-linejoin='round'/%3e%3ccircle cx='6' cy='8.2' r='.1'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #e4606d; background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #dc3545; -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.form-inline .form-check { width: 100%; }

@media (min-width: 576px) { .form-inline label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 0; }
  .form-inline .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; }
  .form-inline .form-control, .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="url"], .form-inline input[type="password"], .form-inline input[type="search"], .form-inline input[type="number"], .form-inline input[type="tel"], .form-inline input[type="range"], .form-inline input[type="date"], .form-inline input[type="month"], .form-inline input[type="week"], .form-inline input[type="time"], .form-inline input[type="datetime"], .form-inline input[type="datetime-local"], .form-inline input[type="color"], .form-inline textarea, .form-inline select { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-plaintext { display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select { width: auto; }
  .form-inline .form-check { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; padding-left: 0; }
  .form-inline .form-check-input { position: relative; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
  .form-inline .custom-control { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .form-inline .custom-control-label { margin-bottom: 0; } }

.btn, button, input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1.1875rem; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .btn, button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-transition: none; transition: none; } }

.btn:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] { color: #212529; text-decoration: none; }

.btn:focus, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .btn.focus, button.focus, input.focus[type="button"], input.focus[type="reset"], input.focus[type="submit"] { outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.btn.disabled, button.disabled, input.disabled[type="button"], input.disabled[type="reset"], input.disabled[type="submit"], .btn:disabled, button:disabled, input:disabled[type="button"], input:disabled[type="reset"], input:disabled[type="submit"] { opacity: 0.65; }

a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }

.btn-primary, button, input[type="button"], input[type="reset"], input[type="submit"] { color: #212529; background-color: #fff; border-color: #fff; }

.btn-primary:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] { color: #212529; background-color: #ececec; border-color: #e6e5e5; }

.btn-primary:focus, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .btn-primary.focus, button.focus, input.focus[type="button"], input.focus[type="reset"], input.focus[type="submit"] { color: #212529; background-color: #ececec; border-color: #e6e5e5; -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-primary.disabled, button.disabled, input.disabled[type="button"], input.disabled[type="reset"], input.disabled[type="submit"], .btn-primary:disabled, button:disabled, input:disabled[type="button"], input:disabled[type="reset"], input:disabled[type="submit"] { color: #212529; background-color: #fff; border-color: #fff; }

.btn-primary:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active, input:not(:disabled):not(.disabled):active[type="button"], input:not(:disabled):not(.disabled):active[type="reset"], input:not(:disabled):not(.disabled):active[type="submit"], .btn-primary:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active, input:not(:disabled):not(.disabled).active[type="button"], input:not(:disabled):not(.disabled).active[type="reset"], input:not(:disabled):not(.disabled).active[type="submit"], .show > .btn-primary.dropdown-toggle, .show > button.dropdown-toggle, .show > input.dropdown-toggle[type="button"], .show > input.dropdown-toggle[type="reset"], .show > input.dropdown-toggle[type="submit"] { color: #212529; background-color: #e6e5e5; border-color: #dfdfdf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus, input:not(:disabled):not(.disabled):active:focus[type="button"], input:not(:disabled):not(.disabled):active:focus[type="reset"], input:not(:disabled):not(.disabled):active:focus[type="submit"], .btn-primary:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus, input:not(:disabled):not(.disabled).active:focus[type="button"], input:not(:disabled):not(.disabled).active:focus[type="reset"], input:not(:disabled):not(.disabled).active:focus[type="submit"], .show > .btn-primary.dropdown-toggle:focus, .show > button.dropdown-toggle:focus, .show > input.dropdown-toggle:focus[type="button"], .show > input.dropdown-toggle:focus[type="reset"], .show > input.dropdown-toggle:focus[type="submit"] { -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-secondary { color: #fff; background-color: #3b3b41; border-color: #3b3b41; }

.btn-secondary:hover { color: #fff; background-color: #29292d; border-color: #232326; }

.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #29292d; border-color: #232326; -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 88, 94, 0.5); box-shadow: 0 0 0 0.2rem rgba(88, 88, 94, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #3b3b41; border-color: #3b3b41; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #232326; border-color: #1d1d20; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 88, 94, 0.5); box-shadow: 0 0 0 0.2rem rgba(88, 88, 94, 0.5); }

.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #218838; border-color: #1e7e34; -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }

.btn-info:focus, .btn-info.focus { color: #fff; background-color: #138496; border-color: #117a8b; -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus { color: #212529; background-color: #e0a800; border-color: #d39e00; -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c82333; border-color: #bd2130; -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus { color: #fff; background-color: #23272b; border-color: #1d2124; -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary { color: #fff; border-color: #fff; }

.btn-outline-primary:hover { color: #212529; background-color: #fff; border-color: #fff; }

.btn-outline-primary:focus, .btn-outline-primary.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #fff; background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #212529; background-color: #fff; border-color: #fff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-secondary { color: #3b3b41; border-color: #3b3b41; }

.btn-outline-secondary:hover { color: #fff; background-color: #3b3b41; border-color: #3b3b41; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 59, 65, 0.5); box-shadow: 0 0 0 0.2rem rgba(59, 59, 65, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #3b3b41; background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #3b3b41; border-color: #3b3b41; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 59, 65, 0.5); box-shadow: 0 0 0 0.2rem rgba(59, 59, 65, 0.5); }

.btn-outline-success { color: #28a745; border-color: #28a745; }

.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info { color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning { color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger { color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark { color: #343a40; border-color: #343a40; }

.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link { font-weight: 400; color: #fff; text-decoration: none; }

.btn-link:hover { color: #d9d9d9; text-decoration: underline; }

.btn-link:focus, .btn-link.focus { text-decoration: underline; -webkit-box-shadow: none; box-shadow: none; }

.btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button, .btn-group-lg > input[type="button"], .btn-group-lg > input[type="reset"], .btn-group-lg > input[type="submit"] { padding: 0.5rem 1rem; font-size: 1.484375rem; line-height: 1.5; border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button, .btn-group-sm > input[type="button"], .btn-group-sm > input[type="reset"], .btn-group-sm > input[type="submit"] { padding: 0.25rem 0.5rem; font-size: 1.0390625rem; line-height: 1.5; border-radius: 0.2rem; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) { .fade { -webkit-transition: none; transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing { -webkit-transition: none; transition: none; } }

.dropup, .dropright, .dropdown, .dropleft { position: relative; }

.dropdown-toggle { white-space: nowrap; }

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

.dropdown-toggle:empty::after { margin-left: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1.1875rem; 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: 0.25rem; }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-menu-right { right: 0; left: auto; }

@media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; }
  .dropdown-menu-sm-right { right: 0; left: auto; } }

@media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; }
  .dropdown-menu-md-right { right: 0; left: auto; } }

@media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; }
  .dropdown-menu-lg-right { right: 0; left: auto; } }

@media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; }
  .dropdown-menu-xl-right { right: 0; left: auto; } }

.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-toggle::after { vertical-align: 0; }

.dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }

.dropleft .dropdown-toggle::after { display: none; }

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

.dropleft .dropdown-toggle:empty::after { margin-left: 0; }

.dropleft .dropdown-toggle::before { vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }

.dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; }

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

.dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #fff; }

.dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; pointer-events: none; background-color: transparent; }

.dropdown-menu.show { display: block; }

.dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 1.0390625rem; color: #6c757d; white-space: nowrap; }

.dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; }

.btn-group, .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; }

.btn-group > .btn, .btn-group > button, .btn-group > input[type="button"], .btn-group > input[type="reset"], .btn-group > input[type="submit"], .btn-group-vertical > .btn, .btn-group-vertical > button, .btn-group-vertical > input[type="button"], .btn-group-vertical > input[type="reset"], .btn-group-vertical > input[type="submit"] { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.btn-group > .btn:hover, .btn-group > button:hover, .btn-group > input:hover[type="button"], .btn-group > input:hover[type="reset"], .btn-group > input:hover[type="submit"], .btn-group > .btn:focus, .btn-group > button:focus, .btn-group > input:focus[type="button"], .btn-group > input:focus[type="reset"], .btn-group > input:focus[type="submit"], .btn-group > .btn:active, .btn-group > button:active, .btn-group > input:active[type="button"], .btn-group > input:active[type="reset"], .btn-group > input:active[type="submit"], .btn-group > .btn.active, .btn-group > button.active, .btn-group > input.active[type="button"], .btn-group > input.active[type="reset"], .btn-group > input.active[type="submit"], .btn-group-vertical > .btn:hover, .btn-group-vertical > button:hover, .btn-group-vertical > input:hover[type="button"], .btn-group-vertical > input:hover[type="reset"], .btn-group-vertical > input:hover[type="submit"], .btn-group-vertical > .btn:focus, .btn-group-vertical > button:focus, .btn-group-vertical > input:focus[type="button"], .btn-group-vertical > input:focus[type="reset"], .btn-group-vertical > input:focus[type="submit"], .btn-group-vertical > .btn:active, .btn-group-vertical > button:active, .btn-group-vertical > input:active[type="button"], .btn-group-vertical > input:active[type="reset"], .btn-group-vertical > input:active[type="submit"], .btn-group-vertical > .btn.active, .btn-group-vertical > button.active, .btn-group-vertical > input.active[type="button"], .btn-group-vertical > input.active[type="reset"], .btn-group-vertical > input.active[type="submit"] { z-index: 1; }

.btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.btn-toolbar .input-group { width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > button:not(:first-child), .btn-group > input:not(:first-child)[type="button"], .btn-group > input:not(:first-child)[type="reset"], .btn-group > input:not(:first-child)[type="submit"], .btn-group > .btn-group:not(:first-child) { margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="button"], .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="reset"], .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > button, .btn-group > .btn-group:not(:last-child) > input[type="button"], .btn-group > .btn-group:not(:last-child) > input[type="reset"], .btn-group > .btn-group:not(:last-child) > input[type="submit"] { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > button:not(:first-child), .btn-group > input:not(:first-child)[type="button"], .btn-group > input:not(:first-child)[type="reset"], .btn-group > input:not(:first-child)[type="submit"], .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > button, .btn-group > .btn-group:not(:first-child) > input[type="button"], .btn-group > .btn-group:not(:first-child) > input[type="reset"], .btn-group > .btn-group:not(:first-child) > input[type="submit"] { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; }

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; }

.dropleft .dropdown-toggle-split::before { margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > input[type="button"] + .dropdown-toggle-split, .btn-group-sm > input[type="reset"] + .dropdown-toggle-split, .btn-group-sm > input[type="submit"] + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > input[type="button"] + .dropdown-toggle-split, .btn-group-lg > input[type="reset"] + .dropdown-toggle-split, .btn-group-lg > input[type="submit"] + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }

.btn-group-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > button, .btn-group-vertical > input[type="button"], .btn-group-vertical > input[type="reset"], .btn-group-vertical > input[type="submit"], .btn-group-vertical > .btn-group { width: 100%; }

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button:not(:first-child), .btn-group-vertical > input:not(:first-child)[type="button"], .btn-group-vertical > input:not(:first-child)[type="reset"], .btn-group-vertical > input:not(:first-child)[type="submit"], .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="button"], .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="reset"], .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > button, .btn-group-vertical > .btn-group:not(:last-child) > input[type="button"], .btn-group-vertical > .btn-group:not(:last-child) > input[type="reset"], .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"] { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button:not(:first-child), .btn-group-vertical > input:not(:first-child)[type="button"], .btn-group-vertical > input:not(:first-child)[type="reset"], .btn-group-vertical > input:not(:first-child)[type="submit"], .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > button, .btn-group-vertical > .btn-group:not(:first-child) > input[type="button"], .btn-group-vertical > .btn-group:not(:first-child) > input[type="reset"], .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"] { border-top-left-radius: 0; border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > button, .btn-group-toggle > input[type="button"], .btn-group-toggle > input[type="reset"], .btn-group-toggle > input[type="submit"], .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .btn-group > button, .btn-group-toggle > .btn-group > input[type="button"], .btn-group-toggle > .btn-group > input[type="reset"], .btn-group-toggle > .btn-group > input[type="submit"] { margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > button input[type="radio"], .btn-group-toggle > input[type="button"] input[type="radio"], .btn-group-toggle > input[type="reset"] input[type="radio"], .btn-group-toggle > input[type="submit"] input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > button input[type="checkbox"], .btn-group-toggle > input[type="button"] input[type="checkbox"], .btn-group-toggle > input[type="reset"] input[type="checkbox"], .btn-group-toggle > input[type="submit"] input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > button input[type="radio"], .btn-group-toggle > .btn-group > input[type="button"] input[type="radio"], .btn-group-toggle > .btn-group > input[type="reset"] input[type="radio"], .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > button input[type="checkbox"], .btn-group-toggle > .btn-group > input[type="button"] input[type="checkbox"], .btn-group-toggle > .btn-group > input[type="reset"] input[type="checkbox"], .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }

.input-group > .form-control, .input-group > input[type="text"], .input-group > input[type="email"], .input-group > input[type="url"], .input-group > input[type="password"], .input-group > input[type="search"], .input-group > input[type="number"], .input-group > input[type="tel"], .input-group > input[type="range"], .input-group > input[type="date"], .input-group > input[type="month"], .input-group > input[type="week"], .input-group > input[type="time"], .input-group > input[type="datetime"], .input-group > input[type="datetime-local"], .input-group > input[type="color"], .input-group > textarea, .input-group > select, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; margin-bottom: 0; }

.input-group > .form-control + .form-control, .input-group > input[type="text"] + .form-control, .input-group > input[type="email"] + .form-control, .input-group > input[type="url"] + .form-control, .input-group > input[type="password"] + .form-control, .input-group > input[type="search"] + .form-control, .input-group > input[type="number"] + .form-control, .input-group > input[type="tel"] + .form-control, .input-group > input[type="range"] + .form-control, .input-group > input[type="date"] + .form-control, .input-group > input[type="month"] + .form-control, .input-group > input[type="week"] + .form-control, .input-group > input[type="time"] + .form-control, .input-group > input[type="datetime"] + .form-control, .input-group > input[type="datetime-local"] + .form-control, .input-group > input[type="color"] + .form-control, .input-group > textarea + .form-control, .input-group > select + .form-control, .input-group > .form-control + input[type="text"], .input-group > input[type="text"] + input[type="text"], .input-group > input[type="email"] + input[type="text"], .input-group > input[type="url"] + input[type="text"], .input-group > input[type="password"] + input[type="text"], .input-group > input[type="search"] + input[type="text"], .input-group > input[type="number"] + input[type="text"], .input-group > input[type="tel"] + input[type="text"], .input-group > input[type="range"] + input[type="text"], .input-group > input[type="date"] + input[type="text"], .input-group > input[type="month"] + input[type="text"], .input-group > input[type="week"] + input[type="text"], .input-group > input[type="time"] + input[type="text"], .input-group > input[type="datetime"] + input[type="text"], .input-group > input[type="datetime-local"] + input[type="text"], .input-group > input[type="color"] + input[type="text"], .input-group > textarea + input[type="text"], .input-group > select + input[type="text"], .input-group > .form-control + input[type="email"], .input-group > input[type="text"] + input[type="email"], .input-group > input[type="email"] + input[type="email"], .input-group > input[type="url"] + input[type="email"], .input-group > input[type="password"] + input[type="email"], .input-group > input[type="search"] + input[type="email"], .input-group > input[type="number"] + input[type="email"], .input-group > input[type="tel"] + input[type="email"], .input-group > input[type="range"] + input[type="email"], .input-group > input[type="date"] + input[type="email"], .input-group > input[type="month"] + input[type="email"], .input-group > input[type="week"] + input[type="email"], .input-group > input[type="time"] + input[type="email"], .input-group > input[type="datetime"] + input[type="email"], .input-group > input[type="datetime-local"] + input[type="email"], .input-group > input[type="color"] + input[type="email"], .input-group > textarea + input[type="email"], .input-group > select + input[type="email"], .input-group > .form-control + input[type="url"], .input-group > input[type="text"] + input[type="url"], .input-group > input[type="email"] + input[type="url"], .input-group > input[type="url"] + input[type="url"], .input-group > input[type="password"] + input[type="url"], .input-group > input[type="search"] + input[type="url"], .input-group > input[type="number"] + input[type="url"], .input-group > input[type="tel"] + input[type="url"], .input-group > input[type="range"] + input[type="url"], .input-group > input[type="date"] + input[type="url"], .input-group > input[type="month"] + input[type="url"], .input-group > input[type="week"] + input[type="url"], .input-group > input[type="time"] + input[type="url"], .input-group > input[type="datetime"] + input[type="url"], .input-group > input[type="datetime-local"] + input[type="url"], .input-group > input[type="color"] + input[type="url"], .input-group > textarea + input[type="url"], .input-group > select + input[type="url"], .input-group > .form-control + input[type="password"], .input-group > input[type="text"] + input[type="password"], .input-group > input[type="email"] + input[type="password"], .input-group > input[type="url"] + input[type="password"], .input-group > input[type="password"] + input[type="password"], .input-group > input[type="search"] + input[type="password"], .input-group > input[type="number"] + input[type="password"], .input-group > input[type="tel"] + input[type="password"], .input-group > input[type="range"] + input[type="password"], .input-group > input[type="date"] + input[type="password"], .input-group > input[type="month"] + input[type="password"], .input-group > input[type="week"] + input[type="password"], .input-group > input[type="time"] + input[type="password"], .input-group > input[type="datetime"] + input[type="password"], .input-group > input[type="datetime-local"] + input[type="password"], .input-group > input[type="color"] + input[type="password"], .input-group > textarea + input[type="password"], .input-group > select + input[type="password"], .input-group > .form-control + input[type="search"], .input-group > input[type="text"] + input[type="search"], .input-group > input[type="email"] + input[type="search"], .input-group > input[type="url"] + input[type="search"], .input-group > input[type="password"] + input[type="search"], .input-group > input[type="search"] + input[type="search"], .input-group > input[type="number"] + input[type="search"], .input-group > input[type="tel"] + input[type="search"], .input-group > input[type="range"] + input[type="search"], .input-group > input[type="date"] + input[type="search"], .input-group > input[type="month"] + input[type="search"], .input-group > input[type="week"] + input[type="search"], .input-group > input[type="time"] + input[type="search"], .input-group > input[type="datetime"] + input[type="search"], .input-group > input[type="datetime-local"] + input[type="search"], .input-group > input[type="color"] + input[type="search"], .input-group > textarea + input[type="search"], .input-group > select + input[type="search"], .input-group > .form-control + input[type="number"], .input-group > input[type="text"] + input[type="number"], .input-group > input[type="email"] + input[type="number"], .input-group > input[type="url"] + input[type="number"], .input-group > input[type="password"] + input[type="number"], .input-group > input[type="search"] + input[type="number"], .input-group > input[type="number"] + input[type="number"], .input-group > input[type="tel"] + input[type="number"], .input-group > input[type="range"] + input[type="number"], .input-group > input[type="date"] + input[type="number"], .input-group > input[type="month"] + input[type="number"], .input-group > input[type="week"] + input[type="number"], .input-group > input[type="time"] + input[type="number"], .input-group > input[type="datetime"] + input[type="number"], .input-group > input[type="datetime-local"] + input[type="number"], .input-group > input[type="color"] + input[type="number"], .input-group > textarea + input[type="number"], .input-group > select + input[type="number"], .input-group > .form-control + input[type="tel"], .input-group > input[type="text"] + input[type="tel"], .input-group > input[type="email"] + input[type="tel"], .input-group > input[type="url"] + input[type="tel"], .input-group > input[type="password"] + input[type="tel"], .input-group > input[type="search"] + input[type="tel"], .input-group > input[type="number"] + input[type="tel"], .input-group > input[type="tel"] + input[type="tel"], .input-group > input[type="range"] + input[type="tel"], .input-group > input[type="date"] + input[type="tel"], .input-group > input[type="month"] + input[type="tel"], .input-group > input[type="week"] + input[type="tel"], .input-group > input[type="time"] + input[type="tel"], .input-group > input[type="datetime"] + input[type="tel"], .input-group > input[type="datetime-local"] + input[type="tel"], .input-group > input[type="color"] + input[type="tel"], .input-group > textarea + input[type="tel"], .input-group > select + input[type="tel"], .input-group > .form-control + input[type="range"], .input-group > input[type="text"] + input[type="range"], .input-group > input[type="email"] + input[type="range"], .input-group > input[type="url"] + input[type="range"], .input-group > input[type="password"] + input[type="range"], .input-group > input[type="search"] + input[type="range"], .input-group > input[type="number"] + input[type="range"], .input-group > input[type="tel"] + input[type="range"], .input-group > input[type="range"] + input[type="range"], .input-group > input[type="date"] + input[type="range"], .input-group > input[type="month"] + input[type="range"], .input-group > input[type="week"] + input[type="range"], .input-group > input[type="time"] + input[type="range"], .input-group > input[type="datetime"] + input[type="range"], .input-group > input[type="datetime-local"] + input[type="range"], .input-group > input[type="color"] + input[type="range"], .input-group > textarea + input[type="range"], .input-group > select + input[type="range"], .input-group > .form-control + input[type="date"], .input-group > input[type="text"] + input[type="date"], .input-group > input[type="email"] + input[type="date"], .input-group > input[type="url"] + input[type="date"], .input-group > input[type="password"] + input[type="date"], .input-group > input[type="search"] + input[type="date"], .input-group > input[type="number"] + input[type="date"], .input-group > input[type="tel"] + input[type="date"], .input-group > input[type="range"] + input[type="date"], .input-group > input[type="date"] + input[type="date"], .input-group > input[type="month"] + input[type="date"], .input-group > input[type="week"] + input[type="date"], .input-group > input[type="time"] + input[type="date"], .input-group > input[type="datetime"] + input[type="date"], .input-group > input[type="datetime-local"] + input[type="date"], .input-group > input[type="color"] + input[type="date"], .input-group > textarea + input[type="date"], .input-group > select + input[type="date"], .input-group > .form-control + input[type="month"], .input-group > input[type="text"] + input[type="month"], .input-group > input[type="email"] + input[type="month"], .input-group > input[type="url"] + input[type="month"], .input-group > input[type="password"] + input[type="month"], .input-group > input[type="search"] + input[type="month"], .input-group > input[type="number"] + input[type="month"], .input-group > input[type="tel"] + input[type="month"], .input-group > input[type="range"] + input[type="month"], .input-group > input[type="date"] + input[type="month"], .input-group > input[type="month"] + input[type="month"], .input-group > input[type="week"] + input[type="month"], .input-group > input[type="time"] + input[type="month"], .input-group > input[type="datetime"] + input[type="month"], .input-group > input[type="datetime-local"] + input[type="month"], .input-group > input[type="color"] + input[type="month"], .input-group > textarea + input[type="month"], .input-group > select + input[type="month"], .input-group > .form-control + input[type="week"], .input-group > input[type="text"] + input[type="week"], .input-group > input[type="email"] + input[type="week"], .input-group > input[type="url"] + input[type="week"], .input-group > input[type="password"] + input[type="week"], .input-group > input[type="search"] + input[type="week"], .input-group > input[type="number"] + input[type="week"], .input-group > input[type="tel"] + input[type="week"], .input-group > input[type="range"] + input[type="week"], .input-group > input[type="date"] + input[type="week"], .input-group > input[type="month"] + input[type="week"], .input-group > input[type="week"] + input[type="week"], .input-group > input[type="time"] + input[type="week"], .input-group > input[type="datetime"] + input[type="week"], .input-group > input[type="datetime-local"] + input[type="week"], .input-group > input[type="color"] + input[type="week"], .input-group > textarea + input[type="week"], .input-group > select + input[type="week"], .input-group > .form-control + input[type="time"], .input-group > input[type="text"] + input[type="time"], .input-group > input[type="email"] + input[type="time"], .input-group > input[type="url"] + input[type="time"], .input-group > input[type="password"] + input[type="time"], .input-group > input[type="search"] + input[type="time"], .input-group > input[type="number"] + input[type="time"], .input-group > input[type="tel"] + input[type="time"], .input-group > input[type="range"] + input[type="time"], .input-group > input[type="date"] + input[type="time"], .input-group > input[type="month"] + input[type="time"], .input-group > input[type="week"] + input[type="time"], .input-group > input[type="time"] + input[type="time"], .input-group > input[type="datetime"] + input[type="time"], .input-group > input[type="datetime-local"] + input[type="time"], .input-group > input[type="color"] + input[type="time"], .input-group > textarea + input[type="time"], .input-group > select + input[type="time"], .input-group > .form-control + input[type="datetime"], .input-group > input[type="text"] + input[type="datetime"], .input-group > input[type="email"] + input[type="datetime"], .input-group > input[type="url"] + input[type="datetime"], .input-group > input[type="password"] + input[type="datetime"], .input-group > input[type="search"] + input[type="datetime"], .input-group > input[type="number"] + input[type="datetime"], .input-group > input[type="tel"] + input[type="datetime"], .input-group > input[type="range"] + input[type="datetime"], .input-group > input[type="date"] + input[type="datetime"], .input-group > input[type="month"] + input[type="datetime"], .input-group > input[type="week"] + input[type="datetime"], .input-group > input[type="time"] + input[type="datetime"], .input-group > input[type="datetime"] + input[type="datetime"], .input-group > input[type="datetime-local"] + input[type="datetime"], .input-group > input[type="color"] + input[type="datetime"], .input-group > textarea + input[type="datetime"], .input-group > select + input[type="datetime"], .input-group > .form-control + input[type="datetime-local"], .input-group > input[type="text"] + input[type="datetime-local"], .input-group > input[type="email"] + input[type="datetime-local"], .input-group > input[type="url"] + input[type="datetime-local"], .input-group > input[type="password"] + input[type="datetime-local"], .input-group > input[type="search"] + input[type="datetime-local"], .input-group > input[type="number"] + input[type="datetime-local"], .input-group > input[type="tel"] + input[type="datetime-local"], .input-group > input[type="range"] + input[type="datetime-local"], .input-group > input[type="date"] + input[type="datetime-local"], .input-group > input[type="month"] + input[type="datetime-local"], .input-group > input[type="week"] + input[type="datetime-local"], .input-group > input[type="time"] + input[type="datetime-local"], .input-group > input[type="datetime"] + input[type="datetime-local"], .input-group > input[type="datetime-local"] + input[type="datetime-local"], .input-group > input[type="color"] + input[type="datetime-local"], .input-group > textarea + input[type="datetime-local"], .input-group > select + input[type="datetime-local"], .input-group > .form-control + input[type="color"], .input-group > input[type="text"] + input[type="color"], .input-group > input[type="email"] + input[type="color"], .input-group > input[type="url"] + input[type="color"], .input-group > input[type="password"] + input[type="color"], .input-group > input[type="search"] + input[type="color"], .input-group > input[type="number"] + input[type="color"], .input-group > input[type="tel"] + input[type="color"], .input-group > input[type="range"] + input[type="color"], .input-group > input[type="date"] + input[type="color"], .input-group > input[type="month"] + input[type="color"], .input-group > input[type="week"] + input[type="color"], .input-group > input[type="time"] + input[type="color"], .input-group > input[type="datetime"] + input[type="color"], .input-group > input[type="datetime-local"] + input[type="color"], .input-group > input[type="color"] + input[type="color"], .input-group > textarea + input[type="color"], .input-group > select + input[type="color"], .input-group > .form-control + textarea, .input-group > input[type="text"] + textarea, .input-group > input[type="email"] + textarea, .input-group > input[type="url"] + textarea, .input-group > input[type="password"] + textarea, .input-group > input[type="search"] + textarea, .input-group > input[type="number"] + textarea, .input-group > input[type="tel"] + textarea, .input-group > input[type="range"] + textarea, .input-group > input[type="date"] + textarea, .input-group > input[type="month"] + textarea, .input-group > input[type="week"] + textarea, .input-group > input[type="time"] + textarea, .input-group > input[type="datetime"] + textarea, .input-group > input[type="datetime-local"] + textarea, .input-group > input[type="color"] + textarea, .input-group > textarea + textarea, .input-group > select + textarea, .input-group > .form-control + select, .input-group > input[type="text"] + select, .input-group > input[type="email"] + select, .input-group > input[type="url"] + select, .input-group > input[type="password"] + select, .input-group > input[type="search"] + select, .input-group > input[type="number"] + select, .input-group > input[type="tel"] + select, .input-group > input[type="range"] + select, .input-group > input[type="date"] + select, .input-group > input[type="month"] + select, .input-group > input[type="week"] + select, .input-group > input[type="time"] + select, .input-group > input[type="datetime"] + select, .input-group > input[type="datetime-local"] + select, .input-group > input[type="color"] + select, .input-group > textarea + select, .input-group > select + select, .input-group > .form-control + .custom-select, .input-group > input[type="text"] + .custom-select, .input-group > input[type="email"] + .custom-select, .input-group > input[type="url"] + .custom-select, .input-group > input[type="password"] + .custom-select, .input-group > input[type="search"] + .custom-select, .input-group > input[type="number"] + .custom-select, .input-group > input[type="tel"] + .custom-select, .input-group > input[type="range"] + .custom-select, .input-group > input[type="date"] + .custom-select, .input-group > input[type="month"] + .custom-select, .input-group > input[type="week"] + .custom-select, .input-group > input[type="time"] + .custom-select, .input-group > input[type="datetime"] + .custom-select, .input-group > input[type="datetime-local"] + .custom-select, .input-group > input[type="color"] + .custom-select, .input-group > textarea + .custom-select, .input-group > select + .custom-select, .input-group > .form-control + .custom-file, .input-group > input[type="text"] + .custom-file, .input-group > input[type="email"] + .custom-file, .input-group > input[type="url"] + .custom-file, .input-group > input[type="password"] + .custom-file, .input-group > input[type="search"] + .custom-file, .input-group > input[type="number"] + .custom-file, .input-group > input[type="tel"] + .custom-file, .input-group > input[type="range"] + .custom-file, .input-group > input[type="date"] + .custom-file, .input-group > input[type="month"] + .custom-file, .input-group > input[type="week"] + .custom-file, .input-group > input[type="time"] + .custom-file, .input-group > input[type="datetime"] + .custom-file, .input-group > input[type="datetime-local"] + .custom-file, .input-group > input[type="color"] + .custom-file, .input-group > textarea + .custom-file, .input-group > select + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + input[type="text"], .input-group > .form-control-plaintext + input[type="email"], .input-group > .form-control-plaintext + input[type="url"], .input-group > .form-control-plaintext + input[type="password"], .input-group > .form-control-plaintext + input[type="search"], .input-group > .form-control-plaintext + input[type="number"], .input-group > .form-control-plaintext + input[type="tel"], .input-group > .form-control-plaintext + input[type="range"], .input-group > .form-control-plaintext + input[type="date"], .input-group > .form-control-plaintext + input[type="month"], .input-group > .form-control-plaintext + input[type="week"], .input-group > .form-control-plaintext + input[type="time"], .input-group > .form-control-plaintext + input[type="datetime"], .input-group > .form-control-plaintext + input[type="datetime-local"], .input-group > .form-control-plaintext + input[type="color"], .input-group > .form-control-plaintext + textarea, .input-group > .form-control-plaintext + select, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + input[type="text"], .input-group > .custom-select + input[type="email"], .input-group > .custom-select + input[type="url"], .input-group > .custom-select + input[type="password"], .input-group > .custom-select + input[type="search"], .input-group > .custom-select + input[type="number"], .input-group > .custom-select + input[type="tel"], .input-group > .custom-select + input[type="range"], .input-group > .custom-select + input[type="date"], .input-group > .custom-select + input[type="month"], .input-group > .custom-select + input[type="week"], .input-group > .custom-select + input[type="time"], .input-group > .custom-select + input[type="datetime"], .input-group > .custom-select + input[type="datetime-local"], .input-group > .custom-select + input[type="color"], .input-group > .custom-select + textarea, .input-group > .custom-select + select, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + input[type="text"], .input-group > .custom-file + input[type="email"], .input-group > .custom-file + input[type="url"], .input-group > .custom-file + input[type="password"], .input-group > .custom-file + input[type="search"], .input-group > .custom-file + input[type="number"], .input-group > .custom-file + input[type="tel"], .input-group > .custom-file + input[type="range"], .input-group > .custom-file + input[type="date"], .input-group > .custom-file + input[type="month"], .input-group > .custom-file + input[type="week"], .input-group > .custom-file + input[type="time"], .input-group > .custom-file + input[type="datetime"], .input-group > .custom-file + input[type="datetime-local"], .input-group > .custom-file + input[type="color"], .input-group > .custom-file + textarea, .input-group > .custom-file + select, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }

.input-group > .form-control:focus, .input-group > input:focus[type="text"], .input-group > input:focus[type="email"], .input-group > input:focus[type="url"], .input-group > input:focus[type="password"], .input-group > input:focus[type="search"], .input-group > input:focus[type="number"], .input-group > input:focus[type="tel"], .input-group > input:focus[type="range"], .input-group > input:focus[type="date"], .input-group > input:focus[type="month"], .input-group > input:focus[type="week"], .input-group > input:focus[type="time"], .input-group > input:focus[type="datetime"], .input-group > input:focus[type="datetime-local"], .input-group > input:focus[type="color"], .input-group > textarea:focus, .input-group > select:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; }

.input-group > .custom-file .custom-file-input:focus { z-index: 4; }

.input-group > .form-control:not(:last-child), .input-group > input:not(:last-child)[type="text"], .input-group > input:not(:last-child)[type="email"], .input-group > input:not(:last-child)[type="url"], .input-group > input:not(:last-child)[type="password"], .input-group > input:not(:last-child)[type="search"], .input-group > input:not(:last-child)[type="number"], .input-group > input:not(:last-child)[type="tel"], .input-group > input:not(:last-child)[type="range"], .input-group > input:not(:last-child)[type="date"], .input-group > input:not(:last-child)[type="month"], .input-group > input:not(:last-child)[type="week"], .input-group > input:not(:last-child)[type="time"], .input-group > input:not(:last-child)[type="datetime"], .input-group > input:not(:last-child)[type="datetime-local"], .input-group > input:not(:last-child)[type="color"], .input-group > textarea:not(:last-child), .input-group > select:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child), .input-group > input:not(:first-child)[type="text"], .input-group > input:not(:first-child)[type="email"], .input-group > input:not(:first-child)[type="url"], .input-group > input:not(:first-child)[type="password"], .input-group > input:not(:first-child)[type="search"], .input-group > input:not(:first-child)[type="number"], .input-group > input:not(:first-child)[type="tel"], .input-group > input:not(:first-child)[type="range"], .input-group > input:not(:first-child)[type="date"], .input-group > input:not(:first-child)[type="month"], .input-group > input:not(:first-child)[type="week"], .input-group > input:not(:first-child)[type="time"], .input-group > input:not(:first-child)[type="datetime"], .input-group > input:not(:first-child)[type="datetime-local"], .input-group > input:not(:first-child)[type="color"], .input-group > textarea:not(:first-child), .input-group > select:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group > .custom-file { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append { display: -webkit-box; display: -ms-flexbox; display: flex; }

.input-group-prepend .btn, .input-group-prepend button, .input-group-prepend input[type="button"], .input-group-prepend input[type="reset"], .input-group-prepend input[type="submit"], .input-group-append .btn, .input-group-append button, .input-group-append input[type="button"], .input-group-append input[type="reset"], .input-group-append input[type="submit"] { position: relative; z-index: 2; }

.input-group-prepend .btn:focus, .input-group-prepend button:focus, .input-group-prepend input:focus[type="button"], .input-group-prepend input:focus[type="reset"], .input-group-prepend input:focus[type="submit"], .input-group-append .btn:focus, .input-group-append button:focus, .input-group-append input:focus[type="button"], .input-group-append input:focus[type="reset"], .input-group-append input:focus[type="submit"] { z-index: 3; }

.input-group-prepend .btn + .btn, .input-group-prepend button + .btn, .input-group-prepend input[type="button"] + .btn, .input-group-prepend input[type="reset"] + .btn, .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .btn + button, .input-group-prepend button + button, .input-group-prepend input[type="button"] + button, .input-group-prepend input[type="reset"] + button, .input-group-prepend input[type="submit"] + button, .input-group-prepend .btn + input[type="button"], .input-group-prepend button + input[type="button"], .input-group-prepend input[type="button"] + input[type="button"], .input-group-prepend input[type="reset"] + input[type="button"], .input-group-prepend input[type="submit"] + input[type="button"], .input-group-prepend .btn + input[type="reset"], .input-group-prepend button + input[type="reset"], .input-group-prepend input[type="button"] + input[type="reset"], .input-group-prepend input[type="reset"] + input[type="reset"], .input-group-prepend input[type="submit"] + input[type="reset"], .input-group-prepend .btn + input[type="submit"], .input-group-prepend button + input[type="submit"], .input-group-prepend input[type="button"] + input[type="submit"], .input-group-prepend input[type="reset"] + input[type="submit"], .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .btn + .input-group-text, .input-group-prepend button + .input-group-text, .input-group-prepend input[type="button"] + .input-group-text, .input-group-prepend input[type="reset"] + .input-group-text, .input-group-prepend input[type="submit"] + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + button, .input-group-prepend .input-group-text + input[type="button"], .input-group-prepend .input-group-text + input[type="reset"], .input-group-prepend .input-group-text + input[type="submit"], .input-group-append .btn + .btn, .input-group-append button + .btn, .input-group-append input[type="button"] + .btn, .input-group-append input[type="reset"] + .btn, .input-group-append input[type="submit"] + .btn, .input-group-append .btn + button, .input-group-append button + button, .input-group-append input[type="button"] + button, .input-group-append input[type="reset"] + button, .input-group-append input[type="submit"] + button, .input-group-append .btn + input[type="button"], .input-group-append button + input[type="button"], .input-group-append input[type="button"] + input[type="button"], .input-group-append input[type="reset"] + input[type="button"], .input-group-append input[type="submit"] + input[type="button"], .input-group-append .btn + input[type="reset"], .input-group-append button + input[type="reset"], .input-group-append input[type="button"] + input[type="reset"], .input-group-append input[type="reset"] + input[type="reset"], .input-group-append input[type="submit"] + input[type="reset"], .input-group-append .btn + input[type="submit"], .input-group-append button + input[type="submit"], .input-group-append input[type="button"] + input[type="submit"], .input-group-append input[type="reset"] + input[type="submit"], .input-group-append input[type="submit"] + input[type="submit"], .input-group-append .btn + .input-group-text, .input-group-append button + .input-group-text, .input-group-append input[type="button"] + .input-group-text, .input-group-append input[type="reset"] + .input-group-text, .input-group-append input[type="submit"] + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + button, .input-group-append .input-group-text + input[type="button"], .input-group-append .input-group-text + input[type="reset"], .input-group-append .input-group-text + input[type="submit"] { margin-left: -1px; }

.input-group-prepend { margin-right: -1px; }

.input-group-append { margin-left: -1px; }

.input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1.1875rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; }

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > input:not(textarea)[type="text"], .input-group-lg > input:not(textarea)[type="email"], .input-group-lg > input:not(textarea)[type="url"], .input-group-lg > input:not(textarea)[type="password"], .input-group-lg > input:not(textarea)[type="search"], .input-group-lg > input:not(textarea)[type="number"], .input-group-lg > input:not(textarea)[type="tel"], .input-group-lg > input:not(textarea)[type="range"], .input-group-lg > input:not(textarea)[type="date"], .input-group-lg > input:not(textarea)[type="month"], .input-group-lg > input:not(textarea)[type="week"], .input-group-lg > input:not(textarea)[type="time"], .input-group-lg > input:not(textarea)[type="datetime"], .input-group-lg > input:not(textarea)[type="datetime-local"], .input-group-lg > input:not(textarea)[type="color"], .input-group-lg > textarea:not(textarea), .input-group-lg > select:not(textarea), .input-group-lg > .custom-select { height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > input[type="text"], .input-group-lg > input[type="email"], .input-group-lg > input[type="url"], .input-group-lg > input[type="password"], .input-group-lg > input[type="search"], .input-group-lg > input[type="number"], .input-group-lg > input[type="tel"], .input-group-lg > input[type="range"], .input-group-lg > input[type="date"], .input-group-lg > input[type="month"], .input-group-lg > input[type="week"], .input-group-lg > input[type="time"], .input-group-lg > input[type="datetime"], .input-group-lg > input[type="datetime-local"], .input-group-lg > input[type="color"], .input-group-lg > textarea, .input-group-lg > select, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > button, .input-group-lg > .input-group-prepend > input[type="button"], .input-group-lg > .input-group-prepend > input[type="reset"], .input-group-lg > .input-group-prepend > input[type="submit"], .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > button, .input-group-lg > .input-group-append > input[type="button"], .input-group-lg > .input-group-append > input[type="reset"], .input-group-lg > .input-group-append > input[type="submit"] { padding: 0.5rem 1rem; font-size: 1.484375rem; line-height: 1.5; border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > input:not(textarea)[type="text"], .input-group-sm > input:not(textarea)[type="email"], .input-group-sm > input:not(textarea)[type="url"], .input-group-sm > input:not(textarea)[type="password"], .input-group-sm > input:not(textarea)[type="search"], .input-group-sm > input:not(textarea)[type="number"], .input-group-sm > input:not(textarea)[type="tel"], .input-group-sm > input:not(textarea)[type="range"], .input-group-sm > input:not(textarea)[type="date"], .input-group-sm > input:not(textarea)[type="month"], .input-group-sm > input:not(textarea)[type="week"], .input-group-sm > input:not(textarea)[type="time"], .input-group-sm > input:not(textarea)[type="datetime"], .input-group-sm > input:not(textarea)[type="datetime-local"], .input-group-sm > input:not(textarea)[type="color"], .input-group-sm > textarea:not(textarea), .input-group-sm > select:not(textarea), .input-group-sm > .custom-select { height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > input[type="text"], .input-group-sm > input[type="email"], .input-group-sm > input[type="url"], .input-group-sm > input[type="password"], .input-group-sm > input[type="search"], .input-group-sm > input[type="number"], .input-group-sm > input[type="tel"], .input-group-sm > input[type="range"], .input-group-sm > input[type="date"], .input-group-sm > input[type="month"], .input-group-sm > input[type="week"], .input-group-sm > input[type="time"], .input-group-sm > input[type="datetime"], .input-group-sm > input[type="datetime-local"], .input-group-sm > input[type="color"], .input-group-sm > textarea, .input-group-sm > select, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > button, .input-group-sm > .input-group-prepend > input[type="button"], .input-group-sm > .input-group-prepend > input[type="reset"], .input-group-sm > .input-group-prepend > input[type="submit"], .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > button, .input-group-sm > .input-group-append > input[type="button"], .input-group-sm > .input-group-append > input[type="reset"], .input-group-sm > .input-group-append > input[type="submit"] { padding: 0.25rem 0.5rem; font-size: 1.0390625rem; line-height: 1.5; border-radius: 0.2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > button, .input-group > .input-group-prepend > input[type="button"], .input-group > .input-group-prepend > input[type="reset"], .input-group > .input-group-prepend > input[type="submit"], .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > button, .input-group > .input-group-append:not(:last-child) > input[type="button"], .input-group > .input-group-append:not(:last-child) > input[type="reset"], .input-group > .input-group-append:not(:last-child) > input[type="submit"], .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="button"], .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="reset"], .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > button, .input-group > .input-group-append > input[type="button"], .input-group > .input-group-append > input[type="reset"], .input-group > .input-group-append > input[type="submit"], .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > button, .input-group > .input-group-prepend:not(:first-child) > input[type="button"], .input-group > .input-group-prepend:not(:first-child) > input[type="reset"], .input-group > .input-group-prepend:not(:first-child) > input[type="submit"], .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > button:not(:first-child), .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="button"], .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="reset"], .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.custom-control { position: relative; display: block; min-height: 1.78125rem; padding-left: 1.5rem; }

.custom-control-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 1rem; }

.custom-control-input { position: absolute; z-index: -1; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #fff; background-color: #fff; }

.custom-control-input:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: white; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; background-color: white; border-color: white; }

.custom-control-input[disabled] ~ .custom-control-label { color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before { background-color: #e9ecef; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; }

.custom-control-label::before { position: absolute; top: 0.390625rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px; }

.custom-control-label::after { position: absolute; top: 0.390625rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #fff; background-color: #fff; }

.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(255, 255, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(255, 255, 255, 0.5); }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(255, 255, 255, 0.5); }

.custom-switch { padding-left: 2.25rem; }

.custom-switch .custom-control-label::before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; }

.custom-switch .custom-control-label::after { top: calc(0.390625rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 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; 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { -webkit-transition: none; transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: #fff; -webkit-transform: translateX(0.75rem); transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(255, 255, 255, 0.5); }

.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: 1.1875rem; font-weight: 400; line-height: 1.5; color: #495057; vertical-align: middle; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.custom-select:focus { border-color: white; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.custom-select:focus::-ms-value { color: #495057; background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; }

.custom-select:disabled { color: #6c757d; background-color: #e9ecef; }

.custom-select::-ms-expand { display: none; }

.custom-select-sm { height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 1.0390625rem; }

.custom-select-lg { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.484375rem; }

.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin-bottom: 0; }

.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; opacity: 0; }

.custom-file-input:focus ~ .custom-file-label { border-color: white; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label { background-color: #e9ecef; }

.custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; height: calc(1.5em + 0.75rem + 2px); border-color: #ced4da; border-radius: 0.25rem; }

.custom-file-text { display: block; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 0.375rem 0.75rem; overflow: hidden; font-weight: 400; line-height: 1.5; color: #495057; text-overflow: ellipsis; white-space: nowrap; background-color: #fff; border-color: inherit; border-style: solid; border-width: 1px; border-top-left-radius: inherit; border-bottom-left-radius: inherit; }

.custom-file-button { display: block; -ms-flex-negative: 0; flex-shrink: 0; padding: 0.375rem 0.75rem; margin-left: -1px; line-height: 1.5; color: #495057; background-color: #e9ecef; border-color: inherit; border-style: solid; border-width: 1px; border-top-right-radius: inherit; border-bottom-right-radius: inherit; }

.custom-range { width: 100%; height: calc(1rem + 0.4rem); padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.custom-range:focus { outline: none; }

.custom-range:focus::-webkit-slider-thumb { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.custom-range::-moz-focus-outer { border: 0; }

.custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #fff; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } }

.custom-range::-webkit-slider-thumb:active { background-color: white; }

.custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }

.custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #fff; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { -webkit-transition: none; transition: none; } }

.custom-range::-moz-range-thumb:active { background-color: white; }

.custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }

.custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #fff; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { -webkit-transition: none; transition: none; } }

.custom-range::-ms-thumb:active { background-color: white; }

.custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; }

.custom-range::-ms-fill-lower { background-color: #dee2e6; border-radius: 1rem; }

.custom-range::-ms-fill-upper { margin-right: 15px; background-color: #dee2e6; border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }

.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track { cursor: default; }

.custom-range:disabled::-ms-thumb { background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-file-text, .custom-file-button, .custom-select { -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-file-text, .custom-file-button, .custom-select { -webkit-transition: none; transition: none; } }

.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }

.nav-link { display: block; padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus { text-decoration: none; }

.nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; }

.nav-tabs { border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item { margin-bottom: -1px; }

.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.nav-pills .nav-link { border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #fff; }

.nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

.nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; }

.navbar > .container, .navbar > .container-fluid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.navbar-brand { display: inline-block; padding-top: 0.27734375rem; padding-bottom: 0.27734375rem; margin-right: 1rem; font-size: 1.484375rem; line-height: inherit; white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }

.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }

.navbar-nav .dropdown-menu { position: static; }

.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }

.navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.484375rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }

.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }

@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 576px) { .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler { display: none; } }

@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 768px) { .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-md .navbar-toggler { display: none; } }

@media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 992px) { .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler { display: none; } }

@media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } }

@media (min-width: 1200px) { .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler { display: none; } }

.navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; }

.navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }

.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }

.navbar-expand .navbar-toggler { display: none; }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand { color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }

.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }

.card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; 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: 0.25rem; }

.card > hr { margin-right: 0; margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 1.25rem; }

.card-title { margin-bottom: 0.75rem; }

.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }

.card-text:last-child { margin-bottom: 0; }

.card-link:hover { text-decoration: none; }

.card-link + .card-link { margin-left: 1.25rem; }

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

.card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child { border-top: 0; }

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

.card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }

.card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; }

.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }

.card-img { width: 100%; border-radius: calc(0.25rem - 1px); }

.card-img-top { width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.card-deck .card { margin-bottom: 20px; }

@media (min-width: 576px) { .card-deck { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -20px; margin-left: -20px; }
  .card-deck .card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 20px; margin-bottom: 0; margin-left: 20px; } }

.card-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.card-group > .card { margin-bottom: 20px; }

@media (min-width: 576px) { .card-group { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .card-group > .card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; }
  .card-group > .card + .card { margin-left: 0; border-left: 0; }
  .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } }

.card-columns .card { margin-bottom: 0.75rem; }

@media (min-width: 576px) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; }
  .card-columns .card { display: inline-block; width: 100%; } }

.accordion > .card { overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child { border-radius: 0; }

.accordion > .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; }

.accordion > .card:first-of-type:not(:last-of-type) { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.accordion > .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }

.accordion > .card .card-header { margin-bottom: -1px; }

.breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #6c757d; content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }

.breadcrumb-item.active { color: #6c757d; }

.pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; }

.page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #fff; background-color: #fff; border: 1px solid #dee2e6; }

.page-link:hover { z-index: 2; color: #d9d9d9; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }

.page-link:focus { z-index: 3; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }

.page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link { z-index: 3; color: #fff; background-color: #fff; border-color: #fff; }

.page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; }

.pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.484375rem; line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 1.0390625rem; line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; }

.badge { display: inline-block; padding: 0.25em 0.5em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; }

.badge:empty { display: none; }

.btn .badge, button .badge, input[type="button"] .badge, input[type="reset"] .badge, input[type="submit"] .badge { position: relative; top: -1px; }

.alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; }

.alert-heading { color: inherit; }

.alert-link { font-weight: 700; }

.alert-dismissible { padding-right: 4.28125rem; }

.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }

.alert-primary { color: #858585; background-color: white; border-color: white; }

.alert-primary .alert-link { color: #6c6b6b; }

.alert-secondary { color: #1f1f22; background-color: #d8d8d9; border-color: #c8c8ca; }

.alert-secondary .alert-link { color: #070707; }

.alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }

.alert-success .alert-link { color: #0b2e13; }

.alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }

.alert-info .alert-link { color: #062c33; }

.alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }

.alert-warning .alert-link { color: #533f03; }

.alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }

.alert-danger .alert-link { color: #491217; }

.alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; }

.alert-light .alert-link { color: #686868; }

.alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; }

.alert-dark .alert-link { color: #040505; }

@-webkit-keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } }

@keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } }

.progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: 0.890625rem; background-color: #e9ecef; border-radius: 0.25rem; }

.progress-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #fff; -webkit-transition: width 0.6s ease; transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .progress-bar { -webkit-transition: none; transition: none; } }

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

.progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } }

.list-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; }

.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; }

.list-group-item-action:active { color: #212529; background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }

.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }

.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; }

.list-group-item.active { z-index: 2; color: #fff; background-color: #fff; border-color: #fff; }

.list-group-horizontal { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.list-group-horizontal .list-group-item { margin-right: -1px; margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; }

@media (min-width: 576px) { .list-group-horizontal-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-sm .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-sm .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

@media (min-width: 768px) { .list-group-horizontal-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-md .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-md .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

@media (min-width: 992px) { .list-group-horizontal-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-lg .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-lg .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

@media (min-width: 1200px) { .list-group-horizontal-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-xl .list-group-item { margin-right: -1px; margin-bottom: 0; }
  .list-group-horizontal-xl .list-group-item:first-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; }

.list-group-flush .list-group-item:last-child { margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child { border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child { margin-bottom: 0; border-bottom: 0; }

.list-group-item-primary { color: #858585; background-color: white; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #858585; background-color: #f2f2f2; }

.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #858585; border-color: #858585; }

.list-group-item-secondary { color: #1f1f22; background-color: #c8c8ca; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #1f1f22; background-color: #bbbbbd; }

.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #1f1f22; border-color: #1f1f22; }

.list-group-item-success { color: #155724; background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; }

.list-group-item-info { color: #0c5460; background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }

.list-group-item-warning { color: #856404; background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }

.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }

.list-group-item-light { color: #818182; background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; }

.list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; }

.close { font-size: 1.78125rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }

.close:hover { color: #000; text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .75; }

button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

a.close.disabled { pointer-events: none; }

.toast { max-width: 350px; overflow: hidden; 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); -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px); opacity: 0; border-radius: 0.25rem; }

.toast:not(:last-child) { margin-bottom: 0.75rem; }

.toast.showing { opacity: 1; }

.toast.show { display: block; opacity: 1; }

.toast.hide { display: none; }

.toast-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; 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); }

.toast-body { padding: 0.75rem; }

.modal-open { overflow: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -50px); transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { -webkit-transition: none; transition: none; } }

.modal.show .modal-dialog { -webkit-transform: none; transform: none; }

.modal-dialog-scrollable { display: -webkit-box; display: -ms-flexbox; display: flex; max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; }

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { -ms-flex-negative: 0; flex-shrink: 0; }

.modal-dialog-scrollable .modal-body { overflow-y: auto; }

.modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - 1rem); }

.modal-dialog-centered::before { display: block; height: calc(100vh - 1rem); content: ""; }

.modal-dialog-centered.modal-dialog-scrollable { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before { content: none; }

.modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; 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; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: 0.5; }

.modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; 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); }

.modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.5; }

.modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; }

.modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > :not(:first-child) { margin-left: .25rem; }

.modal-footer > :not(:last-child) { margin-right: .25rem; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
  .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered { min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before { height: calc(100vh - 3.5rem); }
  .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-xl { max-width: 1140px; } }

.tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: "Whitney SSm A", "Whitney SSm B"; 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; word-spacing: normal; white-space: normal; line-break: auto; font-size: 1.0390625rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }

.tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow { bottom: 0; }

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }

.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow { top: 0; }

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }

.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: "Whitney SSm A", "Whitney SSm B"; 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; word-spacing: normal; white-space: normal; line-break: auto; font-size: 1.0390625rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; }

.popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem; }

.popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow { bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; }

.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow { left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }

.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow { top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .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; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; }

.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow { right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }

.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }

.popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1.1875rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty { display: none; }

.popover-body { padding: 0.5rem 0.75rem; color: #212529; }

.carousel { position: relative; }

.carousel.pointer-event { -ms-touch-action: pan-y; touch-action: pan-y; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner::after { display: block; clear: both; content: ""; }

.carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .carousel-item { -webkit-transition: none; transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { -webkit-transform: translateX(100%); transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { -webkit-transform: translateX(-100%); transform: translateX(-100%); }

.carousel-fade .carousel-item { opacity: 0; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transform: none; transform: none; }

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { z-index: 1; opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; -webkit-transition: 0s 0.6s opacity; transition: 0s 0.6s opacity; }

@media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { -webkit-transition: none; transition: none; } }

.carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; -webkit-transition: opacity 0.15s ease; transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { -webkit-transition: none; transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; }

.carousel-control-prev { left: 0; }

.carousel-control-next { right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; }

.carousel-indicators li { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; 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: .5; -webkit-transition: opacity 0.6s ease; transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-indicators li { -webkit-transition: none; transition: none; } }

.carousel-indicators .active { opacity: 1; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }

@-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border .75s linear infinite; animation: spinner-border .75s linear infinite; }

.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }

@-webkit-keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); }
  50% { opacity: 1; } }

@keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); }
  50% { opacity: 1; } }

.spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow .75s linear infinite; animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm { width: 1rem; height: 1rem; }

.clearfix::after { display: block; clear: both; content: ""; }

.embed-responsive { position: relative; width: 100%; }

.embed-responsive::before { display: block; content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-21by9::before { padding-top: 42.8571428571%; }

.embed-responsive-16by9::before { padding-top: 56.25%; }

.embed-responsive-4by3::before { padding-top: 75%; }

.embed-responsive-1by1::before { padding-top: 100%; }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }

@supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } }

.sr-only, .sr-only-focusable:not(:focus) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

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

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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

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

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

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

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

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-none { float: none !important; }

.overflow-auto { overflow: auto !important; }

.overflow-hidden { overflow: hidden !important; }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

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

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }

.shadow-sm { -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow { -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg { -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none { -webkit-box-shadow: none !important; box-shadow: none !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-sticky { position: sticky !important; }

.border { border: 1px solid #dee2e6 !important; }

.border-0 { border: 0 !important; }

.border-top { border-top: 1px solid #dee2e6 !important; }

.border-top-0 { border-top: 0 !important; }

.border-right { border-right: 1px solid #dee2e6 !important; }

.border-right-0 { border-right: 0 !important; }

.border-bottom { border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 { border-bottom: 0 !important; }

.border-left { border-left: 1px solid #dee2e6 !important; }

.border-left-0 { border-left: 0 !important; }

.border-primary { border-color: #fff !important; }

.border-secondary { border-color: #3b3b41 !important; }

.border-success { border-color: #28a745 !important; }

.border-info { border-color: #17a2b8 !important; }

.border-warning { border-color: #ffc107 !important; }

.border-danger { border-color: #dc3545 !important; }

.border-light { border-color: #f8f9fa !important; }

.border-dark { border-color: #343a40 !important; }

.border-white { border-color: #fff !important; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.w-auto { width: auto !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.h-auto { height: auto !important; }

.flex-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

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

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

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

.justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

.order-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; }

.order-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }

.order-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }

.order-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }

.order-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }

.order-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }

.order-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }

.order-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; }

.m-0 { margin: 0 !important; }

.m-1 { margin: 0.25rem !important; }

.m-2 { margin: 0.5rem !important; }

.m-3 { margin: 1rem !important; }

.m-4 { margin: 1.5rem !important; }

.m-5 { margin: 3rem !important; }

.m-auto { margin: auto !important; }

.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }

.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }

.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }

.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }

.mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }

.mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; }

.mx-auto { margin-right: auto !important; margin-left: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

.mt-0 { margin-top: 0 !important; }

.mt-1 { margin-top: 0.25rem !important; }

.mt-2 { margin-top: 0.5rem !important; }

.mt-3 { margin-top: 1rem !important; }

.mt-4 { margin-top: 1.5rem !important; }

.mt-5 { margin-top: 3rem !important; }

.mt-auto { margin-top: auto !important; }

.mr-0 { margin-right: 0 !important; }

.mr-1 { margin-right: 0.25rem !important; }

.mr-2 { margin-right: 0.5rem !important; }

.mr-3 { margin-right: 1rem !important; }

.mr-4 { margin-right: 1.5rem !important; }

.mr-5 { margin-right: 3rem !important; }

.mr-auto { margin-right: auto !important; }

.mb-0 { margin-bottom: 0 !important; }

.mb-1 { margin-bottom: 0.25rem !important; }

.mb-2 { margin-bottom: 0.5rem !important; }

.mb-3 { margin-bottom: 1rem !important; }

.mb-4 { margin-bottom: 1.5rem !important; }

.mb-5 { margin-bottom: 3rem !important; }

.mb-auto { margin-bottom: auto !important; }

.ml-0 { margin-left: 0 !important; }

.ml-1 { margin-left: 0.25rem !important; }

.ml-2 { margin-left: 0.5rem !important; }

.ml-3 { margin-left: 1rem !important; }

.ml-4 { margin-left: 1.5rem !important; }

.ml-5 { margin-left: 3rem !important; }

.ml-auto { margin-left: auto !important; }

.m-n1 { margin: -0.25rem !important; }

.m-n2 { margin: -0.5rem !important; }

.m-n3 { margin: -1rem !important; }

.m-n4 { margin: -1.5rem !important; }

.m-n5 { margin: -3rem !important; }

.mx-n1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; }

.mx-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }

.mx-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }

.mx-n4 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }

.mx-n5 { margin-right: -3rem !important; margin-left: -3rem !important; }

.my-n1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }

.my-n2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }

.my-n3 { margin-top: -1rem !important; margin-bottom: -1rem !important; }

.my-n4 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }

.my-n5 { margin-top: -3rem !important; margin-bottom: -3rem !important; }

.mt-n1 { margin-top: -0.25rem !important; }

.mt-n2 { margin-top: -0.5rem !important; }

.mt-n3 { margin-top: -1rem !important; }

.mt-n4 { margin-top: -1.5rem !important; }

.mt-n5 { margin-top: -3rem !important; }

.mr-n1 { margin-right: -0.25rem !important; }

.mr-n2 { margin-right: -0.5rem !important; }

.mr-n3 { margin-right: -1rem !important; }

.mr-n4 { margin-right: -1.5rem !important; }

.mr-n5 { margin-right: -3rem !important; }

.mb-n1 { margin-bottom: -0.25rem !important; }

.mb-n2 { margin-bottom: -0.5rem !important; }

.mb-n3 { margin-bottom: -1rem !important; }

.mb-n4 { margin-bottom: -1.5rem !important; }

.mb-n5 { margin-bottom: -3rem !important; }

.ml-n1 { margin-left: -0.25rem !important; }

.ml-n2 { margin-left: -0.5rem !important; }

.ml-n3 { margin-left: -1rem !important; }

.ml-n4 { margin-left: -1.5rem !important; }

.ml-n5 { margin-left: -3rem !important; }

.p-0 { padding: 0 !important; }

.p-1 { padding: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

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

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

.p-5 { padding: 3rem !important; }

.px-0 { padding-right: 0 !important; padding-left: 0 !important; }

.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }

.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }

.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }

.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }

.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }

.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }

.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }

.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-light { font-weight: 300 !important; }

.font-weight-lighter { font-weight: lighter !important; }

.font-weight-normal { font-weight: 400 !important; }

.font-weight-bold { font-weight: 700 !important; }

.font-weight-bolder { font-weight: bolder !important; }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

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

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

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

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

.text-white { color: #fff !important; }

.text-body { color: #212529 !important; }

.text-muted { color: #6c757d !important; }

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }

.text-reset { color: inherit !important; }

.bg-primary { background-color: #fff !important; }

.bg-secondary { background-color: #3b3b41 !important; }

.bg-success { background-color: #28a745 !important; }

.bg-info { background-color: #17a2b8 !important; }

.bg-warning { background-color: #ffc107 !important; }

.bg-danger { background-color: #dc3545 !important; }

.bg-light { background-color: #f8f9fa !important; }

.bg-dark { background-color: #343a40 !important; }

.bg-white { background-color: #fff !important; }

.bg-transparent { background-color: transparent !important; }

.text-wrap { white-space: normal !important; }

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

.text-decoration-none { text-decoration: none !important; }

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

.text-break { overflow-wrap: break-word !important; word-break: break-word !important; }

.font-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.rounded { border-radius: 0.25rem !important; }

.rounded-sm { border-radius: 0.2rem !important; }

.rounded-lg { border-radius: 0.3rem !important; }

.rounded-circle { border-radius: 50% !important; }

.rounded-pill { border-radius: 50rem !important; }

.rounded-0 { border-radius: 0 !important; }

.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }

.rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-left { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; }

@media (min-width: 576px) { .float-sm-left { float: left !important; }
  .float-sm-right { float: right !important; }
  .float-sm-none { float: none !important; }
  .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }
  .flex-sm-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }
  .order-sm-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; }
  .order-sm-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
  .order-sm-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
  .order-sm-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
  .order-sm-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
  .order-sm-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
  .order-sm-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
  .order-sm-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; }
  .m-sm-0 { margin: 0 !important; }
  .m-sm-1 { margin: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .m-sm-3 { margin: 1rem !important; }
  .m-sm-4 { margin: 1.5rem !important; }
  .m-sm-5 { margin: 3rem !important; }
  .m-sm-auto { margin: auto !important; }
  .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-sm-0 { margin-top: 0 !important; }
  .mt-sm-1 { margin-top: 0.25rem !important; }
  .mt-sm-2 { margin-top: 0.5rem !important; }
  .mt-sm-3 { margin-top: 1rem !important; }
  .mt-sm-4 { margin-top: 1.5rem !important; }
  .mt-sm-5 { margin-top: 3rem !important; }
  .mt-sm-auto { margin-top: auto !important; }
  .mr-sm-0 { margin-right: 0 !important; }
  .mr-sm-1 { margin-right: 0.25rem !important; }
  .mr-sm-2 { margin-right: 0.5rem !important; }
  .mr-sm-3 { margin-right: 1rem !important; }
  .mr-sm-4 { margin-right: 1.5rem !important; }
  .mr-sm-5 { margin-right: 3rem !important; }
  .mr-sm-auto { margin-right: auto !important; }
  .mb-sm-0 { margin-bottom: 0 !important; }
  .mb-sm-1 { margin-bottom: 0.25rem !important; }
  .mb-sm-2 { margin-bottom: 0.5rem !important; }
  .mb-sm-3 { margin-bottom: 1rem !important; }
  .mb-sm-4 { margin-bottom: 1.5rem !important; }
  .mb-sm-5 { margin-bottom: 3rem !important; }
  .mb-sm-auto { margin-bottom: auto !important; }
  .ml-sm-0 { margin-left: 0 !important; }
  .ml-sm-1 { margin-left: 0.25rem !important; }
  .ml-sm-2 { margin-left: 0.5rem !important; }
  .ml-sm-3 { margin-left: 1rem !important; }
  .ml-sm-4 { margin-left: 1.5rem !important; }
  .ml-sm-5 { margin-left: 3rem !important; }
  .ml-sm-auto { margin-left: auto !important; }
  .m-sm-n1 { margin: -0.25rem !important; }
  .m-sm-n2 { margin: -0.5rem !important; }
  .m-sm-n3 { margin: -1rem !important; }
  .m-sm-n4 { margin: -1.5rem !important; }
  .m-sm-n5 { margin: -3rem !important; }
  .mx-sm-n1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-sm-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-sm-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-sm-n4 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-sm-n5 { margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-sm-n1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-sm-n2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-sm-n3 { margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-sm-n4 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-sm-n5 { margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-sm-n1 { margin-top: -0.25rem !important; }
  .mt-sm-n2 { margin-top: -0.5rem !important; }
  .mt-sm-n3 { margin-top: -1rem !important; }
  .mt-sm-n4 { margin-top: -1.5rem !important; }
  .mt-sm-n5 { margin-top: -3rem !important; }
  .mr-sm-n1 { margin-right: -0.25rem !important; }
  .mr-sm-n2 { margin-right: -0.5rem !important; }
  .mr-sm-n3 { margin-right: -1rem !important; }
  .mr-sm-n4 { margin-right: -1.5rem !important; }
  .mr-sm-n5 { margin-right: -3rem !important; }
  .mb-sm-n1 { margin-bottom: -0.25rem !important; }
  .mb-sm-n2 { margin-bottom: -0.5rem !important; }
  .mb-sm-n3 { margin-bottom: -1rem !important; }
  .mb-sm-n4 { margin-bottom: -1.5rem !important; }
  .mb-sm-n5 { margin-bottom: -3rem !important; }
  .ml-sm-n1 { margin-left: -0.25rem !important; }
  .ml-sm-n2 { margin-left: -0.5rem !important; }
  .ml-sm-n3 { margin-left: -1rem !important; }
  .ml-sm-n4 { margin-left: -1.5rem !important; }
  .ml-sm-n5 { margin-left: -3rem !important; }
  .p-sm-0 { padding: 0 !important; }
  .p-sm-1 { padding: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .p-sm-3 { padding: 1rem !important; }
  .p-sm-4 { padding: 1.5rem !important; }
  .p-sm-5 { padding: 3rem !important; }
  .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-sm-0 { padding-top: 0 !important; }
  .pt-sm-1 { padding-top: 0.25rem !important; }
  .pt-sm-2 { padding-top: 0.5rem !important; }
  .pt-sm-3 { padding-top: 1rem !important; }
  .pt-sm-4 { padding-top: 1.5rem !important; }
  .pt-sm-5 { padding-top: 3rem !important; }
  .pr-sm-0 { padding-right: 0 !important; }
  .pr-sm-1 { padding-right: 0.25rem !important; }
  .pr-sm-2 { padding-right: 0.5rem !important; }
  .pr-sm-3 { padding-right: 1rem !important; }
  .pr-sm-4 { padding-right: 1.5rem !important; }
  .pr-sm-5 { padding-right: 3rem !important; }
  .pb-sm-0 { padding-bottom: 0 !important; }
  .pb-sm-1 { padding-bottom: 0.25rem !important; }
  .pb-sm-2 { padding-bottom: 0.5rem !important; }
  .pb-sm-3 { padding-bottom: 1rem !important; }
  .pb-sm-4 { padding-bottom: 1.5rem !important; }
  .pb-sm-5 { padding-bottom: 3rem !important; }
  .pl-sm-0 { padding-left: 0 !important; }
  .pl-sm-1 { padding-left: 0.25rem !important; }
  .pl-sm-2 { padding-left: 0.5rem !important; }
  .pl-sm-3 { padding-left: 1rem !important; }
  .pl-sm-4 { padding-left: 1.5rem !important; }
  .pl-sm-5 { padding-left: 3rem !important; }
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
  .text-sm-justify { text-align: justify !important; } }

@media (min-width: 768px) { .float-md-left { float: left !important; }
  .float-md-right { float: right !important; }
  .float-md-none { float: none !important; }
  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }
  .flex-md-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }
  .order-md-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; }
  .order-md-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
  .order-md-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
  .order-md-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
  .order-md-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
  .order-md-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
  .order-md-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
  .order-md-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; }
  .m-md-0 { margin: 0 !important; }
  .m-md-1 { margin: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .m-md-3 { margin: 1rem !important; }
  .m-md-4 { margin: 1.5rem !important; }
  .m-md-5 { margin: 3rem !important; }
  .m-md-auto { margin: auto !important; }
  .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-md-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-md-0 { margin-top: 0 !important; }
  .mt-md-1 { margin-top: 0.25rem !important; }
  .mt-md-2 { margin-top: 0.5rem !important; }
  .mt-md-3 { margin-top: 1rem !important; }
  .mt-md-4 { margin-top: 1.5rem !important; }
  .mt-md-5 { margin-top: 3rem !important; }
  .mt-md-auto { margin-top: auto !important; }
  .mr-md-0 { margin-right: 0 !important; }
  .mr-md-1 { margin-right: 0.25rem !important; }
  .mr-md-2 { margin-right: 0.5rem !important; }
  .mr-md-3 { margin-right: 1rem !important; }
  .mr-md-4 { margin-right: 1.5rem !important; }
  .mr-md-5 { margin-right: 3rem !important; }
  .mr-md-auto { margin-right: auto !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
  .mb-md-1 { margin-bottom: 0.25rem !important; }
  .mb-md-2 { margin-bottom: 0.5rem !important; }
  .mb-md-3 { margin-bottom: 1rem !important; }
  .mb-md-4 { margin-bottom: 1.5rem !important; }
  .mb-md-5 { margin-bottom: 3rem !important; }
  .mb-md-auto { margin-bottom: auto !important; }
  .ml-md-0 { margin-left: 0 !important; }
  .ml-md-1 { margin-left: 0.25rem !important; }
  .ml-md-2 { margin-left: 0.5rem !important; }
  .ml-md-3 { margin-left: 1rem !important; }
  .ml-md-4 { margin-left: 1.5rem !important; }
  .ml-md-5 { margin-left: 3rem !important; }
  .ml-md-auto { margin-left: auto !important; }
  .m-md-n1 { margin: -0.25rem !important; }
  .m-md-n2 { margin: -0.5rem !important; }
  .m-md-n3 { margin: -1rem !important; }
  .m-md-n4 { margin: -1.5rem !important; }
  .m-md-n5 { margin: -3rem !important; }
  .mx-md-n1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-md-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-md-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-md-n4 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-md-n5 { margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-md-n1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-md-n2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-md-n3 { margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-md-n4 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-md-n5 { margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-md-n1 { margin-top: -0.25rem !important; }
  .mt-md-n2 { margin-top: -0.5rem !important; }
  .mt-md-n3 { margin-top: -1rem !important; }
  .mt-md-n4 { margin-top: -1.5rem !important; }
  .mt-md-n5 { margin-top: -3rem !important; }
  .mr-md-n1 { margin-right: -0.25rem !important; }
  .mr-md-n2 { margin-right: -0.5rem !important; }
  .mr-md-n3 { margin-right: -1rem !important; }
  .mr-md-n4 { margin-right: -1.5rem !important; }
  .mr-md-n5 { margin-right: -3rem !important; }
  .mb-md-n1 { margin-bottom: -0.25rem !important; }
  .mb-md-n2 { margin-bottom: -0.5rem !important; }
  .mb-md-n3 { margin-bottom: -1rem !important; }
  .mb-md-n4 { margin-bottom: -1.5rem !important; }
  .mb-md-n5 { margin-bottom: -3rem !important; }
  .ml-md-n1 { margin-left: -0.25rem !important; }
  .ml-md-n2 { margin-left: -0.5rem !important; }
  .ml-md-n3 { margin-left: -1rem !important; }
  .ml-md-n4 { margin-left: -1.5rem !important; }
  .ml-md-n5 { margin-left: -3rem !important; }
  .p-md-0 { padding: 0 !important; }
  .p-md-1 { padding: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem !important; }
  .p-md-3 { padding: 1rem !important; }
  .p-md-4 { padding: 1.5rem !important; }
  .p-md-5 { padding: 3rem !important; }
  .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-md-0 { padding-top: 0 !important; }
  .pt-md-1 { padding-top: 0.25rem !important; }
  .pt-md-2 { padding-top: 0.5rem !important; }
  .pt-md-3 { padding-top: 1rem !important; }
  .pt-md-4 { padding-top: 1.5rem !important; }
  .pt-md-5 { padding-top: 3rem !important; }
  .pr-md-0 { padding-right: 0 !important; }
  .pr-md-1 { padding-right: 0.25rem !important; }
  .pr-md-2 { padding-right: 0.5rem !important; }
  .pr-md-3 { padding-right: 1rem !important; }
  .pr-md-4 { padding-right: 1.5rem !important; }
  .pr-md-5 { padding-right: 3rem !important; }
  .pb-md-0 { padding-bottom: 0 !important; }
  .pb-md-1 { padding-bottom: 0.25rem !important; }
  .pb-md-2 { padding-bottom: 0.5rem !important; }
  .pb-md-3 { padding-bottom: 1rem !important; }
  .pb-md-4 { padding-bottom: 1.5rem !important; }
  .pb-md-5 { padding-bottom: 3rem !important; }
  .pl-md-0 { padding-left: 0 !important; }
  .pl-md-1 { padding-left: 0.25rem !important; }
  .pl-md-2 { padding-left: 0.5rem !important; }
  .pl-md-3 { padding-left: 1rem !important; }
  .pl-md-4 { padding-left: 1.5rem !important; }
  .pl-md-5 { padding-left: 3rem !important; }
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
  .text-md-justify { text-align: justify !important; } }

@media (min-width: 992px) { .float-lg-left { float: left !important; }
  .float-lg-right { float: right !important; }
  .float-lg-none { float: none !important; }
  .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }
  .flex-lg-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }
  .order-lg-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; }
  .order-lg-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
  .order-lg-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
  .order-lg-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
  .order-lg-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
  .order-lg-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
  .order-lg-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
  .order-lg-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; }
  .m-lg-0 { margin: 0 !important; }
  .m-lg-1 { margin: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .m-lg-3 { margin: 1rem !important; }
  .m-lg-4 { margin: 1.5rem !important; }
  .m-lg-5 { margin: 3rem !important; }
  .m-lg-auto { margin: auto !important; }
  .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .mt-lg-1 { margin-top: 0.25rem !important; }
  .mt-lg-2 { margin-top: 0.5rem !important; }
  .mt-lg-3 { margin-top: 1rem !important; }
  .mt-lg-4 { margin-top: 1.5rem !important; }
  .mt-lg-5 { margin-top: 3rem !important; }
  .mt-lg-auto { margin-top: auto !important; }
  .mr-lg-0 { margin-right: 0 !important; }
  .mr-lg-1 { margin-right: 0.25rem !important; }
  .mr-lg-2 { margin-right: 0.5rem !important; }
  .mr-lg-3 { margin-right: 1rem !important; }
  .mr-lg-4 { margin-right: 1.5rem !important; }
  .mr-lg-5 { margin-right: 3rem !important; }
  .mr-lg-auto { margin-right: auto !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mb-lg-1 { margin-bottom: 0.25rem !important; }
  .mb-lg-2 { margin-bottom: 0.5rem !important; }
  .mb-lg-3 { margin-bottom: 1rem !important; }
  .mb-lg-4 { margin-bottom: 1.5rem !important; }
  .mb-lg-5 { margin-bottom: 3rem !important; }
  .mb-lg-auto { margin-bottom: auto !important; }
  .ml-lg-0 { margin-left: 0 !important; }
  .ml-lg-1 { margin-left: 0.25rem !important; }
  .ml-lg-2 { margin-left: 0.5rem !important; }
  .ml-lg-3 { margin-left: 1rem !important; }
  .ml-lg-4 { margin-left: 1.5rem !important; }
  .ml-lg-5 { margin-left: 3rem !important; }
  .ml-lg-auto { margin-left: auto !important; }
  .m-lg-n1 { margin: -0.25rem !important; }
  .m-lg-n2 { margin: -0.5rem !important; }
  .m-lg-n3 { margin: -1rem !important; }
  .m-lg-n4 { margin: -1.5rem !important; }
  .m-lg-n5 { margin: -3rem !important; }
  .mx-lg-n1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-lg-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-lg-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-lg-n4 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-lg-n5 { margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-lg-n1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-lg-n2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-lg-n3 { margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-lg-n4 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-lg-n5 { margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-lg-n1 { margin-top: -0.25rem !important; }
  .mt-lg-n2 { margin-top: -0.5rem !important; }
  .mt-lg-n3 { margin-top: -1rem !important; }
  .mt-lg-n4 { margin-top: -1.5rem !important; }
  .mt-lg-n5 { margin-top: -3rem !important; }
  .mr-lg-n1 { margin-right: -0.25rem !important; }
  .mr-lg-n2 { margin-right: -0.5rem !important; }
  .mr-lg-n3 { margin-right: -1rem !important; }
  .mr-lg-n4 { margin-right: -1.5rem !important; }
  .mr-lg-n5 { margin-right: -3rem !important; }
  .mb-lg-n1 { margin-bottom: -0.25rem !important; }
  .mb-lg-n2 { margin-bottom: -0.5rem !important; }
  .mb-lg-n3 { margin-bottom: -1rem !important; }
  .mb-lg-n4 { margin-bottom: -1.5rem !important; }
  .mb-lg-n5 { margin-bottom: -3rem !important; }
  .ml-lg-n1 { margin-left: -0.25rem !important; }
  .ml-lg-n2 { margin-left: -0.5rem !important; }
  .ml-lg-n3 { margin-left: -1rem !important; }
  .ml-lg-n4 { margin-left: -1.5rem !important; }
  .ml-lg-n5 { margin-left: -3rem !important; }
  .p-lg-0 { padding: 0 !important; }
  .p-lg-1 { padding: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem !important; }
  .p-lg-3 { padding: 1rem !important; }
  .p-lg-4 { padding: 1.5rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-lg-0 { padding-top: 0 !important; }
  .pt-lg-1 { padding-top: 0.25rem !important; }
  .pt-lg-2 { padding-top: 0.5rem !important; }
  .pt-lg-3 { padding-top: 1rem !important; }
  .pt-lg-4 { padding-top: 1.5rem !important; }
  .pt-lg-5 { padding-top: 3rem !important; }
  .pr-lg-0 { padding-right: 0 !important; }
  .pr-lg-1 { padding-right: 0.25rem !important; }
  .pr-lg-2 { padding-right: 0.5rem !important; }
  .pr-lg-3 { padding-right: 1rem !important; }
  .pr-lg-4 { padding-right: 1.5rem !important; }
  .pr-lg-5 { padding-right: 3rem !important; }
  .pb-lg-0 { padding-bottom: 0 !important; }
  .pb-lg-1 { padding-bottom: 0.25rem !important; }
  .pb-lg-2 { padding-bottom: 0.5rem !important; }
  .pb-lg-3 { padding-bottom: 1rem !important; }
  .pb-lg-4 { padding-bottom: 1.5rem !important; }
  .pb-lg-5 { padding-bottom: 3rem !important; }
  .pl-lg-0 { padding-left: 0 !important; }
  .pl-lg-1 { padding-left: 0.25rem !important; }
  .pl-lg-2 { padding-left: 0.5rem !important; }
  .pl-lg-3 { padding-left: 1rem !important; }
  .pl-lg-4 { padding-left: 1.5rem !important; }
  .pl-lg-5 { padding-left: 3rem !important; }
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
  .text-lg-justify { text-align: justify !important; } }

@media (min-width: 1200px) { .float-xl-left { float: left !important; }
  .float-xl-right { float: right !important; }
  .float-xl-none { float: none !important; }
  .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }
  .flex-xl-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-xl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-xl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-xl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-xl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-xl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }
  .order-xl-first { -webkit-box-ordinal-group: 0 !important; -ms-flex-order: -1 !important; order: -1 !important; }
  .order-xl-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
  .order-xl-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
  .order-xl-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
  .order-xl-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
  .order-xl-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
  .order-xl-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
  .order-xl-last { -webkit-box-ordinal-group: 7 !important; -ms-flex-order: 6 !important; order: 6 !important; }
  .m-xl-0 { margin: 0 !important; }
  .m-xl-1 { margin: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .m-xl-3 { margin: 1rem !important; }
  .m-xl-4 { margin: 1.5rem !important; }
  .m-xl-5 { margin: 3rem !important; }
  .m-xl-auto { margin: auto !important; }
  .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-xl-0 { margin-top: 0 !important; }
  .mt-xl-1 { margin-top: 0.25rem !important; }
  .mt-xl-2 { margin-top: 0.5rem !important; }
  .mt-xl-3 { margin-top: 1rem !important; }
  .mt-xl-4 { margin-top: 1.5rem !important; }
  .mt-xl-5 { margin-top: 3rem !important; }
  .mt-xl-auto { margin-top: auto !important; }
  .mr-xl-0 { margin-right: 0 !important; }
  .mr-xl-1 { margin-right: 0.25rem !important; }
  .mr-xl-2 { margin-right: 0.5rem !important; }
  .mr-xl-3 { margin-right: 1rem !important; }
  .mr-xl-4 { margin-right: 1.5rem !important; }
  .mr-xl-5 { margin-right: 3rem !important; }
  .mr-xl-auto { margin-right: auto !important; }
  .mb-xl-0 { margin-bottom: 0 !important; }
  .mb-xl-1 { margin-bottom: 0.25rem !important; }
  .mb-xl-2 { margin-bottom: 0.5rem !important; }
  .mb-xl-3 { margin-bottom: 1rem !important; }
  .mb-xl-4 { margin-bottom: 1.5rem !important; }
  .mb-xl-5 { margin-bottom: 3rem !important; }
  .mb-xl-auto { margin-bottom: auto !important; }
  .ml-xl-0 { margin-left: 0 !important; }
  .ml-xl-1 { margin-left: 0.25rem !important; }
  .ml-xl-2 { margin-left: 0.5rem !important; }
  .ml-xl-3 { margin-left: 1rem !important; }
  .ml-xl-4 { margin-left: 1.5rem !important; }
  .ml-xl-5 { margin-left: 3rem !important; }
  .ml-xl-auto { margin-left: auto !important; }
  .m-xl-n1 { margin: -0.25rem !important; }
  .m-xl-n2 { margin: -0.5rem !important; }
  .m-xl-n3 { margin: -1rem !important; }
  .m-xl-n4 { margin: -1.5rem !important; }
  .m-xl-n5 { margin: -3rem !important; }
  .mx-xl-n1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-xl-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-xl-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-xl-n4 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-xl-n5 { margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-xl-n1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-xl-n2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-xl-n3 { margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-xl-n4 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-xl-n5 { margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-xl-n1 { margin-top: -0.25rem !important; }
  .mt-xl-n2 { margin-top: -0.5rem !important; }
  .mt-xl-n3 { margin-top: -1rem !important; }
  .mt-xl-n4 { margin-top: -1.5rem !important; }
  .mt-xl-n5 { margin-top: -3rem !important; }
  .mr-xl-n1 { margin-right: -0.25rem !important; }
  .mr-xl-n2 { margin-right: -0.5rem !important; }
  .mr-xl-n3 { margin-right: -1rem !important; }
  .mr-xl-n4 { margin-right: -1.5rem !important; }
  .mr-xl-n5 { margin-right: -3rem !important; }
  .mb-xl-n1 { margin-bottom: -0.25rem !important; }
  .mb-xl-n2 { margin-bottom: -0.5rem !important; }
  .mb-xl-n3 { margin-bottom: -1rem !important; }
  .mb-xl-n4 { margin-bottom: -1.5rem !important; }
  .mb-xl-n5 { margin-bottom: -3rem !important; }
  .ml-xl-n1 { margin-left: -0.25rem !important; }
  .ml-xl-n2 { margin-left: -0.5rem !important; }
  .ml-xl-n3 { margin-left: -1rem !important; }
  .ml-xl-n4 { margin-left: -1.5rem !important; }
  .ml-xl-n5 { margin-left: -3rem !important; }
  .p-xl-0 { padding: 0 !important; }
  .p-xl-1 { padding: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem !important; }
  .p-xl-3 { padding: 1rem !important; }
  .p-xl-4 { padding: 1.5rem !important; }
  .p-xl-5 { padding: 3rem !important; }
  .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-xl-0 { padding-top: 0 !important; }
  .pt-xl-1 { padding-top: 0.25rem !important; }
  .pt-xl-2 { padding-top: 0.5rem !important; }
  .pt-xl-3 { padding-top: 1rem !important; }
  .pt-xl-4 { padding-top: 1.5rem !important; }
  .pt-xl-5 { padding-top: 3rem !important; }
  .pr-xl-0 { padding-right: 0 !important; }
  .pr-xl-1 { padding-right: 0.25rem !important; }
  .pr-xl-2 { padding-right: 0.5rem !important; }
  .pr-xl-3 { padding-right: 1rem !important; }
  .pr-xl-4 { padding-right: 1.5rem !important; }
  .pr-xl-5 { padding-right: 3rem !important; }
  .pb-xl-0 { padding-bottom: 0 !important; }
  .pb-xl-1 { padding-bottom: 0.25rem !important; }
  .pb-xl-2 { padding-bottom: 0.5rem !important; }
  .pb-xl-3 { padding-bottom: 1rem !important; }
  .pb-xl-4 { padding-bottom: 1.5rem !important; }
  .pb-xl-5 { padding-bottom: 3rem !important; }
  .pl-xl-0 { padding-left: 0 !important; }
  .pl-xl-1 { padding-left: 0.25rem !important; }
  .pl-xl-2 { padding-left: 0.5rem !important; }
  .pl-xl-3 { padding-left: 1rem !important; }
  .pl-xl-4 { padding-left: 1.5rem !important; }
  .pl-xl-5 { padding-left: 3rem !important; }
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
  .text-xl-justify { text-align: justify !important; } }

@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

.mw-100 { max-width: 100% !important; }

.mh-100 { max-height: 100% !important; }

.min-vw-100 { min-width: 100vw !important; }

.min-vh-100 { min-height: 100vh !important; }

.vw-100 { width: 100vw !important; }

.vh-100 { height: 100vh !important; }

.text-primary { color: #fff !important; }

a.text-primary:hover, a.text-primary:focus { color: #d9d9d9 !important; }

.text-secondary { color: #3b3b41 !important; }

a.text-secondary:hover, a.text-secondary:focus { color: #171719 !important; }

.text-success { color: #28a745 !important; }

a.text-success:hover, a.text-success:focus { color: #19692c !important; }

.text-info { color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus { color: #0f6674 !important; }

.text-warning { color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus { color: #ba8b00 !important; }

.text-danger { color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus { color: #a71d2a !important; }

.text-light { color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus { color: #cbd3da !important; }

.text-dark { color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus { color: #121416 !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

/* Style overrides for basic bootstrap elements  */
figure.figure { margin: 0; }

figure.figure .figure-img { margin: 0; }

.btn, button, input[type="button"], input[type="reset"], input[type="submit"] { border-radius: 0; }

/*--------------------------------------------------------------
## Overall grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
#wrapper-footer { background: #3b3b41; color: #fff; }

#wrapper-footer .site-info { padding: 30px 0 30px 0; font-size: 12px; }

#wrapper-footer .site-info .footer-info-wrap .icon-wrap .icon-tufts { background: url(assets/img/tufts.svg); background-repeat: no-repeat; height: 15px; display: inline-block; }

#wrapper-footer .site-info .footer-info-wrap .icon-wrap .icon-tufts span { font-style: normal; margin-left: 50px; text-transform: uppercase; }

#wrapper-footer .site-info .footer-info-wrap .footer-description { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; text-align: right; }

@media (max-width: 991.98px) { #wrapper-footer .site-info .footer-info-wrap .footer-description { margin-top: 15px; text-align: unset; } }

#wrapper-footer .site-info .footer-info-wrap .footer-description a { text-decoration: underline; }

#wrapper-footer .site-info .footer-info-wrap .footer-description .vL { border-left: 1px solid #e0e0e1; margin-left: 3px; margin-right: 3px; }

@media (max-width: 991.98px) { #wrapper-footer .site-info .footer-info-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.wrap-footer.hidden { display: none; }

#wrapper-navbar { position: fixed; top: 0; height: 80px; width: 100%; z-index: 3; }

@media (max-width: 991.98px) { #wrapper-navbar { height: 67px; } }

.admin-bar #wrapper-navbar { top: 46px; }

#wrapper-navbar .navbar { background-color: #fff; border-bottom: 3px solid #e0e0e1; }

#wrapper-navbar .navbar .navbar-brand .site-logo img { width: 92px; }

#wrapper-navbar .navbar .navbar-brand .vL { height: 25px; border-left: 3px solid #e0e0e1; margin: 7px 15px 0 15px; }

#wrapper-navbar .navbar .navbar-brand .tagline { padding-top: 10px; font-size: 0.875rem; line-height: inherit; font-weight: 700; text-transform: uppercase; color: #646469; letter-spacing: .05em; }

@media (max-width: 767.98px) { #wrapper-navbar .navbar .navbar-brand .tagline { white-space: normal; font-size: 0.625rem; padding-top: 5px; } }

#wrapper-navbar .mobile-menu-wrapper { background-color: #27272C; }

.mobile-menu-wrapper { background-color: #fff; position: fixed; right: 0; z-index: 10; overflow-y: scroll; overflow-x: hidden; top: 80px; bottom: 0; visibility: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transition: .2s ease; transition: .2s ease; }

@media (max-width: 991.98px) { .mobile-menu-wrapper { top: 67px; } }

.admin-bar .mobile-menu-wrapper { top: 123px; }

@media (max-width: 991.98px) { .admin-bar .mobile-menu-wrapper { top: 110px; } }

@media (max-width: 991.98px) { .mobile-menu-wrapper { width: 50%; }
  .mobile-menu-wrapper .navbar-nav { padding: 0 !important; }
  .mobile-menu-wrapper .navbar-nav li { padding: 1.5625rem 0; margin-left: 35px; margin-right: 35px; }
  .mobile-menu-wrapper .navbar-nav li:not(:last-child) { border-bottom: 1px solid #545458; }
  .mobile-menu-wrapper .navbar-nav li a { font-weight: 700; color: #fff; line-height: 1.1875rem; text-transform: uppercase; } }

@media (max-width: 767.98px) { .mobile-menu-wrapper { width: 100%; } }

.mobile-navigation.show .mobile-menu-wrapper { visibility: visible; opacity: 1; filter: alpha(opacity=100); }

#wrapper-navbar .navbar-toggler { padding: 0 !important; border: none; border-radius: 0; }

@media (max-width: 767.98px) { #wrapper-navbar .navbar-toggler { width: 35px; height: 35px; position: absolute; z-index: 11; bottom: -19px; background-color: #003388; right: 0; }
  #wrapper-navbar .navbar-toggler:focus, #wrapper-navbar .navbar-toggler:hover, #wrapper-navbar .navbar-toggler:active { background-color: #003388 !important; } }

#wrapper-navbar .navbar-toggler .navbar-toggler-line { display: block; height: 3px; width: 18px; background: #3b3b41; margin-bottom: 3px; float: right; clear: both; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-transform: none; transform: none; }

@media (max-width: 767.98px) { #wrapper-navbar .navbar-toggler .navbar-toggler-line { background: #fff; margin-right: 8px; } }

#wrapper-navbar .navbar-toggler .navbar-toggler-line:nth-child(2) { opacity: 1; }

#wrapper-navbar .navbar-toggler .navbar-toggler-line:nth-child(3) { margin-bottom: 0; }

#wrapper-navbar .navbar-toggler:hover, #wrapper-navbar .navbar-toggler:active, #wrapper-navbar .navbar-toggler:focus { background: none; }

#wrapper-navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line { -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; }

#wrapper-navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(2) { opacity: 0; }

#wrapper-navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(1) { -webkit-transform: translate(0px, 6px) rotate(-45deg); transform: translate(0px, 6px) rotate(-45deg); }

#wrapper-navbar .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(3) { -webkit-transform: translate(0px, -6px) rotate(45deg); transform: translate(0px, -6px) rotate(45deg); }

@media (min-width: 992px) { .admin-bar #wrapper-navbar { top: 32px; } }

/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-collapse { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }

.navbar-brand { margin-right: 0; }

#site-navigation ul { list-style: none; margin: 0 0 1px 0; padding: 0; }

#site-navigation ul li { display: inline-block; padding: 0 5px; margin: 0; }

@media (max-width: 1200px) { #site-navigation ul li { padding: 0; } }

#site-navigation ul li:not(:last-child) { margin-right: 10px; }

#site-navigation ul li:before { display: none; }

#site-navigation ul li a { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; color: #003388; letter-spacing: .05em; }

#site-navigation ul li a:hover, #site-navigation ul li a:active { color: #b22930; text-decoration: unset; }

/* Small menu items. */
.mobile-menu-wrapper #main-menu li, .mobile-menu-wrapper #main-menu li a { background: none !important; background-image: none !important; }

.mobile-menu-wrapper #main-menu li:hover, .mobile-menu-wrapper #main-menu li:active, .mobile-menu-wrapper #main-menu li a:hover, .mobile-menu-wrapper #main-menu li a:active { background: none !important; background-image: none !important; }

.mobile-menu-wrapper #main-menu li a { letter-spacing: .05em; }

.mobile-menu-wrapper #main-menu li a:hover, .mobile-menu-wrapper #main-menu li a:active { text-decoration: underline !important; }

.mobile-menu-wrapper #main-menu .dropdown-menu { -webkit-transition: .2s ease-in-out !important; transition: .2s ease-in-out !important; background: none !important; background-image: none !important; padding: 0; float: left; padding: 0.625rem 0 0 !important; }

.mobile-menu-wrapper #main-menu .dropdown-menu li { float: left; width: 100%; padding: 0.625rem 0; }

.mobile-menu-wrapper #main-menu .dropdown-menu li a { padding: 0 0.25rem; font-size: 1.0625rem; font-family: "Proxima Nova Regular"; line-height: 1.375rem; color: #fff; }

.mobile-menu-wrapper #main-menu > li { position: relative; }

.mobile-menu-wrapper #main-menu > li > a { float: left; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body { padding-top: 80px; }

@media (max-width: 991.98px) { body { padding-top: 67px; } }

#site-content { margin-bottom: size-rem(100px); }

.page-content, .entry-content, .entry-summary { margin: 0; padding: 0; }

#wizard-wrapper { width: 100%; height: 0; position: fixed; z-index: 1; background-color: transparent; /*@include media-breakpoint-down(md) { background: #27272c; }*/ }

#wizard-wrapper #wizard { background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3b3b41), color-stop(50%, #27272c)); background: linear-gradient(to right, #3b3b41 50%, #27272c 50%); -ms-touch-action: pan-y; touch-action: pan-y; height: 0; overflow: hidden; position: relative; }

@media (max-width: 991.98px) { #wizard-wrapper #wizard { background: #27272c; } }

@media (max-width: 991.98px) { #wizard-wrapper #wizard { overflow: auto; position: unset; } }

#wizard-wrapper #wizard #wizard-container { -ms-touch-action: pan-y; touch-action: pan-y; background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3b3b41), color-stop(50%, #27272c)); background: linear-gradient(to right, #3b3b41 50%, #27272c 50%); }

@media (max-width: 991.98px) { #wizard-wrapper #wizard #wizard-container { padding-bottom: 50px; background: #27272c; } }

#wizard-wrapper #wizard #wizard-container .wrap-select { background-color: #000; padding-top: 30px; }

#wizard-wrapper #wizard #wizard-container .wrap-select .select-title { letter-spacing: .05em; text-transform: uppercase; color: #fff; margin-bottom: 15px; font-weight: 700; font-size: 18px; }

#wizard-wrapper #wizard #wizard-container .wrap-select .select-or { padding-top: 7px; font-size: 14px; font-weight: 700; color: #c1c1c3; text-transform: uppercase; }

@media (max-width: 767.98px) { #wizard-wrapper #wizard #wizard-container .wrap-select .select-or { margin-top: -14px; padding-top: 0; padding-left: 20px; margin-bottom: 12px; } }

#wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text { font-size: 14px; line-height: 1.4; color: #c1c1c3; margin-bottom: 0; }

#wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text a { color: #c1c1c3; text-decoration: underline; white-space: nowrap; }

@media (max-width: 767.98px) { #wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text a { display: block; } }

#wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text a:hover, #wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text a:active { color: #fff; }

@media (max-width: 991.98px) { #wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text { margin-left: 20px; } }

@media (max-width: 767.98px) { #wizard-wrapper #wizard #wizard-container .wrap-select .select-end-text { margin-left: 0; font-size: 16px; margin-bottom: 30px; margin-top: -15px; padding-top: 7px; } }

#wizard-wrapper #wizard #wizard-container .wrap-titles { background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c1cd23), color-stop(50%, #7fa9ae)); background: linear-gradient(to right, #c1cd23 50%, #7fa9ae 50%); }

#wizard-wrapper #wizard #wizard-container .wrap-titles .left-data-title, #wizard-wrapper #wizard #wizard-container .wrap-titles .right-data-title { font-size: 18px; color: #000; font-weight: 700; text-transform: uppercase; padding: 15px 0 15px 20px; }

#wizard-wrapper #wizard #wizard-container .wrap-titles .left-data-title span, #wizard-wrapper #wizard #wizard-container .wrap-titles .right-data-title span { text-transform: lowercase; font-size: 14px; font-weight: 500; white-space: nowrap; }

#wizard-wrapper #wizard #wizard-container .wrap-data-check .data-title { font-size: 16px; color: #fff; font-weight: 700; margin: 30px 0 10px 0; }

#wizard-wrapper #wizard #wizard-container .wrap-data-check .data-title.disabled { opacity: 0.3; }

#wizard-wrapper.wizard-collapsed { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: slideout; animation-name: slideout; }

#wizard-wrapper.wizard-collapsed #wizard { height: 0; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: slideout; animation-name: slideout; }

#wizard-wrapper.wizard-collapsed .wrap-wizard-toggler { width: 100%; opacity: 1; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-name: fadeOn; animation-name: fadeOn; }

#wizard-wrapper .wrap-filter-buttons { visibility: hidden; height: 0; padding-top: 0; margin-top: 0; }

#wizard-wrapper.wizard-expanded { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: slidein; animation-name: slidein; height: 100%; }

@media (max-width: 991.98px) { #wizard-wrapper.wizard-expanded { height: 98%; } }

#wizard-wrapper.wizard-expanded #wizard { height: calc(100% - 60px); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: slidein; animation-name: slidein; }

@media (max-width: 991.98px) { #wizard-wrapper.wizard-expanded #wizard { height: 98%; width: 100%; } }

#wizard-wrapper.wizard-expanded .wrap-wizard-toggler { height: 0; padding: 0; opacity: 0; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-name: fadeIn; animation-name: fadeIn; }

#wizard-wrapper.wizard-expanded .wrap-wizard-toggler #wizard-toggler { z-index: -10; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons { visibility: visible; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons { opacity: 0; height: 20%; width: 100%; background-color: #000; padding-top: 15px; padding-bottom: 15px; position: absolute; bottom: 0; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons.show { -webkit-animation: 1s ease 0s normal forwards 1 fadeinFilterButton; animation: 1s ease 0s normal forwards 1 fadeinFilterButton; opacity: 1; z-index: 1; }

@-webkit-keyframes fadeinFilterButton { 0% { opacity: 0; }
  80% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeinFilterButton { 0% { opacity: 0; }
  80% { opacity: 0; }
  100% { opacity: 1; } }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .change-content { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 991.98px) { #wizard-wrapper.wizard-expanded .wrap-filter-buttons { height: auto; background-color: #000; bottom: 48px; padding-top: 25px; padding-bottom: 26px; }
  #wizard-wrapper.wizard-expanded .wrap-filter-buttons .change-content { -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; } }

@media (max-width: 767.98px) { #wizard-wrapper.wizard-expanded .wrap-filter-buttons { padding-top: 25px; padding-bottom: 30px; } }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button { background-color: #000; padding: 5px; border-radius: 25px; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #apply-filters, #wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #clear-filters { color: #fff; border: unset; font-size: 15px; font-weight: 700; border-radius: 25px; text-transform: uppercase; }

@media (max-width: 991.98px) { #wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #apply-filters, #wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #clear-filters { font-size: 16px; } }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #apply-filters { background-color: #2378cd; padding-left: 25px; padding-right: 25px; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #apply-filters:not([disabled]):hover, #wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #apply-filters:not([disabled]):active { background-color: #3e8ede; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #clear-filters { padding-left: 10px; padding-right: 10px; background-color: #707070; margin-left: 20px; }

@media (max-width: 991.98px) { #wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #clear-filters { margin-left: 10px; } }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #clear-filters:hover, #wizard-wrapper.wizard-expanded .wrap-filter-buttons .apply-button #clear-filters:active { background-color: #929296; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .button-close { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .05em; position: absolute; top: 7px; right: 30px; width: auto; height: 30px; }

@media (max-width: 767.98px) { #wizard-wrapper.wizard-expanded .wrap-filter-buttons .button-close { right: 10px; } }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .button-close:hover button, #wizard-wrapper.wizard-expanded .wrap-filter-buttons .button-close:active button, #wizard-wrapper.wizard-expanded .wrap-filter-buttons .button-close:focus button { background-color: #f2f2f2; }

#wizard-wrapper.wizard-expanded .wrap-filter-buttons .button-close button { margin-left: 10px; content: " "; width: 30px; height: 30px; border-radius: 25px; background-color: #fff; background-image: url(assets/img/close-black.svg); background-repeat: no-repeat; background-position: center; }

#wizard-wrapper:not(show) { opacity: 0; z-index: 2; -webkit-transition: 0.8s opacity; transition: 0.8s opacity; }

#wizard-wrapper.show { opacity: 1; }

#wizard-wrapper #wizard #data-filters .circle-control { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; }

#wizard-wrapper #wizard #data-filters .circle-control .circle-control-input { margin-right: 5px; }

#wizard-wrapper #wizard #data-filters .circle-control .circle-control-label { margin: 0; font-size: 14px; line-height: 14px; }

@media (max-width: 991.98px) { #wizard-wrapper #wizard #data-filters { display: none; } }

#wizard-wrapper #wizard #data-filters .wrap-why-these { margin-bottom: 50px; }

#wizard-wrapper #wizard #data-filters .wrap-why-these a.why-these { text-decoration: underline; color: #929296; font-size: 14px; }

#wizard-wrapper #wizard #data-filters .wrap-why-these a.why-these:hover, #wizard-wrapper #wizard #data-filters .wrap-why-these a.why-these:active { color: #fff; }

#wizard-wrapper #wizard #mobile-data-filters { display: none; background-color: #27272c; }

@media (max-width: 991.98px) { #wizard-wrapper #wizard #mobile-data-filters { display: block; } }

#wizard-wrapper #wizard #mobile-data-filters .wrap-title-yellow { background-color: #c1cd23; }

#wizard-wrapper #wizard #mobile-data-filters .wrap-title-blue { margin-top: 20px; background-color: #7fa9ae; }

#wizard-wrapper #wizard #mobile-data-filters .right-data-filters { margin-bottom: 30px; }

#wizard-wrapper #wizard #mobile-data-filters .right-data-filters > div { margin-bottom: 30px; }

#wizard-wrapper #wizard #mobile-data-filters .card-header, #wizard-wrapper #wizard #mobile-data-filters .card-block, #wizard-wrapper #wizard #mobile-data-filters .card { border: unset; background-color: transparent; padding-left: 0; padding-right: 0; }

#wizard-wrapper #wizard #mobile-data-filters .card-block .circle-control { margin-top: 20px; margin-bottom: 20px; }

#wizard-wrapper #wizard #mobile-data-filters .card { border-bottom: 1px solid #fff; border-radius: 0; }

#wizard-wrapper #wizard #mobile-data-filters .card:last-child { border-bottom: unset; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header { padding: 0; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a { font-size: 20px; color: #fff; font-weight: 700; text-decoration: unset; padding: 22px 0 18px 55px; margin-left: -10px; width: 100%; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a .collapse-toggle-button { position: absolute; left: 0; top: 48px; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a .collapse-toggle-button:after, #wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a .collapse-toggle-button:before { content: ''; position: absolute; background-color: #fff; -webkit-transition: -webkit-transform .35s ease-out; transition: -webkit-transform .35s ease-out; transition: transform .35s ease-out; transition: transform .35s ease-out, -webkit-transform .35s ease-out; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a .collapse-toggle-button:after { width: 28px; height: 2px; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a .collapse-toggle-button:before { width: 2px; height: 28px; left: 14px; }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a:not(.collapsed) .collapse-toggle-button:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }

#wizard-wrapper #wizard #mobile-data-filters .card .card-header .data-title a:not(.collapsed) .collapse-toggle-button:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }

#wizard-wrapper #wizard #mobile-data-filters .wrap-title-yellow .title, #wizard-wrapper #wizard #mobile-data-filters .wrap-title-blue .title { padding-top: 20px; padding-bottom: 20px; text-transform: uppercase; font-size: 18px; font-weight: 700; }

#wizard-wrapper #wizard #mobile-data-filters .wrap-title-yellow .title span, #wizard-wrapper #wizard #mobile-data-filters .wrap-title-blue .title span { text-transform: lowercase; font-size: 14px; font-weight: 300; white-space: nowrap; }

#wizard-wrapper #wizard #mobile-data-filters a.why-these { text-decoration: underline; color: #929296; font-size: 16px; }

#wizard-wrapper #wizard #mobile-data-filters a.why-these:hover, #wizard-wrapper #wizard #mobile-data-filters a.why-these:active { color: #fff; }

#wizard-wrapper #wizard-toggler { font-weight: 700; padding: 5px 20px 10px 20px; text-transform: uppercase; font-size: 14px; border-radius: 0 0 45px 45px; background-color: #2378cd; border-style: unset; }

@media (max-width: 991.98px) { #wizard-wrapper #wizard-toggler { font-size: 12px; } }

#wizard-wrapper #wizard-toggler:focus, #wizard-wrapper #wizard-toggler:hover, #wizard-wrapper #wizard-toggler:active { border-style: unset; background-color: #1A6ABA; }

@-webkit-keyframes slidein { from { height: 0; }
  to { height: calc(100%); } }

@keyframes slidein { from { height: 0; }
  to { height: calc(100%); } }

@-webkit-keyframes slideout { from { height: calc(100%); }
  to { height: 0px; } }

@keyframes slideout { from { height: calc(100%); }
  to { height: 0px; } }

@-webkit-keyframes fadeIn { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeIn { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes fadeOn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeOn { from { opacity: 0; }
  to { opacity: 1; } }

body { background-color: #3b3b41; position: relative; }

body .loading { display: none; }

body.modal-active:after { content: ""; background-color: #3b3b41; opacity: 0.5; position: absolute; width: 100%; height: 100%; top: 0; z-index: 6; }

body.loading-active { overflow-y: hidden; }

body.loading-active:after { content: ""; background-color: #3b3b41; opacity: 0.85; position: absolute; width: 100%; height: 100%; top: 0; z-index: 6; }

body.loading-active .loading { position: absolute; z-index: 10; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; display: block; font-size: 20px; }

body.loading-active .loading:before { content: 'Loading data'; }

body.loading-active .loading:after { content: ' .'; -webkit-animation: dots 1s steps(5, end) infinite; animation: dots 1s steps(5, end) infinite; }

@-webkit-keyframes dots { 0%, 20% { color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% { color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% { text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% { text-shadow: .25em 0 0 white, .5em 0 0 white; } }

@keyframes dots { 0%, 20% { color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% { color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% { text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% { text-shadow: .25em 0 0 white, .5em 0 0 white; } }

.home-page { height: auto; overflow-y: visible; }

.home-page.show-front { height: calc(100% - 78px); }

@media (max-width: 991.98px) { .home-page.show-front { height: 100%; } }

.home-page .wrap-get-started { overflow: hidden; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(assets/img/homepage-background-min.png); background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/img/homepage-background-min.png); background-color: #27272C; background-size: cover; top: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: row; flex-flow: row; -webkit-box-flex: 1; -ms-flex: 1 100%; flex: 1 100%; }

.home-page .wrap-get-started:not(show) { height: 0; width: 0; -webkit-transition: 2s opacity; transition: 2s opacity; }

.home-page .wrap-get-started.ns { width: 100%; height: 0; opacity: 0; -webkit-transition: 1s opacity; transition: 1s opacity; }

.home-page .wrap-get-started.show { position: absolute; width: 100%; opacity: 1; z-index: 1; height: auto; bottom: 78px; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show { top: 67px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; bottom: 0; } }

.home-page .wrap-get-started.show .left-yellow, .home-page .wrap-get-started.show .right-blue { opacity: 0.7; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1 50%; flex: 1 50%; color: #000; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .left-yellow, .home-page .wrap-get-started.show .right-blue { -webkit-box-flex: 1; -ms-flex: 1 100%; flex: 1 100%; } }

.home-page .wrap-get-started.show .left-yellow { background-color: #c1cd23; -webkit-animation: change-content 2s; animation: change-content 2s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .left-yellow { -webkit-animation: change-content-down 2s; animation: change-content-down 2s; } }

.home-page .wrap-get-started.show .right-blue { background-color: #7fa9ae; -webkit-animation: change-content-right 2s; animation: change-content-right 2s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .right-blue { -webkit-animation: change-content-up 2s; animation: change-content-up 2s; } }

.home-page .wrap-get-started.show .get-started-button-block { position: absolute; width: 80%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (min-width: 1600px) { .home-page .wrap-get-started.show .get-started-button-block { padding-left: 10%; padding-right: 10%; } }

@media (min-width: 1600px) and (max-height: 870px) { .home-page .wrap-get-started.show .get-started-button-block { padding-left: 5%; padding-right: 5%; }
  .home-page .wrap-get-started.show .get-started-button-block .title { font-size: 40px; } }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block { width: 60%; } }

@media (max-width: 767.98px) { .home-page .wrap-get-started.show .get-started-button-block { width: 90%; } }

.home-page .wrap-get-started.show .get-started-button-block .title { font-weight: 500; font-size: 40px; }

@media (min-width: 1600px) { .home-page .wrap-get-started.show .get-started-button-block .title { font-size: 48px; } }

@media (max-height: 770px) { .home-page .wrap-get-started.show .get-started-button-block .title { font-size: 30px; } }

@media (max-height: 660px) { .home-page .wrap-get-started.show .get-started-button-block .title { font-size: 25px; } }

@media (max-width: 767.98px) { .home-page .wrap-get-started.show .get-started-button-block .title { font-size: 25px; text-align: center; } }

@media (max-width: 350px) { .home-page .wrap-get-started.show .get-started-button-block .title { font-size: 20px; } }

.home-page .wrap-get-started.show .get-started-button-block .left-block { -webkit-animation: change-content 2s; animation: change-content 2s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .left-block { margin-bottom: 50%; -webkit-animation: change-content-down 2s; animation: change-content-down 2s; } }

@media (max-width: 767.98px) { .home-page .wrap-get-started.show .get-started-button-block .left-block { margin-bottom: 60%; } }

@media (max-height: 550px) { .home-page .wrap-get-started.show .get-started-button-block .left-block { margin-bottom: 25%; } }

.home-page .wrap-get-started.show .get-started-button-block .left-block .title { margin-right: 90px; -webkit-animation: change-content 2.5s; animation: change-content 2.5s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .left-block .title { margin-right: 0; margin-top: 0; } }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .left-block .title { -webkit-animation: change-content-down 2s; animation: change-content-down 2s; } }

@media (max-width: 767.98px) { .home-page .wrap-get-started.show .get-started-button-block .left-block .title { -webkit-animation: change-content-down 2.3s; animation: change-content-down 2.3s; } }

.home-page .wrap-get-started.show .get-started-button-block .right-block { -webkit-animation: change-content-right 2s; animation: change-content-right 2s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .right-block { -webkit-animation: change-content-up 2s; animation: change-content-up 2s; } }

.home-page .wrap-get-started.show .get-started-button-block .right-block .title { margin-left: 90px; -webkit-animation: change-content-right 2.5s; animation: change-content-right 2.5s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .right-block .title { margin-left: 0; -webkit-animation: change-content-up 2s; animation: change-content-up 2s; } }

@media (max-width: 767.98px) { .home-page .wrap-get-started.show .get-started-button-block .right-block .title { -webkit-animation: change-content-up 2.3s; animation: change-content-up 2.3s; } }

.home-page .wrap-get-started.show .get-started-button-block .right-block .line-right { margin-left: 90px; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .line-left, .home-page .wrap-get-started.show .get-started-button-block .line-right { display: none; } }

.home-page .wrap-get-started.show .get-started-button-block .line-left { background-image: url(assets/img/homepage-arrow-left.svg); background-repeat: no-repeat; height: 33px; margin-top: 30px; -webkit-animation: change-line-left 2.5s; animation: change-line-left 2.5s; }

@media (min-width: 992px) and (max-width: 1199.98px) { .home-page .wrap-get-started.show .get-started-button-block .line-left { margin-left: -15px; } }

@-webkit-keyframes change-line-left { from { -webkit-transform: translateX(-180%); transform: translateX(-180%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes change-line-left { from { -webkit-transform: translateX(-180%); transform: translateX(-180%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); } }

.home-page .wrap-get-started.show .get-started-button-block .line-right { background-image: url(assets/img/homepage-arrow-right.svg); background-repeat: no-repeat; height: 33px; margin-bottom: 30px; -webkit-animation: change-line-right 2.5s; animation: change-line-right 2.5s; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .line-right { margin-top: 0; } }

@-webkit-keyframes change-line-right { from { -webkit-transform: translateX(180%); transform: translateX(180%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes change-line-right { from { -webkit-transform: translateX(180%); transform: translateX(180%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); } }

.home-page .wrap-get-started.show .get-started-button-block .get-started-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 130px; }

@media (max-width: 991.98px) { .home-page .wrap-get-started.show .get-started-button-block .get-started-wrap { padding-top: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-left: -24px; } }

@media (max-width: 767.98px) { .home-page .wrap-get-started.show .get-started-button-block .get-started-wrap { margin-left: -10px; } }

.home-page .wrap-get-started.show .get-started-button-block .get-started-wrap .get-started { padding: 10px 20px 10px 20px; background-color: #fff; color: #000; border: unset; font-size: 16px; font-weight: 700; border-radius: 25px; text-transform: uppercase; -webkit-animation: fadeButton 2.7s; animation: fadeButton 2.7s; }

.home-page .wrap-get-started.show .get-started-button-block .get-started-wrap .get-started:focus, .home-page .wrap-get-started.show .get-started-button-block .get-started-wrap .get-started:hover { background-color: #000; color: #fff; }

.home-page .data-content-wrapper #data-title { margin-top: 40px; margin-bottom: 40px; }

.home-page .data-content-wrapper #data-title .hidden { display: none; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-subtitle { font-size: 18px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 24px; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap > span, .home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap > div { float: left; line-height: 48px; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap .national-rate { display: inline-block; color: #fff; font-size: 16px; line-height: 0; }

@media (max-width: 767.98px) { .home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap .national-rate { display: block; margin-top: 30px; } }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap .national-rate .national-rate-value { font-weight: bold; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap .main-data-title { font-size: 36px; color: #fff; margin-right: 30px; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .main-data-title-wrap .main-data-title .popover-block { padding-left: 5px; margin-right: 20px; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .popover-block.popover-big { position: relative; display: inline-block; }

@media (max-width: 767.98px) { .home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .popover-block.popover-big { position: absolute; right: 0; } }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .popover-block.popover-big .popover-text { top: 40px; bottom: unset; }

.home-page .data-content-wrapper #data-title .map-preview-wrap #preview-data .popover-block.popover-big .popover-text:before { top: -14px; border-width: 15px 15px 15px 0; bottom: unset; }

@media (max-width: 767.98px) { .home-page .data-content-wrapper #data-title .map-preview-wrap { margin-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media (max-width: 767.98px) { .home-page .data-content-wrapper #data-title .map-preview-wrap .main-data-subtitle { line-height: 18px !important; padding-right: 10px; margin-right: 10px; position: relative; line-height: 18px !important; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap .main-data-subtitle.us-title { margin-bottom: 10px; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap .main-data-subtitle.us-title:after { content: ''; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap .main-data-subtitle:after { content: '|'; position: absolute; right: 0; top: -1px; font-weight: normal; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap .main-data-title-wrap { line-height: 18px !important; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap .main-data-title { font-size: 18px !important; line-height: 18px !important; margin-right: 0px; } }

@media (max-width: 767.98px) { .home-page .data-content-wrapper #data-title .map-preview-wrap:not(.hide-map) #preview-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap:not(.hide-map) .main-data-subtitle { line-height: 18px; padding-right: 0px; margin-right: 0px; position: relative; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap:not(.hide-map) .main-data-subtitle:after { content: ''; /*position: absolute; right: 0; top: -1px; font-weight: normal;*/ }
  .home-page .data-content-wrapper #data-title .map-preview-wrap:not(.hide-map) .main-data-title-wrap { margin-top: 5px; line-height: 18px; }
  .home-page .data-content-wrapper #data-title .map-preview-wrap:not(.hide-map) .main-data-title { font-size: 20px !important; line-height: 22px !important; margin-right: 0px; } }

@media (max-width: 767.98px) { .home-page .data-content-wrapper #data-title .share-links-wrap { display: none; } }

@media (min-width: 768px) and (max-width: 991.98px) { .home-page .data-content-wrapper #data-title .share-links-wrap { margin-top: auto; margin-bottom: auto; } }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .share-title { text-transform: uppercase; color: #c1c1c3; font-size: 12px; font-weight: 500; margin-bottom: 5px; margin-right: 95px; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links { display: -webkit-box; display: -ms-flexbox; display: flex; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a { display: block; width: 30px; height: 30px; margin-right: 5px; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a:last-child { margin-right: 0; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.facebook-share, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.twitter-share, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.copy-url-share, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.email-share { background-color: #c1c1c3; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.facebook-share:hover, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.facebook-share:focus, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.facebook-share:active, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.twitter-share:hover, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.twitter-share:focus, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.twitter-share:active, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.copy-url-share:hover, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.copy-url-share:focus, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.copy-url-share:active, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.email-share:hover, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.email-share:focus, .home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.email-share:active { background-color: #fff; }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.facebook-share { background-image: url(assets/img/facebook-share.svg); }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.twitter-share { background-image: url(assets/img/twitter-share.svg); }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.copy-url-share { background-image: url(assets/img/copy-url-share.svg); }

.home-page .data-content-wrapper #data-title .share-links-wrap .share-links .links a.email-share { background-image: url(assets/img/email-share.svg); }

.home-page .data-content-wrapper .table-review-data-wrap #table-response-parent .table-review, .home-page .data-content-wrapper .table-review-data-wrap #table-response-parent .map-review { display: none; }

.home-page .data-content-wrapper .table-review-data-wrap #table-response-parent .table-review.active, .home-page .data-content-wrapper .table-review-data-wrap #table-response-parent .map-review.active { display: block; }

@media (max-width: 991.98px) { .home-page .data-content-wrapper .table-review-data-wrap #table-response-parent .table-review { display: block !important; } }

@media (max-width: 991.98px) { .home-page .data-content-wrapper .table-review-data-wrap #table-response-parent .map-review { display: none !important; } }

@-webkit-keyframes change-content { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  50% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateX(-100%); } to { transform: translateX(0); }*/ }

@keyframes change-content { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  50% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateX(-100%); } to { transform: translateX(0); }*/ }

@-webkit-keyframes change-content-right { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  50% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateX(100%); } to { transform: translateX(0); }*/ }

@keyframes change-content-right { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  50% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateX(100%); } to { transform: translateX(0); }*/ }

@-webkit-keyframes change-content-down { 0% { -webkit-transform: translateY(-190%); transform: translateY(-190%); }
  50% { -webkit-transform: translateY(-190%); transform: translateY(-190%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateY(-100%); } to { transform: translateY(0); }*/ }

@keyframes change-content-down { 0% { -webkit-transform: translateY(-190%); transform: translateY(-190%); }
  50% { -webkit-transform: translateY(-190%); transform: translateY(-190%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateY(-100%); } to { transform: translateY(0); }*/ }

@-webkit-keyframes change-content-up { 0% { -webkit-transform: translateY(190%); transform: translateY(190%); }
  50% { -webkit-transform: translateY(190%); transform: translateY(190%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateY(100%); } to { transform: translateY(0); }*/ }

@keyframes change-content-up { 0% { -webkit-transform: translateY(190%); transform: translateY(190%); }
  50% { -webkit-transform: translateY(190%); transform: translateY(190%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /*from { transform: translateY(100%); } to { transform: translateY(0); }*/ }

@-webkit-keyframes fadeButton { 0% { opacity: 0; }
  80% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeButton { 0% { opacity: 0; }
  80% { opacity: 0; }
  100% { opacity: 1; } }

.data-content-wrapper { background: #3b3b41; width: 100%; }

.data-output { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.data-output.hidden { display: none !important; }

.data-output.visible { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

@media (min-width: 768px) { .data-output { border-right: 1px solid #707070; }
  .data-output.visible-last { border-right: none; } }

.data-output .progress-wrap, .data-output .data-main-value, .data-output .rating-wrap, .data-output .data-icon-wrap { min-height: 50px; margin-bottom: 15px; }

@media screen and (min-width: 992px) and (max-width: 1200px) { .data-output.digit-output .data-main-value, .data-output.string-output .data-main-value { font-size: 20px; } }

.data-output .data-main-value { font-size: 30px; line-height: 45px; font-weight: bold; }

.data-output .data-info { font-size: 16px; line-height: 21px; color: #fff; margin-bottom: 20px; }

@media (max-width: 767.98px) { .data-output .data-info { font-size: 19px; } }

.data-output .data-info .data-info-value { font-weight: bold; }

.data-output .data-info span.year { margin-left: 3px; }

.data-output .data-icon { display: block; width: 50px; height: 50px; background-repeat: no-repeat; float: left; }

.data-output .data-icon.republican { background-image: url(assets/img/Republican.svg); }

.data-output .data-icon.democrat { background-image: url(assets/img/Democratv.svg); }

.data-output .data-icon-value { color: #fff; font-size: 30px; line-height: 50px; font-weight: bold; padding: 0 10px; float: left; }

.data-output .national-state-rates { font-size: 12px; line-height: 14px; color: #C1C1C3; margin-top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.data-output .national-state-rates .state-rate-value, .data-output .national-state-rates .national-rate-value { font-weight: bold; }

.data-output .data-output-inner-wrap { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 767.98px) { .data-output .data-output-inner-wrap { padding-top: 35px; padding-bottom: 35px; border-bottom: 1px solid #707070 !important; } }

.data-content-voting .data-output .progress-bar, .voting-civic-engagement .data-output .progress-bar { background-color: #C1CD23; }

.data-content-voting .data-output .data-main-value, .voting-civic-engagement .data-output .data-main-value { color: #C1CD23; }

.data-content-voting .data-output .rating-bar .rating-element.checked, .voting-civic-engagement .data-output .rating-bar .rating-element.checked { background-color: #C1CD23; }

.data-content-voting .data-output .data-icon.independent, .voting-civic-engagement .data-output .data-icon.independent { background-image: url(assets/img/Independenty.svg); }

.data-content-conditions .data-output .progress-bar, .conditions-engagement .data-output .progress-bar { background-color: #7FA9AE; }

.data-content-conditions .data-output .data-main-value, .conditions-engagement .data-output .data-main-value { color: #7FA9AE; }

.data-content-conditions .data-output .rating-bar .rating-element.checked, .conditions-engagement .data-output .rating-bar .rating-element.checked { background-color: #7FA9AE; }

.data-content-conditions .data-output .data-icon.independent, .conditions-engagement .data-output .data-icon.independent { background-image: url(assets/img/Independentt.svg); }

.data-content-voting { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 991.98px) { .data-content-voting { margin-top: 30px; } }

@media (max-width: 767.98px) { .data-content-voting { margin-bottom: 30px; margin-top: 0px; } }

.data-content-voting .data-content-voting-title { color: #C1CD23; font-size: 18px; line-height: 24px; font-weight: bold; text-transform: uppercase; padding-bottom: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 767.98px) { .data-content-voting .data-content-voting-title { padding-bottom: 20px; border-bottom: 1px solid #707070; } }

.data-content-voting .data-content-voting-outputs { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 100px; }

@media (min-width: 992px) { .data-content-voting .data-content-voting-outputs { border-right: 1px solid #707070; } }

@media (max-width: 991.98px) { .data-content-voting .data-content-voting-outputs { margin-bottom: 75px; } }

.data-content-conditions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 991.98px) { .data-content-conditions { margin-top: 0px; } }

.data-content-conditions .data-content-conditions-title { color: #7FA9AE; font-size: 18px; line-height: 24px; font-weight: bold; text-transform: uppercase; padding-bottom: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767.98px) { .data-content-conditions .data-content-conditions-title { padding-bottom: 20px; border-bottom: 1px solid #707070; } }

.data-content-conditions .data-content-conditions-outputs { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 100px; }

@media (max-width: 991.98px) { .data-content-conditions .data-content-conditions-outputs { margin-bottom: 75px; } }

.mobile-data-content { width: 100%; }

.mobile-data-content #custom-collapse-1 { background: #3b3b41; }

.mobile-data-content .card-block .circle-control { margin-top: 20px; margin-bottom: 20px; }

.mobile-data-content .card { border-bottom: 1px solid #fff; border-radius: 0; }

.mobile-data-content .card:last-child { border-bottom: unset; }

.mobile-data-content .card .card-block { padding: 0 !important; }

.mobile-data-content .card .card-header { padding: 0 !important; }

.mobile-data-content .card .card-header .data-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: #707070 1px solid; }

.mobile-data-content .card .card-header .data-title.voting-civic-engagement a { color: #C1CD23; }

.mobile-data-content .card .card-header .data-title.conditions-engagement a { color: #7FA9AE; }

.mobile-data-content .card .card-header .data-title a { font-size: 18px; line-height: 24px; color: #fff; font-weight: 700; text-decoration: unset; padding: 20px 0 18px 55px; margin-left: -10px; text-transform: uppercase; padding-right: 30px; width: 100%; }

.mobile-data-content .card .card-header .data-title a .collapse-toggle-button { position: absolute; left: 0; top: 46px; }

.mobile-data-content .card .card-header .data-title a .collapse-toggle-button:after, .mobile-data-content .card .card-header .data-title a .collapse-toggle-button:before { content: ''; position: absolute; background-color: #fff; -webkit-transition: -webkit-transform .35s ease-out; transition: -webkit-transform .35s ease-out; transition: transform .35s ease-out; transition: transform .35s ease-out, -webkit-transform .35s ease-out; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

.mobile-data-content .card .card-header .data-title a .collapse-toggle-button:after { width: 28px; height: 2px; }

.mobile-data-content .card .card-header .data-title a .collapse-toggle-button:before { width: 2px; height: 28px; left: 14px; }

.mobile-data-content .card .card-header .data-title a:not(.collapsed) .collapse-toggle-button:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }

.mobile-data-content .card .card-header .data-title a:not(.collapsed) .collapse-toggle-button:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }

.table-review-data-wrap { padding-top: 30px; background-color: #e3e3e3; }

@media (max-width: 767.98px) { .table-review-data-wrap { padding-top: 0; } }

.table-review-data-wrap #table-response { padding-top: 30px; padding-bottom: 30px; }

.table-review-data-wrap #table-response .wrap { border-right: #a8a8a8 2px solid; padding-right: 80px; }

@media (max-width: 991.98px) { .table-review-data-wrap #table-response .wrap { padding-right: 20px; border-right: unset; } }

.table-review-data-wrap #table-response .table-review .bootstrap-table .fixed-table-container .table thead th .both { background-image: url(assets/img/arrow-down.svg); background-position: 65px 18px; }

.table-review-data-wrap #table-response .table-review table { margin-top: 0; font-size: 18px; }

.table-review-data-wrap #table-response .table-review table td, .table-review-data-wrap #table-response .table-review table th { display: table-cell; }

.table-review-data-wrap #table-response .table-review table thead { background-color: #27272C; display: table-header-group !important; }

.table-review-data-wrap #table-response .table-review table thead tr th { text-transform: none; font-weight: 500; }

.table-review-data-wrap #table-response .table-review table tbody tr .short-name { display: none; }

@media (max-width: 767.98px) { .table-review-data-wrap #table-response .table-review table tbody tr .short-name { display: unset; } }

@media (max-width: 767.98px) { .table-review-data-wrap #table-response .table-review table tbody tr .full-name { display: none; } }

.table-review-data-wrap #table-response .table-review table tbody tr:nth-child(even) { background-color: #fff; }

#map-container { height: 600px; }

#table-review-data-for-map { display: none; }

@media (max-width: 767.98px) { .map-preview-wrap { position: relative; }
  .map-preview-wrap:not(.hide-map) { padding-bottom: 150px; } }

.map-preview-wrap #map-preview { height: 130px; }

@media (min-width: 768px) { .map-preview-wrap #map-preview { padding-right: 0; } }

@media (max-width: 767.98px) { .map-preview-wrap #map-preview { position: absolute; bottom: 0; } }

.highcharts-credits { display: none; }

@media (max-width: 991.98px) { .map-legend { display: none !important; } }

.map-legend .map-legend-label { font-size: 16px; font-weight: bold; margin-bottom: 10px; display: block; }

.map-legend .map-legend-label .map-legend-instruction-wrap { position: relative; display: inline-block; }

.map-legend .map-indicators { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.map-legend .map-indicators .map-indicator { font-size: 13px; margin-bottom: 10px; }

.map-legend .map-indicators .map-indicator:before { content: ''; margin-right: 10px; width: 18px; height: 18px; display: block; background: #A8A8A8; float: left; }

.map-legend .map-indicators.five-indicators .first:before { background: #ECF2DB; }

.map-legend .map-indicators.five-indicators .second:before { background: #D2DDB4; }

.map-legend .map-indicators.five-indicators .third:before { background: #BBC4A0; }

.map-legend .map-indicators.five-indicators .fourth:before { background: #899858; }

.map-legend .map-indicators.five-indicators .fifth:before { background: #566C11; }

.map-legend .map-indicators.choice-indicators .first:before { background: #A9B8D2; }

.map-legend .map-indicators.choice-indicators .second:before { background: #607EB1; }

.map-legend .map-indicators.choice-indicators .third:before { background: #003388; }

.map-legend .map-indicators.choice-indicators .fourth:before { background: #DFB5B7; }

.map-legend .map-indicators.choice-indicators .fifth:before { background: #CB787C; }

.map-legend .map-indicators.choice-indicators .sixth:before { background: #B22930; }

.map-legend .map-indicators.choice-indicators .seventh:before { background: #500778; }

.map-legend .map-indicators.rdi-indicators .first:before { background: #C1CD23; }

.map-legend .map-indicators.rdi-indicators .second:before { background: #003388; }

.map-legend .map-indicators.rdi-indicators .third:before { background: #B22930; }

.map-legend .map-indicators.yes-no-indicators .first:before { background: #7FA9AE; }

.map-legend .map-indicators.yes-no-indicators .second:before { background: #C1CD23; }

#wrap-research-and-stories { background-color: #fff; }

@media (max-width: 767.98px) { #wrap-research-and-stories { background-color: #3b3b41; } }

#wrap-research-and-stories .content-research-and-stories .formatted_content { padding-top: 50px; font-size: 18px; font-weight: 500; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px; text-align: left; }

@media (max-width: 767.98px) { #wrap-research-and-stories .content-research-and-stories .formatted_content { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }

#wrap-research-and-stories .content-research-and-stories .related-content { padding-top: 50px; }

#wrap-research-and-stories .content-research-and-stories .related-content .title { text-transform: uppercase; font-size: 16px; font-weight: 700; color: #003388; margin-bottom: 10px; }

#wrap-research-and-stories .content-research-and-stories .related-content .related-link { font-size: 24px; font-weight: 500; color: #003388; text-decoration: underline; }

#wrap-research-and-stories .content-research-and-stories .related-content .related-link:hover, #wrap-research-and-stories .content-research-and-stories .related-content .related-link:focus, #wrap-research-and-stories .content-research-and-stories .related-content .related-link:active { color: #000; }

#wrap-research-and-stories .content-research-and-stories .related-content .description { margin-top: 10px; font-size: 18px; font-weight: 500; }

#wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories { display: none; }

@media (max-width: 767.98px) { #wrap-research-and-stories .content-research-and-stories .desktop-research-and-stories { display: none; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories { background-color: #3b3b41; display: block; width: 100%; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card { background-color: transparent; border: unset; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header { background-color: transparent; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a { font-size: 18px; line-height: 24px; color: #fff; font-weight: 700; text-decoration: unset; padding: 20px 0 18px 55px; margin-left: -10px; text-transform: uppercase; padding-right: 30px; width: 100%; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a .collapse-toggle-button { position: absolute; left: 20px; top: 46px; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a .collapse-toggle-button:after, #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a .collapse-toggle-button:before { content: ''; position: absolute; background-color: #fff; -webkit-transition: -webkit-transform .35s ease-out; transition: -webkit-transform .35s ease-out; transition: transform .35s ease-out; transition: transform .35s ease-out, -webkit-transform .35s ease-out; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a .collapse-toggle-button:after { width: 28px; height: 2px; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a .collapse-toggle-button:before { width: 2px; height: 28px; left: 14px; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a:not(.collapsed) .collapse-toggle-button:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-header .data-title a:not(.collapsed) .collapse-toggle-button:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-block { background-color: #fff; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-block .related-content .title { display: none; }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-block .formatted_content { padding-top: 20px; /*padding-left: 20px; padding-right: 20px;*/ }
  #wrap-research-and-stories .content-research-and-stories .mobile-research-and-stories .card .card-block .take-action-wrap { margin-top: 30px; padding-left: 20px; } }

.error-404-wrapper { height: 90%; position: static; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(assets/img/homepage-background-min.png); background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/img/homepage-background-min.png); background-size: cover; }

.error-404-wrapper .error-404-opacity { background-color: #27272C; opacity: 0.8; height: 100%; }

.error-404-wrapper .error-404-block { position: absolute; top: 50%; width: 100%; margin-top: -100px; }

.error-404-wrapper .error-404-block #main .error-404 { max-width: 630px; margin-left: auto; margin-right: auto; }

.error-404-wrapper .error-404-block #main .error-404 .page-header .page-title { font-size: 55px; line-height: 65px; color: #fff; }

.error-404-wrapper .error-404-block #main .error-404 .page-content { margin-top: 50px; }

.error-404-wrapper .error-404-block #main .error-404 .page-content .return-homepage { padding: 15px 25px 15px 25px; background-color: #fff; color: #000; border: unset; font-size: 16px; font-weight: 700; border-radius: 25px; text-transform: uppercase; }

.error-404-wrapper .error-404-block #main .error-404 .page-content .return-homepage:focus, .error-404-wrapper .error-404-block #main .error-404 .page-content .return-homepage:hover { text-decoration: unset; background-color: #000; color: #fff; }

/*--------------------------------------------------------------
## Page/posts elements
--------------------------------------------------------------*/
.visibility-hidden { visibility: hidden; height: 0; margin: 0; padding: 0; }

/* Lists styling */
ul, ol { list-style: none; }

ol li { counter-increment: list; }

ul { padding-left: 3.75rem; }

ul:not(.navbar-nav):not(.dropdown-menu) li { margin-bottom: 0.3125rem; }

ul:not(.navbar-nav):not(.dropdown-menu) li:before { content: "\f111"; color: #3b3b41; font-family: 'Font Awesome\ 5 Free'; font-size: 0.5rem; line-height: 1.75rem; font-weight: 700; display: inline-block; margin-left: -2.5em; position: absolute; }

ol { padding-left: 3.75rem; }

ol li:before { content: counter(list); color: #3b3b41; font-size: 1.25rem; line-height: 1.75rem; font-weight: 700; display: inline-block; margin-left: -1em; position: absolute; }

/**/
/* Blockquote styling*/
blockquote { color: #3b3b41; font-size: 4.0625rem; font-weight: 700; line-height: 4.375rem; text-shadow: -5px 5px 5px #3b3b41; }

/**/
.btn-content { background-color: #3b3b41; color: #fff; }

.btn-content:hover { background-color: #fff; color: #fff; }

/* */
table { font-size: 1rem; line-height: 1rem; margin: 1.5em 0 3.75em; width: 100%; }

@media (max-width: 767.98px) { :not(.responsive-table) thead { display: none; } }

@media (min-width: 768px) { thead { border-bottom: 1px solid #000; } }

th { color: #fff; display: none; font-weight: 700; text-align: left; text-transform: uppercase; }

tr:nth-child(even) { background-color: #3b3b41; }

th, td { padding: 6px 16px; }

td { display: block; }

th:last-child, td:last-child { border-right: none; }

@media (min-width: 768px) { th, td { display: table-cell; padding: 0.8125pxrem; } }

/* Responsive tables CSS https://github.com/jerrylow/basictable */
table.bt thead, table.bt tbody th { display: none; }

table.bt tfoot th, table.bt tfoot td, table.bt tbody td { border: none; display: block; display: -webkit-box; display: -ms-flexbox; display: flex; vertical-align: top; padding: 0; /* IE 9 */ float: left\9; width: 100%\9; }

table.bt tfoot th::before, table.bt tfoot td::before, table.bt tbody td::before { border-right: 1px solid #3b3b41; content: attr(data-th); display: inline-block; -ms-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; font-weight: bold; width: 8em; padding: 8px; text-transform: uppercase; }

table.bt tfoot th.bt-hide, table.bt tfoot td.bt-hide, table.bt tbody td.bt-hide { display: none; }

table.bt tfoot th .bt-content, table.bt tfoot td .bt-content, table.bt tbody td .bt-content { padding: 8px 8px 8px 16px; vertical-align: top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bt-wrapper.active { max-height: 310px; overflow: auto; -webkit-overflow-scrolling: touch; }

table.bt.bt--no-header tfoot td::before, table.bt.bt--no-header tbody td::before { display: none; }

.light-background { background-color: #fff; color: #3b3b41; }

.dark-background { background-color: #3b3b41; color: #fff; }

.dark-background a { color: #fff; }

.related-posts { margin: size-rem(30px) 0; }

/* Basic content elements */
.basic-content-block { margin-bottom: 1.875rem; }

.basic-cover-block { margin-bottom: 1.875rem; }

.basic-cover-block .cover-image-container .figure { position: relative; }

.basic-cover-block .cover-image-container .figure.pink-transparent:before { content: ''; position: absolute; width: 100%; height: 100%; background: rgba(83, 16, 150, 0.67); }

.basic-cover-block .cover-image-container.full .figure { position: relative; height: 80vh; width: 100%; }

.basic-cover-block .cover-image-container.full .figure img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.basic-cover-block .cover-info-container { color: #fff; }

.basic-cover-block .cover-info-container .cover-info-title { font-size: 4.0625rem; font-weight: 700; line-height: 4.375rem; margin-bottom: 0.9375rem; }

.basic-testimonial-block { margin-bottom: 1.875rem; padding: 100px 0; background: #fff; color: #fff; }

.basic-testimonial-block .testimonial-text { font-size: 2.125rem; font-weight: 500; line-height: 3.125rem; }

.basic-testimonial-block .testimonial-author { font-size: 0.875rem; font-weight: 700; color: #3b3b41; text-transform: uppercase; }

.basic-testimonial-block .testimonial-author-title { font-size: 0.875rem; font-weight: 400; font-style: italic; }

/* Collapse elements style fix */
div[id^='custom-collapse'] .card { border-radius: 0; border: none; border-bottom: 0.625rem solid #3b3b41; background-color: transparent; }

div[id^='custom-collapse'] .card div { border-radius: 0; border: none; background-color: transparent; }

div[id^='custom-collapse'] .card .card-header { padding: 1.5rem 1.25rem 1.5rem 2.5rem; }

div[id^='custom-collapse'] .card .card-header h5, div[id^='custom-collapse'] .card .card-header .h5 { margin: 0; }

div[id^='custom-collapse'] .card .card-header h5 a, div[id^='custom-collapse'] .card .card-header .h5 a { color: #3b3b41; font-size: 2.1875rem; font-weight: 500; line-height: 3.25rem; }

div[id^='custom-collapse'] .card .card-header h5 a:hover, div[id^='custom-collapse'] .card .card-header .h5 a:hover { text-decoration: none; }

div[id^='custom-collapse'] .card .card-header h5 a .collapse-toggle-button, div[id^='custom-collapse'] .card .card-header .h5 a .collapse-toggle-button { position: absolute; left: 0; top: 48px; }

div[id^='custom-collapse'] .card .card-header h5 a .collapse-toggle-button:after, div[id^='custom-collapse'] .card .card-header .h5 a .collapse-toggle-button:after, div[id^='custom-collapse'] .card .card-header h5 a .collapse-toggle-button:before, div[id^='custom-collapse'] .card .card-header .h5 a .collapse-toggle-button:before { content: ''; position: absolute; background-color: #3b3b41; -webkit-transition: -webkit-transform .35s ease-out; transition: -webkit-transform .35s ease-out; transition: transform .35s ease-out; transition: transform .35s ease-out, -webkit-transform .35s ease-out; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

div[id^='custom-collapse'] .card .card-header h5 a .collapse-toggle-button:after, div[id^='custom-collapse'] .card .card-header .h5 a .collapse-toggle-button:after { width: 15px; height: 3px; }

div[id^='custom-collapse'] .card .card-header h5 a .collapse-toggle-button:before, div[id^='custom-collapse'] .card .card-header .h5 a .collapse-toggle-button:before { width: 3px; height: 15px; left: 6px; }

div[id^='custom-collapse'] .card .card-header h5 a:not(.collapsed) .collapse-toggle-button:after, div[id^='custom-collapse'] .card .card-header .h5 a:not(.collapsed) .collapse-toggle-button:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }

div[id^='custom-collapse'] .card .card-header h5 a:not(.collapsed) .collapse-toggle-button:before, div[id^='custom-collapse'] .card .card-header .h5 a:not(.collapsed) .collapse-toggle-button:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }

div[id^='custom-collapse'] .card .card-block { padding: 0 1.25rem 2.5rem 2.5rem; }

/*.popover {
  left: 50px!important;

}*/
.popover-block { position: relative; display: inline-block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; cursor: pointer; max-height: 30px; }

@media (max-width: 991.98px) { .popover-block { max-height: unset; } }

.popover-block.popover-big .popover-custom { background-image: url(assets/img/popover_info_icon_m.svg); height: 19px; width: 19px; display: block; background-size: cover; }

.popover-block.popover-big .popover-custom.hover { background-image: url(assets/img/popover_info_icon_m_hover.svg); }

@media (max-width: 767.98px) { .popover-block.popover-big .popover-custom { height: 30px; width: 30px; } }

.popover-custom { background-image: url(assets/img/popover_info_icon.svg); background-repeat: no-repeat; padding-left: 12px; margin-left: 3px; }

.popover-custom.hover { background-image: url(assets/img/popover_info_icon_hover.svg); }

.popover-text { display: none; position: absolute; background-color: #fff !important; color: #000; padding: 20px 30px 20px 15px; z-index: 10; width: 230px; font-size: 12px; font-weight: 500; line-height: 18px; bottom: 40px; }

.popover-text:not(display-right) { right: 0; }

.popover-text:not(display-right):before { right: 0; border-width: 0 15px 15px 0; }

.popover-text.display-right { right: unset; left: 5px; }

.popover-text.display-right:before { right: unset; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); left: 0; }

.popover-text:before { content: " "; position: absolute; bottom: -14px; border-width: 0 15px 15px 0; display: block; border-style: solid; border-color: transparent #fff transparent transparent; }

.popover-text .close { position: absolute; display: block; background-image: url(assets/img/close-blue.svg); width: 11px; height: 11px; right: 15px; top: 15px; opacity: 1; }

@media (max-width: 991.98px) { .popover-text .close { background-image: url(assets/img/close-blue-big.svg); width: 15px; height: 15px; right: 20px; } }

.popover-text a { color: #0d84e3; }

.popover-text a:hover, .popover-text a:active, .popover-text a:focus { text-decoration: underline; }

#mobile-data-filters .national-state-rates, .mobile-data-content .national-state-rates { position: relative; }

#mobile-data-filters .popover-block, .mobile-data-content .popover-block { position: relative; display: inline-block; margin-top: 2px; }

@media (max-width: 767.98px) { #mobile-data-filters .popover-block, .mobile-data-content .popover-block { position: absolute; right: 0; } }

#mobile-data-filters .popover-custom, .mobile-data-content .popover-custom { background-image: url(assets/img/popover_info_icon_m.svg); background-repeat: no-repeat; padding: 5px 0 4px 30px; margin-left: 5px; }

#mobile-data-filters .popover-custom.hover, .mobile-data-content .popover-custom.hover { background-image: url(assets/img/popover_info_icon_m_hover.svg); }

#mobile-data-filters .popover-text, .mobile-data-content .popover-text { background-color: #fff; width: 200px; }

@media (max-width: 767.98px) { #mobile-data-filters .popover-text, .mobile-data-content .popover-text { right: 0; left: unset; width: 335px; padding-right: 35px; } }

@media (max-width: 350px) { #mobile-data-filters .popover-text, .mobile-data-content .popover-text { width: 290px; } }

#mobile-data-filters .popover-text:before, .mobile-data-content .popover-text:before { top: unset; left: unset; right: 0; bottom: -12px; border-width: 0px 10px 12px 0; }

#mobile-data-filters .popover-text a, .mobile-data-content .popover-text a { color: #0d84e3 !important; font-size: 12px !important; padding: 0 !important; margin-left: 0 !important; line-height: unset; }

#mobile-data-filters .popover-text a:hover, #mobile-data-filters .popover-text a:focus, #mobile-data-filters .popover-text a:active, .mobile-data-content .popover-text a:hover, .mobile-data-content .popover-text a:focus, .mobile-data-content .popover-text a:active { text-decoration: underline; }

#mobile-data-filters .data-title .popover-block .popover-custom, .mobile-data-content .data-title .popover-block .popover-custom { padding: 0 0 4px 30px; }

#mobile-data-filters .data-title .popover-block .popover-text, .mobile-data-content .data-title .popover-block .popover-text { bottom: 54px; }

@media (max-width: 767.98px) { .mobile-data-content .popover-block { bottom: -10px; } }

@media (max-width: 767.98px) { .main-data-title-wrap .popover-big .popover-text { width: 335px; padding-right: 40px; } }

@media (max-width: 350px) { .main-data-title-wrap .popover-big .popover-text { width: 290px; } }

.tooltip-custom { border-bottom: 1px dotted #0077AA; cursor: help; }

.tooltip-custom::after { background: rgba(0, 0, 0, 0.8); border-radius: 8px 8px 8px 0px; -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); color: #FFF; margin-top: -24px; opacity: 0; padding: 3px 7px; position: absolute; visibility: hidden; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.tooltip-custom:hover::after { opacity: 1; visibility: visible; }

#wizard-wrapper #wizard #data-filters .circle-control, #wizard-wrapper #wizard #mobile-data-filters .circle-control { display: -webkit-box; display: -ms-flexbox; display: flex; }

#wizard-wrapper #wizard #data-filters .circle-control .circle-control-label, #wizard-wrapper #wizard #mobile-data-filters .circle-control .circle-control-label { color: white; margin-left: 25px; line-height: 20px; width: 100%; }

#wizard-wrapper #wizard #data-filters .circle-control .circle-control-label[for="cseyrs"], #wizard-wrapper #wizard #mobile-data-filters .circle-control .circle-control-label[for="cseyrs"] { padding-right: 3px; }

#wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"], #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"] { border-radius: unset; position: absolute; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; outline: none; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background-color: #c1cd23; width: 18px; height: 18px; border: #c1cd23 solid 1px; }

#wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"]:focus, #wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"]:active, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"]:focus, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"]:active { -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

#wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"]:after, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"]:after { opacity: 0; position: absolute; color: #000; content: "" url(assets/img/check-arrow.svg); border: none; font-weight: 900; text-align: center; font-size: 12px; left: 2px; top: 0; }

#wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"]:checked:after, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"]:checked:after { opacity: 1; }

#wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"][disabled], #wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"][disabled] + label, #wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"][disabled] + label + div, #wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"].disabled, #wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"].disabled + label, #wizard-wrapper #wizard #data-filters .circle-control input[type="checkbox"].disabled + label + div, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"][disabled], #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"][disabled] + label, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"][disabled] + label + div, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"].disabled, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"].disabled + label, #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"].disabled + label + div { opacity: 0.3; }

#wizard-wrapper #wizard #data-filters .right-data-filters .circle-control input[type="checkbox"], #wizard-wrapper #wizard #mobile-data-filters .right-data-filters .circle-control input[type="checkbox"] { background-color: #7fa9ae; border: #7fa9ae solid 1px; }

#wizard-wrapper #wizard #data-filters .right-data-filters .circle-control input[type="checkbox"]:focus, #wizard-wrapper #wizard #data-filters .right-data-filters .circle-control input[type="checkbox"]:active, #wizard-wrapper #wizard #mobile-data-filters .right-data-filters .circle-control input[type="checkbox"]:focus, #wizard-wrapper #wizard #mobile-data-filters .right-data-filters .circle-control input[type="checkbox"]:active { -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

#wizard-wrapper #wizard #mobile-data-filters .circle-control .circle-control-label { line-height: 28px; }

#wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"] { width: 28px; height: 28px; }

#wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"]:after { content: "" url(assets/img/check-arrow-mobile.svg); left: 5px; top: 6px; }

#wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"] + label { margin-left: 45px; margin-bottom: 0; }

@media (max-width: 767.98px) { #wizard-wrapper #wizard #mobile-data-filters .circle-control input[type="checkbox"] + label { padding-right: 35px; } }

.progress-wrap { position: relative; padding-bottom: 15px; max-width: 122px; }

@media (max-width: 767.98px) { .progress-wrap { max-width: unset; } }

.progress-wrap:before, .progress-wrap:after { position: absolute; bottom: 0; font-size: 10px; color: #fff; }

.progress-wrap:before { content: '0%'; left: 0; }

.progress-wrap:after { content: '100%'; right: 0; }

.progress-wrap .progress { height: 25px; border-radius: 0 !important; background-color: #646469 !important; }

.rating-wrap { position: relative; padding-bottom: 15px; }

.rating-wrap .rating .rating-element { height: 25px; width: 10px; margin-right: 2px; background-color: #646469; display: block; float: left; }

/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; }*/
.wizard-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; }

#filter .bootstrap-select > select { width: 0 !important; left: 0; visibility: hidden; height: 0 !important; }

.bootstrap-select.btn-group > .disabled { background-color: #B1B1B1; }

.bootstrap-select { background-color: #fff; }

.bootstrap-select button[data-id="statefilter"] + .dropdown-menu ul li:nth-child(3) { font-size: 9px; }

.bootstrap-select button[data-id="statefilter"] + .dropdown-menu ul li:nth-child(3)::after { position: absolute; bottom: 3px; margin-left: 3px; content: url("assets/img/or-line.svg"); }

.bootstrap-select .dropdown-toggle { z-index: 0 !important; height: auto; color: #000; font-size: 14px; font-weight: 500; background-color: #fff; width: 100%; padding-top: 8px; padding-bottom: 5px; border-color: transparent; min-height: 40px; -webkit-padding-after: 3px; }

.bootstrap-select .dropdown-toggle:focus { -webkit-box-shadow: unset; box-shadow: unset; }

.bootstrap-select .dropdown-toggle::after { position: absolute; right: 5px; top: 14px; width: 15px; height: 12px; background-image: url("assets/img/select-arrow.svg"); background-repeat: no-repeat; border: none; }

.bootstrap-select .dropdown-menu { padding: 0; background-color: #fff; color: #707070; }

.bootstrap-select .dropdown-menu.inner { padding-bottom: 15px; display: block; overflow-y: auto; height: 200px; }

.bootstrap-select .dropdown-menu.inner li { padding: 0 12px; font-size: 14px; font-weight: 500; margin-bottom: 5px; }

@media (max-width: 767.98px) { .bootstrap-select .dropdown-menu.inner li { margin-bottom: 10px; } }

.bootstrap-select .dropdown-menu.inner li:first-child { margin-top: 10px; }

.bootstrap-select .dropdown-menu.inner li.disabled a span.text { width: auto; }

.bootstrap-select .dropdown-menu.inner li a { color: #707070; }

.wizard-wrapper .bootstrap-select .dropdown-menu.inner li a.opt { padding-left: 12px; }

.bootstrap-select .dropdown-menu.inner li a span.text { width: 100%; }

.buttons-tools-wrap .switch { width: 186px; height: 31px; position: relative; z-index: 0; margin-bottom: 40px; background-color: #e3e3e3; border-radius: 25px; border: #27272C solid 3px; }

.buttons-tools-wrap .switch .switch-input { display: none; }

.buttons-tools-wrap .switch .switch-input:checked + .switch-label { color: #fff; -webkit-transition: all .15s ease-out; transition: all .15s ease-out; }

.buttons-tools-wrap .switch .switch-input:checked + .switch-label-on ~ .switch-selection { left: 90px; content: 'Table View'; color: #fff; }

.buttons-tools-wrap .switch .switch-label-off { padding-left: 2px; }

.buttons-tools-wrap .switch .switch-label-on { padding-right: 2px; }

.buttons-tools-wrap .switch .switch-label { border-radius: 25px; width: 90px; position: relative; float: left; cursor: pointer; padding: 5px 10px 5px 10px; border: unset; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.buttons-tools-wrap .switch .switch-label:not(.active) { color: #27272C; }

.buttons-tools-wrap .switch .switch-label:not(.active):hover, .buttons-tools-wrap .switch .switch-label:not(.active):active, .buttons-tools-wrap .switch .switch-label:not(.active):focus { background-color: #fff; }

.buttons-tools-wrap .switch .switch-selection { display: block; position: absolute; width: 90px; background-color: #27272C; height: 25px; border-radius: 25px; -webkit-transition: left .15s ease-out; transition: left .15s ease-out; left: 0; z-index: -1; }

@media (max-width: 991.98px) { .buttons-tools-wrap .switch { display: none; } }

.buttons-tools-wrap .download-and-action { margin-bottom: 30px; z-index: 0; background-color: #e3e3e3; }

@media (max-width: 991.98px) { .buttons-tools-wrap .download-and-action { margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991.98px) { .buttons-tools-wrap .download-and-action { float: right; } }

.buttons-tools-wrap .download-and-action.show .dropdown-toggle:after { -webkit-transition: all 0.15s ease; transition: all 0.15s ease; -webkit-transform: scaleY(-1); transform: scaleY(-1); }

.buttons-tools-wrap .download-and-action .dropdown-toggle:after { border: unset; background-image: url(assets/img/select-arrow.svg); background-repeat: no-repeat; width: 12px; height: 7px; margin-left: 0; vertical-align: 1px; }

.buttons-tools-wrap .download-and-action .dropdown-toggle:hover:after, .buttons-tools-wrap .download-and-action .dropdown-toggle:focus:after, .buttons-tools-wrap .download-and-action .dropdown-toggle:active:after { background-image: url(assets/img/arrow-down.svg); }

.buttons-tools-wrap .download-and-action #download-data-table { z-index: 2; background-color: #fff; margin-bottom: 15px; color: #000; }

.buttons-tools-wrap .download-and-action #download-data-table:hover, .buttons-tools-wrap .download-and-action #download-data-table:focus, .buttons-tools-wrap .download-and-action #download-data-table:active { background-color: #000; color: #fff; }

@media (max-width: 991.98px) { .buttons-tools-wrap .download-and-action #download-data-table { display: none; } }

.buttons-tools-wrap .download-and-action #take-action-table { background-color: #500778; }

.buttons-tools-wrap .download-and-action #take-action-table:hover, .buttons-tools-wrap .download-and-action #take-action-table:focus, .buttons-tools-wrap .download-and-action #take-action-table:active { background-color: #8451A0; }

.buttons-tools-wrap .download-and-action #download-data-table + .dropdown-menu { z-index: 1; background-color: #000; width: 162px; border-radius: 0 0 25px 25px; padding-top: 15px; padding-bottom: 15px; margin-left: -1px; -webkit-transform: translate3d(0px, 15px, 0px) !important; transform: translate3d(0px, 15px, 0px) !important; }

.buttons-tools-wrap .download-and-action #download-data-table + .dropdown-menu a { font-size: 14px; font-weight: 500; color: #3e8ede; text-transform: uppercase; padding-left: 0; border-bottom: #646469 1px solid; margin-left: 15px; padding-right: 0; width: 80%; }

.buttons-tools-wrap .download-and-action #download-data-table + .dropdown-menu a:first-child { border-top: #646469 1px solid; }

.buttons-tools-wrap .download-and-action #download-data-table + .dropdown-menu a:hover, .buttons-tools-wrap .download-and-action #download-data-table + .dropdown-menu a:focus, .buttons-tools-wrap .download-and-action #download-data-table + .dropdown-menu a:active { background-color: transparent; }

.buttons-tools-wrap .download-and-action #download-data-table, .buttons-tools-wrap .download-and-action #take-action-table { -webkit-box-shadow: unset; box-shadow: unset; width: 160px; border-style: unset; font-size: 12px; font-weight: 700; border-radius: 25px; text-transform: uppercase; letter-spacing: .05em; }

.buttons-tools-wrap .download-and-action #download-data-table:hover, .buttons-tools-wrap .download-and-action #download-data-table:focus, .buttons-tools-wrap .download-and-action #download-data-table:active, .buttons-tools-wrap .download-and-action #take-action-table:hover, .buttons-tools-wrap .download-and-action #take-action-table:focus, .buttons-tools-wrap .download-and-action #take-action-table:active { -webkit-box-shadow: unset; box-shadow: unset; }

.download-button-wrap { position: relative; width: 100%; margin-top: -43px; }

@media (max-width: 991.98px) { .download-button-wrap { display: none; } }

.download-button-wrap .download-button-content { position: absolute; left: 50%; margin-left: -75px; }

.download-button-wrap .download-button-content.show .dropdown-button { z-index: 2; }

.download-button-wrap .download-button-content.show .dropdown-button:after { -webkit-transition: all 0.15s ease; transition: all 0.15s ease; -webkit-transform: scaleY(-1); transform: scaleY(-1); }

.download-button-wrap .download-button-content .dropdown-button { border-radius: 25px; text-transform: uppercase; }

.download-button-wrap .download-button-content .dropdown-button:after { border: unset; background-image: url(assets/img/select-arrow.svg); background-repeat: no-repeat; width: 12px; height: 7px; margin-left: 0; vertical-align: 1px; }

.download-button-wrap .download-button-content .dropdown-button:hover:after, .download-button-wrap .download-button-content .dropdown-button:focus:after, .download-button-wrap .download-button-content .dropdown-button:active:after { background-image: url(assets/img/arrow-down.svg); }

.download-button-wrap .download-button-content .dropdown-button { position: absolute; background-color: #fff; margin-bottom: 15px; color: #000; }

.download-button-wrap .download-button-content .dropdown-button:hover, .download-button-wrap .download-button-content .dropdown-button:focus, .download-button-wrap .download-button-content .dropdown-button:active { background-color: #000; color: #fff; -webkit-box-shadow: unset !important; box-shadow: unset !important; }

.download-button-wrap .download-button-content .dropdown-button + .dropdown-download { z-index: 1; background-color: #000; width: 162px; border-radius: 0 0 25px 25px; padding-top: 15px; padding-bottom: 15px; margin-left: -1px; -webkit-transform: translate3d(0px, 15px, 0px) !important; transform: translate3d(0px, 15px, 0px) !important; }

.download-button-wrap .download-button-content .dropdown-button + .dropdown-download a { font-size: 14px; font-weight: 500; color: #3e8ede; text-transform: uppercase; padding-left: 0; border-bottom: #646469 1px solid; margin-left: 15px; padding-right: 0; width: 80%; }

.download-button-wrap .download-button-content .dropdown-button + .dropdown-download a:first-child { border-top: #646469 1px solid; }

.download-button-wrap .download-button-content .dropdown-button + .dropdown-download a:hover, .download-button-wrap .download-button-content .dropdown-button + .dropdown-download a:focus, .download-button-wrap .download-button-content .dropdown-button + .dropdown-download a:active { background-color: transparent; }

.download-button-wrap .download-button-content .dropdown-button { -webkit-box-shadow: unset; box-shadow: unset; width: 160px; border-style: unset; font-size: 12px; font-weight: 700; border-radius: 25px; text-transform: uppercase; letter-spacing: .05em; }

.download-button-wrap .download-button-content .dropdown-button:hover, .download-button-wrap .download-button-content .dropdown-button:focus, .download-button-wrap .download-button-content .dropdown-button:active { -webkit-box-shadow: unset; box-shadow: unset; }

.take-action-wrap { padding-top: 20px; padding-bottom: 35px; margin-left: auto; margin-right: auto; }

@media (max-width: 991.98px) { .take-action-wrap { margin-left: 0; } }

.take-action-wrap .btn-take-action { margin-left: 165px; padding: 8px 15px 8px 15px; -webkit-box-shadow: unset; box-shadow: unset; border-style: unset; font-size: 12px; font-weight: 700; border-radius: 25px; text-transform: uppercase; letter-spacing: .05em; background-color: #500778; color: #fff; }

@media (max-width: 991.98px) { .take-action-wrap .btn-take-action { margin-left: 0; } }

.take-action-wrap .btn-take-action:hover, .take-action-wrap .btn-take-action:focus, .take-action-wrap .btn-take-action:active { -webkit-box-shadow: unset; box-shadow: unset; background-color: #8451a0; }

.modal-message { display: none; position: absolute; z-index: 2; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 370px; height: 200px; overflow: auto; z-index: 10; /* The Close Button */ }

@media (max-width: 767.98px) { .modal-message { width: 340px; } }

.modal-message .modal-content { background-color: #000; padding: 60px 40px 50px 50px; width: 100%; font-size: 18px; font-weight: 500; color: #fff; border-radius: 0; }

.modal-message .close { color: #fff; position: absolute; top: 15px; right: 20px; opacity: 1; }

.modal-message .close:hover, .modal-message .close:focus { color: #fff; text-decoration: none; cursor: pointer; }

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
