@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,
  wght@0,
  400;0,
  700;1,
  300&family=Roboto:wght@400;700);
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-check
  .bootstrap-select
  > [type='checkbox']:focus
  + label.dropdown-toggle.bs-placeholder,
.form-check
  .bootstrap-select
  > [type='radio']:focus
  + label.dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .form-check [type='checkbox']:focus + label.dropdown-toggle,
.form-check .bootstrap-select [type='checkbox']:focus + label.dropdown-toggle,
.bootstrap-select .form-check [type='radio']:focus + label.dropdown-toggle,
.form-check .bootstrap-select [type='radio']:focus + label.dropdown-toggle {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*='col-'].dropdown-menu-right,
.row .bootstrap-select[class*='col-'].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select {
  margin-bottom: 0;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.form-check [type='checkbox']:focus + label.bootstrap-select.disabled,
.form-check [type='radio']:focus + label.bootstrap-select.disabled,
.bootstrap-select > .disabled:focus,
.form-check .bootstrap-select > [type='checkbox']:focus + label.disabled,
.form-check .bootstrap-select > [type='radio']:focus + label.disabled {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*='col-'] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus,
.bootstrap-select
  .form-check
  .dropdown-menu
  > [type='checkbox']:focus
  + label.inner,
.form-check
  .bootstrap-select
  .dropdown-menu
  > [type='checkbox']:focus
  + label.inner,
.bootstrap-select
  .form-check
  .dropdown-menu
  > [type='radio']:focus
  + label.inner,
.form-check
  .bootstrap-select
  .dropdown-menu
  > [type='radio']:focus
  + label.inner {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.primary-bg {
  background-color: #003882;
}
.primary-color {
  color: #003882;
}
.primary-border-color {
  border-color: #003882 !important;
}
.primary-border-color.border {
  border-color: #003882 !important;
}
.white-color {
  color: #fff;
}
.primary-bg-a1 {
  background-color: #bfdfff;
}
.primary-bg-a2 {
  background-color: #93c4f5;
}
.primary-bg-a3 {
  background-color: #6aaaeb;
}
.primary-bg-a4 {
  background-color: #4392e0;
}
.primary-bg-a5 {
  background-color: #207bd6;
}
.primary-bg-a6 {
  background-color: #06c;
}
.primary-bg-a7 {
  background-color: #0059b3;
}
.primary-bg-a8 {
  background-color: #004d99;
}
.primary-bg-a9 {
  background-color: #004080;
}
.primary-bg-a10 {
  background-color: #036;
}
.primary-bg-a11 {
  background-color: #00264d;
}
.primary-bg-a12 {
  background-color: #001a33;
}
.primary-bg-b1 {
  background-color: #06c;
}
.primary-bg-b2 {
  background-color: #1262b3;
}
.primary-bg-b3 {
  background-color: #1f5c99;
}
.primary-bg-b4 {
  background-color: #265380;
}
.primary-bg-b5 {
  background-color: #294766;
}
.primary-bg-b6 {
  background-color: #26394d;
}
.primary-bg-b7 {
  background-color: #1f2933;
}
.primary-bg-c1 {
  background-color: #dce9f5;
}
.primary-bg-c2 {
  background-color: #c4dcf5;
}
.primary-bg-c3 {
  background-color: #abd0f5;
}
.primary-bg-c4 {
  background-color: #93c4f5;
}
.primary-bg-c5 {
  background-color: #7ab8f5;
}
.primary-bg-c6 {
  background-color: #62abf5;
}
.primary-bg-c7 {
  background-color: #499ff5;
}
.primary-bg-c8 {
  background-color: #3193f5;
}
.primary-bg-c9 {
  background-color: #1887f5;
}
.primary-bg-c10 {
  background-color: #007af5;
}
.primary-bg-c11 {
  background-color: #0070e0;
}
.primary-bg-c12 {
  background-color: #06c;
}
.analogue-1-bg {
  background-color: #3126ff;
}
.analogue-1-color {
  color: #3126ff;
}
.analogue-1-bg-a1 {
  background-color: #e7e6ff;
}
.analogue-1-bg-a2 {
  background-color: #bbb8f5;
}
.analogue-1-bg-a3 {
  background-color: #918deb;
}
.analogue-1-bg-a4 {
  background-color: #6b65e0;
}
.analogue-1-bg-a5 {
  background-color: #4840d6;
}
.analogue-1-bg-a6 {
  background-color: #271fcc;
}
.analogue-1-bg-a7 {
  background-color: #221bb3;
}
.analogue-1-bg-a8 {
  background-color: #1d1799;
}
.analogue-1-bg-a9 {
  background-color: #191380;
}
.analogue-1-bg-a10 {
  background-color: #140f66;
}
.analogue-1-bg-a11 {
  background-color: #0f0b4d;
}
.analogue-1-bg-a12 {
  background-color: #0a0833;
}
.analogue-2-bg {
  background-color: #0bd9d2;
}
.analogue-2-bg-a1 {
  background-color: #ccfffd;
}
.analogue-2-bg-a2 {
  background-color: #9ff5f2;
}
.analogue-2-bg-a3 {
  background-color: #75ebe7;
}
.analogue-2-bg-a4 {
  background-color: #4fe0dc;
}
.analogue-2-bg-a5 {
  background-color: #2bd6d0;
}
.analogue-2-bg-a6 {
  background-color: #0accc6;
}
.analogue-2-bg-a7 {
  background-color: #09b3ad;
}
.analogue-2-bg-a8 {
  background-color: #089994;
}
.analogue-2-bg-a9 {
  background-color: #06807b;
}
.analogue-2-bg-a10 {
  background-color: #056663;
}
.analogue-2-bg-a11 {
  background-color: #044d4a;
}
.analogue-2-bg-a12 {
  background-color: #033331;
}
.complementary-1-bg {
  background-color: #f73e5a;
}
.complementary-1-bg-a1 {
  background-color: #fffcfd;
}
.complementary-1-bg-a2 {
  background-color: #f5d0d6;
}
.complementary-1-bg-a3 {
  background-color: #eba4af;
}
.complementary-1-bg-a4 {
  background-color: #e07b8b;
}
.complementary-1-bg-a5 {
  background-color: #d65669;
}
.complementary-1-bg-a6 {
  background-color: #cc334a;
}
.complementary-1-bg-a7 {
  background-color: #b32d41;
}
.complementary-1-bg-a8 {
  background-color: #992637;
}
.complementary-1-bg-a9 {
  background-color: #80202e;
}
.complementary-1-bg-a10 {
  background-color: #661a25;
}
.complementary-1-bg-a11 {
  background-color: #4d131c;
}
.complementary-1-bg-a12 {
  background-color: #330d12;
}
.complementary-2-bg {
  background-color: #f90;
}
.complementary-2-bg-a1 {
  background-color: #ffe6bf;
}
.complementary-2-bg-a2 {
  background-color: #f5ce93;
}
.complementary-2-bg-a3 {
  background-color: #ebb76a;
}
.complementary-2-bg-a4 {
  background-color: #e0a243;
}
.complementary-2-bg-a5 {
  background-color: #d68d20;
}
.complementary-2-bg-a6 {
  background-color: #cc7a00;
}
.complementary-2-bg-a7 {
  background-color: #b36b00;
}
.complementary-2-bg-a8 {
  background-color: #995c00;
}
.complementary-2-bg-a9 {
  background-color: #804d00;
}
.complementary-2-bg-a10 {
  background-color: #663d00;
}
.complementary-2-bg-a11 {
  background-color: #4d2e00;
}
.complementary-2-bg-a12 {
  background-color: #331f00;
}
.complementary-3-bg {
  background-color: #00cf86;
}
.complementary-3-bg-a1 {
  background-color: #bfffe9;
}
.complementary-3-bg-a2 {
  background-color: #93f5d3;
}
.complementary-3-bg-a3 {
  background-color: #6aebbd;
}
.complementary-3-bg-a4 {
  background-color: #43e0a9;
}
.complementary-3-bg-a5 {
  background-color: #20d696;
}
.complementary-3-bg-a6 {
  background-color: #00cc85;
}
.complementary-3-bg-a7 {
  background-color: #00b374;
}
.complementary-3-bg-a8 {
  background-color: #009963;
}
.complementary-3-bg-a9 {
  background-color: #008053;
}
.complementary-3-bg-a10 {
  background-color: #006642;
}
.complementary-3-bg-a11 {
  background-color: #004d32;
}
.complementary-3-bg-a12 {
  background-color: #003321;
}
.analogue-1-bg {
  background-color: #3126ff;
}
.analogue-1-color {
  color: #3126ff;
}
.analogue-1-bg-b1 {
  background-color: #3126ff;
}
.analogue-1-bg-b2 {
  background-color: #4239e6;
}
.analogue-1-bg-b3 {
  background-color: #4e47cc;
}
.analogue-1-bg-b4 {
  background-color: #5550b3;
}
.analogue-1-bg-b5 {
  background-color: #585499;
}
.analogue-1-bg-b6 {
  background-color: #555380;
}
.analogue-1-bg-b7 {
  background-color: #4e4d66;
}
.analogue-1-bg-b8 {
  background-color: #42414d;
}
.analogue-2-bg {
  background-color: #0bd9d2;
}
.analogue-2-bg-b1 {
  background-color: #0bd9d2;
}
.analogue-2-bg-b2 {
  background-color: #1dbfba;
}
.analogue-2-bg-b3 {
  background-color: #29a6a2;
}
.analogue-2-bg-b4 {
  background-color: #318c89;
}
.analogue-2-bg-b5 {
  background-color: #347371;
}
.analogue-2-bg-b6 {
  background-color: #315958;
}
.analogue-2-bg-b7 {
  background-color: #29403f;
}
.analogue-2-bg-b8 {
  background-color: #1d2626;
}
.complementary-1-bg-b1 {
  background-color: #f73e5a;
}
.complementary-1-bg-b2 {
  background-color: #de4e63;
}
.complementary-1-bg-b3 {
  background-color: #c45869;
}
.complementary-1-bg-b4 {
  background-color: #ab5e69;
}
.complementary-1-bg-b5 {
  background-color: #915e66;
}
.complementary-1-bg-b6 {
  background-color: #785a5e;
}
.complementary-1-bg-b7 {
  background-color: #5e5052;
}
.complementary-1-bg-b8 {
  background-color: #454142;
}
.complementary-2-bg-b1 {
  background-color: #f90;
}
.complementary-2-bg-b2 {
  background-color: #e69317;
}
.complementary-2-bg-b3 {
  background-color: #cc8b29;
}
.complementary-2-bg-b4 {
  background-color: #b38136;
}
.complementary-2-bg-b5 {
  background-color: #99743d;
}
.complementary-2-bg-b6 {
  background-color: #806640;
}
.complementary-2-bg-b7 {
  background-color: #66563d;
}
.complementary-2-bg-b8 {
  background-color: #4d4336;
}
.complementary-3-bg-b1 {
  background-color: #00cf86;
}
.complementary-3-bg-b2 {
  background-color: #12b57c;
}
.complementary-3-bg-b3 {
  background-color: #1f9c70;
}
.complementary-3-bg-b4 {
  background-color: #278262;
}
.complementary-3-bg-b5 {
  background-color: #2a6953;
}
.complementary-3-bg-b6 {
  background-color: #284f41;
}
.complementary-3-bg-b7 {
  background-color: #20362e;
}
.complementary-3-bg-b8 {
  background-color: #141c19;
}
:root {
  --blue: #0073e6;
  --indigo: #554dff;
  --purple: #9e99ff;
  --pink: #ffb3bf;
  --red: #f73e5a;
  --orange: #f90;
  --yellow: #ffda73;
  --green: #00cc85;
  --teal: #0bd9d2;
  --cyan: #00fff7;
  --white: #fff;
  --gray: #656566;
  --gray-dark: #323333;
  --gray-secondary: #5c6f82;
  --gray-tertiary: #5a768a;
  --gray-quaternary: #fcfdff;
  --primary: #003882;
  --secondary: #95a5a6;
  --success: #548f40;
  --info: #069;
  --warning: #f39c12;
  --danger: #ff4136;
  --light: snow;
  --dark: #343a40;
  --black: #000;
  --white: #fff;
  --100: #e3e4e6;
  --200: #cacacc;
  --300: #b1b1b3;
  --400: #979899;
  --500: #7e7f80;
  --600: #656566;
  --700: #4c4c4d;
  --800: #323333;
  --900: #19191a;
  --amber: #fc3;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Roboto,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-family-monospace: 'Roboto Mono', monospace;
}
@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 #7e7f80;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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 #b1b1b3 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d6dce3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d6dce3;
  }
}
*,
*::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,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Roboto, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #19191a;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible),
.form-check [type='checkbox']:focus + label[tabindex='-1']:not(:focus-visible),
.form-check [type='radio']:focus + label[tabindex='-1']: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: 8px;
}
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 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ol > li,
ul > li {
  margin-bottom: 0.625rem;
}
ol > li:last-child,
ul > li:last-child {
  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: #003882;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  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 {
  font-family: 'Roboto Mono', 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: 1em;
  padding-bottom: 1em;
  color: #5a768a;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[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;
}
output {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 8px;
  font-family: Roboto, 'Segoe UI', 'Helvetica Neue', 'Open Sans', Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 700;
  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.05rem;
  font-weight: 300;
}
.display-1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.777rem;
  font-weight: 200;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.blockquote {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
code {
  font-size: 87.5%;
  color: #17324d;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #19191a;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.container {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 668px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1184px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

.col-3,
.col-12,
.col,
.col-sm-1,
.col-sm-6,
.col-sm-11,
.col-sm-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-9,
.col-lg-10,
.col-lg-12,
.col-xl-2,
.col-xl-4,
.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.table {
  width: 100%;
  margin-bottom: 16px;
  color: #19191a;
}
.table th,
.table td {
  padding: 1em;
  vertical-align: top;
  border-top: 1px solid #d6dce3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6dce3;
}
.table tbody + tbody {
  border-top: 2px solid #d6dce3;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d6dce3;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d6dce3;
}
.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: #f6f7f9;
}
.table-hover tbody tr:hover {
  color: #19191a;
  background-color: #e5f1fa;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfc3c3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #899090;
}
.table-hover .table-primary:hover {
  background-color: #b2b7b7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b2b7b7;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e1e6e6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c8d0d1;
}
.table-hover .table-secondary:hover {
  background-color: #d3dada;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d3dada;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cfe0ca;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a6c59c;
}
.table-hover .table-success:hover {
  background-color: #c0d7ba;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c0d7ba;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d4e2;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7aafca;
}
.table-hover .table-info:hover {
  background-color: #a6c9db;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a6c9db;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce3bd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f9cc84;
}
.table-hover .table-warning:hover {
  background-color: #fbd9a5;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbd9a5;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcac7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9c96;
}
.table-hover .table-danger:hover {
  background-color: #ffb2ae;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb2ae;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fffefe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fffcfc;
}
.table-hover .table-light:hover {
  background-color: #ffe5e5;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ffe5e5;
}
.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: #e5f1fa;
}
.table-hover .table-active:hover {
  background-color: #d0e5f6;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #d0e5f6;
}
.table .thead-dark th {
  color: #fff;
  background-color: #323333;
  border-color: #464646;
}
.table .thead-light th {
  color: #4c4c4d;
  background-color: #cacacc;
  border-color: #d6dce3;
}
.table-dark {
  color: #fff;
  background-color: #323333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.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: 2.5rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4c4c4d;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #979899;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4c4c4d;
}
.form-control:focus,
.form-check [type='checkbox']:focus + label.form-control,
.form-check [type='radio']:focus + label.form-control {
  color: #4c4c4d;
  background-color: #fff;
  border-color: #5c6f82;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 0.2rem rgba(28, 42, 41, 0.25);
}
.form-control::placeholder {
  color: #656566;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e6e9f2;
  opacity: 1;
}
input[type='date'].form-control,
input[type='time'].form-control,
input[type='month'].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #4c4c4d;
  background-color: #fff;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 3rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #19191a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  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: #19191a;
  text-decoration: none;
}
.btn:focus,
.form-check [type='checkbox']:focus + label.btn,
.form-check [type='radio']:focus + label.btn,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 42, 41, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn:not(:disabled):not(.disabled).active {
  box-shadow: 0 0 0 0.2rem rgba(28, 42, 41, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #003882;
  border-color: #003882;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d1313;
  border-color: #080b0b;
}
.btn-primary:focus,
.form-check [type='checkbox']:focus + label.btn-primary,
.form-check [type='radio']:focus + label.btn-primary,
.btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003882;
  border-color: #003882;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #080b0b;
  border-color: #030404;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-primary:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-primary:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle:focus,
.form-check .show > [type='checkbox']:focus + label.btn-primary.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.btn-secondary {
  color: #000;
  background-color: #95a5a6;
  border-color: #95a5a6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #000;
  background-color: #809395;
  border-color: #798d8f;
}
.btn-secondary:focus,
.form-check [type='checkbox']:focus + label.btn-secondary,
.form-check [type='radio']:focus + label.btn-secondary,
.btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(149, 165, 166, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #798d8f;
  border-color: #738789;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-secondary:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-secondary:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle:focus,
.form-check
  .show
  > [type='checkbox']:focus
  + label.btn-secondary.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(149, 165, 166, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #548f40;
  border-color: #548f40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #447534;
  border-color: #3f6c30;
}
.btn-success:focus,
.form-check [type='checkbox']:focus + label.btn-success,
.form-check [type='radio']:focus + label.btn-success,
.btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(84, 143, 64, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #548f40;
  border-color: #548f40;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3f6c30;
  border-color: #3a632c;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-success:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-success:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle:focus,
.form-check .show > [type='checkbox']:focus + label.btn-success.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-success.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(84, 143, 64, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #069;
  border-color: #069;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #004d73;
  border-color: #046;
}
.btn-info:focus,
.form-check [type='checkbox']:focus + label.btn-info,
.form-check [type='radio']:focus + label.btn-info,
.btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 102, 153, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #069;
  border-color: #069;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #046;
  border-color: #003c59;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-info:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-info:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle:focus,
.form-check .show > [type='checkbox']:focus + label.btn-info.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-info.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(0, 102, 153, 0.5);
}
.btn-danger {
  color: #000;
  background-color: #ff4136;
  border-color: #ff4136;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1d10;
  border-color: #ff1103;
}
.btn-danger:focus,
.form-check [type='checkbox']:focus + label.btn-danger,
.form-check [type='radio']:focus + label.btn-danger,
.btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1103;
  border-color: #f50d00;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-danger:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-danger:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle:focus,
.form-check .show > [type='checkbox']:focus + label.btn-danger.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-danger.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-light {
  color: #000;
  background-color: snow;
  border-color: snow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #000;
  background-color: #ffd4d4;
  border-color: #ffc7c7;
}
.btn-light:focus,
.form-check [type='checkbox']:focus + label.btn-light,
.form-check [type='radio']:focus + label.btn-light,
.btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 250, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: snow;
  border-color: snow;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #ffc7c7;
  border-color: #ffbaba;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-light:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-light:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle:focus,
.form-check .show > [type='checkbox']:focus + label.btn-light.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-light.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 250, 250, 0.5);
}
.btn-amber {
  color: #000;
  background-color: #fc3;
  border-color: #fc3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-amber:hover {
  color: #000;
  background-color: #ffc20d;
  border-color: #ffbf00;
}
.btn-amber:focus,
.form-check [type='checkbox']:focus + label.btn-amber,
.form-check [type='radio']:focus + label.btn-amber,
.btn-amber.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 204, 51, 0.5);
}
.btn-amber.disabled,
.btn-amber:disabled {
  color: #000;
  background-color: #fc3;
  border-color: #fc3;
}
.btn-amber:not(:disabled):not(.disabled):active,
.btn-amber:not(:disabled):not(.disabled).active,
.show > .btn-amber.dropdown-toggle {
  color: #000;
  background-color: #ffbf00;
  border-color: #f2b600;
}
.btn-amber:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-amber:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-amber:not(:disabled):not(.disabled):active,
.btn-amber:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-amber:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-amber:not(:disabled):not(.disabled).active,
.show > .btn-amber.dropdown-toggle:focus,
.form-check .show > [type='checkbox']:focus + label.btn-amber.dropdown-toggle,
.form-check .show > [type='radio']:focus + label.btn-amber.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 204, 51, 0.5);
}
.btn-outline-primary {
  color: #003882;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #003882;
}
.btn-outline-primary:hover {
  color: #090a0a;
  box-shadow: inset 0 0 0 1px #090a0a;
}
.btn-outline-primary:focus,
.form-check [type='checkbox']:focus + label.btn-outline-primary,
.form-check [type='radio']:focus + label.btn-outline-primary,
.btn-outline-primary.focus {
  box-shadow: inset 0 0 0 1px #003882, 0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #003882;
  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: #003882;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #003882;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle:focus,
.form-check
  .show
  > [type='checkbox']:focus
  + label.btn-outline-primary.dropdown-toggle,
.form-check
  .show
  > [type='radio']:focus
  + label.btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.btn-outline-secondary {
  color: #95a5a6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #95a5a6;
}
.btn-outline-secondary:hover {
  color: #848484;
  box-shadow: inset 0 0 0 1px #848484;
}
.btn-outline-secondary:focus,
.form-check [type='checkbox']:focus + label.btn-outline-secondary,
.form-check [type='radio']:focus + label.btn-outline-secondary,
.btn-outline-secondary.focus {
  box-shadow: inset 0 0 0 1px #95a5a6, 0 0 0 0.2rem rgba(149, 165, 166, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #95a5a6;
  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: #95a5a6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #95a5a6;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.form-check
  [type='radio']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.form-check
  [type='checkbox']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.form-check
  [type='radio']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.form-check
  .show
  > [type='checkbox']:focus
  + label.btn-outline-secondary.dropdown-toggle,
.form-check
  .show
  > [type='radio']:focus
  + label.btn-outline-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(149, 165, 166, 0.5);
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-radius: 2px;
}
.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;
  }
}
.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: #19191a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-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: 8px 0;
  overflow: hidden;
  border-top: 1px solid #cacacc;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 24px;
  clear: both;
  font-weight: 200;
  color: #17324d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus,
