@charset "UTF-8";
/*  Theming */ /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://use.typekit.net/gpd0qmn.css");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

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

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

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

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

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

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

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

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

.fa-search:before {
  content: "\f002";
}

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

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

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

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

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

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

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

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

.fa-trash-o:before {
  content: "\f014";
}

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

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

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

.fa-road:before {
  content: "\f018";
}

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

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

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

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

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

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

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

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

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

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

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

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

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

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

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

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

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

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

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

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

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

.fa-stop:before {
  content: "\f04d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-random:before {
  content: "\f074";
}

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

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

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

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

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

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

.fa-twitter-square:before {
  content: "\f081";
}

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

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

.fa-sign-out:before {
  content: "\f08b";
}

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

.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

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

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

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

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

.fa-square-o:before {
  content: "\f096";
}

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

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

.fa-twitter:before {
  content: "\f099";
}

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

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

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

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

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

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

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

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

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

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

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

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

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

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

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

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

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

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: "\f10a";
}

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

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

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

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

.fa-smile-o:before {
  content: "\f118";
}

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

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

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

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

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

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

.fa-terminal:before {
  content: "\f120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

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

.fa-puzzle-piece:before {
  content: "\f12e";
}

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

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

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

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

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

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

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

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

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

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

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

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

.fa-rss-square:before {
  content: "\f143";
}

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

.fa-share-square:before {
  content: "\f14d";
}

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

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

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

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

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

.fa-stack-overflow:before {
  content: "\f16c";
}

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

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

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

.fa-skype:before {
  content: "\f17e";
}

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

.fa-trello:before {
  content: "\f181";
}

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

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

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

.fa-sun-o:before {
  content: "\f185";
}

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

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

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

.fa-stack-exchange:before {
  content: "\f18d";
}

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

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

.fa-yahoo:before {
  content: "\f19e";
}

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

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

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

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

.fa-soundcloud:before {
  content: "\f1be";
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

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

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

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

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

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

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

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

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

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

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

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

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

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

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

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

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

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

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

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

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

.fa-street-view:before {
  content: "\f21d";
}

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

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

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

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

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

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

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

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

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

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

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

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

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

.fa-tripadvisor:before {
  content: "\f262";
}

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

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

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

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

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

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

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

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

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

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

.fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-commenting-o:before {
  content: "\f27b";
}

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

.fa-vimeo:before {
  content: "\f27d";
}

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

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

.fa-reddit-alien:before {
  content: "\f281";
}

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

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

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

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

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

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

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

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

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

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

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

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

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

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

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

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

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

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

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

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

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

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

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

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

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

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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: #007bff;
  --secondary: #6c757d;
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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;
  -ms-overflow-style: scrollbar;
}

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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-wrap: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.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 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control: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.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  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, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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: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 {
  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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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: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 {
  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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 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: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: 0.875rem;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control: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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 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 > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.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-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.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-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.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 > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.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 > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 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' width='12' height='12' 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(0, 123, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.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;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.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-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  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-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;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  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 {
  float: left;
  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: 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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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: #007bff;
  border-color: #007bff;
}
.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.25rem;
  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: 0.875rem;
  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.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.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: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.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;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.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: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.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 {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.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: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.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);
    height: min-content;
  }
  .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.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 .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .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 .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .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 .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .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 .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .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 > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .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 > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .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 > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .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 > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .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: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !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-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: flex !important;
}

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

@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
}

.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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !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;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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;
}

.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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*! nouislider - 14.0.3 - 10/10/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

body,
p,
div,
span {
  font-family: museo-sans, sans-serif;
}

section {
  clear: both;
}

.container {
  max-width: 960px !important;
}