.form-check [type='checkbox']:focus + label.dropdown-item,
.form-check [type='radio']:focus + label.dropdown-item {
  color: #17324d;
  text-decoration: none;
  background-color: #e6ecf2;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #003882;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #656566;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 24px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #17324d;
  white-space: nowrap;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.form-check .btn-group > [type='checkbox']:focus + label.btn,
.form-check .btn-group > [type='radio']:focus + label.btn,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 1;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.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;
}
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control {
  margin-left: 0;
}
.input-group > .form-control:focus,
.form-check .input-group > [type='checkbox']:focus + label.form-control,
.form-check .input-group > [type='radio']:focus + label.form-control {
  z-index: 3;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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,
.form-check [type='checkbox']:focus + label.nav-link,
.form-check [type='radio']:focus + label.nav-link {
  text-decoration: none;
}
.nav-link.disabled {
  color: #656566;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #b1b1b3;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .form-check [type='checkbox']:focus + label.nav-link,
.form-check .nav-tabs [type='checkbox']:focus + label.nav-link,
.nav-tabs .form-check [type='radio']:focus + label.nav-link,
.form-check .nav-tabs [type='radio']:focus + label.nav-link {
  border-color: #cacacc #cacacc #b1b1b3;
}
.nav-tabs .nav-link.disabled {
  color: #656566;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4c4c4d;
  background-color: #fff;
  border-color: #b1b1b3 #b1b1b3 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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: 8px 16px;
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.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;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    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 > .container {
    flex-wrap: nowrap;
  }
}
.accordion {
  overflow-anchor: none;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #656566;
  content: '/';
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #656566;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003882;
  background-color: #fff;
  border: 1px solid #b1b1b3;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #cacacc;
  border-color: #b1b1b3;
}
.page-link:focus,
.form-check [type='checkbox']:focus + label.page-link,
.form-check [type='radio']:focus + label.page-link {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 42, 41, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003882;
  border-color: #003882;
}
.page-item.disabled .page-link {
  color: #656566;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #b1b1b3;
}
.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: 2px;
  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: #003882;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #080b0b;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #548f40;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #3f6c30;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(84, 143, 64, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #069;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #046;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 16px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #cacacc;
  border-radius: 0;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #003882;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}
.list-group-item-action {
  width: 100%;
  color: #003882;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus,
.form-check [type='checkbox']:focus + label.list-group-item-action,
.form-check [type='radio']:focus + label.list-group-item-action {
  z-index: 1;
  color: #003882;
  text-decoration: none;
  background-color: #e3e4e6;
}
.list-group-item-action:active {
  color: #19191a;
  background-color: #cacacc;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 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: #656566;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #003882;
  border-color: #003882;
}
.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-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;
}
.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,
.form-check [type='checkbox']:focus + label.close:not(:disabled):not(.disabled),
.form-check [type='radio']:focus + label.close:not(:disabled):not(.disabled) {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.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-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-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: 4px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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.8;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.5rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Roboto, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 32em;
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Roboto, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 4px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #19191a;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.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-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  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;
}
.bg-primary {
  background-color: #003882 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #080b0b !important;
}
.bg-secondary {
  background-color: #95a5a6 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #798d8f !important;
}
.bg-success {
  background-color: #548f40 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3f6c30 !important;
}
.bg-info {
  background-color: #069 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #046 !important;
}
.bg-warning {
  background-color: #f39c12 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c87f0a !important;
}
.bg-danger {
  background-color: #ff4136 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1103 !important;
}
.bg-light {
  background-color: snow !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ffc7c7 !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;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #b1b1b3 !important;
}
.border-right {
  border-right: 1px solid #b1b1b3 !important;
}
.border-left {
  border-left: 1px solid #b1b1b3 !important;
}
.border-0 {
  border: 0 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.justify-content-center {
  justify-content: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.position-static {
  position: static !important;
}
.position-absolute {
  position: absolute !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;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-33 {
  width: 33% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-66 {
  width: 66% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !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;
}
.h-10 {
  height: 10% !important;
}
.h-20 {
  height: 20% !important;
}
.h-30 {
  height: 30% !important;
}
.h-33 {
  height: 33% !important;
}
.h-40 {
  height: 40% !important;
}
.h-60 {
  height: 60% !important;
}
.h-66 {
  height: 66% !important;
}
.h-70 {
  height: 70% !important;
}
.h-80 {
  height: 80% !important;
}
.h-90 {
  height: 90% !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;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 16px !important;
}

.my-3 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 48px !important;
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
}

.py-1 {
  padding-bottom: 4px !important;
}
.p-2 {
  padding: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
}

.py-2 {
  padding-bottom: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000 !important;
}
.text-secondary {
  color: #6d8082 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #617374 !important;
}
.text-success {
  color: #355a28 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b4920 !important;
}
.text-info {
  color: #00334d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #023 !important;
}
.text-warning {
  color: #b06f09 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #976008 !important;
}
.text-danger {
  color: #e90d00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cf0b00 !important;
}
.text-light {
  color: #ffaeae !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #ff9494 !important;
}
.text-dark {
  color: #121416 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #060708 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ccc !important;
}
.text-body {
  color: #19191a !important;
}
.text-muted {
  color: #5a768a !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.visible {
  visibility: visible !important;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: 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;
}
html,
body {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  html,
  body {
    font-size: 18px;
    line-height: 1.6;
  }
}
h1,
.h1 {
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 2.222rem;
    letter-spacing: -1.2px;
    line-height: 1.25;
  }
}
h2,
.h2 {
  line-height: 1.25;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
h3,
.h3 {
  line-height: 1.1428;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
h4,
.h4 {
  line-height: 1.1666;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.428;
    font-weight: 600;
  }
}
h5,
.h5 {
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}
h6,
.h6 {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
}
.display-1 {
  font-size: 3.111rem;
}
@media (min-width: 576px) {
  .display-1 {
    font-size: 3.111rem;
    line-height: 1.428;
  }
}
blockquote,
.blockquote {
  font-family: Lora, Georgia, serif;
  margin: 1.5rem 0;
}
caption {
  font-size: 0.777rem;
  line-height: 1.4285;
}
b,
strong {
  font-weight: 600;
}
small,
.small {
  font-size: 0.9375rem;
  font-weight: 200;
}
@media (min-width: 576px) {
  small,
  .small {
    font-size: 0.8888rem;
  }
}
.table th,
.table td {
  text-align: left;
  border-bottom: 1px solid #d6dce3;
  border-top: none;
}
.breadcrumb-container .breadcrumb {
  padding: 0.5em 0;
  border-radius: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item i {
  padding-right: 0.5em;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #5b6f82;
  font-weight: 600;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active a {
  font-weight: normal;
  pointer-events: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
  display: inline-block;
  font-weight: 600;
  padding: 0 0.5em;
}
.modal-content {
  border-radius: 0;
}
.collapse-div {
  border-bottom: 1px solid #e3e4e6;
}
.collapse-div .collapse-div {
  border: 1px solid #e3e4e6;
  border-top: 0;
}
.collapse-div.collapse-left-icon
  .collapse-header
  *[data-toggle='collapse']:before {
  content: '-';
  float: left;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Roboto, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  transform: none;
}
.collapse-div.collapse-left-icon
  .collapse-header
  *[data-toggle='collapse'][aria-expanded='false']:before {
  content: '+';
}
.collapse-header {
  position: relative;
}
.collapse-header *[data-toggle='collapse'] {
  width: 100%;
  text-align: left;
  border: 0;
  background-color: transparent;
  border-top: 1px solid #e3e4e6;
  padding: 14px 24px;
  cursor: pointer;
  color: #5c6f82;
  font-weight: 600;
}
.collapse-header *[data-toggle='collapse'][aria-expanded='false'] {
  color: #003882;
}
.collapse-header *[data-toggle='collapse'][aria-expanded='false']:before {
  transform: scaleY(-1);
}
.collapse-header *[data-toggle='collapse'][aria-expanded='false']:hover:before,
.collapse-header *[data-toggle='collapse'][aria-expanded='true']:hover:before {
  text-decoration: none;
}
.collapse-header *[data-toggle='collapse']:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPml0LWNvbGxhcHNlPC90aXRsZT48ZyBpZD0iTGl2ZWxsb18xMyIgZGF0YS1uYW1lPSJMaXZlbGxvIDEzIj48cGF0aCBmaWxsPSIjN0ZCMkU1IiBkPSJNMTIsMTAuMjUsMTYuNzcsMTVhLjc1Ljc1LDAsMCwwLDEuMDYsMCwuNzQuNzQsMCwwLDAsMC0xLjA2TDEzLjA2LDkuMTlhMS41MSwxLjUxLDAsMCwwLTIuMTIsMEw2LjE3LDE0YS43NC43NCwwLDAsMCwwLDEuMDYuNzUuNzUsMCwwLDAsMS4wNiwwWiIvPjwvZz48L3N2Zz4K');
  float: right;
  width: 1.5rem;
  line-height: 0.1rem;
  color: #7ab8f5;
  transition: transform 0.3s;
}
.collapse-header *[data-toggle='collapse']:hover {
  background: none;
  text-decoration: underline;
}
.collapse-body {
  padding: 12px 24px 42px;
}
.collapse-body .collapse-header button[aria-expanded='true']:before {
  height: 0;
  width: 0;
}
.it-carousel-wrapper {
  margin: 0 auto;
}
.it-carousel-wrapper .owl-stage-outer {
  padding-top: 24px;
  padding-bottom: 0;
}
.it-carousel-wrapper .card-wrapper {
  padding-bottom: 16px;
}
.it-carousel-wrapper .owl-dots {
  text-align: center;
}
.it-carousel-wrapper .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #0059b3;
  display: inline-block;
  opacity: 0.3;
  transition: all 0.3s;
  border-radius: 50px;
  margin: 0 8px;
}
.it-carousel-wrapper .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer {
    border-right: 3px solid #fff;
  }
}
@media (min-width: 992px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 960px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage {
    display: flex;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item {
    display: flex;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    right: 0;
    bottom: 5px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 1184px;
  }
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #b1b1b3;
  padding-left: 4em;
}
.alert-heading {
  color: inherit;
  line-height: 1;
}
.alert-link {
  font-weight: 700;
  text-decoration: none;
}
.alert-success {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #548f40;
}
.alert-info {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #069;
}
.alert-warning {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #f39c12;
}
.alert-danger {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #ff4136;
}
.alert-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.5-6.8V5.7h1.2v8.5zm-.1 2.3h1.2v1.8h-1.2z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.1 7.9l.7.7-7.8 7.6-4.7-4.6.7-.7 4 3.9zM22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10zm-1 0a9 9 0 1 0-9 9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}
.btn {
  padding: 12px 24px;
  font-size: 16px;
  white-space: initial;
  text-decoration: none;
}
.btn-xs,
.btn-sm,
.btn-group-sm > .btn,
.btn-lg {
  border-radius: 0.15rem;
  line-height: 1.5;
}
.btn-xs {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1.45;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.45;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 1.6;
}
.btn-block {
  border-radius: 0;
}
.btn-icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.btn-icon .rounded-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.btn-icon .rounded-icon .icon {
  margin-right: 0;
}
.btn-icon .rounded-icon.rounded-secondary {
  background-color: #95a5a6;
}
.btn-icon .rounded-icon.rounded-danger {
  background-color: #ff4136;
}
.btn-icon .rounded-icon + * {
  margin-left: 0.5em;
}
.btn-icon .icon {
  border: none;
  width: 1.2em;
  height: 1.2em;
}
.btn-icon .icon + * {
  margin-left: 0.25em;
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #bfc2c9;
  background-color: #e6e9f2;
  border-color: #dfe4f2;
}
.btn-outline-secondary {
  background: #fcfdff;
  box-shadow: inset 0 0 0 1px #e6e9f2;
}
.btn-outline-secondary:hover {
  box-shadow: inset 0 0 0 1px #c9cedc;
}
.bg-dark .btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #003882;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  color: #003882;
}
.bg-dark .btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #080b0b;
}
.bg-dark .btn-primary:focus,
.bg-dark .form-check [type='checkbox']:focus + label.btn-primary,
.form-check .bg-dark [type='checkbox']:focus + label.btn-primary,
.bg-dark .form-check [type='radio']:focus + label.btn-primary,
.form-check .bg-dark [type='radio']:focus + label.btn-primary,
.bg-dark .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.bg-dark .btn-primary.disabled,
.bg-dark .btn-primary:disabled {
  color: #000;
  background-color: #fff;
  border-color: #003882;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-primary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #030404;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-primary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-primary:not(:disabled):not(.disabled):active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-primary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-primary:not(:disabled):not(.disabled).active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-primary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-primary:not(:disabled):not(.disabled).active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-primary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-primary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-primary.dropdown-toggle:focus,
.show
  > .bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-primary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='checkbox']:focus
  + label.btn-primary.dropdown-toggle,
.show
  > .bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-primary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='radio']:focus
  + label.btn-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(28, 42, 41, 0.5);
}
.bg-dark .btn-primary:hover {
  color: #080b0b;
}
.bg-dark .btn-primary.disabled,
.bg-dark .btn-primary:disabled {
  color: #080b0b;
}
.bg-dark .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.bg-dark .btn-outline-primary:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-primary:focus,
.bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary,
.form-check .bg-dark [type='checkbox']:focus + label.btn-outline-primary,
.bg-dark .form-check [type='radio']:focus + label.btn-outline-primary,
.form-check .bg-dark [type='radio']:focus + label.btn-outline-primary,
.bg-dark .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary.disabled,
.bg-dark .btn-outline-primary:disabled {
  color: #fff;
  background-color: transparent;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-outline-primary.dropdown-toggle {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-outline-primary.dropdown-toggle:focus,
.show
  > .bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-outline-primary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='checkbox']:focus
  + label.btn-outline-primary.dropdown-toggle,
.show
  > .bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-outline-primary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='radio']:focus
  + label.btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary:hover {
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.bg-dark .btn-outline-primary:focus,
.bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary,
.form-check .bg-dark [type='checkbox']:focus + label.btn-outline-primary,
.bg-dark .form-check [type='radio']:focus + label.btn-outline-primary,
.form-check .bg-dark [type='radio']:focus + label.btn-outline-primary,
.bg-dark .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .bg-dark .btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 0 0 2px #fff;
}
.bg-dark .btn-secondary {
  color: #fff;
  background-color: #003882;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
}
.bg-dark .btn-secondary:hover {
  color: #fff;
  background-color: #2b413f;
  border-color: #e6e6e6;
}
.bg-dark .btn-secondary:focus,
.bg-dark .form-check [type='checkbox']:focus + label.btn-secondary,
.form-check .bg-dark [type='checkbox']:focus + label.btn-secondary,
.bg-dark .form-check [type='radio']:focus + label.btn-secondary,
.form-check .bg-dark [type='radio']:focus + label.btn-secondary,
.bg-dark .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-secondary.disabled,
.bg-dark .btn-secondary:disabled {
  color: #fff;
  background-color: #003882;
  border-color: #fff;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #304947;
  border-color: #dfdfdf;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-secondary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-secondary:not(:disabled):not(.disabled):active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-secondary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-secondary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-secondary:not(:disabled):not(.disabled).active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-secondary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-secondary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-secondary.dropdown-toggle:focus,
.show
  > .bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-secondary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='checkbox']:focus
  + label.btn-secondary.dropdown-toggle,