.hidden {
  display: none !important;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

/*  Utility   */
.is--visually--hidden {
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
}

a {
  color: #004990;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 17px;
}

.flex--column {
  display: flex;
  flex-direction: column;
}

.flex--row {
  display: flex;
  flex-direction: row;
  position: relative;
}

.flex--row--2--column {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}

.flex--basis--auto {
  flex-basis: auto;
}

.flex--basis--quarter {
  flex-basis: 25%;
}

.flex--basis--eighth {
  flex-basis: 12.5%;
}

.flex--end {
  display: flex;
  justify-content: flex-end;
}

.flex--space-between {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 768px) {
  .flex--space-between {
    flex-direction: column;
  }
}
.flex--align-center {
  display: flex;
  align-items: center;
}

.margin--space {
  margin: 1.5rem;
}

.text--center {
  text-align: center;
}
.text--center.center--div {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .flex--row--2--column {
    flex-direction: column;
  }
}
.body--scroll--lock {
  overflow: hidden;
}

.hidden {
  display: none;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

.container {
  margin-bottom: 2rem;
  max-width: 1266px !important;
  background-color: transparent !important;
}

/* Media Breakpoints - Only */
/* Media Breakpoints - Up */
/* Media Breakpoints - Down */
.icon--base {
  height: 1rem;
  width: 1.125rem;
}

.icon--2x {
  height: 1.25rem;
  width: 1.5rem;
}

.icon--absolute {
  position: absolute;
  right: 0.75rem;
  top: 0.65rem;
}

.icon--calendar {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2022%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M21.6923%201.8333h-2.3077v1.375c0%20.2521-.2077.4584-.4615.4584H18c-.2538%200-.4615-.2063-.4615-.4584v-1.375H6.4615v1.375c0%20.2521-.2077.4584-.4615.4584h-.923c-.254%200-.4616-.2063-.4616-.4584v-1.375H2.3077C1.0385%201.8333%200%202.8646%200%204.125v15.5833C0%2020.9687%201.0385%2022%202.3077%2022h19.3846C22.9615%2022%2024%2020.9687%2024%2019.7083V4.125c0-1.2604-1.0385-2.2917-2.3077-2.2917zm.4615%2017.1875c0%20.6302-.5192%201.1459-1.1538%201.1459H3c-.6346%200-1.1538-.5157-1.1538-1.1459V8.7083c0-.252.2076-.4583.4615-.4583h19.3846c.2539%200%20.4615.2063.4615.4583v10.3125zM6.4615.4583C6.4615.2063%206.2538%200%206%200h-.923c-.254%200-.4616.2062-.4616.4583v1.375h1.8461V.4583zm12.9231%200c0-.252-.2077-.4583-.4615-.4583H18c-.2538%200-.4615.2062-.4615.4583v1.375h1.8461V.4583z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #fff;
}

.icon--calendar--brand {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3e%3ctitle%3eDesktop/Icons/Check%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='📷-Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Shank-Desktop-Copy' transform='translate(-328.000000, -293.000000)'%3e%3cg id='Desktop/Icons/Check' transform='translate(326.000000, 291.000000)'%3e%3cpolygon id='Path' points='0 0 24 0 24 24 0 24'%3e%3c/polygon%3e%3cpath d='M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 Z M10,17 L5,12 L6.41,10.59 L10,14.17 L17.59,6.58 L19,8 L10,17 Z' id='Shape' fill='%234A5568' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.icon--download {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2032%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M21%207.3846h-8.025v13.8385l3.5925-3.6308a.9628.9628%200%200%201%201.38.0077c.375.3923.375%201.023-.0075%201.4154l-5.25%205.3077c-.1875.1846-.435.2846-.6825.2846-.1275%200-.255-.023-.375-.077-.1125-.046-.2175-.123-.3075-.2076l-5.25-5.3077c-.3825-.3846-.39-1.023-.0075-1.4154a.9562.9562%200%200%201%201.38-.0077l3.5925%203.6308V7.3846H3c-1.65%200-3%201.3846-3%203.077V28.923C0%2030.6154%201.35%2032%203%2032h18c1.65%200%203-1.3846%203-3.077V10.4616c0-1.6923-1.35-3.0769-3-3.0769zM12.975%201c0-.5538-.435-1-.975-1s-.975.4462-.975%201v6.3846h1.95V1z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--download--brand {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 18' style='enable-background:new 0 0 14 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23718096;%7D%0A%3C/style%3E%3Ctitle%3ED4B11113-CC3A-4EF6-BB97-45B65241F03D%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Group'%3E%3Cg transform='translate(-1313.000000, -83.000000)'%3E%3Cg id='Group-3' transform='translate(1217.000000, 80.000000)'%3E%3Cg transform='translate(91.000000, 0.000000)'%3E%3Cg id='icon-download' transform='translate(5.000000, 3.000000)'%3E%3Cpath id='Shape' class='st0' d='M12.1,4.2H7.5v7.8l2-2c0.2-0.2,0.6-0.2,0.8,0c0.2,0.2,0.2,0.6,0,0.8l-3,3 c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.2-0.1l-3-3c-0.2-0.2-0.2-0.6,0-0.8c0.2-0.2,0.6-0.2,0.8,0l2,2 V4.2H1.9C1,4.2,0.2,4.9,0.2,5.9v10.4c0,1,0.8,1.7,1.7,1.7h10.1c0.9,0,1.7-0.8,1.7-1.7V5.9C13.8,4.9,13,4.2,12.1,4.2z M7.5,0.6 C7.5,0.3,7.3,0,7,0C6.7,0,6.5,0.3,6.5,0.6v3.6h1.1V0.6z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.55rem;
  margin-top: -0.15rem;
  margin-right: 0.3rem !important;
}

.icon--excel {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2032%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M16.421%207.92h7.1843c.221%200%20.3947-.176.3947-.4%200-.712-.3079-1.384-.8447-1.832L17.1316.6a2.5153%202.5153%200%200%200-1.6263-.592c-.3237%200-.5842.264-.5842.592v5.8c0%20.84.671%201.52%201.5%201.52z%22/%3E%3Cpath%20d%3D%22M12.8684%206.4V0H2.5264C1.1367%200%200%201.152%200%202.56v26.88C0%2030.848%201.1368%2032%202.5263%2032h18.9474C22.8632%2032%2024%2030.848%2024%2029.44V10h-7.579c-1.9578%200-3.5526-1.616-3.5526-3.6z%22/%3E%3Cpath%20d%3D%22M12.8684%206.4V0H2.5264C1.1367%200%200%201.152%200%202.56v26.88C0%2030.848%201.1368%2032%202.5263%2032h18.9474C22.8632%2032%2024%2030.848%2024%2029.44V10h-7.579c-1.9578%200-3.5526-1.616-3.5526-3.6z%22/%3E%3C/g%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M14.8%2015.3333h2.8v8.5334h-2.8zM6.4%2023.8667L14.24%2026V13.2L6.4%2015.3333v8.5334zm1.96-7.1111h1.2458l.7%201.579.7284-1.579h1.2179l-1.2742%202.261%201.4%202.6594H11.132l-.8258-1.8772-.812%201.8772h-1.218l1.358-2.6166L8.36%2016.7556z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--filter {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2021%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.9565.0357C5.5652.0357%204.3832.9804%204%202.2751H.8342c-.4864%200-.8342.3856-.8342.875%200%20.4895.3832.875.8696.875h3.1657C4.3832%205.32%205.6006%206.2646%206.992%206.2646c1.4266%200%202.6087-.9447%202.9918-2.2395h12.8341c.4864%200%20.8696-.3855.8696-.875%200-.4894-.3832-.875-.8696-.875H9.9838C9.5652.9804%208.3831.0357%206.9565.0357zm.0353%201.75c.731%200%201.356.5947%201.356%201.3644%200%20.7698-.6264%201.3645-1.356%201.3645-.731%200-1.356-.5947-1.356-1.3645-.0013-.7697.625-1.3644%201.356-1.3644zM17.4268%207.0357c-1.3913%200-2.5734.9447-2.9565%202.2394H.8696c-.5218%200-.8696.3856-.8696.875%200%20.4895.3832.875.8696.875h13.6007c.3478%201.2948%201.5652%202.2395%202.9565%202.2395%201.4266%200%202.6087-.9447%202.9918-2.2395h2.3995c.4864%200%20.8696-.3855.8696-.875%200-.4894-.3832-.875-.8696-.875h-2.3995c-.3831-1.2947-1.5665-2.2394-2.9918-2.2394zm.034%201.75c.731%200%201.356.5947%201.356%201.3644%200%20.7698-.6265%201.3645-1.356%201.3645-.731%200-1.356-.5947-1.356-1.3645%200-.7697.591-1.3644%201.356-1.3644zM11.1304%2014.7357c-1.3913%200-2.5733.9447-2.9565%202.2394H.8696c-.5218%200-.8696.3856-.8696.875%200%20.4895.3832.875.8696.875h7.3398c.3478%201.2948%201.5652%202.2395%202.9565%202.2395%201.4267%200%202.6087-.9447%202.9919-2.2395h8.6601c.4864%200%20.8696-.3855.8696-.875%200-.4894-.3832-.875-.8696-.875h-8.6956c-.3832-1.2947-1.5652-2.2394-2.9919-2.2394zm.0354%201.75c.731%200%201.356.5947%201.356%201.3644%200%20.7698-.6264%201.3645-1.356%201.3645-.731%200-1.356-.5947-1.356-1.3645.034-.7697.625-1.3644%201.356-1.3644z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--filter--brand {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2021%22%3E%3Cg%20fill%3D%22%23004990%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.9565.0357C5.5652.0357%204.3832.9804%204%202.2751H.8342c-.4864%200-.8342.3856-.8342.875%200%20.4895.3832.875.8696.875h3.1657C4.3832%205.32%205.6006%206.2646%206.992%206.2646c1.4266%200%202.6087-.9447%202.9918-2.2395h12.8341c.4864%200%20.8696-.3855.8696-.875%200-.4894-.3832-.875-.8696-.875H9.9838C9.5652.9804%208.3831.0357%206.9565.0357zm.0353%201.75c.731%200%201.356.5947%201.356%201.3644%200%20.7698-.6264%201.3645-1.356%201.3645-.731%200-1.356-.5947-1.356-1.3645-.0013-.7697.625-1.3644%201.356-1.3644zM17.4268%207.0357c-1.3913%200-2.5734.9447-2.9565%202.2394H.8696c-.5218%200-.8696.3856-.8696.875%200%20.4895.3832.875.8696.875h13.6007c.3478%201.2948%201.5652%202.2395%202.9565%202.2395%201.4266%200%202.6087-.9447%202.9918-2.2395h2.3995c.4864%200%20.8696-.3855.8696-.875%200-.4894-.3832-.875-.8696-.875h-2.3995c-.3831-1.2947-1.5665-2.2394-2.9918-2.2394zm.034%201.75c.731%200%201.356.5947%201.356%201.3644%200%20.7698-.6265%201.3645-1.356%201.3645-.731%200-1.356-.5947-1.356-1.3645%200-.7697.591-1.3644%201.356-1.3644zM11.1304%2014.7357c-1.3913%200-2.5733.9447-2.9565%202.2394H.8696c-.5218%200-.8696.3856-.8696.875%200%20.4895.3832.875.8696.875h7.3398c.3478%201.2948%201.5652%202.2395%202.9565%202.2395%201.4267%200%202.6087-.9447%202.9919-2.2395h8.6601c.4864%200%20.8696-.3855.8696-.875%200-.4894-.3832-.875-.8696-.875h-8.6956c-.3832-1.2947-1.5652-2.2394-2.9919-2.2394zm.0354%201.75c.731%200%201.356.5947%201.356%201.3644%200%20.7698-.6264%201.3645-1.356%201.3645-.731%200-1.356-.5947-1.356-1.3645.034-.7697.625-1.3644%201.356-1.3644z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--home {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M12.1435%203.2365a.2244.2244%200%200%200-.287%200l-8.957%207.2c-.0517.0462-.0861.1097-.0861.1789v13.2692c0%20.0635.0517.1154.1148.1154h6.201a.1154.1154%200%200%200%20.1148-.1154v-8.077a.1154.1154%200%200%201%20.1149-.1153h5.2822c.0632%200%20.1149.052.1149.1154v8.077c0%20.0634.0517.1153.1148.1153h6.201a.1154.1154%200%200%200%20.1148-.1154V10.6154a.2334.2334%200%200%200-.0861-.1789l-8.957-7.2z%22/%3E%3Cpath%20d%3D%22M23.6383%209.0115L12.7866.277C12.5684.0981%2012.2871%200%2012%200c-.287%200-.5684.098-.7866.277L6.488%204.1364V1.702a.1154.1154%200%200%200-.1148-.1154h-3.445a.1154.1154%200%200%200-.1148.1154v5.3193L.3617%209.0462c-.178.1442-.2928.3576-.3043.5884a.8187.8187%200%200%200%20.2354.6173.7968.7968%200%200%200%20.5684.2366.8066.8066%200%200%200%20.5053-.1789l10.5589-8.5384c.0287-.0231.0516-.0231.0746-.0231s.046.0057.0746.023l10.5589%208.5039a.8066.8066%200%200%200%20.5053.1788.7928.7928%200%200%200%20.5684-.2365.8024.8024%200%200%200%20.2411-.6173c-.0172-.2308-.1263-.4442-.31-.5885z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--home--brand {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23004990%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M12.1435%203.2365a.2244.2244%200%200%200-.287%200l-8.957%207.2c-.0517.0462-.0861.1097-.0861.1789v13.2692c0%20.0635.0517.1154.1148.1154h6.201a.1154.1154%200%200%200%20.1148-.1154v-8.077a.1154.1154%200%200%201%20.1149-.1153h5.2822c.0632%200%20.1149.052.1149.1154v8.077c0%20.0634.0517.1153.1148.1153h6.201a.1154.1154%200%200%200%20.1148-.1154V10.6154a.2334.2334%200%200%200-.0861-.1789l-8.957-7.2z%22/%3E%3Cpath%20d%3D%22M23.6383%209.0115L12.7866.277C12.5684.0981%2012.2871%200%2012%200c-.287%200-.5684.098-.7866.277L6.488%204.1364V1.702a.1154.1154%200%200%200-.1148-.1154h-3.445a.1154.1154%200%200%200-.1148.1154v5.3193L.3617%209.0462c-.178.1442-.2928.3576-.3043.5884a.8187.8187%200%200%200%20.2354.6173.7968.7968%200%200%200%20.5684.2366.8066.8066%200%200%200%20.5053-.1789l10.5589-8.5384c.0287-.0231.0516-.0231.0746-.0231s.046.0057.0746.023l10.5589%208.5039a.8066.8066%200%200%200%20.5053.1788.7928.7928%200%200%200%20.5684-.2365.8024.8024%200%200%200%20.2411-.6173c-.0172-.2308-.1263-.4442-.31-.5885z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--info {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M10.8115%207.1654c0-.6577.5366-1.148%201.1827-1.148.6577%200%201.1943.4903%201.1943%201.148s-.5366%201.1538-1.1943%201.1538c-.6461%200-1.1827-.4961-1.1827-1.1538zm.0808%202.0596h2.2039v8.3135h-2.2039V9.225z%22/%3E%3Cpath%20d%3D%22M12%201.6154c2.775%200%205.3827%201.0788%207.3442%203.0404C21.3058%206.6173%2022.3846%209.225%2022.3846%2012c0%202.775-1.0788%205.3827-3.0404%207.3442-1.9615%201.9616-4.5692%203.0404-7.3442%203.0404-2.775%200-5.3827-1.0788-7.3442-3.0404C2.6942%2017.3827%201.6154%2014.775%201.6154%2012c0-2.775%201.0788-5.3827%203.0404-7.3442C6.6173%202.6942%209.225%201.6154%2012%201.6154zM12%200C5.3712%200%200%205.3712%200%2012s5.3712%2012%2012%2012%2012-5.3712%2012-12S18.6288%200%2012%200z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--pdf {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2032%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16.421%207.92h7.1843c.221%200%20.3947-.176.3947-.4%200-.712-.3079-1.384-.8447-1.832L17.1316.6a2.5153%202.5153%200%200%200-1.6263-.592c-.3237%200-.5842.264-.5842.592v5.8c0%20.84.671%201.52%201.5%201.52z%22/%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M12.8684%206.4V0H2.5264C1.1367%200%200%201.152%200%202.56v26.88C0%2030.848%201.1368%2032%202.5263%2032h18.9474C22.8632%2032%2024%2030.848%2024%2029.44V10h-7.579c-1.9578%200-3.5526-1.616-3.5526-3.6z%22/%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M12.8684%206.4V0H2.5264C1.1367%200%200%201.152%200%202.56v26.88C0%2030.848%201.1368%2032%202.5263%2032h18.9474C22.8632%2032%2024%2030.848%2024%2029.44V10h-7.579c-1.9578%200-3.5526-1.616-3.5526-3.6z%22/%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%220.97919995%22%20d%3D%22M8.3543%2015.3864c-.6681-1.1078.9303-2.1305%201.3479-.9889.7161%201.9488%201.8662%207.2258-.7287%2010.8122-.7238.9995-2.2857.0531-1.4457-.988%201.3094-1.624%204.9574-4.7067%209.7843-4.5182%201.3094.0513%201.2422%201.9237.07%201.7797-1.8988-.2359-6.116-1.2712-9.0278-6.0968z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon-pdf--red {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2032%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23D0021B%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16.421%207.92h7.1843c.221%200%20.3947-.176.3947-.4%200-.712-.3079-1.384-.8447-1.832L17.1316.6a2.5153%202.5153%200%200%200-1.6263-.592c-.3237%200-.5842.264-.5842.592v5.8c0%20.84.671%201.52%201.5%201.52z%22/%3E%3Cpath%20fill%3D%22%23D0021B%22%20fill-rule%3D%22nonzero%22%20d%3D%22M12.8684%206.4V0H2.5264C1.1367%200%200%201.152%200%202.56v26.88C0%2030.848%201.1368%2032%202.5263%2032h18.9474C22.8632%2032%2024%2030.848%2024%2029.44V10h-7.579c-1.9578%200-3.5526-1.616-3.5526-3.6z%22/%3E%3Cpath%20fill%3D%22%23D0021B%22%20fill-rule%3D%22nonzero%22%20d%3D%22M12.8684%206.4V0H2.5264C1.1367%200%200%201.152%200%202.56v26.88C0%2030.848%201.1368%2032%202.5263%2032h18.9474C22.8632%2032%2024%2030.848%2024%2029.44V10h-7.579c-1.9578%200-3.5526-1.616-3.5526-3.6z%22/%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%220.97919995%22%20d%3D%22M8.3543%2015.3864c-.6681-1.1078.9303-2.1305%201.3479-.9889.7161%201.9488%201.8662%207.2258-.7287%2010.8122-.7238.9995-2.2857.0531-1.4457-.988%201.3094-1.624%204.9574-4.7067%209.7843-4.5182%201.3094.0513%201.2422%201.9237.07%201.7797-1.8988-.2359-6.116-1.2712-9.0278-6.0968z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--print {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M4.6154%2011.5385v11.5384c0%20.5077.4154.9231.923.9231h12.9231c.5077%200%20.9231-.4154.9231-.923V11.5384c0-.5077-.4154-.9231-.923-.9231H5.5384c-.5077%200-.9231.4154-.9231.923zM19.3846%200H4.6154c-.5077%200-.923.4154-.923.923v1.154c0%20.1268.1038.2307.2307.2307h16.1538a.2314.2314%200%200%200%20.2308-.2308V.9231c0-.5077-.4154-.9231-.923-.9231z%22/%3E%3Cpath%20d%3D%22M22.1827%203.6923H1.875C.8596%203.6923%200%204.4885%200%205.4981v10.0615c0%201.0096.8596%201.8635%201.875%201.8635h.8942a.4629.4629%200%200%200%20.4616-.4616v-6.1153c0-.8943.7211-1.6154%201.6154-1.6154h14.3076c.8943%200%201.6154.7211%201.6154%201.6154v6.1153c0%20.2539.2077.4616.4616.4616h.9519c1.0154%200%201.8173-.8539%201.8173-1.8635V5.4981c0-1.0096-.802-1.8058-1.8173-1.8058z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--print--brand {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23718096;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M19,8H5c-1.7,0-3,1.3-3,3v6h4v4h12v-4h4v-6C22,9.3,20.7,8,19,8z M16,19H8v-5h8V19z M19,12c-0.5,0-1-0.4-1-1 s0.5-1,1-1s1,0.4,1,1S19.5,12,19,12z M18,3H6v4h12V3z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.65rem;
}

.icon--important-msg {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%239C4321;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,0h24v24H0V0z'/%3E%3Cpath class='st1' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,17h-2v-2h2V17z M13,13h-2V7h2V13z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.65rem;
}

.icon--search {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M23.6571%2022.267l-6.6576-6.72c1.3028-1.6332%202.0883-3.7028%202.0883-5.9532%200-5.2676-4.2701-9.5377-9.5439-9.5377C4.2701.0561%200%204.3325%200%209.6c0%205.2675%204.2701%209.5377%209.5439%209.5377%202.2816%200%204.3699-.798%206.0156-2.132l6.614%206.6764c.1995.212.4738.3179.7418.3179.2556%200%20.5112-.0935.7044-.2805.4115-.3927.424-1.041.0374-1.4525zM9.544%2017.0868c-2.001%200-3.8836-.7793-5.2987-2.1943-1.415-1.4151-2.1943-3.2977-2.1943-5.2925%200-2.001.7792-3.8836%202.1943-5.2925%201.415-1.415%203.2977-2.1943%205.2987-2.1943%202.001%200%203.8836.7793%205.2987%202.1943%201.415%201.4151%202.1943%203.2977%202.1943%205.2925%200%202.001-.7792%203.8836-2.1943%205.2925-1.415%201.415-3.2977%202.1943-5.2987%202.1943z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #fff;
}

.icon--paper-plane {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M16.7355.0405L.216%207.2405c-.2925.1395-.2835.558.0135.6885l4.4685%202.5245c.2655.1485.594.117.8235-.081l8.811-7.596c.0585-.0495.198-.144.252-.09.0585.0585-.0315.1935-.081.252l-7.623%208.586c-.2115.2385-.243.5895-.072.8595l2.9205%204.6845c.144.2835.5535.279.684-.009L17.244.54c.1485-.324-.189-.6525-.5085-.4995z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--dollar {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232C5082;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13.4,18.1V20h-2.7v-1.9 c-1.7-0.4-3.2-1.5-3.3-3.4h2c0.1,1.1,0.8,1.9,2.6,1.9c2,0,2.4-1,2.4-1.6c0-0.8-0.4-1.6-2.7-2.1c-2.5-0.6-4.2-1.6-4.2-3.7 c0-1.7,1.4-2.8,3.1-3.2V4h2.7v1.9c1.9,0.4,2.8,1.9,2.9,3.4h-2c-0.1-1.1-0.6-1.9-2.2-1.9c-1.5,0-2.4,0.7-2.4,1.6 c0,0.8,0.6,1.4,2.7,1.9s4.2,1.4,4.2,3.9C16.5,16.8,15.2,17.8,13.4,18.1z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.icon--pencil {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23718096;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3,17.3V21h3.8L17.8,9.9l-3.8-3.8L3,17.3z M20.7,7c0.4-0.4,0.4-1,0-1.4l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0l-1.8,1.8 l3.8,3.8C18.9,8.9,20.7,7,20.7,7z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--trash-black {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2213px%22%20height%3D%2218px%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M.6697%202.88l1.0466%2013.0815c0%20.729.581%201.3185%201.2994%201.3185h6.253c.7184%200%201.2994-.5895%201.2994-1.3185L11.6014%202.88H.6697zm2.7318%2011.925L3.1043%204.32h.8205l.306%2010.485h-.8293zm3.1176%200H5.721V4.32h.7982v10.485zm2.3194%200h-.8248L8.3152%204.32h.8205l-.2972%2010.485zm2.071-13.545H9.313L8.1467.225C7.9827.081%207.7742%200%207.5613%200H4.6876a.9055.9055%200%200%200-.5943.225L2.927%201.26H1.3304C.55%201.26%200%201.638%200%202.43h12.24c0-.792-.55-1.17-1.3304-1.17z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon--trash-red {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2213px%22%20height%3D%2218px%22%3E%3Cpath%20fill%3D%22%23d0021b%22%20d%3D%22M.6697%202.88l1.0466%2013.0815c0%20.729.581%201.3185%201.2994%201.3185h6.253c.7184%200%201.2994-.5895%201.2994-1.3185L11.6014%202.88H.6697zm2.7318%2011.925L3.1043%204.32h.8205l.306%2010.485h-.8293zm3.1176%200H5.721V4.32h.7982v10.485zm2.3194%200h-.8248L8.3152%204.32h.8205l-.2972%2010.485zm2.071-13.545H9.313L8.1467.225C7.9827.081%207.7742%200%207.5613%200H4.6876a.9055.9055%200%200%200-.5943.225L2.927%201.26H1.3304C.55%201.26%200%201.638%200%202.43h12.24c0-.792-.55-1.17-1.3304-1.17z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon-binoculars {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248px%22%20height%3D%2245px%22%3E%3Cg%20fill%3D%22%23636466%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M37%2042.4704c-4.962%200-9-4.038-9-9%200-4.966%204.038-9%209-9%204.96%200%209%204.034%209%209%200%204.962-4.04%209-9%209m-4-24c0%20.548-.45%201-1%201-.552%200-1-.452-1-1%200-1.172-2.04-2.452-5-2.864v17.864c0%206.062%204.934%2011%2011%2011%206.064%200%2011-4.938%2011-11%200-2.408-.786-4.63-2.102-6.44l-5.98-13.956a.9892.9892%200%2000-.212-.314l-2.848-2.846-2.924-7.676c-.052-.134-.13-.252-.228-.352-1.906-1.906-5.508-1.906-7.412%200a.9984.9984%200%2000-.294.704v10.996c4.102.478%207%202.416%207%204.884M11%2042.4704c-4.962%200-9-4.038-9-9%200-4.966%204.038-9%209-9%204.96%200%209%204.034%209%209%200%204.962-4.04%209-9%209m-11-9c0%206.062%204.934%2011%2011%2011%206.064%200%2011-4.938%2011-11v-17.864c-2.96.412-5%201.692-5%202.864%200%20.548-.45%201-1%201-.552%200-1-.452-1-1%200-2.468%202.896-4.406%207-4.884V2.4704c0-.266-.106-.522-.294-.71-1.906-1.906-5.508-1.906-7.412%200-.102.1-.18.22-.232.356l-2.924%207.798-2.844%202.846a.995.995%200%2000-.214.314L2.1%2027.0304c-1.314%201.81-2.1%204.032-2.1%206.44%22/%3E%3Cpath%20d%3D%22M11%2028.4704c.55%200%201-.452%201-1%200-.554-.45-1-1-1-3.862%200-7%203.136-7%207%200%20.548.448%201%201%201%20.55%200%201-.452%201-1%200-2.76%202.242-5%205-5M37%2028.4704c.55%200%201-.452%201-1%200-.554-.45-1-1-1-3.862%200-7%203.136-7%207%200%20.548.448%201%201%201%20.55%200%201-.452%201-1%200-2.76%202.242-5%205-5%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0.5rem;
}

.icon-alert {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227px%22%20height%3D%2225px%22%3E%3Cpath%20fill%3D%22%23D0021B%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.6597%201.2017L.5024%2021.5633c-.7056%201.2726.2331%202.8287%201.7073%202.8287h22.3209c1.4679%200%202.4066-1.5561%201.7073-2.8287L15.0743%201.2017c-.7371-1.3356-2.6775-1.3356-3.4146%200zM14.4758%209.65l-.2268%207.686h-1.764l-.2268-7.686h2.2176zM13.367%2021.5192c-.6741%200-1.2033-.5103-1.2033-1.1592s.5292-1.1592%201.2033-1.1592%201.2033.5103%201.2033%201.1592-.5292%201.1592-1.2033%201.1592z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0.5rem;
}

.icon--release {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23004990;%7D%0A%3C/style%3E%3Ctitle%3EDesktop/Icons/Check%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg id='Shank-Desktop-Copy' transform='translate(-328.000000, -293.000000)'%3E%3Cg transform='translate(326.000000, 291.000000)'%3E%3Cpath id='Shape' class='st0' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M10,17l-5-5l1.4-1.4l3.6,3.6 l7.6-7.6L19,8L10,17z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.5rem;
}

.icon--hold {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 24' style='enable-background:new 0 0 22 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfilter:url(%23Adobe_OpacityMaskFilter);%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D .st2%7Bmask:url(%23mask-2_1_);fill-rule:evenodd;clip-rule:evenodd;fill:%23004990;%7D%0A%3C/style%3E%3Ctitle%3EDesktop/Icons/Hold%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg id='Shank-Desktop-Copy' transform='translate(-692.000000, -291.000000)'%3E%3Cg transform='translate(691.000000, 291.000000)'%3E%3Cg id='a'%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter' filterUnits='userSpaceOnUse' x='1' y='0' width='22' height='24'%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='1' y='0' width='22' height='24' id='mask-2_1_'%3E%3Cg class='st0'%3E%3Cpolygon id='path-1_1_' class='st1' points='0,0 24,0 24,24 0,24 '/%3E%3C/g%3E%3C/mask%3E%3Cpath id='Path' class='st2' d='M23,5.5V20c0,2.2-1.8,4-4,4h-7.3c-1.1,0-2.1-0.4-2.8-1.2l-7.9-8c0,0,1.3-1.2,1.3-1.3 c0.2-0.2,0.5-0.3,0.8-0.3c0.2,0,0.4,0.1,0.6,0.2c0,0,4.3,2.5,4.3,2.5V4c0-0.8,0.7-1.5,1.5-1.5S11,3.2,11,4v7h1V1.5 C12,0.7,12.7,0,13.5,0S15,0.7,15,1.5V11h1V2.5C16,1.7,16.7,1,17.5,1S19,1.7,19,2.5V11h1V5.5C20,4.7,20.7,4,21.5,4S23,4.7,23,5.5z '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.75rem !important;
}

.icon--archive {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23004990;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.5,5.2l-1.4-1.7C18.9,3.2,18.5,3,18,3H6C5.5,3,5.1,3.2,4.8,3.5L3.5,5.2C3.2,5.6,3,6,3,6.5V19 c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V6.5C21,6,20.8,5.6,20.5,5.2z M12,17.5L6.5,12H10v-2h4v2h3.5L12,17.5z M5.1,5l0.8-1h12l0.9,1 H5.1z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.75rem;
}

.icon--bob {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bopacity:0.8;%7D .st2%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Bounding_Box'%3E%3Crect class='st0' width='24' height='24'/%3E%3C/g%3E%3Cg id='Flat' class='st1'%3E%3Cg id='ui_x5F_spec_x5F_header_copy_2'%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M21,5c-1.1-0.3-2.3-0.5-3.5-0.5c-1.9,0-4.1,0.4-5.5,1.5c-1.4-1.1-3.6-1.5-5.5-1.5S2.5,4.9,1,6v14.6 c0,0.2,0.2,0.5,0.5,0.5c0.1,0,0.1,0,0.2,0C3.1,20.5,5.1,20,6.5,20c1.9,0,4.1,0.4,5.5,1.5c1.4-0.9,3.8-1.5,5.5-1.5 c1.6,0,3.4,0.3,4.8,1c0.1,0,0.1,0,0.2,0c0.2,0,0.5-0.2,0.5-0.5V6C22.4,5.6,21.8,5.2,21,5z M21,18.5c-1.1-0.4-2.3-0.5-3.5-0.5 c-1.7,0-4.1,0.6-5.5,1.5V8c1.4-0.8,3.8-1.5,5.5-1.5c1.2,0,2.4,0.2,3.5,0.5V18.5z'/%3E%3Cg%3E%3Cpath class='st2' d='M17.5,10.5c0.9,0,1.7,0.1,2.5,0.3V9.2C19.2,9.1,18.4,9,17.5,9c-1.7,0-3.2,0.3-4.5,0.8v1.7 C14.1,10.9,15.7,10.5,17.5,10.5z'/%3E%3Cpath class='st2' d='M13,12.5v1.7c1.1-0.6,2.7-1,4.5-1c0.9,0,1.7,0.1,2.5,0.3V12c-0.8-0.1-1.6-0.2-2.5-0.2 C15.8,11.7,14.3,12,13,12.5z'/%3E%3Cpath class='st2' d='M17.5,14.3c-1.7,0-3.2,0.3-4.5,0.8v1.7c1.1-0.6,2.7-1,4.5-1c0.9,0,1.7,0.1,2.5,0.3v-1.5 C19.2,14.4,18.4,14.3,17.5,14.3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.75rem;
}

.icon--dashboard {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bopacity:0.8;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,0h24v24H0V0z'/%3E%3Cpath class='st1' d='M3,13h8V3H3V13z M3,21h8v-6H3V21z M13,21h8V11h-8V21z M13,3v6h8V3H13z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.75rem;
}

.icon--compensation {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 18' style='enable-background:new 0 0 24 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.8;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EGroup%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg class='st0'%3E%3Cg id='Test-V3' transform='translate(-16.000000, -198.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 198.000000)'%3E%3Cpath id='Fill-1309' class='st1' d='M13.9,3.2l-2.1-2.6c-0.2-0.2-0.5-0.2-0.7-0.1C10.9,0.7,10.9,1,11,1.2L12.4,3h-3 C9.2,3,9,3.2,9,3.5C9,3.8,9.2,4,9.5,4h3L11,5.8c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3-0.1,0.4-0.2l2.1-2.6 c0,0,0,0,0,0C13.9,3.7,14,3.6,14,3.5C14,3.4,13.9,3.3,13.9,3.2C13.9,3.2,13.9,3.2,13.9,3.2'/%3E%3Cpath id='Fill-1311' class='st1' d='M12.1,15.2c-0.4,0-0.8-0.4-0.8-0.8c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5 c0,0.8,0.5,1.5,1.2,1.7v0.6c0,0.3,0.2,0.5,0.5,0.5c0.3,0,0.5-0.2,0.5-0.5v-0.6c0.8-0.2,1.3-0.9,1.3-1.7c0-1-0.8-1.8-1.8-1.8 c-0.4,0-0.8-0.4-0.8-0.8c0-0.4,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8c0,0.3,0.2,0.5,0.5,0.5c0.3,0,0.5-0.2,0.5-0.5 c0-0.8-0.6-1.5-1.3-1.7V9.5C12.5,9.2,12.3,9,12,9c-0.3,0-0.5,0.2-0.5,0.5v0.6c-0.7,0.2-1.2,0.9-1.2,1.7c0,1,0.8,1.8,1.8,1.8 c0.4,0,0.8,0.4,0.8,0.8C12.9,14.8,12.5,15.2,12.1,15.2'/%3E%3Cpath id='Fill-1312' class='st1' d='M3,0C1.3,0,0,1.3,0,3s1.3,3,3,3s3-1.3,3-3S4.7,0,3,0'/%3E%3Cpath id='Fill-1313' class='st1' d='M3,7c-1.7,0-3,1.3-3,3v7h6v-7C6,8.3,4.7,7,3,7'/%3E%3Cpath id='Fill-1314' class='st1' d='M21,6c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3S19.3,6,21,6'/%3E%3Cpath id='Fill-1315' class='st1' d='M21,7c-1.7,0-3,1.3-3,3v7h6v-7C24,8.3,22.7,7,21,7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0 0.75rem 0.75rem;
  margin-top: 4px;
  margin-bottom: 4px;
}

.icon--tax-forms {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.7967;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EFill 243 + Fill 245%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Group' class='st0'%3E%3Cg id='Test-V3' transform='translate(-16.000000, -249.000000)'%3E%3Cg transform='translate(16.000000, 248.000000)'%3E%3Cpath id='Fill-243' class='st1' d='M9.5,14h-6C3.2,14,3,13.8,3,13.5S3.2,13,3.5,13h6c0.3,0,0.5,0.2,0.5,0.5S9.8,14,9.5,14L9.5,14 z M8.5,17h-5C3.2,17,3,16.8,3,16.5C3,16.2,3.2,16,3.5,16h5C8.8,16,9,16.2,9,16.5C9,16.8,8.8,17,8.5,17L8.5,17z M3.5,10h8 c0.3,0,0.5,0.2,0.5,0.5S11.8,11,11.5,11h-8C3.2,11,3,10.8,3,10.5S3.2,10,3.5,10L3.5,10z M3.5,7H8c0.3,0,0.5,0.2,0.5,0.5 S8.3,8,8,8H3.5C3.2,8,3,7.8,3,7.5S3.2,7,3.5,7L3.5,7z M11,2l5,5h-5V2z M10,18.5c0-4,3.1-7.2,7-7.5V6.5c0-0.1-0.1-0.3-0.1-0.4 l-5-5C11.8,1.1,11.6,1,11.5,1h-11C0.2,1,0,1.2,0,1.5v21C0,22.8,0.2,23,0.5,23h11C10.6,21.7,10,20.2,10,18.5L10,18.5z'/%3E%3Cpath id='Fill-245' class='st1' d='M21.1,17.2l-3.8,4.2c-0.1,0.1-0.2,0.2-0.4,0.2h0c-0.1,0-0.3-0.1-0.4-0.1l-2.7-2.7 c-0.2-0.2-0.2-0.5,0-0.7c0.2-0.2,0.5-0.2,0.7,0l2.4,2.4l3.5-3.8c0.2-0.2,0.5-0.2,0.7,0C21.3,16.7,21.3,17,21.1,17.2 M17.5,12 c-3.6,0-6.5,2.9-6.5,6.5s2.9,6.5,6.5,6.5s6.5-2.9,6.5-6.5S21.1,12,17.5,12'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0.75rem;
}

.icon--commission-release {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.8;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EDesktop/Icons/Check%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg class='st0'%3E%3Cg id='Shank-Desktop-Copy' transform='translate(-328.000000, -293.000000)'%3E%3Cg transform='translate(326.000000, 291.000000)'%3E%3Cpath id='Shape' class='st1' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M10,17l-5-5l1.4-1.4l3.6,3.6 l7.6-7.6L19,8L10,17z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding: 0.75rem;
}

.gb-logo-white {
  background-repeat: no-repeat;
  padding: 1rem 6.5rem;
  background-size: 195px;
}

.experience-editor .container, .experience-editor .row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.global__notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.global__alert {
  position: absolute;
  display: block;
  top: -120px;
  height: auto;
  padding: 1rem 4rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #CC3736;
  border: 1px solid #d0021b;
  opacity: 0.8;
  border-radius: 0 0 4px 4px;
  background-color: #f8d7da;
  width: 100%;
  margin-bottom: 1rem;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.global__alert .global__close {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  transform: rotate(-45deg);
}
.global__alert .global__close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 0.85rem;
  left: 0.45rem;
  background-color: #910011;
}
.global__alert .global__close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 0.85rem;
  left: 0.45rem;
  background-color: #910011;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.global__alert .global__close.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
.global__alert.show {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.global__success {
  position: absolute;
  display: block;
  top: -65px;
  padding: 1rem;
  font-size: 1rem;
  min-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #4B997A;
  border: 1px solid #337859;
  opacity: 0.8;
  border-radius: 0 0 4px 4px;
  background-color: #C6F6D5;
  width: 100%;
  margin-bottom: 1rem;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.global__success .global__close {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  transform: rotate(-45deg);
}
.global__success .global__close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 0.85rem;
  left: 0.45rem;
  background-color: #4B997A;
}
.global__success .global__close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 0.85rem;
  left: 0.45rem;
  background-color: #4B997A;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.global__success .global__close.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
.global__success.show {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.accordion {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
  background: #f5f5f5;
  margin: 2rem 0;
}
.accordion .accordion__btn {
  width: 100%;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  z-index: 5;
}
.accordion .accordion__btn .accordion__btn__content {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}
.accordion .accordion__btn .accordion__btn__content::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 1.5rem;
  left: 1rem;
  background-color: #9e9e9e;
}
.accordion .accordion__btn .accordion__btn__content::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 1.5rem;
  left: 1rem;
  background-color: #9e9e9e;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.accordion .accordion__btn .accordion__btn__content.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
.accordion .accordion__btn .accordion__btn__content .accordion__btn__type {
  color: #9e9e9e;
  font-family: museo-sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.accordion .accordion__btn .accordion__btn__content .accordion__btn__name {
  color: #333;
  font-family: museo-sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.accordion .accordion__btn .accordion__sub-total {
  margin-top: 1rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.accordion .accordion__btn .accordion__sub-total .accordion__sub-total__amount {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.accordion .accordion__btn .accordion__sub-total .accordion__sub-total__amount dt {
  margin-right: 2rem;
}
.accordion .accordion__btn .accordion__sub-total.is--open {
  display: none !important;
}
.accordion .accordion__sub-total__footer {
  display: none;
}
.accordion .accordion__sub-total__footer .accordion__sub-total__amount {
  display: flex;
  flex-direction: row;
  -ms-grid-column-align: flex-start;
      justify-items: flex-start;
}
.accordion .accordion__sub-total__footer .accordion__sub-total__amount dt {
  margin-right: 1rem;
}
.accordion .accordion__sub-total__footer.is--open {
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
  margin-top: 1rem;
}
.accordion .accordion__table {
  display: none;
}
.accordion .accordion__table.is--open {
  display: table;
}
.accordion table.dataTable {
  background-color: #fff;
  margin-top: -55px !important;
  width: 100%;
}
.accordion table.dataTable tbody tr:hover {
  background-color: #ebf8ff;
}

@media (max-width: 768px) {
  .accordion .accordion__btn {
    flex-direction: column;
  }
  .accordion table.dataTable {
    margin-top: -55px !important;
  }
}
.accordion__controls {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
}
.accordion__controls li + li {
  border-left: 1px solid #000;
  padding-left: 0.45rem;
  line-height: 0.65rem;
  overflow: visible;
}
.accordion__controls li button {
  margin-right: 0.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: #004990;
  font-size: 1rem;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

.btn {
  height: 44px;
  min-width: 75px;
  font-family: museo-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn:disabled {
  color: #636466;
  border-color: #e8ebf1;
  background-color: #e8ebf1;
  cursor: not-allowed !important;
  min-width: 150px;
}
.btn.btn--primary {
  color: #fff;
  border-color: #004990;
  background-color: #004990;
}
.btn.btn--primary:hover {
  border-color: #003365;
  background-color: #003365;
}
.btn.btn--secondary {
  color: #004990;
  border-color: #004990;
  background-color: #fff;
  min-width: 150px;
}
.btn.btn--secondary:hover {
  background-color: rgba(0, 73, 144, 0.08);
}
.btn.btn--red {
  color: #fff;
  border-color: #C5302F;
  background-color: #C5302F;
}
.btn.btn--red:hover {
  background-color: #95330D;
}
.btn.btn--link {
  color: #004990;
  background-color: transparent;
}
.btn.btn--link:hover {
  text-decoration: underline;
}
.btn.btn--link:active {
  border: 1px solid #636466;
  border-radius: 4px;
}
.btn.btn--disabled {
  color: #636466;
  border-color: #e8ebf1;
  background-color: #e8ebf1;
  cursor: not-allowed !important;
}

.btn--dot {
  background: transparent;
  border: 1px solid transparent;
  height: 44px;
  padding: 0 1rem;
  transform: rotate(90deg);
  cursor: pointer;
}
.btn--dot .dot {
  display: flex;
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-top: -10px;
}
.btn--dot .dot:before, .btn--dot .dot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: inherit;
}
.btn--dot .dot:before {
  top: 8px;
}
.btn--dot .dot:after {
  top: 16px;
}
.btn--dot .dot .disabled {
  background-color: #636466;
}

.btn--dot--options {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.875rem;
  z-index: 5;
  background: #fff;
  display: none;
  position: absolute;
  top: 70px;
  right: 25px;
  min-width: 125px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.btn--dot--options ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.btn--dot--options ul span {
  margin-right: 0.5rem;
}
.btn--dot--options ul + ul {
  border-top: 1px solid #9e9e9e;
}
.btn--dot--options button {
  border: 1px solid transparent;
  width: 100%;
  display: flex;
  min-height: 44px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1rem;
  text-align: left;
  cursor: pointer;
}
.btn--dot--options a {
  display: flex;
  min-height: 44px;
  color: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  color: #000 !important;
}
.btn--dot--options p {
  padding: 0.75rem 1rem 0;
  margin-bottom: 0;
  font-weight: 600;
}
.btn--dot--options.is--open {
  display: inline-block;
}

.dt-buttons.btn-group {
  display: inline-block;
  width: 100%;
}
.dt-buttons.btn-group .btn.btn-secondary {
  float: right;
  border-radius: 4px;
  color: #004990;
  background-color: transparent;
}
.dt-buttons.btn-group .btn.btn-secondary:hover {
  color: #004990;
  border-color: transparent;
}
.dt-buttons.btn-group .btn.btn-secondary:hover span {
  text-decoration: underline;
}
.dt-buttons.btn-group .btn.btn-secondary:active {
  border: 1px solid #636466;
  border-radius: 4px;
}
.dt-buttons.btn-group .btn.btn-secondary span {
  margin-right: 0.45rem;
}
.dt-buttons.btn-group .buttons-copy {
  display: none;
}

@media (max-width: 768px) {
  .dt-buttons.btn-group {
    display: flex;
    flex-direction: row;
  }
  .dt-buttons.btn-group button {
    margin-bottom: 0;
    margin-left: 0 !important;
  }
}
.btn--back {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #004990;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}
.btn--back .arrow {
  margin-top: 0.124rem;
  margin-right: 0.5rem;
  position: relative;
  height: 1rem;
  width: 1rem;
  transform: rotate(0deg);
}
.btn--back .arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #004990;
  border-bottom: 2px solid #004990;
  transform: rotate(45deg);
}
.btn--back .arrow::after {
  content: "";
  position: absolute;
  top: 0.37rem;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #004990;
  transform: rotate(0deg);
  border-radius: 0 4px 4px 0;
}
.btn--back:hover {
  color: #003365;
}
.btn--back:hover .arrow:before {
  border-color: #003365;
}
.btn--back:hover .arrow:after {
  background-color: #003365;
}

.btn--link--invite {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  color: #004990;
}
.btn--link--invite .invite-icon::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 12px;
  top: 45%;
  left: 0px;
  background-color: #004990;
}
.btn--link--invite .invite-icon::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 12px;
  top: 45%;
  left: 0px;
  background-color: #004990;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.btn--link--invite .invite-icon.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
.btn--link--invite:last-child {
  margin: 0px;
}
.btn--link--invite:hover {
  color: #003365;
}
.btn--link--invite:hover .invite-icon::before, .btn--link--invite:hover .invite-icon::after {
  background-color: #003365;
}

.icon__btn {
  position: relative;
  border: 1px solid #004990;
  border-radius: 50%;
  margin: 0 auto;
  height: 1rem;
  width: 1rem;
}

.icon__btn__plus::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0.5rem;
  top: 0.4rem;
  left: 0.2rem;
  background-color: #004990;
}
.icon__btn__plus::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0.5rem;
  top: 0.4rem;
  left: 0.2rem;
  background-color: #004990;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.icon__btn__plus.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}

.parent .icon__btn__plus::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}

#cr__search_wrapper .btn__pill {
  font-family: museo-sans, sans-serif;
  color: #333;
  font-size: 1rem;
  display: flex;
  justify-content: center;
}
#cr__search_wrapper .btn__pill * {
  background-color: #fff;
  padding: 0.2rem 1.75rem;
  margin-left: -0.35rem;
  border-style: solid !important;
  cursor: pointer;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s, -moz-linear;
  -webkit-transition: all 0.15s, -webkit-linear;
  -o-transition: all 0.15s, -o-linear;
}
#cr__search_wrapper .btn__pill *:hover {
  background-color: #004990;
  border-color: #004990;
  color: #fff;
}
#cr__search_wrapper .btn__pill *.is--active {
  background-color: #003365;
  border-color: #003365;
  color: #fff;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s, -moz-linear;
  -webkit-transition: all 0.15s, -webkit-linear;
  -o-transition: all 0.15s, -o-linear;
}
#cr__search_wrapper .btn__pill *:not(:last-child) {
  border-right: 1px solid rgba(99, 100, 102, 0.2);
}
#cr__search_wrapper .btn__pill *:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
#cr__search_wrapper .btn__pill *:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}

@media (max-width: 768px) {
  #cr__search_wrapper .btn__pill * {
    margin-left: 0;
    padding: 0.2rem 0.5rem;
  }
}
.buttons-print,
.buttons-csv,
.buttons-collection {
  color: #718096 !important;
  transition: none;
}
.buttons-print span,
.buttons-csv span,
.buttons-collection span {
  margin-right: 0.45rem;
}
.buttons-print:hover,
.buttons-csv:hover,
.buttons-collection:hover {
  transition: all 0.3s;
  color: #004990 !important;
}
.buttons-print:hover .icon--print--brand,
.buttons-csv:hover .icon--print--brand,
.buttons-collection:hover .icon--print--brand {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23004990;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M19,8H5c-1.7,0-3,1.3-3,3v6h4v4h12v-4h4v-6C22,9.3,20.7,8,19,8z M16,19H8v-5h8V19z M19,12c-0.5,0-1-0.4-1-1 s0.5-1,1-1s1,0.4,1,1S19.5,12,19,12z M18,3H6v4h12V3z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
}
.buttons-print:hover .icon--download--brand,
.buttons-csv:hover .icon--download--brand,
.buttons-collection:hover .icon--download--brand {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 18' style='enable-background:new 0 0 14 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23004990;%7D%0A%3C/style%3E%3Ctitle%3ED4B11113-CC3A-4EF6-BB97-45B65241F03D%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Group'%3E%3Cg transform='translate(-1313.000000, -83.000000)'%3E%3Cg id='Group-3' transform='translate(1217.000000, 80.000000)'%3E%3Cg transform='translate(91.000000, 0.000000)'%3E%3Cg id='icon-download' transform='translate(5.000000, 3.000000)'%3E%3Cpath id='Shape' class='st0' d='M12.1,4.2H7.5v7.8l2-2c0.2-0.2,0.6-0.2,0.8,0c0.2,0.2,0.2,0.6,0,0.8l-3,3 c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.2-0.1l-3-3c-0.2-0.2-0.2-0.6,0-0.8c0.2-0.2,0.6-0.2,0.8,0l2,2 V4.2H1.9C1,4.2,0.2,4.9,0.2,5.9v10.4c0,1,0.8,1.7,1.7,1.7h10.1c0.9,0,1.7-0.8,1.7-1.7V5.9C13.8,4.9,13,4.2,12.1,4.2z M7.5,0.6 C7.5,0.3,7.3,0,7,0C6.7,0,6.5,0.3,6.5,0.6v3.6h1.1V0.6z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.card {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  word-wrap: unset;
}
.card.card__tight {
  padding: 0;
}
.card.card__brand {
  border-top: 2px solid #004990;
}
.card.card__row {
  min-height: 350px;
}
.card .card__name {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
}
.card .card__name--large {
  font-size: 1.5rem;
  line-height: 30px;
}
.card .card__name--condensed {
  color: #2a4365;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 32px;
}
.card .card__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1rem;
}
.card .card__details .card__details__lists {
  width: 50%;
}
.card .card__details .card__details__lists dt {
  float: left;
  clear: left;
  font-weight: normal;
}
.card .card__details .card__details__lists dt::after {
  content: ":";
}
.card .card__details .card__details__lists dd {
  margin-left: 110px;
}
.card .card__details .card__details__lists:nth-child(2) {
  display: inline-block;
  text-align: right;
}
.card .card__details .card__details__lists:nth-child(2) dt {
  margin-left: 25%;
}
.card .card__details .card__details__lists:nth-child(2) dd {
  font-size: 1.125rem;
  font-weight: 700;
}
.card .card__details .card__details__lists:nth-child(2) dd:first-of-type {
  font-size: 1.875rem;
  margin-top: -10px;
}
.card .card__details__justified {
  display: flex;
  flex-direction: row;
}
.card .card__details__justified .card__details__justified__lists {
  flex: 1 1;
  font-size: 0.875rem;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.card .card__details__justified .card__details__justified__lists li {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0;
}
.card .card__details__justified .card__details__justified__lists li p {
  font-weight: 600;
}
.card .card__details__justified .card__details__justified__lists li span:first-child {
  text-align: left;
  flex-basis: 30%;
}
.card .card__details__justified .card__details__justified__lists li span:last-child {
  font-weight: 600;
  text-align: right;
  flex-basis: 60%;
}
.card .card__details__justified .card__details__justified__lists:not(:last-child) {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid transparent;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card .card__header {
  cursor: pointer;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
}
.card .card__header h2 {
  color: #333;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.card .card__body {
  border-top: 1px solid #d8d8d8;
  padding: 1.5rem 1rem;
}
.card .card__body ul li {
  flex: 1 1;
}
.card .card__body--tight {
  padding: 0;
}
.card .card__body--tight .top {
  margin-top: 1rem;
  margin-left: 0.5rem;
  background: #fff;
}
.card .card__body--tight .top .dataTables_filter {
  position: relative;
  margin: 0.5rem;
  display: flex;
  text-align: left;
  width: 350px;
}
.card .card__body--tight .top .dataTables_filter label {
  margin-right: 0.5rem;
  overflow: hidden;
  font-size: 0;
  width: 350px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.card .card__body--tight .top .dataTables_filter label input {
  font-size: 1rem;
  width: 90%;
  height: 40px;
  margin-left: 0;
  border: 1px solid transparent;
}
.card .card__body--tight .top .dataTables_filter .icon--search {
  height: 20px;
  margin-top: 0.75rem;
  position: absolute;
  right: 1rem;
}
.card .card__body--tight .table--simple {
  position: relative;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
}
.card .card__body--tight .bottom {
  padding: 1rem 1rem 0;
  width: 100%;
}
.card .card__body--tight .bottom .pagination {
  display: inline-flex;
}
.card .card__pipe {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  width: 100%;
  font-size: 0.875rem;
  height: auto;
}
.card .card__pipe li {
  line-height: 1.5;
}
.card .card__pipe li dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.card .card__pipe li dl dd,
.card .card__pipe li dl dt {
  margin-bottom: 0;
}
.card .card__pipe li h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.card .card__pipe li:not(:last-child) {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #d8d8d8;
}
.card .card__pipe li.card__padding-right {
  padding-right: 10%;
}

.card__detail__highlight {
  padding: 1rem 1.5rem 0;
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
}
.card__detail__highlight *:not(:last-child) {
  margin-right: 0.5rem;
}
.card__detail__highlight * + * {
  font-weight: 600;
}

.loading--card--item {
  height: 1rem;
  padding: 0.5rem;
  animation: loadingText 2s infinite;
}

.card.loading--card ul {
  height: 140px;
}
.card.loading--card ul li {
  margin: 0.5rem 0;
}
.card.loading--card ul li .loading--card--item {
  margin-bottom: 1rem;
  height: 1rem;
  padding: 0.5rem;
  animation: loadingText 2s infinite;
}
.card.loading--card ul li .loading--card--item + .loading--card--item {
  margin-left: 3rem;
}

@media (max-width: 1266px) {
  .card .card__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1rem;
  }
  .card .card__details .card__details__lists {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .card .card__details .card__details__lists dt {
    float: left;
    clear: left;
    font-weight: normal;
  }
  .card .card__details .card__details__lists dt::after {
    content: ":";
  }
  .card .card__details .card__details__lists dd {
    margin-left: 0;
  }
  .card .card__details .card__details__lists:nth-child(2) {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 1rem;
  }
  .card .card__details .card__details__lists:nth-child(2) dt {
    margin-left: 0;
  }
  .card .card__details .card__details__lists:nth-child(2) dd {
    font-size: 1.125rem;
    font-weight: 700;
    margin-left: 0;
  }
  .card .card__details .card__details__lists:nth-child(2) dd:first-of-type {
    font-size: 1.875rem;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .card .card__details {
    flex-direction: column;
  }
  .card .card__details .card__details__lists {
    width: 100%;
  }
  .card .card__details .card__details__lists:nth-child(2) {
    margin-left: 0;
  }
  .card .card__details__justified {
    flex-direction: column;
  }
  .card .card__details__justified .card__details__justified__lists:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d8d8d8;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .card .card__body--tight .top {
    margin: 1rem 0.5rem 0rem !important;
  }
  .card .card__body--tight .top .dataTables_filter {
    width: 100%;
  }
  .card .card__body--tight .top .dataTables_filter label {
    width: 100%;
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .card__pipe {
    flex-direction: column !important;
  }
  .card__pipe li {
    padding: 1rem 0 !important;
    margin: 1rem 0 !important;
    display: block !important;
  }
  .card__pipe li dl {
    display: block !important;
  }
  .card__pipe li:not(:last-child) {
    padding: 1rem 0 !important;
    margin: 1rem 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
}
@keyframes loadingText {
  0% {
    background-color: #d8d8d8;
  }
  50% {
    background-color: #e8e8e8;
  }
  100% {
    background-color: #d8d8d8;
  }
}
.datepicker {
  padding-right: 0.5rem;
  margin-right: 1rem;
  position: relative;
  max-width: 200px;
}
.datepicker label {
  min-width: 200px;
}
.datepicker input {
  border: 1px solid #c9c9c9;
  min-width: 200px;
  min-height: 34px;
  padding: 0.25rem;
}

@media (max-width: 750px) {
  .datepicker {
    padding-right: 0;
    margin: 0.5rem 0;
  }
  .datepicker input {
    width: 100%;
    min-height: 44px;
  }
}
.no-info__alert {
  color: #333;
  font-size: 1.25rem;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.no-info__alert span {
  height: 0.75rem;
  width: 1rem;
  padding: 0.75rem 1rem;
  margin-right: 1rem;
}

.no-info__notification {
  color: #333;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.no-info__notification span {
  margin-bottom: 1rem;
  padding: 1.5rem;
}

/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

.required-forms-header {
  font-size: 14px;
  font-weight: 700;
}

.required-asterisk {
  color: #C5302F;
  margin-right: 8px;
}
.required-asterisk::before {
  content: "*";
}

.required--label {
  display: flex;
  flex-direction: row;
}
.required--label::before {
  content: "*";
  color: #C5302F;
  margin-right: 4px;
}

.required-warning-text {
  color: #C5302F;
  font-size: 16px;
  font-weight: 300;
}

/* checkbox label */
.checkmark--label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.8);
  /* Hide default checkbox */
  /* Custom checkbox */
}
.checkmark--label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark--label .faux--checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  /* checkmark/indicator */
}
.checkmark--label .faux--checkmark:after {
  top: 0.15rem;
  left: 0.3rem;
  width: 0.32rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg);
}

.checkmark--label input {
  /* checkbox is checked*/
  /* checkbox is focus*/
  /* checkmark on checked */
}
.checkmark--label input:checked ~ .faux--checkmark {
  background-color: #004990;
  border: 1px solid #004990;
}
.checkmark--label input:focus ~ .faux--checkmark {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.checkmark--label input:checked ~ .faux--checkmark:after {
  display: inline-block;
}

/* checkmark*/
.faux--checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.enterprise-anchor-links {
  margin-bottom: 2rem;
}
.enterprise-anchor-links ul {
  list-style: none;
  padding-left: 0;
  height: auto;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 992px) {
  .enterprise-anchor-links ul {
    border-bottom: 2px solid #d8d8d8;
    display: flex;
  }
}
@media (min-width: 992px) {
  .enterprise-anchor-links ul li {
    flex: 1 1 auto;
  }
}
.enterprise-anchor-links ul li span {
  display: block;
  border: 1px solid #d8d8d8;
  padding: 0.5rem;
  border-radius: 2px;
  width: 85px;
  cursor: pointer;
}
.enterprise-anchor-links ul li span .arrow {
  border: solid #4a5568;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 0.75rem;
  margin-bottom: 0.25rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (min-width: 992px) {
  .enterprise-anchor-links ul li span {
    display: none;
  }
}
.enterprise-anchor-links ul ul.dropdown {
  border-bottom: none;
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 992px) {
  .enterprise-anchor-links ul ul.dropdown {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}
.enterprise-anchor-links ul ul.dropdown li {
  border-bottom: 2px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  margin-bottom: -2px;
  height: auto;
  flex: 1 1 auto;
}
.enterprise-anchor-links ul ul.dropdown li:first-child {
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 992px) {
  .enterprise-anchor-links ul ul.dropdown li {
    border-right: none;
    border-left: none;
  }
  .enterprise-anchor-links ul ul.dropdown li:first-child {
    border-top: none;
  }
}
.enterprise-anchor-links ul ul.dropdown li a {
  color: #636466;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  text-align: center;
  padding: 12px 4px 10px;
}
.enterprise-anchor-links ul ul.dropdown li a.current {
  color: #004990;
}
.enterprise-anchor-links ul ul.dropdown li:hover, .enterprise-anchor-links ul ul.dropdown li:focus, .enterprise-anchor-links ul ul.dropdown li.current {
  border-bottom: 2px solid #004990;
}
.enterprise-anchor-links ul ul.dropdown li:hover a, .enterprise-anchor-links ul ul.dropdown li:focus a, .enterprise-anchor-links ul ul.dropdown li.current a {
  color: #004990;
}
@media (max-width: 991px) {
  .enterprise-anchor-links ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
  }
}

.enterprise-anchor-links.sticky-header__links {
  margin-left: 2rem;
}

#navbar__icon {
  width: 1.75rem;
  height: 1.5rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
  margin-top: 1rem;
  margin-right: 2rem;
}
#navbar__icon span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #36454f;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#navbar__icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
  transform: rotate(0);
}
#navbar__icon span:nth-child(2) {
  top: 0.4rem;
  transform-origin: left center;
  width: 100%;
  opacity: 1;
}
#navbar__icon span:nth-child(3) {
  top: 0.8rem;
  transform-origin: left center;
  transform: rotate(0);
}
#navbar__icon[aria-expanded=true] {
  transition: 0.25s ease-in-out;
}
#navbar__icon[aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
#navbar__icon[aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#navbar__icon[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
  left: 0;
}

.gb-modal-background {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10000;
}

.gb-modal {
  z-index: 10001;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 570px;
  padding: 2.5rem 2rem;
  overflow: auto;
  max-width: 90%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
@media (min-width: 992px) {
  .gb-modal {
    max-height: 100%;
    padding: 2.5rem 5.25rem;
  }
}
.gb-modal .modal--close-btn {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 14px 14px;
  cursor: pointer;
}
.gb-modal .modal--close-btn::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  top: auto;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transform: rotate(45deg);
}
.gb-modal .modal--close-btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  top: auto;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}
.gb-modal h2 {
  font-size: 1.85rem;
  line-height: 2.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .gb-modal h2 {
    font-size: 2.125rem;
  }
}
.gb-modal p {
  text-align: center;
  margin: 0;
}
.gb-modal .modal-form {
  margin-top: 2.25rem;
}
.gb-modal label,
.gb-modal .user-detail-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.gb-modal select {
  appearance: none;
}
.gb-modal input[type=text],
.gb-modal input[type=email],
.gb-modal input[type=password],
.gb-modal input[type=number],
.gb-modal textarea,
.gb-modal select {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.gb-modal input[type=text]:invalid,
.gb-modal input[type=email]:invalid,
.gb-modal input[type=password]:invalid,
.gb-modal input[type=number]:invalid,
.gb-modal textarea:invalid,
.gb-modal select:invalid {
  background-color: #F8D7DA;
  opacity: 0.8;
  border: 0.5px solid #C5302F;
  transition: all 0.3s ease-in-out;
}
.gb-modal input[type=number] {
  -moz-appearance: textfield;
}
.gb-modal input::-webkit-outer-spin-button,
.gb-modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gb-modal .important--message {
  background-color: #FEEBC8;
  font-size: 14px;
  color: #9c4321;
  margin-left: 73px;
  line-height: 17px;
  padding: 16px 16px 42px;
  border-radius: 4px;
  width: 290px;
}
.gb-modal .important--message .icon--important-msg {
  margin-right: 8px;
}
.gb-modal .important--message .important-text {
  color: #9c4321;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
}
.gb-modal .important--message p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gb-modal .form-group label {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.gb-modal .form-group.form-phone-number input {
  min-width: 190px;
  width: 190px;
}
.gb-modal .form-group-row {
  display: flex;
  flex-direction: row;
  max-width: 400px;
}
.gb-modal .form-group-row .form-state select {
  min-width: 220px;
  width: 220px;
  height: 44px;
}
.gb-modal .form-group-row .form-zip-code {
  margin-left: 16px;
}
.gb-modal .form-group-row .form-zip-code input {
  min-width: initial;
  width: 100%;
  flex: 1;
}
.gb-modal .active-account--text {
  font-size: 14px;
  line-height: 17px;
  color: #95330D;
  margin-top: 4px;
  display: none;
}
.gb-modal .active-account--text.error {
  display: block;
}
.gb-modal .user--detail {
  font-weight: 700;
  margin: 10px 0 7px 0;
}
.gb-modal .permission-checkboxes {
  margin: 14px 0px 40px;
}
.gb-modal .permission-checkboxes .checkmark--label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 12px;
  position: relative;
  color: #333;
  font-weight: 700;
}
@media (min-width: 576px) {
  .gb-modal .permission-checkboxes .checkmark--label {
    margin-left: 15px;
  }
}
.gb-modal .permission-checkboxes .checkmark--label .faux--checkmark {
  height: 20px;
  width: 20px;
}
.gb-modal .permission-checkboxes .checkmark--label .faux--checkmark:after {
  top: 0.15rem;
  left: 0.33rem;
  width: 8px;
  height: 12px;
}
.gb-modal .permission-checkboxes .checkmark--disabled {
  color: #6e6e6e;
  cursor: not-allowed;
}
.gb-modal .permission-checkboxes .checkmark--disabled input {
  /* checkbox is checked*/
  /* checkbox is focus*/
  /* checkmark on checked */
}
.gb-modal .permission-checkboxes .checkmark--disabled input:checked ~ .faux--checkmark {
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
}
.gb-modal .permission-checkboxes .checkmark--disabled input:focus ~ .faux--checkmark {
  border: 1px solid #6e6e6e;
}
.gb-modal .permission-checkboxes .checkmark--disabled input:checked ~ .faux--checkmark:after {
  display: inline-block;
}
.gb-modal .permission-checkboxes.disabled--checkboxes .checkmark--label {
  color: #b2b4b7;
  cursor: default;
}
.gb-modal .permission-checkboxes.disabled--checkboxes .checkmark--label .faux--checkmark {
  border: 1px solid #e3e7ec;
  cursor: default;
}
.gb-modal .permission-checkboxes.disabled--checkboxes .checkmark--label input {
  /* checkbox is checked*/
  /* checkbox is focus*/
  /* checkmark on checked */
}
.gb-modal .permission-checkboxes.disabled--checkboxes .checkmark--label input:checked ~ .faux--checkmark {
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
}
.gb-modal .permission-checkboxes.disabled--checkboxes .checkmark--label input:focus ~ .faux--checkmark {
  border: 1px solid #6e6e6e;
}
.gb-modal .permission-checkboxes.disabled--checkboxes .checkmark--label input:checked ~ .faux--checkmark:after {
  display: inline-block;
}
.gb-modal .permission-checkboxes .warning-message {
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  color: #95330D;
  background: #fed7d7;
  padding: 15px 15px;
  transition: all 0.7s ease-in-out;
  flex-direction: row;
  cursor: default;
  margin-top: 1.25rem;
}
.gb-modal .permission-checkboxes .warning-message .warning--close-btn {
  border: none;
  background-color: #fed7d7;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px 7px;
  cursor: pointer;
}
.gb-modal .permission-checkboxes .warning-message .warning--close-btn::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 12px;
  top: 0;
  left: 0;
  background-color: #95330D;
  transform: rotate(45deg);
}
.gb-modal .permission-checkboxes .warning-message .warning--close-btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 12px;
  top: 0;
  left: 0;
  background-color: #95330D;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}
.gb-modal .permission-checkboxes .warning-message .warn,
.gb-modal .permission-checkboxes .warning-message .warn::before,
.gb-modal .permission-checkboxes .warning-message .warn::after {
  position: relative;
  padding: 0;
  margin: 0;
}
.gb-modal .permission-checkboxes .warning-message .warn {
  font-size: 26px;
  color: transparent;
}
.gb-modal .permission-checkboxes .warning-message .warn.warning {
  display: inline-block;
  margin-right: 10px;
  top: 0.225em;
  width: 1.15em;
  height: 1.15em;
  overflow: hidden;
  border: none;
  background-color: transparent;
  border-radius: 0.625em;
}
.gb-modal .permission-checkboxes .warning-message .warn.warning::before {
  content: "";
  display: block;
  top: -0.08em;
  left: -0.02em;
  position: absolute;
  border: transparent 0.6em solid;
  border-bottom-color: #95330D;
  border-bottom-width: 1em;
  border-top-width: 0;
}
.gb-modal .permission-checkboxes .warning-message .warn.warning::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 0.025rem;
  width: 100%;
  padding: 0 1px;
  text-align: center;
  content: "!";
  font-size: 1rem;
  font-weight: bold;
  color: #fed7d7;
}
.gb-modal .alert-message {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  color: #95330D;
  background-color: #fff0d6;
  padding: 15px 15px;
  flex-direction: row;
  margin-top: 1.25rem;
}
.gb-modal .alert-message a {
  font-size: 12px;
  line-height: 16px;
}
.gb-modal .alert-message__symbol {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 30px;
  height: 30px;
}
.gb-modal .alert-message__symbol:before {
  content: "";
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #95330D;
  border-radius: 50%;
}
.gb-modal .alert-message__symbol:after {
  display: block;
  position: absolute;
  top: 6px;
  left: -0.15rem;
  width: 100%;
  text-align: center;
  content: "!";
  font-size: 1rem;
  font-weight: bold;
  color: #fff0d6;
}
.gb-modal button {
  width: auto;
}
.gb-modal .btn:disabled {
  min-width: auto;
}
.gb-modal__delete-user-modal h2 {
  margin-bottom: 1em;
  text-align: left;
}
.gb-modal__delete-user-modal span {
  display: block;
}
.gb-modal__delete-user-modal .flex--end {
  margin-top: 2em;
}
.gb-modal__delete-user-modal .btn {
  margin-right: 2em;
}
@media (min-width: 465px) {
  .gb-modal__delete-user-modal .btn {
    display: inline-block;
    margin-bottom: 0;
  }
}
.gb-modal__delete-user-modal .btn:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gb-modal .form-group-row {
    flex-direction: column;
    max-width: 100%;
  }
  .gb-modal .form-group-row .form-state select {
    min-width: 100%;
    width: 100%;
  }
  .gb-modal .form-group-row .form-zip-code {
    margin-left: 0;
  }
  .gb-modal .form-group-row .form-zip-code input {
    min-width: initial;
    width: 100%;
    flex: 1;
  }
}
/*  Variables   */
body {
  background-color: #fff;
  height: 100vh;
  overflow: initial;
  display: flex;
  flex-direction: column;
}

.pagination .paginate_button .page-link {
  color: #004990;
  background-color: #fff;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  border: none;
  padding: 0.75rem;
}
.pagination .paginate_button .page-link:hover {
  color: #003365;
  background-color: #fff;
}
.pagination .paginate_button.active .page-link {
  background-color: #fff;
  color: #1a202c;
  border: none;
}
.pagination .paginate_button.active .page-link:hover {
  background-color: #fff;
}
.pagination .paginate_button.previous {
  border: none;
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.pagination .paginate_button.previous .page-link {
  position: relative;
  text-align: center;
  padding: 2px;
  margin: 1rem;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  background: #fff;
  transform: rotate(90deg);
  color: transparent;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}
.pagination .paginate_button.previous .page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(-45deg);
}
.pagination .paginate_button.previous .page-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(45deg);
}
.pagination .paginate_button.previous .page-link::before {
  left: 1px !important;
}
.pagination .paginate_button.previous .page-link::after {
  right: -1px !important;
}
.pagination .paginate_button.previous:hover {
  color: #003365;
  background-color: #fff;
}
.pagination .paginate_button.previous.disabled {
  cursor: not-allowed !important;
}
.pagination .paginate_button.previous.disabled .page-link {
  position: relative;
  text-align: center;
  padding: 2px;
  margin: 1rem;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  background: #fff;
  transform: rotate(90deg);
  color: transparent;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}
.pagination .paginate_button.previous.disabled .page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #636466;
  border-radius: 4px 4px 0 0;
  transform: rotate(-45deg);
}
.pagination .paginate_button.previous.disabled .page-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 10px;
  background: #636466;
  border-radius: 4px 4px 0 0;
  transform: rotate(45deg);
}
.pagination .paginate_button.next {
  border: none;
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.pagination .paginate_button.next .page-link {
  position: relative;
  text-align: center;
  padding: 2px;
  margin: 1rem;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  background: #fff;
  transform: rotate(-90deg);
  color: transparent;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}
.pagination .paginate_button.next .page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(-45deg);
}
.pagination .paginate_button.next .page-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(45deg);
}
.pagination .paginate_button.next .page-link::before {
  left: -1px !important;
}
.pagination .paginate_button.next .page-link::after {
  right: 1px !important;
}
.pagination .paginate_button.next:hover {
  background: #003365;
  background-color: #fff;
}
.pagination .paginate_button.next.disabled {
  cursor: not-allowed !important;
}
.pagination .paginate_button.next.disabled .page-link {
  position: relative;
  text-align: center;
  padding: 2px;
  margin: 1rem;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  background: #fff;
  transform: rotate(-90deg);
  color: transparent;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}
.pagination .paginate_button.next.disabled .page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #636466;
  border-radius: 4px 4px 0 0;
  transform: rotate(-45deg);
}
.pagination .paginate_button.next.disabled .page-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 10px;
  background: #636466;
  border-radius: 4px 4px 0 0;
  transform: rotate(45deg);
}

.filter--sort {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1;
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 3rem;
  position: relative;
}
.filter--sort .cs--filter--btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 133px;
  background-color: #fff;
  color: #004990;
  border: 1px solid transparent;
  border-right: 1px solid #d8d8d8;
  padding-left: 1rem;
  cursor: pointer;
}
.filter--sort .cs--filter--btn span {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  padding: 0.5rem;
}
.filter--sort .cs--filter--btn .chevron {
  position: relative;
  text-align: center;
  padding: 2px;
  margin: 1rem;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  background: #fff;
  transform: rotate(0deg);
  color: transparent;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  padding: 3px;
}
.filter--sort .cs--filter--btn .chevron::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(-45deg);
}
.filter--sort .cs--filter--btn .chevron::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(45deg);
}
.filter--sort .cs--filter--btn .chevron:before {
  width: 1px;
  height: 8px;
}
.filter--sort .cs--filter--btn .chevron:after {
  width: 1px;
  height: 8px;
}
.filter--sort .cs--filter--btn .chevron.is--open {
  transform: rotate(-180deg);
}
.filter--sort .dataTables_filter {
  width: 100%;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.filter--sort .dataTables_filter label {
  border: 1px solid transparent;
  font-size: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.filter--sort .dataTables_filter input {
  font-size: 1rem;
  margin-left: 0 !important;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100% !important;
  color: #636466;
  height: 100%;
  padding-right: 2.5rem;
}
.filter--sort .dataTables_filter input ::placeholder {
  color: #636466;
  line-height: 0;
}
.filter--sort .dataTables_filter input :-ms-input-placeholder {
  color: #636466;
  line-height: 0;
}
.filter--sort .dataTables_filter input ::-ms-input-placeholder {
  color: #636466;
  line-height: 0;
}
.filter--sort .icon--base,
.filter--sort .icon--2x {
  position: absolute;
  right: 0.5rem;
  top: 13px;
  height: 20px;
  width: 25px;
}

.filter--details {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin-left: 0;
  padding: 1.5rem 2rem;
  z-index: 5;
  color: #333;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 -1px 0 0 #e0e0e0;
  border-radius: 0 0 4px 4px;
  font-size: 0.875rem;
  display: none;
}
.filter--details .flex--row--2--column .filter--column {
  margin-top: 1.5rem;
  margin-right: 2rem;
  display: inline-flex;
  flex-direction: column;
  max-width: 30%;
}
.filter--details .flex--row--2--column .filter--column:last-child {
  margin-right: 0;
}
.filter--details .flex--row--2--column .filter--column.filter--date {
  max-width: initial;
  min-width: 50%;
}
.filter--details .flex--row--2--column .filter--column.filter--date p {
  margin-bottom: 0;
}
.filter--details .flex--row--2--column .filter--column.filter--date .datepicker {
  margin-top: 1rem;
}
.filter--details .filter--btn {
  border-top: 1px solid #CBD5E0;
  padding-top: 1.5rem;
  margin-top: 2.125rem;
}
.filter--details .filter--btn *:first-child {
  margin-right: 1.5rem;
}

@media (max-width: 992px) {
  .filter--details .flex--row--2--column .filter--column {
    max-width: 40%;
  }
  .filter--details .flex--row--2--column .filter--column.filter--date {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .filter--details .filter--btn *:first-child {
    margin-right: 0;
  }
  .filter--details .flex--row--2--column .filter--column {
    margin-right: 0rem;
    max-width: initial;
    width: 100%;
  }
  .filter--details .flex--row--2--column .filter--column input {
    max-width: 200px;
  }
}
.policy__status {
  border-radius: 15px;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}
.policy__status.status__high {
  background-color: #fed7d7;
  color: #95330D;
}
.policy__status.status__medium {
  background-color: #fbd38d;
  color: #9c4321;
}
.policy__status.status__active {
  background-color: #bee3f8;
  color: #2a4365;
}

.plan__status {
  border-radius: 15px;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
}
.plan__status.status__issued {
  border: 1px solid #bee3f8;
  background-color: #bee3f8;
  color: #2a4365;
}
.plan__status.status__new {
  border: 1px solid #c6f6d5;
  background-color: #c6f6d5;
  color: #276749;
}
.plan__status.status__active {
  border: 1px solid #bee3f8;
  background-color: #bee3f8;
  color: #2a4365;
}
.plan__status.status__surrendered {
  border: 1px solid #CBD5E0;
  background-color: #CBD5E0;
  color: #2D3748;
  padding: 0.25rem;
  margin: 0;
}
.plan__status.status__open {
  border: 1px solid #95330D;
  background-color: #95330D;
  color: #fff;
}
.plan__status.status__completed {
  border: 1px solid #2a4365;
  background-color: #2a4365;
  color: #fff;
  padding: 0.25rem;
}
.plan__status.status__pending {
  border: 1px solid #0076FF;
  background-color: #0076FF;
  color: #fff;
  padding: 0.25rem;
}
.plan__status.status__other {
  border: 1px solid #CBD5E0;
  background-color: #CBD5E0;
  color: #2D3748;
  padding: 0.25rem;
}

.invite__status {
  font-weight: 300;
}
.invite__status.status__expired {
  color: #95330D;
}
.invite__status.status__active {
  color: #004990;
}
.invite__status.status__pending {
  color: #333;
}

.link__status.status__expired {
  color: #95330D !important;
}

.full-table-container {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.full-table-container .dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #e8e8e8;
  border-collapse: separate !important;
  border-top: none;
  border-spacing: 0;
  text-align: right;
}

.table--simple {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  width: 100% !important;
  font-size: 0.875rem;
  border-bottom: none;
  margin-bottom: 0 !important;
}
.table--simple:not(.loading--table) tbody tr:hover {
  background-color: #ebf8ff;
}
.table--simple .checkmark--label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.5rem;
  height: 0;
  margin: 0;
  padding-left: 0;
}
.table--simple .checkmark--label .faux--checkmark {
  top: initial;
  left: initial;
}
.table--simple thead tr {
  height: 65px;
}
.table--simple thead tr th {
  flex: 1 1;
  background-color: #fff;
  padding: 1rem 1rem;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #4a5568;
  letter-spacing: 0.4px;
}
.table--simple thead tr th.sorting:before,
.table--simple thead tr th.sorting_asc:before,
.table--simple thead tr th.sorting_asc_disabled:before,
.table--simple thead tr th.sorting_desc:before,
.table--simple thead tr th.sorting_desc_disabled:before {
  content: "▲" !important;
  right: 0.5rem !important;
  font-size: 0.5rem;
  color: #000;
  bottom: inherit !important;
}
.table--simple thead tr th.sorting:after,
.table--simple thead tr th.sorting_asc:after,
.table--simple thead tr th.sorting_asc_disabled:after,
.table--simple thead tr th.sorting_desc:after,
.table--simple thead tr th.sorting_desc_disabled:after {
  content: "▲" !important;
  transform: rotate(180deg);
  bottom: inherit !important;
  right: 0.5rem !important;
  font-size: 0.5rem;
  color: #000;
  margin-top: -6px;
}
.table--simple thead tr th.control.sorting_asc::before,
.table--simple thead tr th.control.sorting_asc::after {
  visibility: hidden;
  border-right: 1px solid #f5f5f5;
}
.table--simple tbody {
  border: 1px solid #e8e8e8;
}
.table--simple tbody td {
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.table--simple tbody .cell--currency {
  text-align: right !important;
}
.table--simple tbody .cell--status {
  text-align: center !important;
}
.table--simple tbody tr td {
  padding: 0.25rem 1rem !important;
}
.table--simple tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table--simple tbody a {
  color: #004990;
}
.table--simple tbody tr.child td.child {
  padding: 1rem !important;
  background-color: #fff;
}
.table--simple tbody tr.child td.child table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: none !important;
}
.table--simple tbody tr.child td.child table tr,
.table--simple tbody tr.child td.child table td {
  border: 1px solid transparent;
  background-color: #fff !important;
  height: auto !important;
}
.table--simple tbody tr.child td.child table tr td {
  padding: 0.25rem 0.5rem !important;
  border: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.table--simple tbody tr.child td.child table tr .cell--currency {
  text-align: left;
}
.table--simple tbody tr.child td.child .plan__status {
  display: none;
}
.table--simple tr.selected {
  background-color: #d2dde7 !important;
}

.table--accordion {
  background: transparent;
  border: none;
  width: 100% !important;
  font-size: 13px;
  color: #333;
}
.table--accordion thead tr th {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #4a5568;
  text-align: left;
  font-weight: 300;
  vertical-align: top;
  padding: 4px 8px 4px 0px;
}
.table--accordion thead tr th:last-child {
  padding-right: 0px;
}
.table--accordion thead tr th.alignment {
  text-align: right;
}
.table--accordion thead tr th.spacing {
  padding: 4px 8px 4px 10px;
}
.table--accordion tbody tr td {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #333;
  text-align: left;
  font-weight: 500;
  min-height: 24px;
  padding: 4px 8px 4px 0px;
  vertical-align: top;
}
.table--accordion tbody tr td:last-child {
  padding-right: 0px;
}
.table--accordion tbody tr td.spacing {
  padding: 4px 8px 4px 10px;
}
.table--accordion .cell--currency {
  text-align: right !important;
}
@media (max-width: 768px) {
  .table--accordion .cell--currency {
    text-align: left !important;
  }
}

.table--options {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.table--options .table-info--options {
  display: inline-block;
  width: 50%;
}
.table--options .table-btn--options {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.loading--table tbody {
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
}
.loading--table tbody tr {
  background-color: #fff;
}
.loading--table tbody tr td {
  padding: 1.5rem 1rem !important;
}
.loading--table tbody tr:nth-child(even) {
  background-color: #e7edf1;
}
.loading--table tbody td {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #d8d8d8;
}
.loading--table tbody td span {
  padding: 0.5rem;
  display: flex;
  animation: loadingText 2s infinite;
}

.loading--table--hidden {
  display: none;
}

.loading--title {
  height: 1rem;
  width: 150px;
  padding: 0.5rem;
  animation: loadingText 2s infinite;
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .table--options {
    flex-direction: column;
    height: auto;
    position: relative;
  }
  .table--options .table-info--options {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .table--options .table-info--options .dt-buttons {
    position: relative;
  }
  .table--options .table-btn--options {
    width: 100%;
  }
  .loading--table tbody tr {
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
  }
  .loading--table tbody tr td {
    border: 1px solid transparent;
  }
  .loading--table--title {
    height: 1rem;
    width: 150px;
    padding: 0.5rem;
    margin: 0.5rem 0;
  }
}
@keyframes loadingText {
  0% {
    background-color: #d8d8d8;
  }
  50% {
    background-color: #e8e8e8;
  }
  100% {
    background-color: #d8d8d8;
  }
}
.disclaimer {
  margin: 0 10%;
  text-align: center;
}
.disclaimer .disclaimer--text {
  color: #636466;
  font-family: museo-sans, sans-serif !important;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
}
.disclaimer .disclaimer--text a {
  color: #004990;
  font-weight: 700;
}

.heading__mini {
  margin-left: 0.5rem;
  font-size: 0.625rem;
}

.page-title {
  margin: 2rem 0;
  color: #212121;
  font-size: 1.5rem;
  font-weight: 600;
}

.tooltip--btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: row;
}

.info--tooltip--btn {
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}
.info--tooltip--btn p {
  position: relative;
  display: inline-block;
  color: #004990;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}
.info--tooltip--btn p::before {
  position: absolute;
  top: 3px;
  left: -22px;
  height: 0.95rem;
  width: 0.9rem;
  content: "i";
  border: 1px solid #004990;
  border-radius: 50%;
  font-size: 0.625rem;
  font-weight: 900;
}

.info--tooltip--details {
  position: absolute;
  bottom: 40px;
  min-width: 500px;
  min-height: 300px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  padding: 2rem;
  display: none;
  z-index: 5;
}
.info--tooltip--details::after {
  content: "";
  position: absolute;
  transform: scale(0.9) rotate(128deg) translate(1px, 0px) skew(-26deg, -16deg);
  bottom: -0.5rem;
  right: 5.5rem;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  height: 1rem;
  width: 1rem;
}
.info--tooltip--details .tooltip--close--btn {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  height: 2rem;
  width: 2rem;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
}
.info--tooltip--details .tooltip--close--btn::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 0.85rem;
  left: 0.45rem;
  background-color: #000;
  transform: rotate(45deg);
}
.info--tooltip--details .tooltip--close--btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 1rem;
  top: 0.85rem;
  left: 0.45rem;
  background-color: #000;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}
.info--tooltip--details.is--open {
  display: flex;
}

@media (max-width: 768px) {
  .tooltip--btn {
    flex-direction: column;
  }
  .info--tooltip--details {
    width: auto;
    min-width: 0;
  }
}
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  margin-right: 24px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
}
[type=radio]:checked + label:last-child,
[type=radio]:not(:checked) + label:last-child {
  margin-right: 0;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #4a5568;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2a4365;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.spinner__wrapper {
  padding: 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.spinner__wrapper.is--hidden {
  display: none;
}

.spinner {
  height: 3rem;
  width: 3rem;
  animation: spin 1s steps(12, end) infinite;
}
.spinner i {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -4px;
  transition: height 1s;
  transform-origin: center 1.5rem;
  background-color: #004990;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}

.spinner i:nth-child(1) {
  opacity: 0.08;
}

.spinner i:nth-child(2) {
  transform: rotate(30deg);
  opacity: 0.167;
}

.spinner i:nth-child(3) {
  transform: rotate(60deg);
  opacity: 0.25;
}

.spinner i:nth-child(4) {
  transform: rotate(90deg);
  opacity: 0.33;
}

.spinner i:nth-child(5) {
  transform: rotate(120deg);
  opacity: 0.4167;
}

.spinner i:nth-child(6) {
  transform: rotate(150deg);
  opacity: 0.5;
}

.spinner i:nth-child(7) {
  transform: rotate(180deg);
  opacity: 0.583;
}

.spinner i:nth-child(8) {
  transform: rotate(210deg);
  opacity: 0.67;
}

.spinner i:nth-child(9) {
  transform: rotate(240deg);
  opacity: 0.75;
}

.spinner i:nth-child(10) {
  transform: rotate(270deg);
  opacity: 0.833;
}

.spinner i:nth-child(11) {
  transform: rotate(300deg);
  opacity: 0.9167;
}

.spinner i:nth-child(12) {
  transform: rotate(330deg);
  opacity: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.noUi-horizontal {
  height: 3px !important;
  border: none !important;
  width: 215px;
}

.noUi-base {
  background-color: #b2b4b7 !important;
}

.noUi-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 9px !important;
  border: 1px solid #004990;
  box-shadow: none !important;
  right: -9px !important;
}
.noUi-handle::before {
  content: "|||";
  font-size: 10px;
  letter-spacing: 1px;
  color: #004990;
  background: none !important;
  height: 9px;
  left: 3px;
  top: 0.5px;
}
.noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #003365 !important;
}

.noUi-origin {
  top: -1px !important;
}

.commission-statement {
  margin-bottom: 5rem;
  visibility: hidden;
}
.commission-statement span.select-info {
  margin-left: 15px;
}
.commission-statement .table--options {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}
.commission-statement .table--options .table-info--options {
  display: inline-block;
  width: 50%;
}
.commission-statement .table--options .table-btn--options {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.commission-statement .table--options .table-btn--options .dt-buttons {
  visibility: visible;
}
.commission-statement .table--options .table-btn--options .dt-buttons.buttons--show {
  visibility: visible;
}
.commission-statement div.dataTables_wrapper {
  margin-top: 1rem;
  padding-top: 0 !important;
}
.commission-statement table {
  /*tr td:last-child {
      vertical-align: top;
      padding-left: 2rem;
      padding-top: 1.5rem;
  }*/
}
.commission-statement table tr th {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align: left;
  height: 71px;
  padding-top: 0;
  padding-bottom: 0;
}
.commission-statement table tr td:first-child {
  text-align: center;
  padding: 0;
}
.commission-statement table tbody td {
  height: 71px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  padding-right: 1rem;
}
.commission-statement table tbody tr.child td.child table td {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.commission-statement .bottom {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -6px;
}

.commission-statement--print {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
.commission-statement--print > * {
  margin-left: 1rem;
}

.commission-statements--filter-checkbox,
.commission-statements--filter-date,
.bubble--btn {
  display: inline-block;
  height: 2rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  padding: 0 1rem 0 2rem;
  background-color: #004990;
  color: #fff;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.commission-statements--filter-date {
  text-transform: capitalize;
}

.commission-statements--close-icon::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
  left: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.commission-statements--close-icon::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
  left: 10px;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}

@media (max-width: 768px) {
  .commission-statement .table--options {
    flex-direction: column-reverse;
    height: auto;
    position: relative;
  }
  .commission-statement .table--options .table-info--options {
    width: 100%;
  }
  .commission-statement .table--options .table-info--options .dt-buttons {
    position: relative;
  }
  .commission-statement .table--options .table-btn--options {
    width: 100%;
  }
}
.statement-detail--title {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}

.statement-detail--title:first-of-type {
  margin-top: 1rem;
}

.statement-detail--actions {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.statement-detail--actions span {
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .statement-detail--actions {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .statement-detail--actions button:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.cs--information {
  font-size: 0.875rem;
  color: #333;
  line-height: 1rem;
}
.cs--information ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0.5rem;
  width: 275px;
}
.cs--information ul li {
  margin-bottom: 0.35rem;
}
.cs--information ul h3 {
  font-size: 0.875rem;
  font-weight: 600;
}
.cs--information .cs--information--two-column ul:nth-child(2) h3 {
  opacity: 0;
}

@media (max-width: 768px) {
  .cs--information ul {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
    flex: 1 1;
  }
  .cs--information .flex--row {
    flex-direction: row;
  }
  .tooltip--btn cs--information--two-column {
    flex-direction: column !important;
  }
  .tooltip--btn .flex--row {
    flex-direction: column !important;
  }
  .cs--information--two-column ul:nth-child(2) h3 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cs--information ul {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .cs--information .flex--row {
    flex-direction: column !important;
  }
  .cs--information--two-column ul:nth-child(2) h3 {
    display: none;
  }
}
.cs__table__wrapper {
  position: relative;
  background-color: #f5f5f5;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cs__table__wrapper .cs__table__child {
  position: relative;
  align-items: center;
  border-left: 1px solid #e8e8e8;
}
.cs__table__wrapper .cs__table__child thead tr {
  height: 50px;
  overflow: hidden;
}
.cs__table__wrapper .cs__table__child thead tr th {
  font-size: 12px;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 1.25rem !important;
  border: 1px solid transparent;
  border-right: 1px solid #e8e8e8;
  color: #333;
}
.cs__table__wrapper .cs__table__child tbody tr {
  background-color: #fff;
}
.cs__table__wrapper .cs__table__child tbody tr:hover {
  background-color: #ebf8ff;
}
.cs__table__wrapper .cs__table__child td {
  font-size: 12px;
  padding-top: 1rem !important;
  padding-left: 0.5rem !important;
  padding-bottom: 1rem !important;
  padding-right: 1.25rem !important;
  border: 1px solid transparent;
  border-right: 1px solid #e8e8e8;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}
.cs__table__wrapper .cs__table__child td:first-of-type,
.cs__table__wrapper .cs__table__child td:last-of-type {
  border-right: 1px solid white;
}

.cs__accordion__wrapper {
  background: white;
  margin-top: 0;
  padding-top: 2rem;
}

.parent__table {
  height: 65px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.parent__table #DataTables_Table_0_wrapper {
  overflow: hidden;
  margin-top: 0;
}
.parent__table #DataTables_Table_0_wrapper .cs__table {
  border-left: 1px solid #e8e8e8;
  margin-top: 0 !important;
}
.parent__table #DataTables_Table_0_wrapper .cs__table thead tr {
  height: auto;
}
.parent__table #DataTables_Table_0_wrapper .cs__table thead tr th {
  font-size: 12px;
  border: 1px solid transparent;
  border-right: 1px solid #e8e8e8;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem !important;
  color: #333;
  text-transform: capitalize;
  font-weight: 700;
  background-color: #f5f5f5;
}
.parent__table #DataTables_Table_0_wrapper .cs__table thead tr th:first-of-type {
  border-right: 1px solid #f5f5f5;
}
.parent__table #DataTables_Table_0_wrapper .cs__table__parent thead tr {
  height: 65px;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.sticky-header--accordion {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 40px;
  top: 65px;
  z-index: 150;
}

.table--accordion thead tr th#comptype {
  width: 10px;
}

.table--accordion thead tr th#ratecolumn {
  text-align: center;
  width: 80px;
}

.com-state-details .com-state-details--company .accordion .rate-percentage {
  text-align: right;
}

.com-state-details {
  padding-left: 1rem;
  padding-right: 85px;
  position: relative;
}
.com-state-details .action--btns {
  margin-top: -95px;
  display: inline-flex;
  position: absolute;
  right: 85px;
}
.com-state-details .com-state-details--header h1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
  color: #333;
}
.com-state-details .com-state-details--header p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #24334A;
}
.com-state-details .com-state-details--compensation-container {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 81px;
}
.com-state-details .com-state-details--compensation-container .com-state-details--compensation {
  display: flex;
  flex-wrap: nowrap;
  background-color: #EDF2F7;
  padding: 24px 16px;
  margin-right: 26px;
  margin-top: 16px;
  min-width: 289px;
  flex: 0 0 310px;
}
.com-state-details .com-state-details--compensation-container .com-state-details--compensation:last-child {
  margin-right: 0;
}
.com-state-details .com-state-details--compensation-container .com-state-details--compensation .icon--base {
  height: 24px;
  width: 24px;
  margin-right: 16px;
}
.com-state-details .com-state-details--compensation-container .com-state-details--compensation .com-state-details--compensation-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 24px;
  color: #5E6B7F;
}
.com-state-details .com-state-details--compensation-container .com-state-details--compensation .com-state-details--compensation-text span {
  font-size: 32px;
  line-height: 24px;
  font-weight: 300;
  color: #1C2332;
  margin-top: 10px;
}
.com-state-details .com-state-details--companies {
  display: flex;
  flex-direction: column;
}
.com-state-details .com-state-details--companies table {
  width: 100%;
}
.com-state-details .com-state-details--company h3 {
  color: #333;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 16px;
  display: flex;
}
.com-state-details .com-state-details--company h3 .icon--pipe {
  margin: 0 0.75rem;
}
.com-state-details .com-state-details--company h3 .icon--pipe::after {
  content: "|";
}
.com-state-details .com-state-details--company .accordion {
  border: none;
  background: none;
  margin-top: 0;
}
.com-state-details .com-state-details--company .accordion .accordion__btn {
  padding: 8px 0px;
  background-color: transparent;
  border-bottom: 1px solid #CBD5E0;
  margin-bottom: 20px;
  cursor: pointer;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__btn__content {
  color: #3E6187;
  font-size: 16px;
  margin-top: 0;
  padding-left: 30px;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__btn__content::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  top: 1.05rem;
  left: 0.2rem;
  background-color: #3E6187;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__btn__content::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  top: 1.05rem;
  left: 0.2rem;
  background-color: #3E6187;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__btn__content.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__sub-total {
  margin-top: 0;
  margin-right: 0;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 24px;
  text-align: right;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__sub-total dt {
  margin-right: 32px;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__sub-total dd {
  margin-bottom: 0;
}
.com-state-details .com-state-details--company .accordion .accordion__btn .accordion__sub-total.is--open {
  display: none;
  transition: all 0.3s ease-in-out;
}
.com-state-details .com-state-details--company .accordion .accordion__sub-total__footer {
  margin-right: 0;
  margin-top: 4px;
  border-top: 1px solid #CBD5E0;
}
.com-state-details .com-state-details--company .accordion .accordion__sub-total__footer .accordion__sub-total__amount {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.com-state-details .com-state-details--company .accordion .accordion__sub-total__footer .accordion__sub-total__amount dt {
  margin-right: 32px;
}
.com-state-details .com-state-details--company .accordion .accordion__sub-total__footer .accordion__sub-total__amount dd {
  text-align: right;
}
.com-state-details .com-state-details--company .accordion .negative {
  color: #CC3736;
}
.com-state-details .com-state-details--company .accordion .cell--title {
  display: none;
}

@media (max-width: 1266px) {
  .com-state-details {
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .commission-statement-details--container {
    padding: 0 !important;
  }
  .com-state-details {
    padding-right: 0;
    padding-left: 0;
  }
  .com-state-details .action--btns,
  .com-state-details .accordion__controls,
  .com-state-details .tooltip--btn {
    display: none;
  }
  .com-state-details .com-state-details--header {
    padding: 1rem;
  }
  .com-state-details .com-state-details--header h1 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .com-state-details .com-state-details--header h1 span {
    font-size: 16px;
  }
  .com-state-details .com-state-details--header p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
  }
  .com-state-details .com-state-details--compensation-container {
    padding: 1rem;
    margin-top: 0;
  }
  .com-state-details .com-state-details--compensation-container .com-state-details--compensation {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  .com-state-details .com-state-details--compensation-container .com-state-details--compensation:not(:first-child) {
    margin-top: 0.5rem;
  }
  .com-state-details .com-state-details--compensation-container .com-state-details--compensation .com-state-details--compensation-text span {
    font-size: 24px;
  }
  .com-state-details .com-state-details--company h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    padding: 1rem;
    display: flex;
    flex-direction: column;
  }
  .com-state-details .com-state-details--company h3 .icon--pipe {
    display: none;
  }
  .com-state-details .com-state-details--company .accordion .accordion__btn {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 32px);
    flex-direction: row;
    margin-bottom: 9px;
  }
  .com-state-details .com-state-details--company .accordion .accordion__btn .accordion__btn__content {
    flex-direction: row;
  }
  .com-state-details .com-state-details--company .accordion .accordion__btn .accordion__sub-total {
    display: none;
  }
  .com-state-details .com-state-details--company .accordion .cell--comp {
    text-align: left !important;
  }
  .com-state-details .com-state-details--company .accordion .cell--title {
    font-weight: 300;
    display: flex;
  }
  .com-state-details .com-state-details--company .accordion .accordion__sub-total__footer {
    margin-right: 0;
    margin-left: 0;
    margin-top: -20px;
    padding-right: 0;
    border-top: none;
    flex: 1;
  }
  .com-state-details .com-state-details--company .accordion .accordion__sub-total__footer .accordion__sub-total__amount {
    padding: 0 0 8px;
    border-bottom: 1px solid #CBD5E0;
    border-top: none;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
  }
  .com-state-details .com-state-details--company .accordion .accordion__sub-total__footer .accordion__sub-total__amount dd, .com-state-details .com-state-details--company .accordion .accordion__sub-total__footer .accordion__sub-total__amount dt {
    margin-right: 0;
    width: 50%;
    text-align: left;
    font-size: 13px;
  }
  .com-state-details .com-state-details--company .table--accordion thead {
    display: none;
  }
  .com-state-details .com-state-details--company .table--accordion tbody tr {
    display: flex;
    flex-direction: column;
    padding: 7px 16px;
  }
  .com-state-details .com-state-details--company .table--accordion tbody tr td {
    display: flex;
    padding: 7px 0;
  }
  .com-state-details .com-state-details--company .table--accordion tbody tr td div {
    flex: 0 50%;
    padding-right: 16px;
  }
  .com-state-details .com-state-details--company .table--accordion tbody tr:nth-child(1), .com-state-details .com-state-details--company .table--accordion tbody tr:nth-child(5n+3) {
    background-color: #FAFAFA;
  }
}
button.hold-release-button {
  margin-left: 1rem;
  float: right;
  border-radius: 4px;
  color: #004990;
  border-color: #004990;
  background-color: #fff;
  min-width: 150px;
  visibility: hidden;
}
button.hold-release-button:hover, button.hold-release-button:focus {
  background-color: rgba(0, 73, 144, 0.08) !important;
  border-color: #004990 !important;
  color: #004990 !important;
}
button.hold-release-button span {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  button.hold-release-button {
    min-width: 105px;
    margin-left: 0.5rem;
  }
  button.hold-release-button:first-child {
    margin-left: 0;
  }
}
.commission-release {
  margin-bottom: 5rem;
  visibility: hidden;
}
.commission-release .buttons-print {
  display: none;
}
.commission-release span.select-info {
  margin-left: 15px;
}
.commission-release .table--options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.commission-release .table--options .table-info--options {
  display: inline-block;
  width: auto;
}
.commission-release .table--options .table-btn--options {
  width: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.commission-release .table--options .table-btn--options .crt-release-btn {
  margin-left: 0;
}
.commission-release .table--options .table-btn--options.visible {
  visibility: visible;
}
.commission-release .table--options .table-btn--options .dt-buttons.buttons--show {
  visibility: visible;
}
.commission-release div.dataTables_wrapper {
  margin-top: 1rem;
  padding-top: 0 !important;
}
.commission-release table {
  /*tr td:last-child {
      vertical-align: top;
      padding-left: 2rem;
      padding-top: 1.5rem;
  }*/
}
.commission-release table tr th {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align: left;
  height: 71px;
  padding-top: 0;
  padding-bottom: 0;
}
.commission-release table tr td:first-child {
  text-align: center;
  padding: 0;
}
.commission-release table tbody tr:not(.disabled):hover {
  background-color: #ebf8ff;
}
.commission-release table tbody tr:not(.disabled):hover td.select-checkbox .faux--checkbox {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  left: 0;
  top: 0;
}
.commission-release table tbody tr:not(.disabled):hover td.select-checkbox .faux--checkbox:hover {
  cursor: pointer;
}
.commission-release table tbody tr:not(.disabled).selected td.select-checkbox .faux--checkbox {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #004990;
  border: 1px solid #004990;
  left: 0;
  top: 0;
  position: relative;
}
.commission-release table tbody tr:not(.disabled).selected td.select-checkbox .faux--checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  width: 0.32rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg);
}
.commission-release table tbody tr.disabled {
  cursor: not-allowed;
}
.commission-release table tbody tr.disabled button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.commission-release table tbody td {
  height: 71px;
  padding-top: 0;
  padding-bottom: 0;
}
.commission-release table tbody td.select-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commission-release table tbody tr.child td.child table td {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.commission-release .bottom {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -6px;
}
.commission-release .filter--title {
  color: #6a6a6a;
}
.commission-release .filter--details {
  padding-top: 0;
}
.commission-release .filter--details .row label {
  margin-bottom: 0;
}
.commission-release .compensation--input-filter {
  width: 100%;
  display: block;
}
.commission-release .compensation--to-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
}

.commission-release--print {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
.commission-release--print > * {
  margin-left: 1rem;
}

.commission-releases--filter-checkbox,
.commission-releases--filter-date,
.bubble--btn {
  display: inline-block;
  height: 2rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  padding: 0 1rem 0 2rem;
  background-color: #004990;
  color: #fff;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.commission-releases--filter-date {
  text-transform: capitalize;
}

.commission-releases--close-icon::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
  left: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.commission-releases--close-icon::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
  left: 10px;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}

#release-statements-modal-container {
  display: none;
}
#release-statements-modal-container.visible {
  display: block;
}
#release-statements-modal-container .gb-modal {
  height: 279px;
  width: 603px;
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
#release-statements-modal-container .gb-modal .release-flow,
#release-statements-modal-container .gb-modal .hold-flow,
#release-statements-modal-container .gb-modal .archive-flow,
#release-statements-modal-container .gb-modal .confirm,
#release-statements-modal-container .gb-modal .processing-text {
  display: none;
}
#release-statements-modal-container .gb-modal .release-flow.visible,
#release-statements-modal-container .gb-modal .hold-flow.visible,
#release-statements-modal-container .gb-modal .archive-flow.visible,
#release-statements-modal-container .gb-modal .confirm.visible,
#release-statements-modal-container .gb-modal .processing-text.visible {
  display: block;
}
#release-statements-modal-container .gb-modal .release-flow .spinner__wrapper,
#release-statements-modal-container .gb-modal .hold-flow .spinner__wrapper,
#release-statements-modal-container .gb-modal .archive-flow .spinner__wrapper,
#release-statements-modal-container .gb-modal .confirm .spinner__wrapper,
#release-statements-modal-container .gb-modal .processing-text .spinner__wrapper {
  padding: unset;
  width: 48px;
}
#release-statements-modal-container .gb-modal .release-flow p,
#release-statements-modal-container .gb-modal .hold-flow p,
#release-statements-modal-container .gb-modal .archive-flow p,
#release-statements-modal-container .gb-modal .confirm p,
#release-statements-modal-container .gb-modal .processing-text p {
  margin-top: 42px;
}

.btn--cancel {
  height: 1.31%;
  width: 3.29%;
}

@media (max-width: 768px) {
  .commission-release .table--options {
    flex-direction: column-reverse;
    height: auto;
    position: relative;
  }
  .commission-release .table--options .table-info--options {
    width: 100%;
  }
  .commission-release .table--options .table-info--options .dt-buttons {
    position: relative;
  }
  .commission-release .table--options .table-btn--options {
    width: 100%;
    justify-content: center;
  }
  .commission-release div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .commission-release .compensation--to-text {
    position: relative;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0.5rem 0;
  }
  .commission-release .filter--date {
    margin-top: 1.5rem;
  }
  .commission-release .filter--date p {
    margin-bottom: 0.25rem;
  }
}
.bob-policy-details-header .card .card__details__justified .card__details__justified__lists li:first-child .loading--card--item {
  flex-basis: 10%;
}
.bob-policy-details-header .card .card__details__justified .card__details__justified__lists li:first-child .loading--card--item:first-child {
  flex-basis: 60%;
  height: 1.375rem;
}
.bob-policy-details-header .card .card__details__justified .card__details__justified__lists li .loading--card--item {
  flex-basis: 40%;
}

#bb__policy__bill-groups_wrapper .top {
  background: #fff;
}
#bb__policy__bill-groups_wrapper .top #bb__policy__bill-groups_filter {
  position: relative;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-end;
  text-align: left;
}
#bb__policy__bill-groups_wrapper .top #bb__policy__bill-groups_filter label {
  overflow: hidden;
  font-size: 0;
  width: 350px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#bb__policy__bill-groups_wrapper .top #bb__policy__bill-groups_filter label input {
  font-size: 1rem;
  width: 100%;
  padding-right: 32px;
  height: 40px;
  margin-left: 0;
  border: 1px solid transparent;
}
#bb__policy__bill-groups_wrapper .top #bb__policy__bill-groups_filter .icon--search {
  height: 20px;
  margin-top: 0.75rem;
  position: absolute;
  right: 1rem;
}
#bb__policy__bill-groups_wrapper .bottom {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -6px;
}

#bb__policy__list_wrapper #bb__policy__list_filter {
  background-color: #fff;
  height: 44px;
}
#bb__policy__list_wrapper #bb__policy__list_filter .filter--sort {
  padding-right: 0;
}
#bb__policy__list_wrapper .filter--sort {
  margin-bottom: inherit;
}
#bb__policy__list_wrapper #bb__policy__list {
  margin: 0 !important;
  background-color: #fff;
  z-index: 5 !important;
  font-size: 0.875rem;
  border: 1px solid #e8e8e8;
}
#bb__policy__list_wrapper #bb__policy__list .col-paid-to-date,
#bb__policy__list_wrapper #bb__policy__list .col-policy-number,
#bb__policy__list_wrapper #bb__policy__list .col-policy-type,
#bb__policy__list_wrapper #bb__policy__list .col-effective-date,
#bb__policy__list_wrapper #bb__policy__list .col-estimated-annual-premium,
#bb__policy__list_wrapper #bb__policy__list .col-status,
#bb__policy__list_wrapper #bb__policy__list .col-invoices {
  text-align: left;
}
#bb__policy__list_wrapper #bb__policy__list td.col-status {
  width: 142px;
  text-align: center;
}
#bb__policy__list_wrapper #bb__policy__list thead {
  border: 1px solid transparent;
}
#bb__policy__list_wrapper #bb__policy__list thead tr th {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  height: 69px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
}
#bb__policy__list_wrapper #bb__policy__list thead tr th:last-child {
  border-right: 1px solid transparent;
}
#bb__policy__list_wrapper #bb__policy__list td {
  border-right: 1px solid #e8e8e8;
}
#bb__policy__list_wrapper #bb__policy__list tbody td {
  height: 71px;
  padding-top: 0;
  padding-bottom: 0;
}
#bb__policy__list_wrapper #bb__policy__list tbody tr.child td.child {
  background-color: #fff;
}
#bb__policy__list_wrapper .bottom {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.bill-groups--btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .bill-groups--btn {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .bill-groups--btn button {
    margin-left: 0;
    margin-top: 1rem;
  }
}
#bill-groups .disclaimer-copy {
  display: none;
}
#bill-groups #bb__policy__list_wrapper .disclaimer {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0 2rem 0;
}
@media (min-width: 768px) {
  #bill-groups #bb__policy__list_wrapper .disclaimer {
    max-width: 83.33333%;
    margin: 0.5rem 0 2rem 8.33333%;
  }
}
#bill-groups #bb__policy__list_wrapper .disclaimer .disclaimer-copy {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #546073;
}