.show
  > .bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-secondary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='radio']:focus
  + label.btn-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
  box-shadow: none;
}
.bg-dark .btn-outline-secondary:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-secondary:focus,
.bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary,
.form-check .bg-dark [type='checkbox']:focus + label.btn-outline-secondary,
.bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary,
.form-check .bg-dark [type='radio']:focus + label.btn-outline-secondary,
.bg-dark .btn-outline-secondary.focus {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary.disabled,
.bg-dark .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-outline-secondary.dropdown-toggle {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='checkbox']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.form-check
  .bg-dark
  [type='radio']:focus
  + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-dark .btn-outline-secondary.dropdown-toggle:focus,
.show
  > .bg-dark
  .form-check
  [type='checkbox']:focus
  + label.btn-outline-secondary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='checkbox']:focus
  + label.btn-outline-secondary.dropdown-toggle,
.show
  > .bg-dark
  .form-check
  [type='radio']:focus
  + label.btn-outline-secondary.dropdown-toggle,
.form-check
  .show
  > .bg-dark
  [type='radio']:focus
  + label.btn-outline-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary:hover {
  box-shadow: none;
}
.bg-dark .btn-outline-secondary:focus,
.bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary,
.form-check .bg-dark [type='checkbox']:focus + label.btn-outline-secondary,
.bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary,
.form-check .bg-dark [type='radio']:focus + label.btn-outline-secondary,
.bg-dark .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .bg-dark .btn-outline-secondary.dropdown-toggle {
  box-shadow: none;
}
label {
  color: #435a70;
}
.form-group {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 0;
}
.form-group input,
.form-group optgroup,
.form-group textarea {
  color: #17324d;
}
.form-group label {
  background-color: transparent;
  position: absolute;
  font-weight: 600;
  line-height: calc(2.5rem - 1px);
  transition: 0.2s ease-out;
  top: 0;
  font-size: 1rem;
  cursor: text;
  display: block;
  max-width: 100%;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.5rem;
}
.form-group label.active {
  transform: translateY(-75%);
  font-size: 0.777rem;
}
.form-group small.form-text {
  position: absolute;
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.777rem;
}
.form-group input[type='time'] ~ label {
  transform: translateY(-75%);
  font-size: 0.777rem;
}
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
textarea {
  border: none;
  border-bottom: 1px solid #5c6f82;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  height: 2.5rem;
  width: 100%;
  box-shadow: none;
  transition: 0.2s ease-out;
  font-weight: 700;
}
textarea {
  border: 1px solid #5c6f82;
  height: auto;
}
.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
}
.form-control:disabled + label,
.form-control[readonly] + label {
  background-color: transparent;
  cursor: not-allowed;
}
.form-group.active .form-file-name {
  padding-bottom: 1.95rem;
}
.form-control {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 45px 45% !important;
}
.form-control:focus,
.form-check [type='checkbox']:focus + label.form-control,
.form-check [type='radio']:focus + label.form-control,
.form-control:active {
  box-shadow: none !important;
}
.form-control.warning {
  background-size: 25px 45% !important;
  border-color: #a66300;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 192 512'%3E%3Cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'/%3E%3C/svg%3E");
}
.form-check {
  padding-left: 0;
  margin-top: 0.5rem;
}
.form-check [type='checkbox'],
.form-check [type='radio'] {
  position: absolute;
  left: -9999px;
}
.form-check [type='checkbox'] + label,
.form-check [type='radio'] + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
  user-select: none;
}
.form-check [type='checkbox'] + label::after,
.form-check [type='checkbox'] + label::before {
  content: '';
  left: 0;
  position: absolute;
  transition: 0.2s ease-out;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
}
.form-check [type='checkbox'] + label::before {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e6e9f2;
  border-radius: 1px;
  margin: 2px 5px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.form-check [type='checkbox'] + label::after {
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 6px 5px;
  top: 0;
}
.form-check [type='checkbox']:checked + label::before {
  top: 6px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  opacity: 0.8;
}
.form-check [type='checkbox']:checked + label::after {
  border-color: #003882;
  background-color: #003882;
  z-index: 0;
}
.form-check [type='checkbox']:not(:checked) + label::after {
  background-color: transparent;
  border-color: #5c6f82;
  z-index: 0;
}
.form-check [type='checkbox']:not(:checked) + label::before {
  width: 0;
  height: 0;
  border-color: transparent;
  left: 6px;
  top: 10px;
}
.form-check [type='checkbox']:disabled + label {
  cursor: not-allowed;
}
.form-check [type='checkbox']:disabled:not(:checked) + label::after {
  border-color: #e6e9f2;
  background-color: #fff;
}
.form-check [type='checkbox']:disabled:checked + label::after {
  background-color: #e6e9f2;
  border-color: #e6e9f2;
}
.form-check [type='radio'] + label {
  transition: 0.2s ease-out;
}
.form-check [type='radio'] + label::after,
.form-check [type='radio'] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  width: 22px;
  height: 22px;
  z-index: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  transition: 0.2s ease-out;
}
.form-check [type='radio']:not(:checked) + label::after,
.form-check [type='radio']:not(:checked) + label::before {
  border-color: #5c6f82;
}
.form-check [type='radio']:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}
.form-check [type='radio']:checked + label::after {
  border-color: #003882;
  background-color: #003882;
  z-index: 0;
  transform: scale(0.64);
}
.form-check [type='radio']:checked + label::before {
  border-color: #003882;
}
.form-check [type='radio']:disabled + label {
  cursor: not-allowed;
}
.form-check [type='radio']:disabled:not(:checked) + label::after,
.form-check [type='radio']:disabled:not(:checked) + label::before {
  border-color: #e6e9f2;
}
.form-check [type='radio']:disabled:checked + label::after {
  border-color: #e6e9f2;
  background-color: #e6e9f2;
}
.form-check [type='radio']:disabled:checked + label::before {
  border-color: #e6e9f2;
}
input[type='file'] + label {
  background-color: transparent;
}
.input-number {
  position: relative;
  width: 100%;
}
.input-number.input-number-adaptive {
  width: auto;
  display: inline;
}
.input-number.input-number-adaptive input[type='number'] {
  width: auto;
}
.input-number input[type='number'] {
  appearance: textfield;
  color: #5c6f82;
  padding-right: 32px;
  padding-left: 12px;
  min-width: 86px !important;
  width: 100%;
}
.input-number input[type='number']::-webkit-inner-spin-button,
.input-number input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-number input[type='number']::-ms-clear {
  display: none;
}
.input-number input[type='number']:focus {
  color: #17324d;
}
.input-number.input-number-currency:before,
.input-number.input-number-percentage:before {
  position: absolute;
  left: 14px;
  top: 0;
  color: #5c6f82;
  font-weight: bold;
  font-size: 1rem;
}
.input-number.input-number-currency input[type='number'],
.input-number.input-number-percentage input[type='number'] {
  padding-left: 40px;
}
.input-number.input-number-currency:before {
  content: '€';
}
.input-number.input-number-percentage:before {
  content: '%';
}
.input-number.disabled input[type='number'] {
  background-color: transparent;
  color: #adb2b8;
  border-bottom-color: #adb2b8;
}
.input-number.disabled input[type='number']:hover {
  cursor: not-allowed;
  color: #adb2b8;
}
.input-number.disabled button {
  pointer-events: none;
}
.input-number.disabled button:hover {
  cursor: not-allowed;
}
.input-number.disabled button.input-number-add:after {
  border-color: transparent transparent #adb2b8 transparent;
}
.input-number.disabled button.input-number-sub:after {
  border-color: #adb2b8 transparent transparent transparent;
}
.input-number button {
  position: absolute;
  right: 2px;
  transition: opacity 0.1s;
  padding: 0;
  border: none;
  height: 20px;
  width: 24px;
  background: transparent;
}
.input-number button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.input-number button:focus.input-number-add:after,
.input-number button:hover.input-number-add:after {
  border-color: transparent transparent #17324d transparent;
}
.input-number button:focus.input-number-sub:after,
.input-number button:hover.input-number-sub:after {
  border-color: #17324d transparent transparent transparent;
}
.input-number button:focus:not(.focus--mouse) {
  opacity: 1;
}
.input-number button.input-number-add {
  top: -6px;
}
.input-number button.input-number-add:after {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #5c6f82 transparent;
}
.input-number button.input-number-sub {
  bottom: -6px;
}
.input-number button.input-number-sub:after {
  border-width: 6px 5px 0 5px;
  border-color: #5c6f82 transparent transparent transparent;
}
.input-number button:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .input-number button {
    opacity: 0;
  }
  .input-number:hover button {
    opacity: 1;
  }
}
.upload-dragdrop {
  display: inline-flex;
  align-items: center;
}
.upload-dragdrop.loading p:not(.upload-dragdrop-weight) {
  font-style: italic;
}
.toggles,
.toggles * {
  appearance: none;
  user-select: none;
}
.toggles label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 8px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.toggles label input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.password-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 8;
  padding: 0 8px;
  background-color: #fff;
}
.password-icon .icon {
  fill: #5c6f82;
}
.password-meter {
  height: 4px;
  left: 10px;
  bottom: -6px;
  width: 100%;
  max-width: 180px;
}
.password-meter .col-3 {
  height: 4px;
}
@keyframes selectDropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes selectDropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: transparent;
  color: inherit;
}
.bootstrap-select.form-control {
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-check
  .bootstrap-select
  > [type='checkbox']:focus
  + label.dropdown-toggle.bs-placeholder,
.form-check
  .bootstrap-select
  > [type='radio']:focus
  + label.dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #435a70;
  font-weight: normal;
}
.bootstrap-select-wrapper {
  position: relative;
  padding-top: 0;
}
.bootstrap-select-wrapper.disabled {
  opacity: 0.3;
}
.bootstrap-select-wrapper .dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.bootstrap-select-wrapper
  .dropdown.show
  .dropdown-menu[x-placement='bottom-start'],