#tax-forms__table {
  margin-top: 2.5rem !important;
}
#tax-forms__table tr {
  height: 72px;
}
#tax-forms__table tr th:not(:first-child) {
  text-align: center;
}
#tax-forms__table tr th.sorting::before, #tax-forms__table tr th.sorting::after,
#tax-forms__table tr th.sorting_asc::before,
#tax-forms__table tr th.sorting_asc::after,
#tax-forms__table tr th.sorting_asc_disabled::before,
#tax-forms__table tr th.sorting_asc_disabled::after,
#tax-forms__table tr th.sorting_desc::before,
#tax-forms__table tr th.sorting_desc::after,
#tax-forms__table tr th.sorting_desc_disabled::before,
#tax-forms__table tr th.sorting_desc_disabled::after {
  content: "" !important;
}
#tax-forms__table td {
  padding: 0 1rem;
}
#tax-forms__table td div {
  margin: 0 auto;
}

a.tax-image {
  -ms-grid-row-align: center;
      align-self: center;
}

p.no-tax-form {
  text-align: center;
  color: #4a5568;
  font-size: 14px;
}

p.no-tax-description {
  color: #758195;
  font-size: 14px;
}

div.no-tax-tile {
  box-shadow: none;
  border-style: dashed;
}

.popup {
  display: none;
  position: absolute;
  background-color: #ffffff;
  left: 60%;
  top: 35%;
  /*transform: translate(-45%,5%);*/
  z-index: 9;
}

.popover {
  max-width: 500px;
  /*top: -5px !important;
  left: -45px !important;*/
}

.popup-content {
  font-size: 14px;
  padding-left: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.8);
}

.status-legend {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.8);
}

#popupBtn:focus, #popupBtn:active {
  outline: none !important;
  box-shadow: none;
}

.popover-title .close {
  position: relative;
  bottom: 3px;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.status-div {
  display: flex;
}
.status-div > span {
  max-height: 28px;
  flex-shrink: 0;
  flex-grow: 0;
}

.d-inline {
  display: inline;
}

#closePopUp {
  float: right;
}

.en--header-container {
  margin-left: 56px;
}
.en--header-container .AA-to-ER-Portal-Redirect-Link a {
  font-size: 12px !important;
  color: white !important;
}
.en--header-container .user-management-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
}
.en--header-container .position-relative {
  position: relative;
}
.en--header-container .profilecss {
  flex: 1;
  white-space: normal;
  word-break: break-all;
  min-width: 70%;
  max-width: 70%;
}
.en--header-container .color-black {
  color: black !important;
}
.en--header-container .navbar {
  background-color: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.en--header-container .navbar .navbar-title-bar {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 64px;
  align-items: center;
}
.en--header-container .navbar .en--header-logo {
  margin: 1.5rem 1.5rem 0.75rem;
  width: auto;
  height: 35px;
  padding: 0px;
}
.en--header-container .navbar a {
  color: #636466;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}
.en--header-container .navbar a:hover {
  color: #004990;
}
.en--header-container .navbar .navbar-collapse {
  height: auto;
}
.en--header-container .navbar .navbar-nav {
  align-items: center;
  height: 100%;
}
.en--header-container .navbar .navbar-nav .nav-item,
.en--header-container .navbar .navbar-nav .navbar-brand {
  height: 100%;
  position: relative;
}
.en--header-container .navbar .navbar-nav .nav-item .nav-link,
.en--header-container .navbar .navbar-nav .navbar-brand .nav-link {
  padding: 1.5rem 1.5rem 1rem;
}
.en--header-container .navbar .navbar-nav .dropdown {
  position: initial;
}
.en--header-container .navbar .navbar-nav .dropdown .dropdown-menu {
  width: auto;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  color: #636466;
  font-size: 0.875rem;
  margin-top: 2px;
  padding: 1rem;
  z-index: 100;
  display: none;
}
.en--header-container .navbar .navbar-nav .en--dropdown::after {
  display: none;
}
.en--header-container .navbar .en--dropdown-title {
  font-weight: 700;
  color: #333;
  font-size: 1rem;
}
.en--header-container .navbar .en--dropdown-user .dropdown-menu {
  background-color: #fff;
  width: auto;
  right: 0;
  left: inherit;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  margin: 0px;
  padding: 2rem 1.5rem 1rem;
  z-index: -1;
}
.en--header-container .navbar .en--dropdown-user .dropdown-divider {
  margin: 1rem 0;
  width: 218px;
}
.en--header-container .navbar .en--dropdown-user .dropdown-item {
  background-color: #fff;
  margin: 0.75rem 0 1.5rem;
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 24px;
  text-transform: none;
}
.en--header-container .navbar .en--dropdown-user .dropdown-item:last-child {
  margin: 0.75rem 0 0.75rem;
}
.en--header-container .navbar .en--dropdown-user .en--profile-img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.en--header-container .navbar .en--dropdown-user .en--profile-img-cropper {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.en--header-container .navbar .en--dropdown-user .en--profile-user-name {
  margin: 0px 8px;
  font-size: 1rem;
  line-height: 24px;
  white-space: nowrap;
}
.en--header-container .navbar .en--dropdown-user .en--profile-user-name.disabled {
  pointer-events: none;
  cursor: default;
}
.en--header-container .navbar .en--dropdown-user .white-space-initial {
  white-space: initial;
}
.en--header-container .navbar .en--dropdown-user .dropdown-toggle {
  height: 100%;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 10px 8px 10px !important;
  width: 100%;
  gap: 10px;
}
.en--header-container .navbar .en--dropdown-user .dropdown-toggle[aria-expanded=true]::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;
  transform: rotate(180deg) !important;
}

.nav-item--image-mobile {
  display: none;
}

#retirement-services-profile-dropdown {
  border-left: 1px solid #cdd2da;
  padding-left: 15px;
}
#retirement-services-profile-dropdown .en--profile-img-cropper {
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-right: 0.5rem;
}
#retirement-services-profile-dropdown .en--profile-img-cropper img {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -1px;
}
#retirement-services-profile-dropdown .dropdown-menu.show {
  display: block !important;
}
#retirement-services-profile-dropdown #userDropdown {
  border: none !important;
}
#retirement-services-profile-dropdown .en--profile-user-name {
  height: 100%;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 20px 0px 18px 0px !important;
}