.bootstrap-select-wrapper
  .btn-group.show
  .dropdown-menu[x-placement='bottom-start'] {
  animation: selectDropdownFadeIn forwards 0.3s;
}
.bootstrap-select-wrapper
  .dropdown.show
  .dropdown-menu[x-placement='top-start'],
.bootstrap-select-wrapper
  .btn-group.show
  .dropdown-menu[x-placement='top-start'] {
  animation: selectDropdownFadeInTop forwards 0.3s;
}
.bootstrap-select-wrapper .dropdown-menu:before {
  display: none;
}
.bootstrap-select-wrapper > label {
  position: absolute;
  color: #435a70;
  font-size: 0.77778rem;
  display: block;
  font-weight: 600;
  padding: 0 0.5rem;
  line-height: calc(2.5rem - 1px);
  top: 0;
  transform: translateY(-75%);
}
.bootstrap-select-wrapper button {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #435a70;
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.bootstrap-select-wrapper button.disabled {
  background: transparent;
}
.bootstrap-select-wrapper button.disabled.btn-light {
  box-shadow: none;
}
.bootstrap-select-wrapper button .filter-option {
  position: relative;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner {
  display: flex;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-select-wrapper
  button
  .filter-option
  .filter-option-inner-inner
  .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper button .filter-option:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #435a70;
  bottom: 0;
  transition: all 0.3s;
  transform-origin: bottom;
}
.bootstrap-select-wrapper button:hover:not(.disabled) .filter-option:after {
  transform: scaleY(2);
}
.bootstrap-select-wrapper button:hover {
  background: transparent;
}
.bootstrap-select-wrapper button.dropdown-toggle:after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: static;
  top: 0;
  transform: translateY(50%);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox {
  padding: 8px 24px;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-searchbox
  input[type='text'] {
  padding: 0;
  border-bottom: 1px solid #ebeced;
  font-size: 0.88889rem;
  font-weight: 600;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-searchbox
  input[type='text']::placeholder {
  font-weight: 600;
  opacity: 0.5;
  font-size: 0.88889rem;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .no-results {
  padding: 8px 24px;
  background: transparent;
  margin: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-header .text {
  font-size: 0.83333rem;
  text-transform: uppercase;
  color: #435a70;
  font-weight: 600;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-divider {
  border: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check {
  margin-top: 0;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .form-check
  [type='checkbox']
  + label,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .form-check
  [type='radio']
  + label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.88889rem;
  height: 30px;
  line-height: 30px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .btn {
  height: 2.5rem;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox {
  position: relative;
  padding: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block {
  display: block;
  padding: 8px 24px;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  .btn {
  padding: 0;
  display: inline-block;
  font-size: 0.88889rem;
  color: #003882;
  font-weight: normal;
  width: auto;
  margin-right: 24px;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  .btn:active,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  .btn:focus,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  .form-check
  [type='checkbox']:focus
  + label.btn,
.form-check
  .bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  [type='checkbox']:focus
  + label.btn,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  .form-check
  [type='radio']:focus
  + label.btn,
.form-check
  .bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  [type='radio']:focus
  + label.btn {
  box-shadow: none;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .bs-actionsbox
  .btn-block
  .btn:hover {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox:after {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #ebeced;
  position: absolute;
  bottom: -8px;
  left: 24px;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .form-check
  [type='checkbox']
  + label,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .form-check
  [type='radio']
  + label {
  font-size: 0.77778rem;
  padding: 4px 8px;
  border: 1px solid #435a70;
  color: #435a70;
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  height: auto;
  font-weight: 700;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .form-check
  [type='checkbox']
  + label:before,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .form-check
  [type='checkbox']
  + label:after,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .form-check
  [type='radio']
  + label:before,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select.show-tick
  .filter-option
  .filter-option-inner-inner
  .form-check
  [type='radio']
  + label:after {
  display: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu {
  top: calc(-100% - 8px) !important;
  padding: 8px 0;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu[x-placement='top-start'] {
  top: auto !important;
  bottom: -8px !important;
  transform: none !important;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
  font-size: 0.88889rem;
  padding: 8px 24px;
  color: #003882;
  white-space: inherit;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a.selected {
  color: #17324d;
  text-decoration: underline;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a.selected
  span.check-mark {
  color: #003882;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a:active {
  background: transparent;
  outline: none;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a
  span.check-mark {
  top: 10px;
  right: 24px;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a
  span.check-mark:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a
  span.text {
  position: relative;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a
  span.text
  .icon {
  fill: #003882;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover {
  background: transparent;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a:hover
  span.text {
  text-decoration: underline;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a.active {
  background: transparent;
  color: #17324d;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li
  a.active
  span.text {
  text-decoration: underline;
}
.bootstrap-select-wrapper
  .dropdown.bootstrap-select
  .dropdown-menu
  li.disabled
  a {
  color: #e6e9f2;
}
fieldset.disabled .bootstrap-select-wrapper {
  opacity: 0.3;
}
fieldset.disabled .bootstrap-select-wrapper button {
  background: transparent;
}
fieldset.disabled .bootstrap-select-wrapper button.btn-light {
  box-shadow: none;
}
.it-transfer-wrapper {
  border: 1px solid #c5c7c9;
  border-radius: 2px;
}
.it-transfer-wrapper .form-check {
  padding: 0 24px;
  position: relative;
}
.it-transfer-wrapper .transfer-header {
  font-weight: bold;
}
.it-transfer-wrapper .transfer-header:after {
  height: 1px;
  background: #c5c7c9;
  width: 65px;
  content: '';
  display: block;
  margin-left: 62px;
}
.it-transfer-wrapper .transfer-header .form-check {
  padding: 24px 24px 8px;
  margin-top: 0;
}
.it-transfer-wrapper .transfer-header .form-check [type='checkbox'] + label {
  display: flex;
  justify-content: space-between;
}
.it-transfer-wrapper
  .form-check
  input.semi-checked:not(:checked)
  + label::before {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: #fff;
}
.it-transfer-wrapper
  .form-check
  input.semi-checked:not(:checked)
  + label::after {
  border-color: #207bd6;
  background-color: #207bd6;
  z-index: 0;
}
@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
@keyframes dropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: -16px;
  }
}
.dropdown.show .dropdown-menu[x-placement='bottom-start'],
.btn-group.show .dropdown-menu[x-placement='bottom-start'] {
  animation: dropdownFadeIn forwards 0.3s;
}
.dropdown.show .dropdown-menu[x-placement='top-start'],
.btn-group.show .dropdown-menu[x-placement='top-start'] {
  animation: dropdownFadeInTop forwards 0.3s;
}

.dropdown-toggle:after {
  content: '';
  speak: none;
  border: none;
  display: inline;
  margin: 0;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.dropdown-menu {
  border-radius: 0 0 4px 4px;
  z-index: 8;
}
.dropdown-menu .link-list {
  margin-bottom: 0;
}
.dropdown-menu .link-list h3 {
  line-height: 2.3em;
  margin-bottom: 0;
}
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.dropdown-menu[x-placement='top-start'] {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu[x-placement='top-start']:before {
  bottom: -6px;
  top: auto;
}
nav.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.pagination-wrapper a {
  text-decoration: none;
}
nav.pagination-wrapper .form-group {
  margin-left: 2.5rem;
  width: 4.5rem;
  margin-top: 0;
}
nav.pagination-wrapper .form-group label {
  font-size: 0.88889rem;
  color: #9da2a6;
}
nav.pagination-wrapper .form-group.active label {
  font-size: 0.8rem;
}
nav.pagination-wrapper .btn.dropdown-toggle {
  font-size: 0.88889rem;
  color: #5b6f82;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #5c6f82;
  height: 2.5rem;
  border: none;
  width: 100%;
}
nav.pagination-wrapper .btn.dropdown-toggle:after {
  color: #003882;
  margin-left: 0.5rem;
}
.pagination {
  flex-wrap: wrap;
}
.pagination .page-item {
  margin-right: 5px;
}
.pagination .page-item.disabled a.page-link {
  color: #c2c7cc;
}
.pagination .page-item.disabled a.page-link .icon {
  fill: #c2c7cc;
}
.pagination .page-item span.page-link {
  pointer-events: none;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 4px;
  border: none;
  font-size: 0.88889rem;
  font-weight: 600;
  color: #5b6f82;
  background-color: transparent;
}
.pagination .page-item .page-link[aria-current] {
  border: 1px solid #003882;
  color: #003882;
  pointer-events: none;
}
.pagination .page-item .page-link.text {
  color: #003882;
}
.pagination .page-item .page-link:hover {
  color: #003882;
  background-color: transparent;
}
.pagination .page-item .page-link:hover .icon {
  fill: #003882;
}
@media (min-width: 576px) {
  .pagination .page-item .page-link {
    height: 2.66667rem;
    min-width: 2.66667rem;
  }
  nav.pagination-wrapper .btn.dropdown-toggle {
    height: 2.66667rem;
  }
}
@media (min-width: 768px) {
  nav.pagination-wrapper {
    justify-content: flex-start;
  }
  nav.pagination-wrapper .dropdown {
    margin-left: 2.66667rem;
  }
}
.nav-tabs {
  position: relative;
  background-color: #fff;
  border-bottom-color: #dfe4f2;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.nav-tabs a {
  text-decoration: none;
}
.nav-tabs.auto .nav-link {
  flex: 1;
}
.nav-tabs.auto .nav-item {
  flex: 1;
  text-align: center;
}
.nav-tabs .nav-link {
  border-radius: 0;
  font-weight: 600;
  color: #5b6f82;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.778rem 1.333em;
  flex: 1 0 auto;
  white-space: nowrap;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-tabs .nav-link:hover {
  color: #003882;
  border-bottom-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .form-check [type='checkbox']:focus + label.nav-link,
.form-check .nav-tabs [type='checkbox']:focus + label.nav-link,
.nav-tabs .form-check [type='radio']:focus + label.nav-link,
.form-check .nav-tabs [type='radio']:focus + label.nav-link {
  border-bottom-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #b1b1b3;
  cursor: default;
}
.nav-tabs .nav-link.disabled .icon {
  fill: #b1b1b3;
}
.nav-tabs .nav-link .icon {
  fill: #5c6f82;
}
.nav-tabs .nav-link.active .icon {
  fill: #003882;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #003882;
  color: #003882;
  cursor: inherit;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  display: flex;
}
@media (min-width: 1200px) {
  .nav-tabs {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
  .nav-tabs.auto {
    flex-wrap: nowrap;
  }
}
.cookiebar {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1100;
  background-color: #435a70;
  padding: 24px 32px;
}
.cookiebar.show {
  display: block;
}
.cookiebar p {
  font-size: 1rem;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 0;
}
.cookiebar p br {
  display: none;
}
@media (min-width: 576px) {
  .cookiebar p {
    font-size: 0.889rem;
  }
}
@media (min-width: 768px) {
  .cookiebar {
    padding: 32px 48px;
  }
  .cookiebar.show {
    display: flex;
    justify-content: space-between;
  }
  .cookiebar p {
    width: 60%;
    margin-right: 24px;
  }
  .cookiebar p br {
    display: block;
  }
}
@media (min-width: 992px) {
  .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 2px 2px 0 0;
  }
  .cookiebar p {
    width: 66%;
  }
}
.forward {
  display: block;
  text-align: center;
  font-size: 3rem;
  transition: all 0.2s ease-in-out;
}
.forward:hover {
  text-decoration: none;
}
.back-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #003882;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.2s ease-in-out,
    transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear,
    opacity 0.3s ease-in-out;
  z-index: 1;
  transform: scale(0.7);
  transform-origin: center center;
}
.back-to-top.back-to-top-show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out, transform 0.05s ease-out,
    visibility 0s linear, opacity 0.1s ease-in-out;
  transform: scale(1);
}
.back-to-top:hover {
  background: #080b0b;
  text-decoration: none;
}
.back-to-top .icon {
  margin: 0;
  position: relative;
  transform: scale(0.75);
  top: 4px;
}
.back-to-top .icon:before {
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .back-to-top {
    width: 56px;
    height: 56px;
  }
  .back-to-top .icon {
    transform: scale(1);
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .back-to-top {
    bottom: 32px;
    right: 32px;
  }
}
.autocomplete {
  padding: 0.375rem 48px 0.375rem 24px;
}
.autocomplete::placeholder {
  color: #adb2b8;
}
.autocomplete:disabled {
  background-color: #cacacc;
}
.autocomplete:disabled::placeholder {
  color: #5c6f82;
}
.autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #5c6f82;
  transition: opacity 0.3s;
  display: none;
}
.autocomplete-list.autocomplete-list-show {
  display: block;
  z-index: 10;
}
.autocomplete-list li {
  list-style-type: none;
  padding: 0;
}
.autocomplete-list a {
  padding: 12px 24px;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #455b71;
  line-height: 1.2;
  font-size: 1rem;
}
.autocomplete-list a:hover {
  color: #003882;
  text-decoration: none;
}
.autocomplete-list a:hover .icon {
  fill: #003882;
}
.autocomplete-list a:hover .autocomplete-list-text span {
  text-decoration: underline;
}
.autocomplete-list a:hover .autocomplete-list-text em {
  color: #003882;
}
.autocomplete-list a:hover mark {
  color: #003882;
}
.autocomplete-list a .icon {
  margin-right: 16px;
  flex-shrink: 0;
}
.autocomplete-list a .icon {
  fill: #455b71;
}
.autocomplete-list a .autocomplete-list-text {
  margin-top: 2px;
}
.autocomplete-list a .autocomplete-list-text em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #435a70;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}
.autocomplete-list mark {
  padding: 0;
  background: transparent;
  font-weight: bold;
}
@media (min-width: 576px) {
  .autocomplete-list a {
    font-size: 0.889rem;
    align-items: flex-start;
  }
  .autocomplete-list a .autocomplete-list-text span {
    margin-right: 8px;
  }
  .autocomplete-list a .autocomplete-list-text em {
    display: inline-block;
    font-size: 0.667rem;
    margin-top: 0;
  }
}
.link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.link-list-wrapper ul.link-sublist {
  padding-left: 24px;
}
.link-list-wrapper ul li a {
  font-size: 0.889em;
  line-height: 2.3em;
  display: block;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) span {
  color: #003882;
  text-decoration: underline;
}
.link-list-wrapper ul li a:hover:not(.disabled) p {
  color: #003882;
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) .icon {
  fill: #003882;
}
.link-list-wrapper ul li a.disabled:hover {
  text-decoration: none;
}
.link-list-wrapper ul li a.medium {
  font-weight: 600;
}
.link-list-wrapper ul li a span {
  color: #003882;
  display: inline-block;
  margin-right: 24px;
}
.link-list-wrapper ul li a .icon {
  display: inline-block;
  margin: 8px 0;
}
.link-list-wrapper ul li a .icon.icon-right {
  position: absolute;
  right: 0;
}
.link-list-wrapper ul li a .icon.right {
  margin-left: 8px;
}
.link-list-wrapper ul li a .icon.left {
  margin-right: 8px;
}
.link-list-wrapper ul li a.right-icon .icon.right {
  position: absolute;
  top: 0;
  right: 24px;
  transition: transform 0.3s;
}
.link-list-wrapper ul li a.right-icon .icon.right.secondary {
  color: #9da2a6;
}
.link-list-wrapper ul li a.right-icon[aria-expanded='true'] .icon.right {
  transform: scaleY(-1);
}
.link-list-wrapper ul li a.active span {
  color: #17324d;
  text-decoration: underline;
}
.link-list-wrapper ul li a.active .icon {
  color: #17324d;
}
.link-list-wrapper ul li a.disabled {
  cursor: not-allowed;
}
.link-list-wrapper ul li a.disabled span {
  color: #adb2b8;
}
.link-list-wrapper ul li a.disabled svg {
  fill: #adb2b8;
}
.link-list-wrapper ul li a.disabled svg.secondary {
  fill: #adb2b8;
}
.link-list-wrapper ul li a.large {
  font-size: 1em;
}
.link-list-wrapper ul li a p {
  font-size: 0.778em;
  line-height: initial;
  color: #5b6f82;
}
.link-list-wrapper ul li a.list-item.icon-left {
  position: relative;
  padding-left: 32px;
}
.link-list-wrapper ul li a.list-item.icon-left span {
  margin-top: 4px;
}
.link-list-wrapper ul li a.list-item.icon-left .icon {
  position: absolute;
  left: 0;
}
.link-list-wrapper ul li a.list-item.active {
  color: #1f5c99;
  text-decoration: underline;
}
.link-list-wrapper ul li a.list-item.active span {
  color: #1f5c99;
}
.link-list-wrapper ul li h3 {
  font-size: 1em;
  color: #17324d;
  padding: 0 24px;
}
.link-list-wrapper ul li h3 a {
  line-height: inherit;
  font-size: 1em;
  padding: 0;
}
.link-list-wrapper ul .divider {
  display: block;
  height: 1px;
  background: #ebeced;
  margin: 8px 0;
}
.link-list-wrapper ul .toggles label {
  padding: 0 24px;
  font-size: 0.889em;
  line-height: 2.3em;
  justify-content: space-between;
  height: auto;
  font-weight: inherit;
  margin: 0;
}
@media (min-width: 576px) {
  .link-list-wrapper ul li a.large {
    font-size: 1em;
    line-height: 2.7em;
  }
}
@media (min-width: 768px) {
  .link-list-wrapper ul li a.large {
    line-height: 2.7em;
  }
}
@keyframes megamenuFadeIn {
  0% {
    opacity: 0;
    margin-top: 16px;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
.navbar {
  background: #003882;
}
.navbar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.navbar .navbar-collapsable {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  width: 100%;
}
.navbar .navbar-collapsable .menu-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  left: 0;
  pointer-events: all;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
  padding: 24px 0 0;
  overflow: hidden;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
  padding-bottom: 0;
}
.navbar .navbar-collapsable .navbar-nav {
  padding: 24px 0;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link {
  color: #003882;
  font-weight: 600;
  padding: 13px 24px;
  position: relative;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
  fill: #003882;
  transition: all 0.3s;
}
.navbar
  .navbar-collapsable
  .navbar-nav
  li
  a.nav-link.dropdown-toggle[aria-expanded='true']
  .icon {
  transform: scaleY(-1);
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
  border-left: 3px solid #003882;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) {
  text-decoration: underline;
}
.navbar .navbar-collapsable.expanded .menu-wrapper {
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.navbar .navbar-collapsable.expanded .close-div {
  transform: translateX(0);
}
.navbar .close-div {
  transform: translateX(-100%);
  padding: 24px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.1, 0.57, 0.4, 0.97);
}
.navbar .close-div .close-menu {
  background: transparent;
  pointer-events: all;
  color: #003882;
  text-align: center;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 0;
  float: right;
}
.navbar .close-div .close-menu span {
  display: block;
  text-align: center;
  font-size: 2em;
}
.navbar .close-div .close-menu span:before {
  margin-right: 0;
}
.navbar .dropdown-menu {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}
.navbar .dropdown-menu:before {
  display: none;
}
.navbar .dropdown-menu .link-list-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
  color: #1f5c99;
  text-decoration: underline;
}
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
  color: #1f5c99;
}
.navbar .dropdown-menu .link-list-wrapper ul li a span {
  color: #003882;
}
.navbar .dropdown-menu .link-list-wrapper ul li a i {
  color: #003882;
}
.navbar .dropdown-menu .link-list-wrapper ul li h3 {
  text-transform: uppercase;
  font-size: 0.833em;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar .dropdown-menu .link-list-wrapper ul li .divider {
  width: 65px;
  background: #e6ecf2;
  margin-left: 24px;
}
.custom-navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
}
.custom-navbar-toggler span {
  color: #fff;
  font-size: 1.625em;
}
.custom-navbar-toggler svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  display: block;
}
.nav-item.megamenu > a:before {
  display: none;
}
@media (min-width: 992px) {
  .navbar {
    background: #003882;
    padding: 0;
  }
  .navbar .navbar-collapsable {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    background: none;
    display: block !important;
    transition: none;
  }
  .navbar .navbar-collapsable .overlay {
    display: none !important;
  }
  .navbar .navbar-collapsable .menu-wrapper {
    position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    background: #003882;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
    overflow: inherit;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
    padding-bottom: 0.5rem;
  }
  .navbar .navbar-collapsable .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar .navbar-collapsable .navbar-nav li.nav-item {
    display: flex;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item .nav-link {
    display: flex;
    align-self: flex-end;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    font-weight: 700;
    padding: 13px 24px;
    color: #003882;
    border-bottom: 3px solid transparent;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: #fff;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-left: 0;
    border-color: #fff;
    background: transparent;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .navbar .close-div {
    display: none;
  }
  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #19191a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar .dropdown-menu.show {
    animation: dropdownFadeIn forwards 0.3s;
    top: calc(100% - 16px);
  }
  .navbar .dropdown-menu:before {
    display: block;
  }
  .navbar .dropdown-menu .link-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .link-list-wrapper ul li a span,
  .navbar .dropdown-menu .link-list-wrapper ul li a i,
  .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #003882;
  }
  .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: #19191a;
  }
  .navbar .dropdown-toggle {
    display: block;
    justify-content: inherit;
  }
  .custom-navbar-toggler {
    display: none;
  }
  .has-megamenu .navbar-collapsable {
    width: 100%;
  }
  .nav-item.megamenu {
    position: static;
  }
  .nav-item.megamenu > a.dropdown-toggle {
    position: relative;
  }
  .nav-item.megamenu > a.dropdown-toggle:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    transition: opacity 0.15s cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .nav-item.megamenu.show a.dropdown-toggle:before {
    opacity: 1;
  }
  .megamenu .dropdown-menu {
    min-width: auto;
    left: 24px;
    right: 24px;
    animation-timing-function: cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .megamenu .dropdown-menu:before {
    display: none;
  }
  .megamenu .dropdown-menu.show {
    animation: megamenuFadeIn forwards 0.15s;
  }
}
.sidebar-wrapper {
  padding: 24px 0;
}
.sidebar-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  line-height: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1em;
}
.sidebar-wrapper
  .sidebar-linklist-wrapper
  .link-list-wrapper
  ul
  li
  a
  i.it-expand {
  font-size: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-wrapper
  .sidebar-linklist-wrapper
  .link-list-wrapper
  ul
  li
  a[aria-expanded='true']
  i {
  transform: translateY(-50%) scaleY(-1);
}
.sidebar-wrapper
  .sidebar-linklist-wrapper
  .link-list-wrapper
  ul
  li
  a[data-toggle='collapse'].active {
  border-left: 2px solid #003882;
}
.sidebar-wrapper
  .sidebar-linklist-wrapper
  .link-list-wrapper
  ul
  li
  a[data-toggle='collapse'].active
  span,
.sidebar-wrapper
  .sidebar-linklist-wrapper
  .link-list-wrapper
  ul
  li
  a[data-toggle='collapse'].active
  i {
  color: #003882;
  text-decoration: none;
}
.sidebar-wrapper
  .sidebar-linklist-wrapper
  .link-list-wrapper
  ul.link-sublist
  li
  a {
  font-size: 0.889em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.sidebar-wrapper .sidebar-linklist-wrapper.linklist-secondary:before {
  content: '';
  width: 65px;
  height: 1px;
  background: #e6ecf2;
  display: block;
  margin-left: 24px;
  margin-top: 24px;
}
.sidebar-wrapper.it-line-left-side {
  border-left: 1px solid #d9dadb;
}
.navbar
  .navbar-collapsable
  .menu-wrapper
  .nav-item.megamenu
  .dropdown-menu
  .col-12:not(:first-child)
  .link-list-wrapper
  h3 {
  margin-top: 24px;
}
.navbar
  .navbar-collapsable
  .menu-wrapper
  .nav-item.megamenu
  .dropdown-menu
  .col-12:not(:first-child)
  .link-list-wrapper
  h3:before {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #e6ecf2;
  margin-bottom: 8px;
}
.navbar
  .navbar-collapsable
  .menu-wrapper
  .nav-item.megamenu
  .dropdown-menu
  .link-list-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    padding: 32px 24px;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12:not(:first-child)
    .link-list-wrapper
    h3 {
    margin-top: 5px;
    line-height: 1.2em;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12:not(:first-child)
    .link-list-wrapper
    h3:before {
    display: none;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12:first-child
    .link-list-wrapper {
    margin-bottom: 0;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .link-list-wrapper {
    display: flex;
    min-height: 100%;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .link-list-wrapper
    ul.link-list {
    display: flex;
    flex-direction: column;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .link-list-wrapper
    ul.link-list
    li {
    width: 100%;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .link-list-wrapper
    ul.link-list
    li
    a,
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .link-list-wrapper
    ul.link-list
    li
    h3 {
    padding: 0.5em 24px;
    line-height: inherit;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .link-list-wrapper
    ul.link-list
    li
    h3 {
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.navbar.it-navscroll-wrapper {
  background: #fff;
}
.navbar.it-navscroll-wrapper .it-back-button {
  display: block;
  padding: 16px 24px;
  font-weight: 600;
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  display: none;
}
.navbar.it-navscroll-wrapper .it-back-button i {
  transform: scale(0.8);
  transform-origin: center;
  display: inline-block;
  margin-right: 8px;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
  border-left: 2px solid #003882;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
  color: #003882;
  text-decoration: none;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
  font-weight: 400;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
  font-weight: normal;
  border-left: none;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
  text-decoration: underline;
  color: #17324d;
}
.navbar.it-navscroll-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.navbar.it-navscroll-wrapper .custom-navbar-toggler {
  display: flex;
  color: #003882;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list {
  color: #003882;
  margin-right: 8px;
}
.navbar.it-navscroll-wrapper .menu-wrapper {
  padding: 80px 0 24px;
  right: 0;
}
.navbar.it-bottom-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper {
    background: #fff;
  }
  .navbar.it-navscroll-wrapper .it-back-button {
    display: none !important;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 2px solid #003882;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
    color: #003882;
    text-decoration: none;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
    font-weight: 400;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
    font-weight: normal;
    border-left: none;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
    text-decoration: underline;
    color: #17324d;
  }
  .navbar.it-navscroll-wrapper h3 {
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 0.833em;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
  }
  .navbar.it-navscroll-wrapper .custom-navbar-toggler {
    display: none;
  }
  .navbar.it-navscroll-wrapper .menu-wrapper {
    padding: 16px 0 24px;
    background: #fff;
  }
  .navbar.it-bottom-navscroll {
    box-shadow: none;
    position: inherit;
  }
}
.callout {
  padding: 2.5rem 2.222rem;
  border: 1px solid #5b6f82;
  position: relative;
  max-width: 60ch;
  margin: 1.75rem 0 1rem;
  border-radius: 8px;
}
.callout.callout-highlight {
  border: none;
  border-left: 2px solid rgba(223, 228, 242, 0.3);
  border-radius: 0;
  padding: 0 2.222rem;
}
.callout.callout-highlight .callout-title {
  margin-bottom: 1.556rem;
}
.callout.callout-highlight.success {
  border-color: rgba(0, 135, 88, 0.2);
}
.callout.callout-highlight.warning {
  border-color: rgba(166, 99, 0, 0.2);
}
.callout.callout-highlight.danger {
  border-color: rgba(217, 54, 79, 0.2);
}
.callout.callout-highlight.important {
  border-color: rgba(0, 128, 83, 0.2);
}
.callout.callout-highlight.note {
  border-color: rgba(0, 64, 128, 0.2);
}
.callout.callout-more {
  background: #fafaf7;
  border: none;
  border-radius: 0;
  padding: 2.222rem 2.222rem;
  position: relative;
}
.callout.callout-more:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #fff transparent transparent;
}
.callout.callout-more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #e4e4db;
}
.callout.callout-more p {
  font-size: 0.778rem;
  line-height: 1.333rem;
  color: #17324d;
}
.callout.callout-more .callout-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.222rem;
}
.callout.callout-more .callout-title i {
  font-size: 1.25rem;
}
.callout.callout-more .callout-title span {
  border-bottom: 2px solid #19191a;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: -0.111rem;
}
.callout.success {
  border-color: #008758;
}
.callout.success .callout-title {
  color: #008758;
}
.callout.success .callout-title .icon {
  fill: #008758;
}
.callout.success .callout-title span {
  border-color: #008758;
}
.callout.warning {
  border-color: #a66300;
}
.callout.warning .callout-title {
  color: #a66300;
}
.callout.warning .callout-title .icon {
  fill: #a66300;
}
.callout.warning .callout-title span {
  border-color: #a66300;
}
.callout.danger {
  border-color: #d9364f;
}
.callout.danger .callout-title {
  color: #d9364f;
}
.callout.danger .callout-title .icon {
  fill: #d9364f;
}
.callout.danger .callout-title span {
  border-color: #d9364f;
}
.callout.important {
  border-color: #008053;
}
.callout.important .callout-title {
  color: #008053;
}
.callout.important .callout-title .icon {
  fill: #008053;
}
.callout.important .callout-title span {
  border-color: #008053;
}
.callout.note {
  border-color: #004080;
}
.callout.note .callout-title {
  color: #004080;
}
.callout.note .callout-title .icon {
  fill: #004080;
}
.callout.note .callout-title span {
  border-color: #004080;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle {
  color: #004080;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle:active,
.callout.note .collapse-div .collapse-header .callout-more-toggle:hover {
  color: #004080;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle span {
  border-color: #004080;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle span:before,
.callout.note .collapse-div .collapse-header .callout-more-toggle span:after {
  background: #004080;
}
.callout.note a {
  color: #004080;
}
.callout.note .icon {
  fill: #004080;
}
.callout .callout-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 2.222rem;
  letter-spacing: 0.06rem;
  color: #5b6f82;
}
.callout .callout-title .icon {
  fill: #5b6f82;
  margin-right: 0.444rem;
}
.callout:not(.callout-highlight):not(.callout-more) .callout-title {
  position: absolute;
  font-size: 1rem;
  padding: 0 1.389rem;
  background: #fff;
  top: -0.78em;
}
.callout p {
  font-family: Lora, Georgia, serif;
  font-size: 0.889rem;
  color: #5b6f82;
}
.callout p:last-child {
  margin: 0;
}
.callout p.callout-big-text {
  font-weight: bold;
  font-size: 1.111rem;
}
.callout .collapse-div {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: none;
}
.callout .collapse-div .collapse-header {
  margin-top: 1.333rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dfe4f2;
  padding: 1.333rem 0 0;
  margin-top: 0;
}
.callout .collapse-div .collapse-header .callout-more-toggle {
  padding: 0;
  border: none;
  width: auto;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #003882;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover,
.callout .collapse-div .collapse-header .callout-more-toggle:focus,
.callout
  .collapse-div
  .collapse-header
  .form-check
  [type='checkbox']:focus
  + label.callout-more-toggle,
.form-check
  .callout
  .collapse-div
  .collapse-header
  [type='checkbox']:focus
  + label.callout-more-toggle,
.callout
  .collapse-div
  .collapse-header
  .form-check
  [type='radio']:focus
  + label.callout-more-toggle,
.form-check
  .callout
  .collapse-div
  .collapse-header
  [type='radio']:focus
  + label.callout-more-toggle,
.callout .collapse-div .collapse-header .callout-more-toggle:active {
  background: none;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover {
  color: #000;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover span {
  border-color: #000;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:before,
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:after {
  background: #000;
}
.callout .collapse-div .collapse-header .callout-more-toggle:active {
  color: #003882;
}
.callout .collapse-div .collapse-header .callout-more-toggle:before,
.callout .collapse-div .collapse-header .callout-more-toggle:after {
  display: none;
}
.callout .collapse-div .collapse-header .callout-more-toggle span {
  position: relative;
  height: 15px;
  width: 15px;
  margin-left: 0.444rem;
  margin-top: 0.111rem;
  border: 1px solid #003882;
  border-radius: 50%;
  display: inline-block;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:before,
.callout .collapse-div .collapse-header .callout-more-toggle span:after {
  content: '';
  position: absolute;
  background: #003882;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:before {
  width: 9px;
  height: 1px;
  top: 6px;
  left: 2px;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:after {
  height: 9px;
  width: 1px;
  top: 0;
  left: 6px;
  transform: translateY(2px);
  transition: transform 0.2s;
}
.callout
  .collapse-div
  .collapse-header
  .callout-more-toggle[aria-expanded='true']
  span:after {
  transform: translateY(2px) rotate(90deg);
}
.callout .collapse-div .collapse-header .callout-more-download {
  margin-left: auto;
  font-weight: normal;
}
.callout .collapse-div .collapse-body {
  padding: 0;
}
.callout .collapse-div .collapse-body p:last-child {
  margin-bottom: 1rem;
}
_:-ms-fullscreen,
.callout {
  max-width: 32rem;
}
@media (min-width: 768px) {
  .callout.callout-highlight {
    padding: 0 0 0 2.222rem;
  }
  .callout.callout-more p {
    font-size: 0.722rem;
  }
}
.toolbar {
  width: 100%;
  height: 96px;
  position: relative;
}
.toolbar a {
  text-decoration: none;
}
.toolbar:before {
  content: '';
  position: absolute;
  height: 360px;
  width: 100%;
  top: auto;
  bottom: 32px;
  z-index: 6;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  border-radius: 50%;
  transform: translateY(50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.toolbar > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 7;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.toolbar > ul > li {
  list-style-type: none;
  margin: 0 8px;
  text-align: center;
  flex: 1 100%;
}
.toolbar a {
  display: block;
  color: #17324d;
}
.toolbar a .icon {
  fill: #17324d;
}
.toolbar a.active {
  color: #003882;
}
.toolbar a.active .icon {
  fill: #003882;
}
.toolbar a.disabled {
  cursor: not-allowed;
  color: #d9dadb;
}
.toolbar a.disabled .icon {
  fill: #d9dadb;
}
.toolbar a.disabled:hover {
  text-decoration: none;
  color: #d9dadb;
}
.toolbar a.disabled:hover .icon {
  fill: #d9dadb;
}
.toolbar a.disabled:after {
  color: #d9dadb;
}
.toolbar a.disabled:after .icon {
  fill: #d9dadb;
}
.toolbar a:not(.disabled):hover {
  text-decoration: underline;
  color: #003882;
}
.toolbar a:not(.disabled):hover .icon {
  fill: #003882;
}
.toolbar a _:-ms-fullscreen,
.toolbar a:not(.disabled):hover {
  text-decoration: none;
}
.section {
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 40px;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 112px;
  }
}
.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin: 48px;
}
.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 0.88889rem;
  margin-bottom: 0;
  line-height: 1.33333rem;
}
.modal.fade .modal-dialog.modal-dialog-centered {
  transform: translate(0, -5%);
}
.modal.fade.show .modal-dialog.modal-dialog-centered {
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.notification {
  width: 100%;
  padding: 1.5rem;
  padding-right: 4rem;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  border-top: 4px solid #5c6f82;
}
.notification h5 {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #17324d;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.notification p {
  font-size: 0.875rem;
  margin: 1.5rem 0 0 0;
  color: #5c6f82;
}
.notification.dismissable .notification-close {
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
}
.notification.dismissable .notification-close .icon {
  fill: #17324d;
}
.notification.dismissable .notification-close:hover .icon {
  fill: #003882;
}
.notification.dismissable .notification-close:active {
  box-shadow: none;
}
@media (min-width: 576px) {
  .notification {
    padding: 1.333rem;
    padding-right: 3.556rem;
  }
  .notification h5 {
    font-size: 0.833rem;
  }
  .notification p {
    font-size: 0.778rem;
    margin: 1.333rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .notification {
    width: 376px;
    bottom: 16px;
    right: 16px;
    border-radius: 2px;
    border-top: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
}
.card-wrapper {
  padding-bottom: 24px;
  display: flex;
}
.row [class*='col-'] > .card-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .card-wrapper {
    padding-bottom: 0;
  }
}
.img-responsive-wrapper {
  overflow: hidden;
}
.img-responsive-wrapper .img-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.img-responsive-wrapper .img-responsive .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit {
  background-size: cover;
  background-position: center;
  background-color: #ebeced;
}
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit img {
  visibility: hidden;
}
.img-responsive-wrapper .img-responsive .img-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@keyframes progressBarIndeterminate {
  0% {
    left: -5%;
  }
  50% {
    width: 66%;
  }
  100% {
    left: 100%;
    width: 33%;
  }
}
.progress {
  height: 4px;
  box-shadow: none;
  background-color: #d4e9ff;
}
.progress-bar {
  background-color: #003882;
}
@keyframes spinnerAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerAnimInner1 {
  0% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(205deg);
  }
}
@keyframes spinnerAnimInner2 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-105deg);
  }
}
.popover {
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
}
.popover .arrow:before {
  display: none;
}
.popover .popover-header {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #17324d;
  font-size: 0.938rem;
  padding: 16px 24px 0;
  letter-spacing: 0.05em;
}
.popover .popover-header .icon {
  fill: #003882;
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
.popover .popover-body {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #5a768a;
  padding: 16px 24px;
}
@media (min-width: 576px) {
  .popover .popover-header {
    font-size: 0.833rem;
  }
  .popover .popover-body {
    font-size: 0.778rem;
  }
}
.tooltip {
  border-radius: 2px;
  font-size: 0.75rem;
}
.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  padding: 7px 16px;
  background-color: #455b71;
}
.tooltip .tooltip-inner a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .tooltip {
    font-size: 0.667rem;
  }
}
@media (min-width: 768px) {
  .tooltip {
    font-size: 0.556rem;
  }
  .tooltip .tooltip-inner {
    padding: 4.5px 8px;
  }
}
.rating {
  border: none;
  float: left;
}
.rating > input {
  position: absolute;
  left: -9999px;
}
.rating > label {
  float: right;
  margin: 0;
  padding-right: 2px;
}
.rating > label:first-of-type {
  margin-right: 0;
}
.rating > label svg {
  fill: #c3cfdb;
  position: relative;
  transform-origin: center center;
  transition: transform 0.1s;
}
.rating > label:hover {
  cursor: pointer;
}
.rating > label:hover svg {
  transform: scale(1.1);
}
.rating > legend {
  display: inline-block;
  color: #17324d;
  font-size: 0.875rem;
  float: right;
  width: auto;
  margin: 4px 0 0 16px;
  font-weight: 500;
}
.rating > input:checked ~ label svg,
.rating:not(:checked) > label:hover svg,
.rating:not(:checked) > label:hover ~ label svg {
  fill: #003882;
}
.rating > input:checked + label:hover + svg,
.rating > input:checked ~ label:hover + svg,
.rating > label:hover ~ input:checked ~ label + svg,
.rating > input:checked ~ label:hover ~ label + svg {
  fill: #003882;
}
@media (min-width: 576px) {
  .rating > legend {
    font-size: 0.778rem;
  }
}
a.datepicker-button {
  cursor: pointer;
}
a.datepicker-button.default:hover,
a.datepicker-button.default:focus {
  background-color: #ddd;
}
.datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 50;
}
.datepicker-calendar .datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}
.datepicker-calendar .datepicker-month-fast-prev.disabled,
.datepicker-calendar .datepicker-month-fast-next.disabled,
.datepicker-calendar .datepicker-month-prev.disabled,
.datepicker-calendar .datepicker-month-next.disabled {
  border: none;
  cursor: default;
  color: #999;
}
.datepicker-calendar .datepicker-month-fast-prev,
.datepicker-calendar .datepicker-month-fast-next,
.datepicker-calendar .datepicker-month-prev,
.datepicker-calendar .datepicker-month-next {
  cursor: pointer;
  margin: 3px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}
.datepicker-calendar .datepicker-month-fast-prev {
  padding-right: 2px;
}
.datepicker-calendar .datepicker-month-fast-next {
  padding-left: 2px;
}
.datepicker-calendar .datepicker-month-fast-prev.enabled:hover,
.datepicker-calendar .datepicker-month-fast-prev.enabled:focus,
.datepicker-calendar
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-fast-prev.enabled,
.form-check
  .datepicker-calendar
  [type='checkbox']:focus
  + label.datepicker-month-fast-prev.enabled,
.datepicker-calendar
  .form-check
  [type='radio']:focus
  + label.datepicker-month-fast-prev.enabled,
.form-check
  .datepicker-calendar
  [type='radio']:focus
  + label.datepicker-month-fast-prev.enabled,
.datepicker-calendar .datepicker-month-fast-next.enabled:hover,
.datepicker-calendar .datepicker-month-fast-next.enabled:focus,
.datepicker-calendar
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-fast-next.enabled,
.form-check
  .datepicker-calendar
  [type='checkbox']:focus
  + label.datepicker-month-fast-next.enabled,
.datepicker-calendar
  .form-check
  [type='radio']:focus
  + label.datepicker-month-fast-next.enabled,
.form-check
  .datepicker-calendar
  [type='radio']:focus
  + label.datepicker-month-fast-next.enabled,
.datepicker-calendar .datepicker-month-prev.enabled:hover,
.datepicker-calendar .datepicker-month-prev.enabled:focus,
.datepicker-calendar
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-prev.enabled,
.form-check
  .datepicker-calendar
  [type='checkbox']:focus
  + label.datepicker-month-prev.enabled,
.datepicker-calendar
  .form-check
  [type='radio']:focus
  + label.datepicker-month-prev.enabled,
.form-check
  .datepicker-calendar
  [type='radio']:focus
  + label.datepicker-month-prev.enabled,
.datepicker-calendar .datepicker-month-next.enabled:hover,
.datepicker-calendar .datepicker-month-next.enabled:focus,
.datepicker-calendar
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-next.enabled,
.form-check
  .datepicker-calendar
  [type='checkbox']:focus
  + label.datepicker-month-next.enabled,
.datepicker-calendar
  .form-check
  [type='radio']:focus
  + label.datepicker-month-next.enabled,
.form-check
  .datepicker-calendar
  [type='radio']:focus
  + label.datepicker-month-next.enabled {
  margin-top: 2px;
  border: 1px solid #800;
  border-radius: 4px;
}
.datepicker-calendar .datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
}
.datepicker-calendar .datepicker-month:after {
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
  display: inline-block;
  content: '\e252';
}
.datepicker-calendar .datepicker-month:hover,
.datepicker-calendar .datepicker-month:focus,
.datepicker-calendar
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month,
.form-check
  .datepicker-calendar
  [type='checkbox']:focus
  + label.datepicker-month,
.datepicker-calendar .form-check [type='radio']:focus + label.datepicker-month,
.form-check .datepicker-calendar [type='radio']:focus + label.datepicker-month {
  padding-top: 0;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
.datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}
.datepicker-calendar table.datepicker-grid:focus {
  outline: none;
}
.datepicker-calendar table.datepicker-grid th,
.datepicker-calendar table.datepicker-grid td {
  text-align: center;
  padding: 0;
}
.datepicker-calendar table.datepicker-grid th {
  height: 30px;
}
.datepicker-calendar table.datepicker-grid th abbr {
  border: none;
}
.datepicker-calendar table.datepicker-grid td {
  border: 1px solid #999;
  cursor: pointer;
}
.datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}
.datepicker-calendar table.datepicker-grid td.day {
  height: 30px;
}
.datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}
.datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}
.datepicker-calendar table.datepicker-grid td.curDay,
.datepicker-calendar table.datepicker-grid td.curMonth,
.datepicker-calendar table.datepicker-grid td.curYear {
  border: 1px solid #999;
}
.datepicker-calendar table.datepicker-grid td.empty {
  border: 1px solid #999;
  cursor: default;
}
.datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}
.datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.datepicker-calendar.default {
  background-color: #fff;
}
.datepicker-calendar.default button.datepicker-close:focus,
.datepicker-calendar.default button.datepicker-close:hover,
.datepicker-calendar.default .datepicker-month-fast-next.enabled:focus,
.datepicker-calendar.default
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-fast-next.enabled,
.form-check
  .datepicker-calendar.default
  [type='checkbox']:focus
  + label.datepicker-month-fast-next.enabled,
.datepicker-calendar.default
  .form-check
  [type='radio']:focus
  + label.datepicker-month-fast-next.enabled,
.form-check
  .datepicker-calendar.default
  [type='radio']:focus
  + label.datepicker-month-fast-next.enabled,
.datepicker-calendar.default .datepicker-month-fast-next.enabled:hover,
.datepicker-calendar.default .datepicker-month-fast-prev.enabled:focus,
.datepicker-calendar.default
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-fast-prev.enabled,
.form-check
  .datepicker-calendar.default
  [type='checkbox']:focus
  + label.datepicker-month-fast-prev.enabled,
.datepicker-calendar.default
  .form-check
  [type='radio']:focus
  + label.datepicker-month-fast-prev.enabled,
.form-check
  .datepicker-calendar.default
  [type='radio']:focus
  + label.datepicker-month-fast-prev.enabled,
.datepicker-calendar.default .datepicker-month-fast-prev.enabled:hover,
.datepicker-calendar.default .datepicker-month-next.enabled:focus,
.datepicker-calendar.default
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-next.enabled,
.form-check
  .datepicker-calendar.default
  [type='checkbox']:focus
  + label.datepicker-month-next.enabled,
.datepicker-calendar.default
  .form-check
  [type='radio']:focus
  + label.datepicker-month-next.enabled,
.form-check
  .datepicker-calendar.default
  [type='radio']:focus
  + label.datepicker-month-next.enabled,
.datepicker-calendar.default .datepicker-month-next.enabled:hover,
.datepicker-calendar.default .datepicker-month-prev.enabled:focus,
.datepicker-calendar.default
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month-prev.enabled,
.form-check
  .datepicker-calendar.default
  [type='checkbox']:focus
  + label.datepicker-month-prev.enabled,
.datepicker-calendar.default
  .form-check
  [type='radio']:focus
  + label.datepicker-month-prev.enabled,
.form-check
  .datepicker-calendar.default
  [type='radio']:focus
  + label.datepicker-month-prev.enabled,
.datepicker-calendar.default .datepicker-month-prev.enabled:hover,
.datepicker-calendar.default .datepicker-month:focus,
.datepicker-calendar.default
  .form-check
  [type='checkbox']:focus
  + label.datepicker-month,
.form-check
  .datepicker-calendar.default
  [type='checkbox']:focus
  + label.datepicker-month,
.datepicker-calendar.default
  .form-check
  [type='radio']:focus
  + label.datepicker-month,
.form-check
  .datepicker-calendar.default
  [type='radio']:focus
  + label.datepicker-month,
.datepicker-calendar.default .datepicker-month:hover {
  background-color: #eee;
  border-color: #999;
  border: none;
  margin: 0;
  padding: 0;
}
.datepicker-calendar.default .datepicker-month-fast-next,
.datepicker-calendar.default .datepicker-month-fast-prev,
.datepicker-calendar.default .datepicker-month-next,
.datepicker-calendar.default .datepicker-month-prev {
  margin: 0;
  padding: 0;
}
.datepicker-calendar.default table.datepicker-grid {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.datepicker-calendar.default table.datepicker-grid:focus {
  outline: none;
}
.datepicker-calendar.default table.datepicker-grid th {
  background-color: transparent;
  border: none;
}
.datepicker-calendar.default table.datepicker-grid td {
  border: none;
  color: #000;
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
}
.datepicker-calendar.default table.datepicker-grid td:hover {
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td:hover span {
  background: #ebeced;
}
.datepicker-calendar.default table.datepicker-grid td.unselectable {
  color: #999;
}
.datepicker-calendar.default table.datepicker-grid td.curDay,
.datepicker-calendar.default table.datepicker-grid td.curMonth,
.datepicker-calendar.default table.datepicker-grid td.curYear {
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td.curDay span,
.datepicker-calendar.default table.datepicker-grid td.curMonth span,
.datepicker-calendar.default table.datepicker-grid td.curYear span {
  background: #e6f0fa;
}
.datepicker-calendar.default table.datepicker-grid td.empty {
  border: none;
  color: #ccc;
}
.datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td.empty:hover span {
  background: #06c;
  color: #fff;
}
.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: transparent;
}
.datepicker-calendar.default table.datepicker-grid td.selectable.focus span {
  background: #06c;
  color: #fff;
}
.datepicker-calendar.default tr.datepicker-weekdays {
  border: none;
}
.datepicker-calendar.default button.datepicker-close {
  background-color: #ddd;
  border-color: #999;
  color: #000;
}
.datepicker-overlay {
  background: #777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: none;
  cursor: default;
}
.it-header-slim-wrapper {
  background: #0059b3;
  padding: 6.5px 18px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
  top: -9px !important;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: #fff;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
  text-decoration: underline;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform-origin: center;
  fill: #fff;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
  text-transform: uppercase;
  font-size: 0.778em;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  a.dropdown-toggle[aria-expanded='true']
  .icon {
  transform: scaleY(-1);
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  button {
  background: #004080;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  button:hover {
  background: #004d99;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .nav-mobile
  ul.link-list {
  margin-top: 16px;
  margin-bottom: 24px;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .nav-mobile
  ul.link-list
  a.list-item.active {
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .nav-mobile
  ul.link-list
  a.list-item:hover:not(.active) {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content {
    padding: 0 18px;
    height: 48px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: -14px !important;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile {
    flex-grow: 2;
  }
  .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .nav-mobile
    ul.link-list {
    margin: 0;
    display: flex;
    padding: 0 24px;
    margin-right: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 48px;
  }
  .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .nav-mobile
    ul.link-list
    a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .nav-mobile
    ul.link-list
    a.active {
    border-bottom: 2px solid #fff;
    text-decoration: none;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
  }
  .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    a.dropdown-toggle
    .icon {
    margin-left: 4px;
  }
  .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .it-header-slim-right-zone {
    height: 48px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content {
    align-items: center;
  }
  .it-header-slim-wrapper .collapse:not(.show) {
    display: flex;
    justify-content: flex-end;
  }
}
.it-header-slim-wrapper.theme-light {
  background: #fff;
  border-bottom: 1px solid rgba(0, 89, 179, 0.2);
}
.it-header-slim-wrapper.theme-light
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .dropdown-menu:before {
  background: #0059b3;
}
.it-header-slim-wrapper.theme-light
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .dropdown-menu {
  background-color: #0059b3;
}
.it-header-slim-wrapper.theme-light
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .dropdown-menu
  a,
.it-header-slim-wrapper.theme-light
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .dropdown-menu
  a
  span {
  color: #fff;
}
.it-header-slim-wrapper.theme-light
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .btn {
  background: #003882;
  color: #fff;
}
.it-header-slim-wrapper.theme-light
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .btn:hover {
  background: #06c;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a {
  color: #0059b3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon {
  fill: #0059b3;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper.theme-light
    .it-header-slim-wrapper-content
    .nav-mobile
    ul.link-list {
    border-left: 1px solid rgba(0, 89, 179, 0.2);
    border-right: 1px solid rgba(0, 89, 179, 0.2);
  }
  .it-header-slim-wrapper.theme-light
    .it-header-slim-wrapper-content
    .nav-mobile
    ul.link-list
    a.list-item.active {
    color: #003882;
    border-bottom: 2px solid #0059b3;
  }
}
.it-header-navbar-wrapper nav {
  background: transparent;
}
@media (min-width: 992px) {
  .it-header-navbar-wrapper {
    background: #003882;
  }
  .it-header-navbar-wrapper .nav-item.megamenu > a.dropdown-toggle:before {
    bottom: -14px;
  }
  .it-header-navbar-wrapper nav a {
    text-decoration: none;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav {
    padding: 0;
  }
  .it-header-navbar-wrapper
    nav
    .navbar-collapsable
    .menu-wrapper
    .navbar-nav.navbar-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .it-header-navbar-wrapper
    nav
    .navbar-collapsable
    .menu-wrapper
    .navbar-nav.navbar-secondary
    a {
    font-size: 0.85em;
    line-height: 1.6;
  }
}
.componente-base {
  background-color: #003882;
  color: #fff;
  cursor: pointer;
  padding: 8px 8px;
}

.form-check [type='checkbox']:focus + label,
.form-check [type='radio']:focus + label {
  border-color: #f90;
  box-shadow: 0 0 0 2px #f90;
  outline: none;
}
[tabindex='-1']:focus:not(:focus-visible),
.form-check [type='checkbox']:focus + label[tabindex='-1']:not(:focus-visible),
.form-check [type='radio']:focus + label[tabindex='-1']:not(:focus-visible) {
  box-shadow: none;
}
.focus--mouse,
.form-check [type='checkbox']:focus.focus--mouse + label,
.form-check
  [type='checkbox']:focus
  + label[type='checkbox'].focus--mouse
  + label,
.form-check [type='radio']:focus + label[type='checkbox'].focus--mouse + label,
.form-check [type='radio']:focus.focus--mouse + label,
.form-check [type='checkbox']:focus + label[type='radio'].focus--mouse + label,
.form-check [type='radio']:focus + label[type='radio'].focus--mouse + label {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}
.icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.icon.icon-sm {
  width: 24px;
  height: 24px;
}
.icon-primary {
  fill: #003882 !important;
}
.icon-secondary {
  fill: #95a5a6 !important;
}
.icon-success {
  fill: #548f40 !important;
}
.icon-danger {
  fill: #ff4136 !important;
}
.icon-light {
  fill: snow !important;
}
.icon-white {
  fill: #fff !important;
}
.form-control {
  background-size: 18px 30% !important;
}
.form-text {
  margin-top: 0;
}
.form-group small.form-text {
  position: relative;
}

/*# sourceMappingURL=main.css.map*/