.nav-item--sub-nav--details {
  display: none;
}
.nav-item--sub-nav--details li {
  list-style: none;
  padding: 0.5rem 0;
}
.nav-item--sub-nav--details li a {
  text-decoration: none;
}
.nav-item--sub-nav--details.is--open {
  display: flex;
}

#nav-item--business-btn {
  display: none;
}

@media (max-width: 992px) {
  .en--header-container {
    margin-left: 0;
  }
  .en--header-container .navbar .navbar-nav {
    align-items: flex-start;
  }
  .en--header-container .navbar .navbar-nav .dropdown-toggle {
    border-left: none !important;
    padding: 20px 12px 20px 24px !important;
    border-bottom: 1px solid #d8d8d8;
  }
  .en--header-container .navbar .navbar-nav .dropdown-toggle::after {
    margin-left: 0.5rem !important;
  }
  .en--header-container .navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 0px;
    position: absolute;
    padding: 16px 16px 16px 80px;
  }
  .en--header-container .navbar .navbar-title-bar {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 64px;
    align-items: center;
  }
  .nav--fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: inline-block;
  }
  .nav-item--image-mobile {
    display: inline-flex;
    align-items: flex-start;
    padding: 0.5rem 1rem;
    background-color: #f8f8f8;
    width: 100%;
  }
  .nav-item--image-mobile .en--profile-img-cropper {
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-right: 0.5rem;
  }
  .nav-item--image-mobile .en--profile-img-cropper img {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: -1px;
  }
  .nav-item {
    padding-left: 1.5rem;
  }
  .nav-item .nav-link {
    padding: 1rem 1.5rem !important;
  }
  .nav-item:first-child {
    margin-top: 1rem;
  }
  .nav-item.is--open {
    background-color: #f8f8f8;
    padding-bottom: 1rem;
  }
  .nav-item.dropdown.en--dropdown-user {
    display: block !important;
    margin: 0 0 0 1rem;
  }
  .nav-item.dropdown.en--dropdown-user .en--dropdown-user-content {
    display: none;
    width: 100vw !important;
  }
  .nav-item.dropdown.en--dropdown-user .en--profile-user-name {
    display: none;
  }
  .nav-item.dropdown.en--dropdown-user .dropdown-divider {
    display: none;
  }
  .nav-item--sub-nav {
    border: none;
    background-color: transparent;
    padding: 0.75rem;
    color: #36454f;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .nav-item--sub-nav .nav-item--sub-nav--icon {
    padding: 0.3rem;
  }
  .nav-item--sub-nav .nav-item--sub-nav--icon::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 1rem;
    top: 1.3rem;
    left: 1.125rem;
    background-color: #9e9e9e;
  }
  .nav-item--sub-nav .nav-item--sub-nav--icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 1rem;
    top: 1.3rem;
    left: 1.125rem;
    background-color: #9e9e9e;
    transform: rotate(90deg);
    transition: transform 0.2s ease-in;
  }
  .nav-item--sub-nav .nav-item--sub-nav--icon.is--open::after {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in;
  }
  #nav-item--business-link {
    display: none;
  }
  #nav-item--business-btn {
    display: inline-flex;
  }
}
.en--section-nav {
  margin: 2rem 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.en--section-nav h4 {
  font-weight: 700;
  color: #333;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.en--section-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
.en--section-nav ul li {
  margin: 0 1.25rem;
}
.en--section-nav ul li > a {
  font-size: 0.875rem;
  line-height: 17px;
  color: #636466;
  text-transform: uppercase;
  font-weight: 300;
}
.en--section-nav ul li > a:hover, .en--section-nav ul li > a.current {
  color: #004990;
  text-decoration: none;
}
.en--section-nav ul li > a.en--current-page {
  font-weight: 700;
  color: #004990;
}
.en--section-nav ul li:first-child {
  margin-right: 1.25rem;
}
.en--section-nav ul li:last-child {
  margin-left: 1.25rem;
}

.en--section-back {
  margin: -1rem 2rem 2rem 2.25rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .en--section-back {
    margin: 0 2rem 2rem 2.25rem;
  }
}
.en--section-back ul {
  display: flex;
  flex-direction: row;
}

.sticky-header__links {
  display: none;
}
@media (min-width: 992px) {
  .sticky-header__links {
    display: block;
    margin-bottom: 2rem;
    position: fixed;
    top: 0;
    z-index: 200;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 1.5rem 2rem 0.5rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  }
}
.sticky-header__links :target::before {
  content: "";
  display: block;
  height: 89px; /* fixed header height*/
  margin: -89px 0 0; /* negative fixed header height */
}

@media (max-width: 600px) {
  .en--section-nav {
    margin: 2rem 0.5rem;
    flex-direction: column;
  }
  .en--section-nav ul {
    flex-direction: column;
    align-items: center;
  }
  .en--section-back {
    margin: -1rem 0.5rem 2rem 0.5rem;
  }
}
:target::before {
  content: "";
  display: block;
  height: 89px; /* fixed header height*/
  margin: -89px 0 0; /* negative fixed header height */
}

.en--footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 37px 32px 37px 88px;
}
.en--footer-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.en--footer-container ul li {
  margin: 0 8px;
  font-size: 0.75rem;
  line-height: 18px;
}
.en--footer-container ul li:first-child {
  margin-right: 0.5rem;
}
.en--footer-container ul li:last-child {
  margin-left: 0.5rem;
}
.en--footer-container ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.en--footer-container ul li a:hover {
  color: #004990;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .en--footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
    flex-direction: column;
  }
  .en--footer-container ul {
    flex-direction: row;
    margin-top: 0.5rem;
  }
  .en--footer-container ul li {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
.en--page-title {
  margin: 0;
}
.en--page-title h1 {
  margin-left: 16px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .en--page-title h1 {
    margin-left: 0;
    font-size: 20px;
  }
}

.side-nav-toggler-container {
  background-color: #004990;
  display: flex;
  justify-content: center;
  position: fixed;
  padding: 1.25rem 1rem;
  left: 0;
  width: 60px;
  transition: all 0.3s;
  z-index: 1003;
}
.side-nav-toggler-container.active {
  left: 220px;
  transition: all 0.3s;
}

.gb-logo-white-new {
  background-image: url(../images/Group-Broker/Rebranded-RSLIC-Logo-White.svg) !important;
  background-repeat: no-repeat;
  padding: 1rem 6.5rem;
  background-size: 195px;
}

.gb-side-navigation {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1002;
  transition: all 0.3s;
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
}
.gb-side-navigation #sidebar {
  min-width: 280px;
  max-width: 280px;
  left: -220px;
  text-align: center;
  background-color: #004990;
  color: #fff;
  transition: all 0.3s;
  position: fixed;
  height: 100vh;
  box-shadow: 0 2px 4px 0 #002f59;
}
.gb-side-navigation #sidebar.active {
  left: 0;
  transition: all 0.3s;
}
.gb-side-navigation #sidebar.active ul li a {
  display: flex;
  width: 100%;
}
.gb-side-navigation #sidebar .sidebar-header {
  padding: 2.5rem 0rem 0.75rem 1rem;
  background-color: #004990;
  text-align: left;
}
.gb-side-navigation #sidebar ul li a {
  text-align: center;
  font-size: 0.85em;
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  display: block;
  display: none;
  width: 280px;
  align-items: center;
}
.gb-side-navigation #sidebar ul li a .side-nav-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  color: #fff;
  opacity: 0.8;
}
.gb-side-navigation #sidebar ul li a:hover {
  background-color: #fff;
  color: #004990;
  transition: all 0.3s;
  text-decoration: none;
}
.gb-side-navigation #sidebar ul li a:hover .side-nav-text {
  color: #004990;
  opacity: 1;
}
@media (max-width: 992px) {
  .gb-side-navigation #sidebar {
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
    text-align: center;
    margin-left: -100vw !important;
    position: absolute;
  }
  .gb-side-navigation #sidebar.active {
    margin-left: 0 !important;
    position: fixed;
  }
  .gb-side-navigation #sidebar .sidebar-header {
    padding: 2.75rem 1rem 0.75rem 4rem;
  }
  .gb-side-navigation #sidebar .sidebar-header .gb-logo-white {
    background-size: 225px;
    padding: 29px 130px;
  }
  .gb-side-navigation #sidebar .sidebar-header .gb-logo-white-new {
    background-size: 225px;
    padding: 29px 130px;
  }
  .gb-side-navigation #sidebar ul li a {
    text-align: left;
    padding: 24px 16px 24px 40px;
  }
  .gb-side-navigation #sidebar ul li a .side-nav-text {
    font-size: 20px;
    font-weight: 500;
    margin-left: 24px !important;
  }
  .gb-side-navigation #sidebar ul li a .icon--dashboard,
  .gb-side-navigation #sidebar ul li a .icon--bob,
  .gb-side-navigation #sidebar ul li a .icon--tax-forms {
    padding: 1rem;
  }
  .gb-side-navigation #sidebar ul li a .icon--compensation {
    padding: 0 1rem 1.75rem;
  }
}

.gb-wrapper {
  display: flex;
  height: 100vh;
}

.container-with-side-nav {
  padding-top: 32px;
  padding-left: 72px;
  flex: 1 0 auto;
}

#content {
  width: 100%;
  margin-left: 56px;
  min-height: 100vh;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.side-nav-toggler {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  flex-direction: column;
  left: 0;
  top: 10px;
  width: 60px;
  height: 64px;
  transition: all 0.3s;
  z-index: 1003;
  border: none;
  padding: 1rem 0rem 0rem;
  cursor: pointer;
}
.side-nav-toggler.active {
  top: 14px;
  left: 235px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
.side-nav-toggler.active span {
  left: 3px;
}
.side-nav-toggler.active p {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.side-nav-toggler .toggle-icon-container {
  width: 1.5rem;
  height: 1rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-left: 1rem;
}
.side-nav-toggler p {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
.side-nav-toggler span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.side-nav-toggler span:nth-child(1) {
  top: 3px;
  transform-origin: left center;
  transform: rotate(0);
}
.side-nav-toggler span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
  width: 100%;
  opacity: 1;
}
.side-nav-toggler span:nth-child(3) {
  top: 17px;
  transform-origin: left center;
  transform: rotate(0);
}
.side-nav-toggler[aria-expanded=true] {
  transition: 0.25s ease-in-out;
}
.side-nav-toggler[aria-expanded=true] .toggle-icon-container {
  width: 1.2rem;
  padding-top: 0;
}
.side-nav-toggler[aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}
.side-nav-toggler[aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.side-nav-toggler[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 24px;
}

@media (max-width: 992px) {
  #content {
    margin-left: 0;
  }
  .container-with-side-nav {
    padding: 1rem;
  }
  .gb-side-navigation {
    height: initial;
    position: absolute;
  }
  .side-nav-toggler {
    position: absolute;
    top: 0;
    background-color: #004990;
  }
  .side-nav-toggler.active {
    left: 0;
    top: 0;
    width: 60px;
    height: 64px;
    transition: all 0.3s ease-in-out;
    position: fixed;
  }
  .side-nav-toggler[aria-expanded=true] .toggle-icon-container {
    width: 1.75rem;
  }
  .side-nav-toggler[aria-expanded=true] span:nth-child(1) {
    top: 8px;
  }
  .side-nav-toggler[aria-expanded=true] span:nth-child(3) {
    top: 26px;
  }
}
.missing__page {
  box-sizing: border-box;
  margin: 1rem auto;
  align-items: center;
  position: relative;
  border: 21px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 73, 144, 0.08);
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.missing__page .missing_content {
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  margin: 1.5rem;
}
@media (min-width: 768px) {
  .missing__page .missing_content {
    margin: 4rem 5.5rem;
  }
}
.missing__page .missing_content h1 {
  font-family: museo-sans, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .missing__page .missing_content h1 {
    font-size: 3.75rem;
    font-weight: 100;
  }
}
.missing__page .missing_content p {
  font-family: museo-sans, sans-serif;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .missing__page .missing_content p {
    width: 60%;
  }
}
.missing__page .missing_content ul {
  list-style: none;
  padding-left: 0;
}
.missing__page .missing_content ul li {
  line-height: 3;
  font-size: 0.75rem;
}

.profile-card h3 {
  display: flex;
  align-items: center;
}
.profile-card h3 .icon--pencil {
  display: inline-block;
  margin-left: 1rem;
  height: 1.5rem;
  min-width: auto;
  cursor: pointer;
}
.profile-card h3 .icon--pencil:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23004990;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3,17.3V21h3.8L17.8,9.9l-3.8-3.8L3,17.3z M20.7,7c0.4-0.4,0.4-1,0-1.4l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0l-1.8,1.8 l3.8,3.8C18.9,8.9,20.7,7,20.7,7z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
}
.profile-card .card__details__justified {
  margin-left: 2rem;
  flex-direction: column;
}
.profile-card .card__details__justified__lists {
  border-right: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.profile-card .card__details__justified__lists li .loading--card--item {
  flex-basis: 35% !important;
}
.profile-card .profile-card__details-container,
.profile-card .org-card__details-container {
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: 2rem auto;
  width: 50%;
}
.profile-card .profile-card__details-container ul,
.profile-card .org-card__details-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  height: auto;
}
.profile-card .profile-card__details-container ul li,
.profile-card .org-card__details-container ul li {
  margin-bottom: 1rem;
  font-weight: 300;
}
.profile-card .profile-card__details-container ul li div:not(:first-child),
.profile-card .org-card__details-container ul li div:not(:first-child) {
  margin-top: 1rem;
  margin-left: 0;
  font-weight: 600;
}
.profile-card .profile-card__details-container ul li ul li,
.profile-card .org-card__details-container ul li ul li {
  font-weight: 600;
}
.profile-card .profile-card__details-container .profile-card__img-upload,
.profile-card .org-card__details-container .profile-card__img-upload {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #004990;
}
.profile-card .profile-card__details-container .profile-card__img-upload .profile-card__img-circle,
.profile-card .org-card__details-container .profile-card__img-upload .profile-card__img-circle {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  margin: 0.5rem 1rem 0 0;
}
.profile-card .profile-card__details-container .profile-card__img-upload .profile-card__img,
.profile-card .org-card__details-container .profile-card__img-upload .profile-card__img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.profile-card .org-card__details-container {
  margin: 2rem auto 2rem 1rem;
}
@media (max-width: 768px) {
  .profile-card .org-card__details-container {
    margin: 2rem auto 2rem 0;
    width: 100%;
  }
}
.profile-card .org-card__details-container ul li {
  margin-bottom: 1.5rem;
}
.profile-card .org-card__details-container ul li div:not(:first-child) {
  margin-top: 0.75rem;
  margin-left: 0;
}
.profile-card .org-card__details-container ul li ul li {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.org-card__notification-message {
  background-color: #D8F8E8;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.75rem;
  font-size: 0.85rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .org-card__notification-message {
    padding: 0.95rem;
    font-size: 1rem;
  }
}
.org-card__notification-message.active {
  height: inherit;
  opacity: 1;
}
.org-card__notification-message p {
  color: #337859;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .profile-card .profile-card__details-container {
    margin: 0.5rem 0;
    width: 100%;
  }
  .profile-card .profile-card__details-container ul li div:not(:first-child) {
    margin-left: 0 !important;
  }
  .profile-card .profile-card__details-container .profile-card__img-upload {
    margin: 1rem 0;
  }
  .profile-card .profile-card__details-container .profile-card__img-upload a {
    margin: 1rem 0;
  }
  .profile-card .profile-card__details-container .profile-card__img-upload .profile-card__img-circle {
    margin: 0.5rem 1rem 0 0;
  }
}
.direct-deposit-card {
  font-size: 0.875rem;
  line-height: 1.3;
}
.direct-deposit-card .direct-deposit-card__details {
  margin: 1.5rem 1rem;
}
.direct-deposit-card .direct-deposit-card__details .direct-deposit-card__input-container {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e8e8e8;
}
.direct-deposit-card .direct-deposit-card__details .direct-deposit-card__input-container .direct-deposit--text {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.3;
  flex: 1 1;
}
.direct-deposit-card .direct-deposit-card__details .direct-deposit-card__input-container .direct-deposit--text:not(:last-child) {
  margin-right: 1rem;
}
.direct-deposit-card .direct-deposit-card__details .direct-deposit-card__input-container .direct-deposit--text p {
  margin-bottom: 2rem;
  margin-top: 14px;
  margin-left: 0.75rem;
  font-weight: 600;
}
.direct-deposit-card .direct-deposit-card__details .direct-deposit-card--contact {
  margin: 1rem 0 0;
  max-width: 650px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .direct-deposit-card .direct-deposit-card__details .direct-deposit-card__input-container {
    flex-direction: column;
  }
  .direct-deposit-card .direct-deposit-card__details button {
    float: none;
    margin: auto;
  }
}
.opt-out-card .opt-out-card__details .opt-out-card--checkbox {
  margin: 2.25rem 1rem 2rem 1rem;
  display: flex;
  align-items: center;
}
.opt-out-card .opt-out-card__details .opt-out-card--description {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0rem 1rem 1.5rem 1rem;
  max-width: 650px;
}
.opt-out-card .opt-out-card__details button {
  float: right;
  margin: 27px 0 16px;
}

.org-contact-card .org-contact-card__details {
  font-size: 14px;
  margin: 2rem 0 2.5rem;
  width: 100%;
}
.org-contact-card .org-contact-card__details .org-contact-card__radio-container {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 18px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contacts-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact {
  min-width: 240px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact:last-child {
  margin-right: 0;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact h4 {
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.3s ease-in-out;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact h4.hidden {
  display: none;
  transition: all 0.3s ease-in-out;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .org-contact-card__header-select,
.org-contact-card .org-contact-card__details .org-contact-card__contact .org-contact-card__email-header-select {
  transition: all 0.3s ease-in-out;
  height: 50px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .org-contact-card__header-select.hidden,
.org-contact-card .org-contact-card__details .org-contact-card__contact .org-contact-card__email-header-select.hidden {
  display: none;
  transition: all 0.3s ease-in-out;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact p {
  padding: 14px 8px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .org-contact-card__contact-details {
  flex: 1 0 auto;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .org-contact-card__email {
  margin-top: 8px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .contact-detail-label {
  font-weight: 300;
  margin-top: 14px;
  padding: 0 24px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .contact-detail-text {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .contact-detail-text:last-child {
  margin-bottom: 14px;
}
.org-contact-card .org-contact-card__details .org-contact-card__contact .primary-contact {
  background-color: #ebf8ff;
}
.org-contact-card .org-contact-card__details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.org-contact-card .org-contact-card__details ul li {
  margin-bottom: 0.25rem;
}
.org-contact-card .icon--pencil {
  display: inline-block;
  margin-left: 1rem;
  height: 1.5rem;
  min-width: auto;
  cursor: pointer;
}
.org-contact-card .icon--pencil:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23004990;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3,17.3V21h3.8L17.8,9.9l-3.8-3.8L3,17.3z M20.7,7c0.4-0.4,0.4-1,0-1.4l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0l-1.8,1.8 l3.8,3.8C18.9,8.9,20.7,7,20.7,7z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .org-contact-card .org-contact-card__details {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .org-contact-card .org-contact-card__contact {
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.general-info-edit-modal h2 {
  text-align: left;
}

.edit-org-info-container {
  display: flex;
}
.edit-org-info-container .edit-org-info {
  display: flex;
  flex-direction: column;
}
.edit-org-info-container .edit-org-info h2 {
  text-align: left;
}
.edit-org-info-container .edit-org-info button:first-child {
  margin-right: 16px;
}
.edit-org-info-container .edit-org-info--social-security-label {
  margin-bottom: 0;
}
.edit-org-info-container .edit-org-info--social-security {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
  align-items: center;
}
.edit-org-info-container .edit-org-info--social-security input {
  margin-left: 8px;
  margin-right: 8px;
}
.edit-org-info-container .edit-org-info--social-security input:nth-child(1) {
  min-width: 75px;
  width: 75px;
  margin-left: 0;
}
.edit-org-info-container .edit-org-info--social-security input:nth-child(2) {
  min-width: 56px;
  width: 56px;
}
.edit-org-info-container .edit-org-info--social-security input:nth-child(3) {
  min-width: 108px;
  width: 108px;
  margin-right: 0;
}
.edit-org-info-container .edit-org-info--comments {
  resize: none;
  height: 126px;
  width: 100%;
  overflow: auto;
}

@media (max-width: 992px) {
  .general-info-edit-modal .gb-modal .important--message {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
    padding: 16px;
  }
  .general-info-edit-modal .edit-org-info-container {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 768px) {
  .general-info-edit-modal .gb-modal {
    max-height: 100%;
    height: 100%;
    width: 100%;
    padding: 2.5rem 3.5rem;
  }
  .general-info-edit-modal .gb-modal input[type=text],
  .general-info-edit-modal .gb-modal input[type=email],
  .general-info-edit-modal .gb-modal input[type=password],
  .general-info-edit-modal .gb-modal input[type=number],
  .general-info-edit-modal .gb-modal textarea {
    min-width: 100%;
  }
  .general-info-edit-modal .gb-modal .edit-org-into {
    width: 100%;
  }
  .general-info-edit-modal .gb-modal .edit-org-info--social-security input:nth-child(1) {
    min-width: 54px;
  }
  .general-info-edit-modal .gb-modal .edit-org-info--social-security input:nth-child(2) {
    min-width: 44px;
  }
  .general-info-edit-modal .gb-modal .edit-org-info--social-security input:nth-child(3) {
    min-width: 70px;
  }
}
.contact-info-edit-modal h2,
.contact-email-edit-modal h2 {
  text-align: left;
}
.contact-info-edit-modal .important--message,
.contact-email-edit-modal .important--message {
  margin-left: 0;
  width: 100%;
  padding: 16px;
  margin-top: 22px;
  margin-bottom: 38px;
  display: flex;
  max-width: 400px;
}

@media (max-width: 768px) {
  .contact-info-edit-modal .gb-modal,
  .contact-email-edit-modal .gb-modal {
    max-height: 100%;
    height: 100%;
    width: 100%;
    padding: 2.5rem 3.5rem;
  }
  .contact-info-edit-modal .gb-modal input[type=text],
  .contact-info-edit-modal .gb-modal input[type=email],
  .contact-info-edit-modal .gb-modal input[type=password],
  .contact-info-edit-modal .gb-modal input[type=number],
  .contact-info-edit-modal .gb-modal textarea,
  .contact-email-edit-modal .gb-modal input[type=text],
  .contact-email-edit-modal .gb-modal input[type=email],
  .contact-email-edit-modal .gb-modal input[type=password],
  .contact-email-edit-modal .gb-modal input[type=number],
  .contact-email-edit-modal .gb-modal textarea {
    min-width: 100%;
  }
}
.eula-agreement-wrapper {
  width: 100%;
  max-width: 830px;
  margin: 3rem auto 0;
  padding: 0 1rem;
}
.eula-agreement-wrapper h1 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .eula-agreement-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.eula-agreement-wrapper__content {
  font-size: 1.15rem;
  line-height: 1.9rem;
  text-transform: uppercase;
}
.eula-agreement-wrapper ol {
  padding: 1rem 0 0 1rem;
}
.eula-agreement-wrapper li {
  line-height: 1.7rem;
}
.eula-agreement-wrapper .eula-buttons {
  text-align: center;
}
.eula-agreement-wrapper .btn.btn--primary {
  display: inline-flex;
  margin-left: 45px;
}
.eula-agreement-wrapper .processing {
  margin-top: 1rem;
}

.change-password-card .password-card__details {
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .change-password-card .password-card__details {
    display: block;
  }
  .change-password-card .password-card__details *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .change-password-card .btn--secondary {
    display: block;
    margin-left: auto;
    margin-top: 1rem;
  }
}
.change-password-card__change-password {
  display: none;
}
@media (min-width: 768px) {
  .change-password-card__change-password {
    margin-top: 1.5rem;
  }
}
.change-password-card__change-password.active {
  display: block;
}
.change-password-card__change-password-content {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .change-password-card__change-password-content {
    flex-direction: row;
    padding: 0 0.5rem 0 1rem;
  }
}
@media (min-width: 768px) {
  .change-password-card__left-content {
    padding: 0 0.5rem 0 0.5rem;
  }
}
.change-password-card__left-content input {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
.change-password-card__left-content input.required {
  background-color: #F8D7DA;
  border: 1px solid #C5302F;
  transition: all 1s;
}
.change-password-card__left-content .required-notification {
  color: #C5302F;
  font-size: 0.85rem;
  opacity: 0;
  height: 0;
  padding-top: 0.5em;
}
.change-password-card__left-content .required-notification.required {
  opacity: 1;
  height: 26px;
  transition: all 1s;
}
.change-password-card__left-content .progress-bar {
  background: #f8f8f8;
  display: block;
  height: 5px;
  margin-top: 0.2em;
  width: 100%;
}
.change-password-card__left-content .progress-content {
  display: flex;
  font-size: 12px;
  margin-bottom: 2em;
  padding-top: 0.25em;
}
.change-password-card__left-content .strength-text {
  margin-left: auto;
}
.change-password-card__left-content .progress-color {
  transition: width 1s;
  width: 0;
}
.change-password-card__left-content .weak {
  width: 25%;
  background-color: #95330D;
  height: 5px;
  display: block;
  transition: width 1s;
}
.change-password-card__left-content .weak-color {
  color: #95330D;
}
.change-password-card__left-content .medium {
  width: 50%;
  background-color: #ffa500;
  height: 5px;
  display: block;
  transition: width 1s;
}
.change-password-card__left-content .medium-color {
  color: #ffa500;
}
.change-password-card__left-content .strong {
  width: 100%;
  background-color: #0fb30f;
  height: 5px;
  display: block;
  transition: width 1s;
}
.change-password-card__left-content .strong-color {
  color: #0fb30f;
}
.change-password-card__left-content .btn-container {
  margin-top: 2.25rem;
}
.change-password-card__left-content .flex {
  display: flex;
  justify-content: flex-end;
}
.change-password-card__left-content button:last-child {
  margin-left: 2.5rem;
}
.change-password-card__right-content {
  padding-top: 1.5rem;
}
.change-password-card__right-content h3 {
  margin-bottom: 0;
}
.change-password-card__right-content span {
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 1rem;
}
.change-password-card__right-content p {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.change-password-card .show-password {
  display: flex;
  text-align: right;
  margin-left: auto;
  cursor: pointer;
}
.change-password-card .show-password__icon {
  height: 24px;
  width: 24px;
  margin: 0 0.3rem 0 0;
}
.change-password-card .show-password__content {
  color: #003365;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 0.1rem;
}
.change-password-card .change-password-success {
  justify-content: center;
  font-weight: bolder;
  margin-top: 1rem;
  background-color: #D8F8E8;
  border: 1px solid #337859;
  border-radius: 2px;
  color: #337859;
}
.change-password-card .change-password-success p {
  margin-top: 1rem;
  background: transparent;
}
.change-password-card .change-password-error {
  background-color: #f8d7da;
  border: 1px solid #d0021b;
  color: #d0021b;
  justify-content: center;
  font-weight: bolder;
  margin-top: 1rem;
}
.change-password-card .change-password-error p {
  margin-top: 1rem;
  background: transparent;
}

#user-management-list .filter--sort {
  position: relative;
  display: flex;
}
#user-management-list .user-man--options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 1rem;
  margin-top: 1rem;
}
#user-management-list .user-man--options *:not(:last-child) {
  margin-right: 4rem;
}
#user-management-list #user-management-list-table tr th {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align: left;
  height: 30px;
}
#user-management-list .bottom {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -6px;
}

@media (max-width: 768px) {
  .user-man--options {
    flex-direction: column !important;
    margin-bottom: 1rem;
    right: 0 !important;
    padding: 0.5rem;
    margin-top: -1rem;
    position: relative !important;
  }
  .user-man--options *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
table#user-management-list .btn--dot {
  margin: 0 30%;
}
table#user-management-list .btn--dot--options {
  min-width: 150px;
  top: 50px;
}

.licensed-agents {
  background-color: #fff;
  padding: 2rem 0;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1), -1px 0 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.licensed-agents .licensed-agents--invite-btns {
  display: flex;
  justify-content: flex-end;
}
.licensed-agents .licensed-agents--invite-btns a:not(:last-child) {
  margin-right: 4rem;
}
.licensed-agents .licensed-agents--tables-container {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  .licensed-agents .licensed-agents--tables-container {
    padding: 0 2rem 0 5.75rem;
  }
}
.licensed-agents .licensed-agents--tables-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.licensed-agents .licensed-agents--tables-row .licensed-agents--table {
  width: 45%;
}
@media (max-width: 713px) {
  .licensed-agents .licensed-agents--tables-row .top {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 713px) {
  .licensed-agents .licensed-agents--tables-row .bottom {
    margin-top: 0 !important;
  }
}
.licensed-agents .licensed-agents--tables-row .dataTables_wrapper {
  display: none;
}
.licensed-agents .filter--hidden {
  display: none;
}
.licensed-agents .filter--sort {
  padding-left: 0;
  margin-bottom: 1.625rem;
  height: 40px;
  flex: 1 0 auto;
}
.licensed-agents .filter--sort .dataTables_filter input {
  height: 100%;
  font-size: 1rem;
}
.licensed-agents .filter--sort .dataTables_filter .icon--search {
  top: 11px;
}
.licensed-agents table {
  font-weight: bold;
}
.licensed-agents table thead {
  display: none;
}
.licensed-agents table tbody tr td:first-child {
  display: none;
}
.licensed-agents table tbody tr td:nth-child(2) {
  min-width: 160px;
  padding: 1rem 0;
}
@media (min-width: 1070px) {
  .licensed-agents table tbody tr td:nth-child(2) {
    min-width: 170px;
    padding: 1.625rem 0;
  }
}
@media (min-width: 1250px) {
  .licensed-agents table tbody tr td:nth-child(2) {
    min-width: 260px;
  }
}
.licensed-agents table tbody tr td:not(:nth-child(2)) {
  font-size: 0.875rem;
  white-space: nowrap;
}
.licensed-agents table tbody tr td:not(:nth-child(2)) span {
  margin-right: 25px;
}
.licensed-agents div.alphabet {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
  padding: 0;
  flex: 1 0 auto;
}
@media (min-width: 576px) {
  .licensed-agents div.alphabet {
    justify-content: space-between;
  }
}
.licensed-agents div.alphabet span {
  display: flex;
  color: #004990;
  cursor: pointer;
  text-align: center;
  padding: 0px 1px;
}
.licensed-agents div.alphabet span.letter--none {
  color: #c9c9c9;
  cursor: default;
}
.licensed-agents div.alphabet span.letter--none, .licensed-agents div.alphabet span.letter--link {
  margin: 0 0.3rem;
}
@media (min-width: 576px) {
  .licensed-agents div.alphabet span.letter--none, .licensed-agents div.alphabet span.letter--link {
    margin: 0;
  }
}
.licensed-agents div.alphabet span:hover {
  color: #003365;
}
.licensed-agents div.alphabet span:hover.letter--none {
  color: #c9c9c9;
}
.licensed-agents div.alphabet span.active {
  border-bottom: 1px solid #004990;
}

@media (max-width: 768px) {
  .licensed-agents--invite-btns {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .licensed-agents--invite-btns a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.annuity-cs-details {
  display: flex;
  flex-direction: column;
}
.annuity-cs-details__nav {
  display: flex;
  margin-left: auto;
  margin-top: -65px;
  margin-bottom: 30px;
  width: 180px;
}
.annuity-cs-details__nav .btn {
  border: none;
  background-color: transparent;
  width: 90px;
  min-width: inherit;
  color: #004990;
}
.annuity-cs-details__nav .btn:hover {
  background-color: transparent;
  color: #003365;
}
.annuity-cs-details__nav .btn:hover .icon--print--brand {
  color: #003365;
}
.annuity-cs-details h2 {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .annuity-cs-details h2 {
    padding-left: 0;
  }
}
.annuity-cs-details__content {
  flex-direction: column;
}
@media (min-width: 768px) {
  .annuity-cs-details__content {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .annuity-cs-details .annuity-cs-details-card {
    padding-left: 0;
  }
}
.annuity-cs-details .card {
  border-radius: 0;
}
.annuity-cs-details .card__details__lists {
  width: 100% !important;
  margin-bottom: 0;
}
.annuity-cs-details .card__details__lists dt {
  width: 220px;
}
.annuity-cs-details .card__details__lists dd {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.annuity-cs-details .card__details__lists dd:last-child {
  margin-bottom: 0;
}
.annuity-cs-details .important-message {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .annuity-cs-details .important-message {
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
.annuity-cs-details .important-message .card {
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.12), inset 0 0.5rem 0 #dc3545;
  margin-bottom: 0;
  height: 100%;
  padding: 2.875rem 3.375rem 3.375rem 3.375rem;
}
.annuity-cs-details .important-message .card .card__message {
  font-size: 0.875rem;
}
.annuity-cs-details .annuity-cs-search-container {
  width: 100%;
  position: relative;
  margin: 40px auto;
  flex: 1 0 auto;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container input {
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid transparent;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container input ::placeholder {
  color: #636466;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container input :-ms-input-placeholder {
  color: #636466;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container input ::-ms-input-placeholder {
  color: #636466;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container .icon--search {
  background-position: center;
  -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
  margin-left: 1rem;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid transparent;
  background-color: #fff;
  color: #004990;
  border-right: 1px solid #d8d8d8;
  width: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .icon--filter--brand {
  height: 14px;
  width: 16px;
  margin-right: 10px;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .chevron {
  position: relative;
  text-align: center;
  padding: 2px;
  margin: 1rem;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  background: #fff;
  transform: rotate(0deg);
  color: transparent;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  padding: 3px;
  margin: 1rem 0 1rem 1rem;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .chevron::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(-45deg);
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .chevron::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 10px;
  background: #004990;
  border-radius: 4px 4px 0 0;
  transform: rotate(45deg);
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .chevron:before {
  width: 1px;
  height: 8px;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .chevron:after {
  width: 1px;
  height: 8px;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-input-container button .chevron.is--open {
  transform: rotate(-180deg);
}
.annuity-cs-details .annuity-cs-search-container .annuity-search-filter-btn {
  height: 48px;
  font-size: 1rem;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container {
  position: absolute;
  width: 100%;
  right: 0;
  background-color: #f5f5f5;
  display: none;
  flex-direction: column;
  box-shadow: 0 2px 5px 0 rgba(0, 73, 144, 0.05);
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 0 0 4px 4px;
  z-index: 1;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container.is--open {
  display: block;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .flex--row--2--column {
  border-bottom: 1px solid #e8e8e8;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column .checkbox-filter-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column:first-child {
  padding: 1.5rem 1rem 0;
}
@media (min-width: 576px) {
  .annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column:first-child {
    padding: 1.5rem 3rem 0;
  }
}
@media (min-width: 992px) {
  .annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column:first-child {
    padding: 1.5rem 1rem 1.125rem 5rem;
  }
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column:last-child {
  padding: 1.5rem 1rem 1rem;
}
@media (min-width: 576px) {
  .annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column:last-child {
    padding: 1.5rem 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column:last-child {
    padding: 1.5rem 4rem 1.125rem 1rem;
  }
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter-column .checkmark--label {
  font-weight: bold;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .filter--btn {
  padding: 1.5rem 5rem;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .premium-range-text-inputs {
  flex-direction: row;
  margin-top: 1.5rem;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .premium-range-text-inputs input[type=number]::-webkit-inner-spin-button,
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .premium-range-text-inputs input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .premium-range-text-inputs .premium-range-text-input-container {
  position: relative;
  display: inline-flex;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .premium-range-text-inputs .premium-range-text-input-container i {
  position: absolute;
  left: 10px;
  font-style: normal;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  font-weight: bold;
}
.annuity-cs-details .annuity-cs-search-container .annuity-cs-search-filter-container .premium-range-text-inputs input {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.annuity-cs-details .annuity-cs-table-container {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  color: #333;
  font-size: 1rem;
  margin-bottom: 6px;
  overflow-x: scroll;
}
@media (min-width: 650px) {
  .annuity-cs-details .annuity-cs-table-container {
    padding-right: 2.5rem;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .annuity-cs-details .annuity-cs-table-container {
    padding-right: 4rem;
  }
}
.annuity-cs-details .annuity-cs-table-container table {
  width: 100%;
  table-layout: inherit;
  position: relative;
  box-shadow: inset 0.5rem 0 0 #004990;
}
@media (min-width: 650px) {
  .annuity-cs-details .annuity-cs-table-container table {
    table-layout: fixed;
  }
}
.annuity-cs-details .annuity-cs-table-container table thead {
  cursor: pointer;
}
.annuity-cs-details .annuity-cs-table-container table thead tr th {
  position: relative;
  width: 17.5%;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .annuity-cs-details .annuity-cs-table-container table thead tr th {
    font-size: 1rem;
  }
}
.annuity-cs-details .annuity-cs-table-container table thead tr th:nth-last-child(-n+3) {
  width: 10%;
}
.annuity-cs-details .annuity-cs-table-container table tbody {
  display: none;
  opacity: 0;
  transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s, -moz-linear;
  -webkit-transition: opacity 0.6s, -webkit-linear;
  -o-transition: opacity 0.6s, -o-linear;
}
.annuity-cs-details .annuity-cs-table-container table tbody tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.annuity-cs-details .annuity-cs-table-container table tbody tr:first-child td:first-child {
  border-top: none;
}
.annuity-cs-details .annuity-cs-table-container table.is--open tbody {
  opacity: 1;
  transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s, -moz-linear;
  -webkit-transition: opacity 0.6s, -webkit-linear;
  -o-transition: opacity 0.6s, -o-linear;
  display: table-row-group;
}
.annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-title-row th, .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-title-row td {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 1.5rem 0.5rem 0;
  vertical-align: top;
}
@media (min-width: 650px) {
  .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-title-row th, .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-title-row td {
    padding: 1.25rem 0 0 0;
  }
}
.annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-stat-row th, .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-stat-row td {
  font-weight: bold;
  text-align: left;
  padding: 0.5rem 0.5rem 1rem;
  vertical-align: top;
}
@media (min-width: 650px) {
  .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-stat-row th, .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-stat-row td {
    padding: 0 0 1.25rem;
  }
}
.annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-stat-row th.comments-column, .annuity-cs-details .annuity-cs-table-container table .annuity-cs-table-stat-row td.comments-column {
  font-weight: 500;
}
.annuity-cs-details .annuity-cs-table-container table .expand-column {
  width: 45px;
  padding: 1.2rem 0 0 0 !important;
}
@media (min-width: 768px) {
  .annuity-cs-details .annuity-cs-table-container table .expand-column {
    width: 70px;
  }
}
.annuity-cs-details .annuity-cs-table-container table .expand-icon {
  cursor: pointer;
  margin-left: 13px;
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .annuity-cs-details .annuity-cs-table-container table .expand-icon {
    width: 44px;
    height: 44px;
  }
}
.annuity-cs-details .annuity-cs-table-container table .expand-icon::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0.75rem;
  top: 2.1rem;
  left: 1.4rem;
  background-color: #333;
}
.annuity-cs-details .annuity-cs-table-container table .expand-icon::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0.75rem;
  top: 2.1rem;
  left: 1.4rem;
  background-color: #333;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.annuity-cs-details .annuity-cs-table-container table .expand-icon.is--open::after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
}
@media (min-width: 768px) {
  .annuity-cs-details .annuity-cs-table-container table .expand-icon::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 1rem;
    top: 2.5rem;
    left: 1.75rem;
    background-color: #333;
  }
  .annuity-cs-details .annuity-cs-table-container table .expand-icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 1rem;
    top: 2.5rem;
    left: 1.75rem;
    background-color: #333;
    transform: rotate(90deg);
    transition: transform 0.2s ease-in;
  }
  .annuity-cs-details .annuity-cs-table-container table .expand-icon.is--open::after {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in;
  }
}

.annuity-cs-search .filter--details {
  align-items: center;
}
.annuity-cs-search .flex--row--2--column {
  flex-direction: row;
}
.annuity-cs-search .flex--row--2--column .datepicker {
  padding-right: 0;
  margin: 0 1rem 0 0;
}
.annuity-cs-search .btn-secondary.buttons-csv {
  border: none !important;
  background-color: transparent !important;
  min-width: auto !important;
  padding-right: 0;
}
.annuity-cs-search .btn-secondary.buttons-csv span {
  margin-right: 0 !important;
  margin-top: 5px !important;
}
.annuity-cs-search .btn-secondary.buttons-csv .icon--download--brand {
  margin-top: 0 !important;
}
.annuity-cs-search .table--simple {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.annuity-cs-search .table--simple th {
  font-size: 12px;
  text-transform: uppercase;
  color: #4a5568;
  background-color: #fff;
}
.annuity-cs-search .table--simple tr td {
  padding: 1rem 1rem !important;
}
.annuity-cs-search .table--simple tr:last-child td {
  border-bottom: none;
}
.annuity-cs-search .table--simple tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.annuity-cs-search .table--simple tbody .col-balance {
  text-align: right;
}
.annuity-cs-search .dataTables_paginate {
  background-color: #fff;
  padding-top: 20px;
  border: 2px solid #e8e8e8;
  border-collapse: separate !important;
  border-top: none;
  border-spacing: 0;
}
.annuity-cs-search .dataTables_paginate .pagination {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  border: none;
}
.annuity-cs-search .dataTables_paginate .pagination .paginate_button {
  border: none;
}
.annuity-cs-search .dataTables_paginate .pagination .paginate_button:hover {
  background: none;
}
.annuity-cs-search .page-item {
  color: #004990;
}
.annuity-cs-search .page-item .page-link {
  border: none;
  font-weight: 300;
}
.annuity-cs-search .page-item .page-link:hover {
  background: none !important;
}
.annuity-cs-search .page-item.active .page-link {
  background: none;
  border: none;
  color: #636466;
}
.annuity-cs-search .page-item.next.disabled .page-link::before, .annuity-cs-search .page-item.next.disabled .page-link::after, .annuity-cs-search .page-item.previous.disabled .page-link::before, .annuity-cs-search .page-item.previous.disabled .page-link::after {
  background: #636466;
}
.annuity-cs-search .page-item.next .page-link::before, .annuity-cs-search .page-item.next .page-link::after, .annuity-cs-search .page-item.previous .page-link::before, .annuity-cs-search .page-item.previous .page-link::after {
  background: #004990;
}
.annuity-cs-search .page-item.next .page-link::before, .annuity-cs-search .page-item.previous .page-link::before {
  left: 1px !important;
}
.annuity-cs-search .page-item.next .page-link::after, .annuity-cs-search .page-item.previous .page-link::after {
  right: -1px !important;
}
.annuity-cs-search .page-item.next .page-link::before {
  left: -1px !important;
}
.annuity-cs-search .page-item.next .page-link::after {
  right: 1px !important;
}

@media (min-width: 992px) {
  .tax-forms {
    padding-left: 75px;
  }
}
.tax-forms__title {
  font-size: 1.2rem;
  margin: 1.2em 0 0;
}
.tax-forms__container {
  margin-bottom: 2em;
}
.tax-forms__nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5em 0 1.75em;
  list-style-type: none;
}
.tax-forms__case-tabs {
  margin-right: 2em;
  font-size: 0.9rem;
}
.tax-forms__case-tabs a {
  padding-bottom: 0.25em;
  border-bottom: 2px solid transparent;
  color: #718096;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
.tax-forms__case-tabs a:hover {
  text-decoration: none;
}
.tax-forms__case-tabs.active > a,
.tax-forms__case-tabs.active > a:hover,
.tax-forms__case-tabs.active > a:focus {
  color: #004990;
  cursor: default;
  border-bottom: 2px solid #004990;
}
.tax-forms__tab-content {
  width: 100%;
}
.tax-forms__tab-content h2 {
  display: none;
}
@media (min-width: 992px) {
  .tax-forms__tab-content h2 {
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    padding-left: 0.85em;
  }
}
.tax-forms__tab-content > .active {
  display: block;
}
.tax-forms__tab-panel {
  display: none;
  padding: 0.5em 0;
}
.tax-forms__tab-panel.active {
  display: block;
  padding: 0.5em 0;
}
.tax-forms__panel-left, .tax-forms__panel-right {
  display: flex;
  flex-direction: column;
  /*&.panel {
      display: none;
  }

  &.active {
      display: flex;
  }*/
}
.tax-forms__panel-left {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .tax-forms__panel-left {
    margin-bottom: 0;
  }
}
.tax-forms__panel-column {
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 2px 0 rgba(49, 130, 206, 0.2), 0 4px 6px -1px rgba(42, 67, 101, 0.1);
  padding: 1.85em 1.5em 1em;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.tax-forms__panel-column h3 {
  color: #2a4365;
  font-size: 1.5rem;
  margin-bottom: 0.75em;
}
.tax-forms__form-items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 auto;
}
.tax-forms__form-items .item {
  flex: 1 0 50%;
  padding: 0.9em 1em 0.9em 0;
}
@media (min-width: 576px) {
  .tax-forms__form-items .item {
    flex: 0 0 33.3333%;
  }
}
.tax-forms__form-items .item.item--loading a {
  height: 1.1em;
  display: flex;
  animation: loadingText 2s infinite;
}
.tax-forms__download.hide {
  display: none;
}
.tax-forms__download a {
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  .tax-forms__content-bottom {
    max-width: 80%;
  }
}
.tax-forms__content-bottom h2 {
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 0.7em;
}
.tax-forms__disclaimer {
  font-size: 1.15rem;
  margin-bottom: 2em;
}

.login-experience {
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  margin-bottom: 2rem;
  max-width: 1400px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
.login-experience__container {
  margin: 0;
  width: 100%;
}
.login-experience__left, .login-experience__right {
  display: flex;
  flex-direction: column;
}
.login-experience__left {
  position: relative;
  padding: 1.85em;
}
.login-experience__left img {
  align-self: flex-start;
  display: block;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .login-experience__left img {
    margin-bottom: 0;
  }
}
.login-experience__left-content {
  padding-top: 1.25em;
}
@media (min-width: 768px) {
  .login-experience__left-content {
    padding-top: 11.25em;
  }
}
.login-experience__error-login-message {
  border-radius: 2px;
  background-color: #F8D7DA;
  border: 1px solid #C5302F;
  color: #C5302F;
  font-weight: 600;
  padding: 0.95em;
  text-align: center;
  opacity: 0;
  margin-top: -56px;
  transition: all 1s;
}
.login-experience__error-login-message.required {
  margin-top: 0;
  opacity: 1;
}
.login-experience__right {
  background-color: #004990;
  color: #fff;
  padding: 6.25em 3em;
}
@media (min-width: 992px) {
  .login-experience__right {
    padding: 6.25em 4.7em 6.25em 6.25em;
  }
}
@media (min-width: 768px) {
  .login-experience__right-content {
    padding-top: 7em;
  }
}
.login-experience__title {
  font-size: 2.15rem;
  font-weight: 700;
}
.login-experience__sub-title, .login-experience__password-description {
  font-size: 1.15rem;
  display: block;
}
.login-experience__sub-title--alt, .login-experience__password-description--alt {
  font-size: 1rem;
}
.login-experience__user-email {
  display: block;
  font-size: 1.5rem;
  padding: 0.75em 0 1.4em;
}
.login-experience__instructions {
  font-weight: 600 !important;
}
.login-experience__form-content {
  max-width: 395px;
  width: 100%;
}
.login-experience #save-password {
  display: none;
}
.login-experience #save-password.active {
  display: inline-block;
}
.login-experience__form-container {
  display: none;
  width: 100%;
  margin: 1em auto 4em;
  max-width: 460px;
}
.login-experience__form-container.active {
  display: block;
}
.login-experience__form-container.success, .login-experience__form-container.error {
  display: none;
}
.login-experience__form-container.success.active, .login-experience__form-container.error.active {
  display: block;
}
@media (min-width: 768px) {
  .login-experience__form-container {
    margin: 2em auto 8em;
  }
}
.login-experience__form-container form {
  margin-top: 2.25em;
}
.login-experience__form-container .form-group {
  margin-bottom: 1.75em;
}
.login-experience__form-container input {
  height: calc(2.75rem + 4px);
}
.login-experience__form-container input.required {
  background-color: #F8D7DA;
  border: 1px solid #C5302F;
  transition: all 1s;
}
.login-experience__form-container input#confirm-password, .login-experience__form-container input#password, .login-experience__form-container input#login-password {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
.login-experience__form-container a {
  display: inline-block;
  font-weight: normal;
  padding-top: 0.5em;
}
.login-experience__form-container .required-notification {
  color: #C5302F;
  font-size: 0.85rem;
  opacity: 0;
  height: 0;
  padding-top: 0.5em;
}
.login-experience__form-container .required-notification.required {
  opacity: 1;
  height: 26px;
  transition: all 1s;
}
.login-experience__form-container .progress-bar {
  background: #f8f8f8;
  display: block;
  height: 5px;
  margin-top: 0.75em;
  width: 100%;
}
.login-experience__form-container .progress-content {
  display: flex;
  font-size: 12px;
  margin-bottom: 2em;
  padding-top: 0.25em;
}
.login-experience__form-container .strength-text {
  margin-left: auto;
}
.login-experience__form-container .progress-color {
  transition: width 1s;
  width: 0;
}
.login-experience__form-container .weak {
  width: 25%;
  background-color: #95330D;
  height: 5px;
  display: block;
  transition: width 1s;
}
.login-experience__form-container .weak-color {
  color: #95330D;
}
.login-experience__form-container .medium {
  width: 50%;
  background-color: #ffa500;
  height: 5px;
  display: block;
  transition: width 1s;
}
.login-experience__form-container .medium-color {
  color: #ffa500;
}
.login-experience__form-container .strong {
  width: 100%;
  background-color: #0fb30f;
  height: 5px;
  display: block;
  transition: width 1s;
}
.login-experience__form-container .strong-color {
  color: #0fb30f;
}
.login-experience__form-container .btn-container {
  margin-top: 0.5em;
  text-align: right;
}
.login-experience__form-container button {
  display: inline-block;
}
.login-experience__form-container button.hide {
  display: none;
}
.login-experience__form-container button:disabled {
  min-width: auto;
}
.login-experience__processing {
  display: none;
  transition: all 1s;
}
.login-experience__processing.active {
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
}
.login-experience__processing .spinner__wrapper {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login-experience__processing .spinner {
  height: 5.5rem;
  width: 5.5rem;
}
.login-experience__processing .spinner i {
  margin-left: -4px;
  transform-origin: center 2.75rem;
  height: 0.5rem;
  width: 0.5rem;
}
.login-experience__processing span {
  display: block;
  margin-left: 1.5em;
}
.login-experience__right-content img {
  width: 490px;
  max-width: 100%;
}
.login-experience__right-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2.25em;
  padding-bottom: 0.35em;
}

@media (min-width: 1025px) {
  .login-experience .gb-logo-rebrand {
    width: 60%;
  }
}
.general-information-modal {
  width: 950px;
}
.general-information-modal__container {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .general-information-modal__container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .general-information-modal__content-left {
    padding-right: 3.5rem;
  }
}
.general-information-modal__content-left button:last-child {
  margin-left: 2.5rem;
}
.general-information-modal h2 {
  text-align: left;
}
.general-information-modal label {
  margin-bottom: 1rem;
}
.general-information-modal input {
  width: 100%;
}
.general-information-modal textarea::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.general-information-modal textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.general-information-modal textarea::-ms-input-placeholder {
  color: #bfbfbf;
}
.general-information-modal fieldset {
  margin-bottom: 1rem;
}
.general-information-modal fieldset legend {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.general-information-modal fieldset .group-flex {
  display: flex;
  align-items: center;
}
.general-information-modal fieldset label {
  display: none;
}
.general-information-modal fieldset input[type=text] {
  padding: 9px;
}
.general-information-modal fieldset input {
  flex: 1 0 25%;
  max-width: 25%;
  margin: 0 0.65rem 0 0;
}
.general-information-modal fieldset input:nth-of-type(2) {
  flex: 1 0 16%;
  max-width: 16%;
  margin: 0 0.65rem;
}
.general-information-modal fieldset input:last-of-type {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
  margin: 0 0 0 0.65rem;
}
.general-information-modal fieldset span {
  font-weight: 600;
}
.general-information-modal .flex--end {
  padding-top: 1rem;
}
.general-information-modal .alert-message {
  border-radius: 3px;
  margin: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .general-information-modal .alert-message {
    flex-direction: row;
    margin: 2.5rem 0 0;
  }
}

.business-address-modal h2 {
  text-align: left;
}
.business-address-modal .modal-form {
  margin-top: 1.25rem;
}
.business-address-modal .key {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
  margin-bottom: 0.25rem;
}
.business-address-modal .key:before {
  content: "*";
  color: #C5302F;
  font-weight: normal;
  padding-right: 5px;
}
.business-address-modal .row {
  margin-right: 0;
  margin-left: 0;
}
.business-address-modal .required-asterisk {
  padding-left: 0.75rem;
  margin-right: 0;
  position: relative;
}
.business-address-modal .required-asterisk:before {
  content: "*";
  position: absolute;
  color: #C5302F;
  left: 0;
}
.business-address-modal .required-asterisk input {
  margin-left: -0.75rem;
}
.business-address-modal input.invalid, .business-address-modal select.invalid {
  background-color: #F8D7DA;
  opacity: 0.8;
  border: 0.5px solid #C5302F !important;
  transition: all 0.3s ease-in-out;
}
.business-address-modal input.invalid + span, .business-address-modal select.invalid + span {
  display: block;
  margin-left: -0.75rem;
}
.business-address-modal .zip {
  padding-right: 0;
  padding-left: 27px;
}
.business-address-modal .zip:before {
  left: 15px;
}
.business-address-modal .mobile {
  padding-right: 0;
}
.business-address-modal .fax {
  padding-left: 0;
}
.business-address-modal select {
  background-color: #fff;
  margin-left: -0.75rem;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.business-address-modal select::-ms-expand {
  display: none;
}
.business-address-modal .arrow:after {
  content: "";
  color: #bfbfbf;
  right: 15px;
  top: 32px;
  height: 25px;
  position: absolute;
  pointer-events: none;
  font-size: 0.6rem;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  width: 25px;
}
.business-address-modal input[type=tel] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.business-address-modal .alert-message {
  margin-top: 1rem;
}
.business-address-modal .flex--end {
  margin-top: 2.5rem;
}
.business-address-modal button:last-child {
  margin-left: 2.5rem;
}

.business-email-modal h2 {
  text-align: left;
}
.business-email-modal input.invalid {
  background-color: #F8D7DA;
  opacity: 0.8;
  border: 0.5px solid #C5302F !important;
  transition: all 0.3s ease-in-out;
}
.business-email-modal input.invalid + span {
  display: block;
}
.business-email-modal .flex--end {
  margin-top: 2.5rem;
}
.business-email-modal button:last-child {
  margin-left: 2.5rem;
}

.account-setup {
  position: relative;
  padding-top: 2.25em;
}
@media (min-width: 768px) {
  .account-setup {
    padding-top: 5.25em;
  }
}
.account-setup .verification-message {
  display: none;
  position: absolute;
  top: -2.75em;
  background-color: #D8F8E8;
  border: 1px solid #337859;
  border-radius: 2px;
  color: #337859;
  padding: 0.9em 1.5em;
  width: auto;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.account-setup .verification-message.active {
  display: inherit;
}
@media (min-width: 768px) {
  .account-setup .verification-message {
    font-size: 0.85rem;
    top: 1em;
  }
}
@media (min-width: 1190px) {
  .account-setup .verification-message {
    padding: 0.9em 5.5em;
    font-size: 1rem;
  }
}
.account-setup .verification-message p {
  margin: 0;
}
.account-setup .verification-message a {
  color: #3182CE;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .account-setup .verification-message a {
    font-size: 0.85rem;
  }
}
@media (min-width: 1190px) {
  .account-setup .verification-message a {
    font-size: 1rem;
  }
}
.account-setup .verification-message--warning {
  background-color: #f8d7da;
  border: 1px solid #d0021b;
  color: #d0021b;
}
.account-setup--verify-email, .account-setup--account-created {
  padding-top: 2.25em;
}
@media (min-width: 768px) {
  .account-setup--verify-email, .account-setup--account-created {
    padding-top: 11.25em;
  }
}
.account-setup--verify-email .account-setup__sub-title, .account-setup--account-created .account-setup__sub-title {
  font-size: 1rem;
  margin-bottom: 80px;
}
.account-setup--verify-email .account-setup__sub-title--alt, .account-setup--account-created .account-setup__sub-title--alt {
  padding-right: 4em;
}
.account-setup--verify-email .account-setup__email-content a, .account-setup--account-created .account-setup__email-content a {
  font-weight: 600;
}
.account-setup--account-created .account-setup__sub-title {
  font-size: 1rem;
  margin-bottom: 50px;
  padding-right: 4em;
}
.account-setup--account-created .btn--primary {
  display: flex;
  width: 100px;
}
.account-setup__title {
  font-size: 2.15rem;
  font-weight: 700;
}
.account-setup__sub-title, .account-setup__password-description {
  font-size: 1.15rem;
  display: block;
}
.account-setup__sub-title--alt, .account-setup__password-description--alt {
  font-size: 1rem;
}
.account-setup__form-container {
  width: 100%;
  margin: 1em auto 4em;
  max-width: 395px;
}
.account-setup__form-container .flex {
  display: flex;
}
.account-setup__form-container .show-password {
  display: flex;
  text-align: right;
  margin-left: auto;
  cursor: pointer;
}
.account-setup__form-container .show-password__icon {
  height: 24px;
  width: 24px;
  margin: 0 0.3rem 0 0;
}
.account-setup__form-container .show-password__content {
  color: #003365;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 0.1rem;
}
.account-setup__form-container.active {
  display: block;
}
.account-setup__form-container.success, .account-setup__form-container.error {
  display: none;
}
.account-setup__form-container.success.active, .account-setup__form-container.error.active {
  display: block;
}
@media (min-width: 768px) {
  .account-setup__form-container {
    margin: 2em auto 8em;
  }
}
.account-setup__form-container form {
  margin-top: 2.25em;
}
.account-setup__form-container .form-group {
  margin-bottom: 1.75em;
}
.account-setup__form-container input {
  height: calc(2.75rem + 4px);
}
.account-setup__form-container input.required {
  background-color: #F8D7DA;
  border: 1px solid #C5302F;
  transition: all 1s;
}
.account-setup__form-container input#account-setup-password, .account-setup__form-container input#identity-verification-ssn-set1, .account-setup__form-container input#identity-verification-ssn-set2, .account-setup__form-container input#identity-verification-ssn-set3 {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
.account-setup__form-container input#account-setup-password[type=text] {
  font-size: 1rem;
  letter-spacing: inherit;
}
.account-setup__form-container a {
  display: inline-block;
  font-weight: normal;
  padding-top: 0.5em;
}
.account-setup__form-container .required-notification {
  color: #C5302F;
  font-size: 0.8rem;
  line-height: 15px;
  opacity: 0;
  height: 0;
  padding-top: 0.5em;
}
@media (min-width: 790px) {
  .account-setup__form-container .required-notification {
    font-size: 0.85rem;
    line-height: 20px;
  }
}
.account-setup__form-container .required-notification.required {
  opacity: 1;
  height: 32px;
  transition: all 1s;
}
@media (min-width: 790px) {
  .account-setup__form-container .required-notification.required {
    height: 26px;
  }
}
.account-setup__form-container .progress-bar {
  background: #f8f8f8;
  display: block;
  height: 5px;
  margin-top: 0.75em;
  width: 100%;
}
.account-setup__form-container .progress-content {
  display: flex;
  font-size: 12px;
  margin-bottom: 2em;
  padding-top: 0.25em;
}
.account-setup__form-container .strength-text {
  margin-left: auto;
}
.account-setup__form-container .progress-color {
  transition: width 1s;
  width: 0;
}
.account-setup__form-container .weak {
  width: 25%;
  background-color: #95330D;
  height: 5px;
  display: block;
  transition: width 1s;
}
.account-setup__form-container .weak-color {
  color: #95330D;
}
.account-setup__form-container .medium {
  width: 50%;
  background-color: #ffa500;
  height: 5px;
  display: block;
  transition: width 1s;
}
.account-setup__form-container .medium-color {
  color: #ffa500;
}
.account-setup__form-container .strong {
  width: 100%;
  background-color: #0fb30f;
  height: 5px;
  display: block;
  transition: width 1s;
}
.account-setup__form-container .strong-color {
  color: #0fb30f;
}
.account-setup__form-container .btn-container {
  margin-bottom: 2.5em;
  margin-top: 0.5em;
  text-align: right;
}
.account-setup__form-container button {
  display: inline-block;
}
.account-setup__form-container button.hide {
  display: none;
}
.account-setup__form-container button:hover:disabled, .account-setup__form-container button:disabled {
  min-width: auto;
  border-color: #dedede;
  background-color: #dedede;
  color: #9e9e9e;
  cursor: not-allowed !important;
}
.account-setup__form-container ::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.account-setup__form-container :-ms-input-placeholder {
  color: #bfbfbf;
}
.account-setup__form-container ::-ms-input-placeholder {
  color: #bfbfbf;
}
.account-setup__form-container fieldset {
  margin-bottom: 1rem;
}
.account-setup__form-container fieldset legend {
  font-size: 1rem;
}
.account-setup__form-container fieldset .group-flex {
  display: flex;
  align-items: center;
}
.account-setup__form-container fieldset label {
  display: none;
}
.account-setup__form-container fieldset input[type=text] {
  padding: 9px;
}
.account-setup__form-container fieldset input {
  flex: 1 0 20%;
  max-width: 20%;
  margin: 0 0.65rem 0 0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
}
.account-setup__form-container fieldset input:nth-of-type(2) {
  flex: 1 0 16%;
  max-width: 16%;
  margin: 0 0.65rem;
}
.account-setup__form-container fieldset input:last-of-type {
  flex: 1 0 25%;
  max-width: 25%;
  margin: 0;
}
.account-setup__form-container fieldset span {
  font-weight: 600;
}
.account-setup__form-container fieldset.date-of-birth {
  margin: 1.75rem 0;
}
.account-setup__form-container fieldset.date-of-birth input {
  flex: 1 0 16%;
  max-width: 16%;
  margin: 0;
}
.account-setup__form-container fieldset.date-of-birth input:nth-of-type(2) {
  flex: 1 0 16%;
  max-width: 16%;
  margin: 0 1rem;
}
.account-setup__form-container fieldset.date-of-birth input:last-of-type {
  flex: 1 0 25%;
  max-width: 25%;
  margin: 0;
}
.account-setup__contact-container {
  border-top: 1px solid #efefef;
  padding-top: 1.25em;
  font-size: 0.9rem;
  text-align: center;
}
.account-setup__contact-container a {
  font-weight: 600;
}
.account-setup__contact-container h3 {
  font-size: 0.875rem;
  margin: 0;
}
.account-setup__contact-container a[href^=tel] {
  color: #212529;
  font-weight: normal;
}
.account-setup__contact-container a[href^=tel]:hover {
  text-decoration: none;
}
.account-setup__contact-container p {
  margin: 0;
}
.account-setup__contact-container p:last-of-type {
  padding-top: 4.5em;
}
.account-setup .verify-email {
  display: none;
}
.account-setup #account-setup-form .border-red {
  border: 1px solid #bf2c00;
}
.account-setup .btn-width-height {
  height: 45px;
  width: 230px;
}

.account-setup-right {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .account-setup-right {
    padding-top: 5em;
  }
}
@media (min-width: 768px) {
  .account-setup-right.verify-email {
    padding-top: 10.5em;
  }
}
.account-setup-right img {
  padding-bottom: 3em;
  width: 100%;
}
.account-setup-right h2, .account-setup-right h3 {
  font-size: 1.12rem;
  margin: 0 0 1.25em;
  line-height: 1.5;
}
.account-setup-right ul {
  list-style: none;
  padding-left: 1em;
}
.account-setup-right li {
  font-size: 0.9rem;
  margin-bottom: 1.2em;
  padding-left: 30px;
  position: relative;
}
.account-setup-right li:before {
  content: "";
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAYAAABznEEcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJJREFUeNrUmj1s00AUgM8WqoRQJVdIDCwNA3sYWGkrNpYmGxvJyhIqNpbQgY40WZiQUibY4jIwIFCTTpUYkkowMeAuDEggDyCkTrznvosO/945vsvlSScnlu17n9+9e3fv2WGaZHp2XoNDTTgV1tdXpjr6cipUuAFtA1o9pnxcQrwF2hjaCMBGC4MAxT04tKA9IMXLCkL50HYBKDACQco/gtaB5lU8MtAqO6rDzlEEwCEz0KB8XHpkmbAyCHr7Axr3pgSHVlPGKq4EAI73I8MAjCaHCfTfmssSAoDHFittsMiBMoRFAIUgTo4PTArm+0UI+ogv6xNDCwFQBhRY8yHgIowBmzZo/OPX7/gpj15wNgRRdm0A6L85Zp3nwzSQOr3oTEt0bXBkBPj46Sv78/ecPRt8iI5xPclv/4cgK7RsAeDy7ftP9uTFuzgIX/okLNG1DaBAOmkQDRsBbly/yvYe3mNXLq8knJxHc1dY2HlLBMBlW7TE9hICMB4KXPHPkgHwIbXp0lRVW0KAWdxwZbeWGHRS5utFA6CsX5K5Cjt8eXjCrq2tsv7jhk0AM0vk+sPr95OoY7QCBh78bRFAJLmWwLf/9vhLwipRpLl/xwqAwu3p3ds3Ux+OyqhYRCdAIUReJ7IgugE4xEgXiAkAqWxHWRBTACBjVzYXqgJiECDKTzm0AJzIBr2Tz2dsDzYqWROBOIMZAEC5xSH2xU2GTPBTmZ00AmC5YI37xFjlTnzjsnFCIwCKP3NsyuUEVYNoBkA5jM9Or1SfkAdiACDgiTQRAtPpYRUgBgBQdhNxgmoB/TJPE0EMAQRiXja+AOyxkhUgBMGVbtZ6q2LZEf8kEsqUNBgye8UHKzRzlx3kLAeWAuAM2o6fzKtPSEdxQ4I+u5VW/spbAG6xi3qzLdLOqt9lQtBsZQNISAB+1gWF1VNK6QwXlJvKHEJKEALMU2Y26YxbhKZMLVu1GI+Ovq/ZKqg0FuJ7sjeU+raDstFolVrFyuOKoSf7JcFcEAIMWgQ/UJknqz4l5X1V5SuBSAHCtkFA9YxgFZDip+ziU6Fg3r7/CTAA7xeUW/tZUTMAAAAASUVORK5CYII=);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.account-setup-right li span.heading {
  font-size: 1.15rem;
  font-weight: 600;
}
.account-setup-right li span {
  display: block;
}
.account-setup-right .disclaimer-content {
  font-size: 0.75rem;
  margin-top: 4.5em;
}
.account-setup-right .verify-email {
  display: none;
}

.group-proxy {
  /*-- Error Mesaage--*/
  /* -- Error Mesaage Ends--*/
}
.group-proxy .table-btn--options {
  display: none;
}
.group-proxy table.dataTable {
  margin-bottom: 0 !important;
  cursor: pointer;
  position: relative;
}
.group-proxy #group-proxy-agent-list .control {
  display: none;
}
.group-proxy #group-proxy-agent-list thead tr th {
  padding: 1.7rem 1rem;
}
.group-proxy #group-proxy-agent-list td {
  height: 71px;
}
@media (min-width: 768px) {
  .group-proxy #group-proxy-agent-list td {
    font-size: 1rem;
  }
}
.group-proxy .rectangle {
  display: block;
  width: 1200px;
  height: 72px;
  border-radius: 1px;
  border: solid 0.5px #d0021b;
  background-color: #f8d7da;
  text-align: -webkit-center;
}
.group-proxy .error-content {
  width: 800px;
  padding-top: 20px;
  font-family: MuseoSans;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: center;
  color: #c5302f;
}

.disclaimer-copy {
  display: none;
}

#group-proxy-agent-list_wrapper .filter--sort {
  margin-bottom: inherit;
}
#group-proxy-agent-list_wrapper .disclaimer {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0 2rem 0;
}
@media (min-width: 768px) {
  #group-proxy-agent-list_wrapper .disclaimer {
    max-width: 83.33333%;
    margin: 0.5rem 0 2rem 8.33333%;
  }
}
#group-proxy-agent-list_wrapper .disclaimer .disclaimer-copy {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #546073;
}

.undraw_cancel_u1it {
  width: 368px;
  height: 255px;
  object-fit: contain;
}

.email-expired .login-experience__left-content {
  padding-top: 12.25em;
}
.email-expired h2.account-setup__title {
  line-height: 1.41;
  margin-bottom: 26px;
}
.email-expired a.btn.btn--primary {
  width: max-content;
}
.email-expired .login-experience__right {
  padding: 12.25em 4.7em 6.25em 6.25em !important;
}

.reset-password .cancel-btn {
  outline: none;
  font-weight: bold;
}
.reset-password #account-setup-reset-btn {
  border: 0px;
}
.reset-password #account-setup-reset-btn:hover {
  background: none;
}
.reset-password input {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
.reset-password .account-setup__form-container {
  margin: 7em auto 8em;
}
.reset-password .account-setup__sub-title {
  font-size: 1rem;
}
.reset-password .reset-password-image {
  margin-top: 5rem;
  transform: scale(1.4);
}

.email-expired .verification-message, .reset-password .verification-message {
  display: none;
  position: absolute;
  top: 6em !important;
  background-color: #D8F8E8;
  border: 1px solid #337859;
  border-radius: 2px;
  color: #337859;
  padding: 0.9em 1.5em;
  width: 87%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.email-expired .verification-message.active, .reset-password .verification-message.active {
  display: block;
}
@media (min-width: 768px) {
  .email-expired .verification-message, .reset-password .verification-message {
    font-size: 0.85rem;
    top: 1em;
  }
}
@media (min-width: 1190px) {
  .email-expired .verification-message, .reset-password .verification-message {
    padding: 0.9em 5.5em;
    font-size: 1rem;
  }
}
.email-expired .verification-message p, .reset-password .verification-message p {
  margin: 0;
  display: none;
}
.email-expired .verification-message a, .reset-password .verification-message a {
  color: #3182CE;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .email-expired .verification-message a, .reset-password .verification-message a {
    font-size: 0.85rem;
  }
}
@media (min-width: 1190px) {
  .email-expired .verification-message a, .reset-password .verification-message a {
    font-size: 1rem;
  }
}
.email-expired .verification-message--success p.success, .reset-password .verification-message--success p.success {
  display: initial;
}
.email-expired .verification-message--warning, .reset-password .verification-message--warning {
  background-color: #f8d7da;
  border: 1px solid #d0021b;
  color: #d0021b;
}
.email-expired .verification-message--warning p.warning, .reset-password .verification-message--warning p.warning {
  display: initial;
}

.modal {
  display: block;
  background-color: rgba(0, 83, 156, 0.3);
  height: 100vh;
  position: fixed;
  z-index: 1050;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-content {
  display: block;
  background: #FFF;
  height: auto;
  padding: 2em;
  width: auto;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 55%;
  margin: 0 auto;
  margin-bottom: 10%;
}

.modal-window-innercontent ul {
  margin: 10px 0 10px 30px;
}
.modal-window-innercontent li {
  font-size: 1rem;
  font-weight: 300;
  margin: 0px 40px 0px 40px;
}
.modal-window-innercontent p {
  font-weight: 300;
  font-size: 1.15rem;
  margin: 20px 40px 20px 60px;
}

.icon-close {
  float: right;
  object-fit: contain;
  padding: 20px;
}

.window-title {
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333333;
}

.rectangle {
  height: 40px;
  width: 80px;
  border-radius: 2px;
  border: solid 0.5px #004990;
  text-align: center;
  background-color: #004990;
}

.close-button {
  font-family: MuseoSans;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@charset "UTF-8";
td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.fixed {
  max-width: none;
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
