  .top-bar-area {
    background-color: var(--heading-color);
  }
  
  [tabindex="-1"]:focus:not(.focus-visible),
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  dl,
  ol,
  p,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: 800;
  }
  small {
    font-size: 80%;
  }
  a {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  a:not([href]),
  a:not([href]):hover {
    color: inherit;
    text-decoration: none;
  }
  code,
  pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
      Courier New, monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    border-style: none;
  }
  img,
  svg {
    vertical-align: middle;
  }
  svg {
    overflow: hidden;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #616161;
    text-align: left;
    caption-side: bottom;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  button,
  input,
  select,
  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;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  [hidden] {
    display: none !important;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-family: Lucida Bright W01, serif;
    font-weight: 600;
    line-height: 1.2;
    color: #001e55;
  }
  .h1,
  h1 {
    font-size: 2rem;
  }
  @media (max-width: 1200px) {
    .h1,
    h1 {
      font-size: calc(1.325rem + 0.9vw);
    }
  }
  .h2,
  h2 {
    font-size: 1.75rem;
  }
  @media (max-width: 1200px) {
    .h2,
    h2 {
      font-size: calc(1.3rem + 0.6vw);
    }
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  @media (max-width: 1200px) {
    .h3,
    h3 {
      font-size: calc(1.275rem + 0.3vw);
    }
  }
  .h4,
  h4 {
    font-size: 1.375rem;
  }
  @media (max-width: 1200px) {
    .h4,
    h4 {
      font-size: calc(1.2625rem + 0.15vw);
    }
  }
  .h5,
  h5 {
    font-size: 1.125rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .small,
  small {
    font-size: 87.5%;
    font-weight: 400;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  @media (max-width: 1200px) {
    .blockquote {
      font-size: calc(1.275rem + 0.3vw);
    }
  }
  .blockquote-footer {
    display: block;
    font-size: 1.375rem;
    color: var(--secondary-color);
  }
  @media (max-width: 1200px) {
    .blockquote-footer {
      font-size: calc(1.2625rem + 0.15vw);
    }
  }
  .blockquote-footer:before {
    content: "\2014\A0";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 90%;
    color: #616161;
  }
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.8);
  }
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
  }
  .table-bordered,
  .table-bordered td {
    border: 1px solid #eaeaea;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    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 #495057;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #004bd5;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 0 0.2rem rgba(0, 30, 85, 0.25);
  }
  .form-control::-moz-placeholder {
    color: #616161;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #616161;
    opacity: 1;
  }
  .form-control::placeholder {
    color: #616161;
    opacity: 1;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #eaeaea;
    opacity: 1;
  }
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  select.form-control[multiple],
  select.form-control[size],
  textarea.form-control {
    height: auto;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #28a745;
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip,
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip {
    display: block;
  }
  .form-control.is-valid,
  .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .form-control.is-valid:focus,
  .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated textarea.form-control:valid,
  textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
      calc(0.375em + 0.1875rem);
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #d81e05;
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(216, 30, 5, 0.9);
    border-radius: 0.25rem;
  }
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip,
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip {
    display: block;
  }
  .form-control.is-invalid,
  .was-validated .form-control:invalid {
    border-color: #d81e05;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d81e05'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d81e05' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .form-control.is-invalid:focus,
  .was-validated .form-control:invalid:focus {
    border-color: #d81e05;
    box-shadow: 0 0 0 0.2rem rgba(216, 30, 5, 0.25);
  }
  .was-validated textarea.form-control:invalid,
  textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
      calc(0.375em + 0.1875rem);
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 85, 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,
  .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 85, 0.25),
      inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  a.btn.disabled {
    pointer-events: none;
  }
  .btn-outline-primary {
    color: #001e55;
    border-color: #001e55;
  }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #001e55;
    border-color: #001e55;
  }
  .btn-outline-primary.focus,
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 85, 0.5);
  }
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #001e55;
    background-color: transparent;
  }
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #001e55;
    border-color: #001e55;
  }
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(0, 30, 85, 0.5);
  }
  .btn-outline-secondary {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .btn-outline-secondary.focus,
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 199, 30, 0.5);
  }
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: var(--secondary-color);
    background-color: transparent;
  }
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(255, 199, 30, 0.5);
  }
  .btn-outline-light {
    color: #f7f7f7;
    border-color: #f7f7f7;
  }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
  }
  .btn-outline-light.focus,
  .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.9%, 0.5);
  }
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #f7f7f7;
    background-color: transparent;
  }
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
  }
  .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem hsla(0, 0%, 96.9%, 0.5);
  }
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.375rem 0 0;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.0175);
    border-radius: 0;
    box-shadow: 0 0.0125rem 1.275rem 0 rgba(0, 0, 0, 0.125);
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu[x-placement^="bottom"],
  .dropdown-menu[x-placement^="left"],
  .dropdown-menu[x-placement^="right"],
  .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1a1a1a;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: transparent;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: transparent;
  }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #616161;
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #001e55;
    white-space: nowrap;
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  .nav-link.disabled {
    color: #616161;
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: #eaeaea #eaeaea #dee2e6;
  }
  .nav-tabs .nav-link.disabled {
    color: #616161;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  .accordion > .card {
    overflow: hidden;
  }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  .breadcrumb {
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
  }
  .breadcrumb,
  .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #616161;
    content: "/";
  }
  .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
  }
  .breadcrumb-item.active {
    color: #616161;
  }
  .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  .badge {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
    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:focus,
  a.badge:hover {
    text-decoration: none;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .badge-primary {
    color: #fff;
    background-color: #001e55;
  }
  a.badge-primary:focus,
  a.badge-primary:hover {
    color: #fff;
    background-color: #000c22;
  }
  a.badge-primary.focus,
  a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 85, 0.5);
  }
  .badge-warning {
    color: #212529;
    background-color: var(--secondary-color);
  }
  a.badge-warning:focus,
  a.badge-warning:hover {
    color: #212529;
    background-color: var(--secondary-color);
  }
  a.badge-warning.focus,
  a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .badge-dark {
    color: #fff;
    background-color: #324158;
  }
  a.badge-dark:focus,
  a.badge-dark:hover {
    color: #fff;
    background-color: #202937;
  }
  a.badge-dark.focus,
  a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 65, 88, 0.5);
  }
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .alert-dismissible {
    padding-right: 4rem;
  }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .media {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
  .media-body {
    flex: 1;
  }
  .list-group {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  .list-group-item-action:focus,
  .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: transparent;
  }
  .list-group-item-action:active {
    color: rgba(0, 0, 0, 0.8);
    background-color: #eaeaea;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid var(--secondary-color);
  }
  .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: #616161;
    pointer-events: none;
    background-color: #fff;
  }
  .list-group-item.active {
    z-index: 2;
    color: var(--secondary-color);
    background-color: transparent;
    border-color: var(--secondary-color);
  }
  .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;
  }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw);
    }
  }
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  a.close.disabled {
    pointer-events: none;
  }
  [dir="ltr"] .tooltip {
    text-align: left;
  }
  [dir="rtl"] .tooltip {
    text-align: right;
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open sans, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-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: 0.9;
  }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-auto[x-placement^="top"],
  .bs-tooltip-top {
    padding: 0.4rem 0;
  }
  .bs-tooltip-auto[x-placement^="top"] .arrow,
  .bs-tooltip-top .arrow {
    bottom: 0;
  }
  .bs-tooltip-auto[x-placement^="top"] .arrow:before,
  .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  .bs-tooltip-auto[x-placement^="right"],
  .bs-tooltip-right {
    padding: 0 0.4rem;
  }
  .bs-tooltip-auto[x-placement^="right"] .arrow,
  .bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-auto[x-placement^="right"] .arrow:before,
  .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  .bs-tooltip-auto[x-placement^="bottom"],
  .bs-tooltip-bottom {
    padding: 0.4rem 0;
  }
  .bs-tooltip-auto[x-placement^="bottom"] .arrow,
  .bs-tooltip-bottom .arrow {
    top: 0;
  }
  .bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
  .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  .bs-tooltip-auto[x-placement^="left"],
  .bs-tooltip-left {
    padding: 0 0.4rem;
  }
  .bs-tooltip-auto[x-placement^="left"] .arrow,
  .bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-auto[x-placement^="left"] .arrow:before,
  .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  .carousel {
    position: relative;
  }
  @-webkit-keyframes spinner-border {
    to {
      transform: rotate(1turn);
    }
  }
  @keyframes spinner-border {
    to {
      transform: rotate(1turn);
    }
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  .align-bottom {
    vertical-align: bottom !important;
  }
  a.bg-primary:focus,
  a.bg-primary:hover,
  button.bg-primary:focus,
  button.bg-primary:hover {
    background-color: #000c22 !important;
  }
  a.bg-secondary:focus,
  a.bg-secondary:hover,
  button.bg-secondary:focus,
  button.bg-secondary:hover {
    background-color: var(--secondary-color) !important;
  }
  a.bg-info:focus,
  a.bg-info:hover,
  button.bg-info:focus,
  button.bg-info:hover {
    background-color: #117a8b !important;
  }
  a.bg-warning:focus,
  a.bg-warning:hover,
  button.bg-warning:focus,
  button.bg-warning:hover {
    background-color: var(--secondary-color) !important;
  }
  a.bg-light:focus,
  a.bg-light:hover,
  button.bg-light:focus,
  button.bg-light:hover {
    background-color: #dedede !important;
  }
  a.bg-dark:focus,
  a.bg-dark:hover,
  button.bg-dark:focus,
  button.bg-dark:hover {
    background-color: #202937 !important;
  }
  a.bg-tertiary:focus,
  a.bg-tertiary:hover,
  button.bg-tertiary:focus,
  button.bg-tertiary:hover {
    background-color: #eea302 !important;
  }
  a.bg-gray:focus,
  a.bg-gray:hover,
  button.bg-gray:focus,
  button.bg-gray:hover {
    background-color: #484848 !important;
  }
  a.bg-blue:focus,
  a.bg-blue:hover,
  button.bg-blue:focus,
  button.bg-blue:hover {
    background-color: #0d193f !important;
  }
  a.bg-green-light:focus,
  a.bg-green-light:hover,
  button.bg-green-light:focus,
  button.bg-green-light:hover {
    background-color: #35ad22 !important;
  }
  .bg-white {
    background-color: #fff !important;
  }
  .bg-transparent {
    background-color: transparent !important;
  }
  .border {
    border: 1px solid #eaeaea !important;
  }
  .border-top {
    border-top: 1px solid #eaeaea !important;
  }
  .border-right {
    border-right: 1px solid #eaeaea !important;
  }
  .border-bottom {
    border-bottom: 1px solid #eaeaea !important;
  }
  .border-left {
    border-left: 1px solid #eaeaea !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-primary {
    border-color: #001e55 !important;
  }
  .border-secondary {
    border-color: var(--secondary-color) !important;
  }
  .border-danger {
    border-color: #d81e05 !important;
  }
  .border-light {
    border-color: #f7f7f7 !important;
  }
  .border-dark {
    border-color: #324158 !important;
  }
  .border-tertiary {
    border-color: var(--secondary-color) !important;
  }
  .border-gray {
    border-color: #616161 !important;
  }
  .rounded-lg {
    border-radius: 0.375rem !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-pill {
    border-radius: 50rem !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-block {
      display: block !important;
    }
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive:before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9:before {
    padding-top: 56.25%;
  }
  .embed-responsive-4by3:before {
    padding-top: 75%;
  }
  .embed-responsive-1by1:before {
    padding-top: 100%;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fill,
  .hover-flex-fill:hover {
    flex: 1 1 auto !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .align-self-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  @media (min-width: 768px) {
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
    .float-md-right {
      float: right !important;
    }
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .position-relative {
    position: relative !important;
  }
  .sr-only {
    white-space: nowrap;
  }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .my-0 {
    margin-top: 0 !important;
  }
  .mx-0 {
    margin-right: 0 !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 0.9385rem !important;
  }
  .mr-3 {
    margin-right: 0.9385rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 0.9385rem !important;
  }
  .ml-3 {
    margin-left: 0.9385rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mr-4 {
    margin-right: 1.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-4 {
    margin-left: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 3rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-2 {
    padding-left: 0.5rem !important;
  }
  .p-3 {
    padding: 0.9385rem !important;
  }
  .py-3 {
    padding-top: 0.9385rem !important;
  }
  .pr-3,
  .px-3 {
    padding-right: 0.9385rem !important;
  }
  .py-3 {
    padding-bottom: 0.9385rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 0.9385rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .py-4 {
    padding-top: 1.5rem !important;
  }
  .px-4 {
    padding-right: 1.5rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  .px-2-5 {
    padding-right: 0.59375rem !important;
    padding-left: 0.59375rem !important;
  }
  .pt-6 {
    padding-top: 4.5rem !important;
  }
  .pb-6 {
    padding-bottom: 4.5rem !important;
  }
  .pt-7 {
    padding-top: 6rem !important;
  }
  .pb-7 {
    padding-bottom: 6rem !important;
  }
  .pt-10 {
    padding-top: 11rem !important;
  }
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  .m-n3 {
    margin: -0.9385rem !important;
  }
  .mx-n3 {
    margin-right: -0.9385rem !important;
  }
  .ml-n3,
  .mx-n3 {
    margin-left: -0.9385rem !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .mr-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mr-sm-3 {
      margin-right: 0.9385rem !important;
    }
    .pl-sm-0 {
      padding-left: 0 !important;
    }
    .pt-sm-3 {
      padding-top: 0.9385rem !important;
    }
    .px-sm-3 {
      padding-right: 0.9385rem !important;
      padding-left: 0.9385rem !important;
    }
    .pt-sm-5 {
      padding-top: 3rem !important;
    }
  }
  @media (min-width: 768px) {
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
    .mr-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2 {
      margin-left: 0.5rem !important;
    }
    .ml-md-3 {
      margin-left: 0.9385rem !important;
    }
    .mr-md-4 {
      margin-right: 1.5rem !important;
    }
    .ml-md-4 {
      margin-left: 1.5rem !important;
    }
    .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .pr-md-2 {
      padding-right: 0.5rem !important;
    }
    .pl-md-2 {
      padding-left: 0.5rem !important;
    }
    .pt-md-3 {
      padding-top: 0.9385rem !important;
    }
    .pl-md-3 {
      padding-left: 0.9385rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4 {
      padding-right: 1.5rem !important;
    }
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4 {
      padding-left: 1.5rem !important;
    }
    .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pr-md-6 {
      padding-right: 4.5rem !important;
    }
    .pl-md-6 {
      padding-left: 4.5rem !important;
    }
    .ml-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .mt-lg-5 {
      margin-top: 3rem !important;
    }
    .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .pt-lg-3 {
      padding-top: 0.9385rem !important;
    }
    .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  }
  .stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
  }
  .text-wrap {
    white-space: normal !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .font-weight-normal {
    font-weight: 400 !important;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .font-weight-bolder {
    font-weight: 800 !important;
  }
  .font-italic {
    font-style: italic !important;
  }
  .text-white {
    color: #fff !important;
  }
  a.text-primary:focus,
  a.text-primary:hover {
    color: #000309 !important;
  }
  a.text-secondary:focus,
  a.text-secondary:hover {
    color: var(--secondary-color) !important;
  }
  a.text-info:focus,
  a.text-info:hover {
    color: #0f6674 !important;
  }
  a.text-warning:focus,
  a.text-warning:hover {
    color: #ba8b00 !important;
  }
  a.text-danger:focus,
  a.text-danger:hover {
    color: #8d1403 !important;
  }
  a.text-light:focus,
  a.text-light:hover {
    color: #d1d1d1 !important;
  }
  a.text-dark:focus,
  a.text-dark:hover {
    color: #161d27 !important;
  }
  a.text-tertiary:focus,
  a.text-tertiary:hover {
    color: var(--secondary-color) !important;
  }
  a.text-gray:focus,
  a.text-gray:hover {
    color: #3b3b3b !important;
  }
  a.text-blue:focus,
  a.text-blue:hover {
    color: #08102a !important;
  }
  .text-muted {
    color: #616161 !important;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  @media print {
    *,
    :after,
    :before {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    pre {
      white-space: pre-wrap !important;
    }
    blockquote,
    pre {
      border: 1px solid #adb5bd;
    }
    blockquote,
    img,
    pre,
    tr {
      page-break-inside: avoid;
    }
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    .badge {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td {
      background-color: #fff !important;
    }
    .table-bordered td {
      border: 1px solid #dee2e6 !important;
    }
  } /*!
   * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license (Commercial License)
   */
  .fal,
  .far,
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .fa-xs {
    font-size: 0.75em;
  }
  .fa-sm {
    font-size: 0.875em;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
  }
  .fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
  }
  @keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .fa-edit:before {
    content: "\F044";
  }
  .fa-file:before {
    content: "\F15B";
  }
  .fa-file-archive:before {
    content: "\F1C6";
  }
  .fa-file-image:before {
    content: "\F1C5";
  }
  .fa-file-pdf:before {
    content: "\F1C1";
  }
  .fa-file-powerpoint:before {
    content: "\F1C4";
  }
  .fa-file-spreadsheet:before {
    content: "\F65B";
  }
  .fa-file-word:before {
    content: "\F1C2";
  }
  .fa-glide:before {
    content: "\F2A5";
  }
  .fa-glide-g:before {
    content: "\F2A6";
  }
  .fa-play-circle:before {
    content: "\F144";
  }
  .fa-search:before {
    content: "\F002";
  }
  .fa-spinner:before {
    content: "\F110";
  }
  .fa-sync:before {
    content: "\F021";
  }
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .glide * {
    box-sizing: inherit;
  }
  .glide__slides,
  .glide__track {
    overflow: hidden;
  }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .glide__slide,
  .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .glide__arrows,
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .glide--rtl {
    direction: rtl;
  }
  .glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.15s ease, border 0.3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
  }
  .glide__arrow:focus {
    outline: none;
  }
  .glide__arrow:hover {
    border-color: #fff;
  }
  .glide__arrow--left {
    left: 2em;
  }
  .glide__arrow--right {
    right: 2em;
  }
  .glide__arrow--disabled {
    opacity: 0.33;
  }
  .glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
  }
  .glide__bullet {
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
  }
  .glide__bullet:focus {
    outline: none;
  }
  .glide__bullet:focus,
  .glide__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .glide__bullet--active {
    background-color: #fff;
  }
  .glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab;
  }
  .glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .slide__bullet {
    background-color: #fff;
    border: 1px solid #fff;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin: 0 0.25rem;
    position: relative;
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .slide__bullet:before {
    content: "";
    background-color: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px;
  }
  .slide__bullet:focus,
  .slide__bullet:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
    transform: scale(1.125);
  }
  .slide__bullet--active {
    background-color: transparent !important;
    transform: scale(1.125);
  }
  .mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
  }
  .mfp-bg,
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  .mfp-ajax-holder .mfp-content,
  .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }
  .mfp-ajax-cur {
    cursor: progress;
  }
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  .mfp-arrow,
  .mfp-close,
  .mfp-counter,
  .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mfp-loading.mfp-figure {
    display: none;
  }
  .mfp-hide {
    display: none !important;
  }
  .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
  }
  .mfp-preloader a {
    color: #ccc;
  }
  .mfp-preloader a:hover {
    color: #fff;
  }
  .mfp-s-error .mfp-content,
  .mfp-s-ready .mfp-preloader {
    display: none;
  }
  button.mfp-arrow,
  button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
  }
  .mfp-close:focus,
  .mfp-close:hover {
    opacity: 1;
  }
  .mfp-close:active {
    top: 1px;
  }
  .mfp-close-btn-in .mfp-close {
    color: #333;
  }
  .mfp-iframe-holder .mfp-close,
  .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mfp-arrow:active {
    margin-top: -54px;
  }
  .mfp-arrow:focus,
  .mfp-arrow:hover {
    opacity: 1;
  }
  .mfp-arrow:after,
  .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
  }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
  }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
  }
  .mfp-arrow-left {
    left: 0;
  }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
  }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
  }
  .mfp-arrow-right {
    right: 0;
  }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
  }
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
  }
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
  }
  img.mfp-img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
  }
  .mfp-figure,
  img.mfp-img {
    line-height: 0;
  }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
  }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  .mfp-figure figure {
    margin: 0;
  }
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
  }
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
  }
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }
  @media screen and (max-height: 300px),
    screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
    }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
  }
  @media (max-width: 900px) {
    .mfp-arrow {
      transform: scale(0.75);
    }
    .mfp-arrow-left {
      transform-origin: 0;
    }
    .mfp-arrow-right {
      transform-origin: 100%;
    }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  .mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  img.mfp-img {
    padding: 0;
    width: 100%;
    display: block;
    height: 100%;
    width: auto;
    max-height: calc(100vh - 66px) !important;
  }
  .mfp-description a {
    word-break: break-word;
  }
  .image-link {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .mfp-with-zoom.mfp-bg,
  .mfp-with-zoom .mfp-container {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-with-zoom.mfp-removing.mfp-bg,
  .mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
  }
  .mfp-no-margins img.mfp-img {
    padding: 0;
  }
  .mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-no-margins .mfp-container {
    padding: 0;
  }
  .mfp-no-margins .mfp-bottom-bar {
    margin-top: 6px;
  }
  .mfp-no-margins .mfp-close {
    top: -40px;
  }
  .mb-lastchild-0 > :last-child {
    margin-bottom: 0 !important;
  }
  .top-0 {
    top: 0 !important;
  }
  .top-1 {
    top: 0.25rem !important;
  }
  .top-n1 {
    top: -0.25rem !important;
  }
  .right-0 {
    right: 0 !important;
  }
  .right-3 {
    right: 0.9385rem !important;
  }
  .right-n4 {
    right: -1.5rem !important;
  }
  .right-n6 {
    right: -4.5rem !important;
  }
  .right-50 {
    right: 50% !important;
  }
  .right-100 {
    right: 100% !important;
  }
  .bottom-0 {
    bottom: 0 !important;
  }
  .bottom-auto {
    bottom: auto !important;
  }
  .left-0 {
    left: 0 !important;
  }
  .left-3 {
    left: 0.9385rem !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-static {
    position: static !important;
  }
  .h1 {
    font-size: 2rem !important;
  }
  .h2 {
    font-size: 1.75rem !important;
  }
  .h3 {
    font-size: 1.5rem !important;
  }
  .h4 {
    font-size: 1.375rem !important;
  }
  .h5 {
    font-size: 1.125rem !important;
  }
  .h6 {
    font-size: 1rem !important;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .w-33 {
    width: 33.33333% !important;
  }
  .vw-50 {
    width: 50vw !important;
  }
  .translate-y-25 {
    transform: translateY(25%);
  }
  .translate-y-n25 {
    transform: translateY(-25%);
  }
  .translate-x-n50 {
    transform: translateX(-50%);
  }
  .translate-y-n100 {
    transform: translateY(-100%);
  }
  .alpha-50 {
    opacity: 0.5 !important;
  }
  .alpha-90 {
    opacity: 0.9 !important;
  }
  .text-primary {
    color: #001e55 !important;
  }
  .bg-primary {
    background-color: #001e55 !important;
  }
  .bg-primary-30 {
    background-color: rgba(0, 30, 85, 0.3) !important;
  }
  .bg-primary-40 {
    background-color: rgba(0, 30, 85, 0.4) !important;
  }
  .bg-primary-50 {
    background-color: rgba(0, 30, 85, 0.5) !important;
  }
  .btn-primary {
    color: #fff;
    background-color: #001e55;
    border-color: #001e55;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .btn-primary.focus,
  .btn-primary:focus,
  .btn-primary:hover {
    color: #fff;
    background-color: #00112f;
    border-color: #000c22;
  }
  .btn-primary.focus,
  .btn-primary:focus {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 64, 111, 0.5);
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #001e55;
    border-color: #001e55;
  }
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000c22;
    border-color: #000815;
  }
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(38, 64, 111, 0.5);
  }
  .text-secondary {
    color: var(--secondary-color) !important;
  }
  .bg-secondary {
    background-color: var(--secondary-color) !important;
  }
  .text-info {
    color: #17a2b8 !important;
  }
  .bg-info {
    background-color: #17a2b8 !important;
  }
  .text-warning {
    color: var(--secondary-color) !important;
  }
  .bg-warning {
    background-color: var(--secondary-color) !important;
  }
  .text-danger {
    color: #d81e05 !important;
  }
  .text-light {
    color: #f7f7f7 !important;
  }
  .bg-light {
    background-color: #f7f7f7 !important;
  }
  .text-dark {
    color: #324158 !important;
  }
  .bg-dark {
    background-color: #324158 !important;
  }
  .bg-dark-15 {
    background-color: rgba(50, 65, 88, 0.15) !important;
  }
  .btn-dark {
    color: #fff;
    background-color: #324158;
    border-color: #324158;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .btn-dark.focus,
  .btn-dark:focus,
  .btn-dark:hover {
    color: #fff;
    background-color: #242f40;
    border-color: #202937;
  }
  .btn-dark.focus,
  .btn-dark:focus {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(81, 94, 113, 0.5);
  }
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #324158;
    border-color: #324158;
  }
  .btn-dark:not(:disabled):not(.disabled).active,
  .btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #202937;
    border-color: #1b232f;
  }
  .btn-dark:not(:disabled):not(.disabled).active:focus,
  .btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(81, 94, 113, 0.5);
  }
  .text-tertiary {
    color: var(--secondary-color) !important;
  }
  .bg-tertiary {
    background-color: var(--secondary-color) !important;
  }
  .text-gray {
    color: #616161 !important;
  }
  .bg-gray {
    background-color: #616161 !important;
  }
  .text-blue {
    color: #15296a !important;
  }
  .bg-blue {
    background-color: #15296a !important;
  }
  .text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important;
  }
  .bg-green-light {
    background-color: #44d62c !important;
  }
  .text-hover-facebook:hover {
    color: #3b5998 !important;
  }
  .text-hover-twitter:hover {
    color: #55acee !important;
  }
  .text-hover-whatsapp:hover {
    color: #25d366 !important;
  }
  .bg-white-90 {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
  }
  .leading-none {
    line-height: 1 !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-base {
    line-height: 1.5 !important;
  }
  .leading-relaxed {
    line-height: 1.625 !important;
  }
  .border-0 {
    border-width: 0 !important;
  }
  .border-2 {
    border-width: 2px !important;
  }
  .border-3 {
    border-width: 3px !important;
  }
  .border-5 {
    border-width: 5px !important;
  }
  .border-6 {
    border-width: 6px !important;
  }
  .border-7 {
    border-width: 7px !important;
  }
  @media (min-width: 576px) {
    .w-sm-75 {
      width: 75% !important;
    }
    .w-sm-auto {
      width: auto !important;
    }
  }
  @media (min-width: 768px) {
    .mb-lastchild-md-0 > :last-child {
      margin-bottom: 0 !important;
    }
    .right-md-33 {
      right: 33.33333% !important;
    }
    .bottom-md-5 {
      bottom: 3rem !important;
    }
    .left-md-n6 {
      left: -4.5rem !important;
    }
    .h2-md {
      font-size: 1.75rem !important;
    }
    .w-md-auto {
      width: auto !important;
    }
    .vw-md-50 {
      width: 50vw !important;
    }
    .translate-x-md-50 {
      transform: translateX(50%);
    }
  }
  @media (min-width: 992px) {
    .position-lg-absolute {
      position: absolute !important;
    }
    .display-lg-3 {
      font-size: 4.5rem !important;
    }
    .display-lg-4 {
      font-size: 3.5rem !important;
    }
    .h-lg-100 {
      height: 100% !important;
    }
  }
  [class*=" icon-"]:before,
  [class^="icon-"]:before {
    font-family: Font Awesome\5 Pro;
    font-weight: 400;
    display: none;
  }
  .zindex-1 {
    z-index: 1;
  }
  .zindex-2 {
    z-index: 2;
  }
  @media (min-width: 450px) and (max-width: 576px) {
    .pt-xs-7 {
      padding-top: 6rem !important;
    }
  }
  @media (min-width: 406px) and (max-width: 767px) {
    .mb-xs-0 {
      margin-bottom: 0 !important;
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .transition-transform {
    transition: transform 0.3s ease-in-out;
  }
  .transition-flex {
    transition: flex 0.3s ease;
  }
  .collapsed.collapse-toggle,
  .collapsed .collapse-toggle {
    transform: rotate(0deg);
  }
  .rotate-n90 {
    transform: rotate(-90deg);
  }
  .rotate-90 {
    transform: rotate(90deg);
  }
  .rotate-180 {
    transform: rotate(180deg);
  }
  .raise-sm {
    transform: translateY(-5px);
  }
  .blockquote-footer:before {
    content: "\2013\A0";
  }
  .shadow-hover:not(:hover) {
    box-shadow: none !important;
  }
  .raise-hover:not(:hover) {
    transform: translateY(0);
  }
  span li {
    margin-bottom: 0.5rem;
  }
  b,
  strong {
    font-weight: 700;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .outline-focus-none:focus {
    outline: 0 !important;
  }
  .font-family-base {
    font-family: Open sans, Arial, Noto Sans, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  }
  .font-family-primary {
    font-family: Lucida Bright W01, serif !important;
  }
  .font-family-secondary {
    font-family: Raleway, sans-serif !important;
  }
  .font-weight-semibold {
    font-weight: 600 !important;
  }
  .font-weight-inherit {
    font-weight: inherit !important;
  }
  .letter-spacing-sm {
    letter-spacing: 5px;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .form-slide {
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .form-slide-control {
    position: relative;
    z-index: 2;
    transition: 0.25s;
    display: block !important;
    width: 2.375rem !important;
  }
  .form-slide-control:not(:focus) {
    border-color: transparent !important;
  }
  .form-slide-control:not(:-moz-placeholder-shown) {
    width: 320px !important;
    max-width: 100%;
    flex: 1 1 auto !important;
    padding-right: 2.375rem;
  }
  .form-slide-control:not(:-ms-input-placeholder) {
    width: 320px !important;
    max-width: 100%;
    flex: 1 1 auto !important;
    padding-right: 2.375rem;
  }
  .form-slide-control:focus,
  .form-slide-control:not(:placeholder-shown) {
    width: 320px !important;
    max-width: 100%;
    flex: 1 1 auto !important;
    padding-right: 2.375rem;
  }
  .text-transparent {
    color: transparent;
  }
  .border-inherit {
    border-color: inherit !important;
  }
  .border-transparent {
    border-color: transparent !important;
  }
  .bg-img-overlay {
    position: relative;
  }
  .bg-img-overlay:before {
    content: "";
    background-color: inherit;
  }
  .bg-img-overlay:not(.embed-responsive):before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
  .nav-icon {
    width: 28px;
  }
  .nav-icon:after,
  .nav-icon:before,
  .nav-icon div {
    content: "";
    background-color: #1a1a1a;
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
  }
  .navbar-toggler:not(.collapsed) .nav-icon:before {
    transform: translateY(7px) rotate(135deg);
  }
  .navbar-toggler:not(.collapsed) .nav-icon:after {
    transform: translateY(-7px) rotate(-135deg);
  }
  .navbar-toggler:not(.collapsed) .nav-icon div {
    transform: scale(0);
  }
  
#numbers_section {
    width: 100%;
    padding: 2rem;
    background: var(--secondary-color);
    color: #fff;
}

#numbers_section .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

@media screen and (max-width: 992px) {
  #numbers_section .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 576px) {
  #numbers_section .container {
    grid-template-columns: repeat(2, 1fr);
  }

  #numbers_section h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 336px) {
  #numbers_section .container {
    grid-template-columns: repeat(1, 1fr);
  }

  #numbers_section h1 {
    font-size: 1.5rem;
  }
}

.footer-area .copyright-area {
  border-top-width: 6px;
  border-top-color: var(--secondary-color);
  border-top-style: solid;
}

.navbar-nav a {
  color: #0e4687;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: #0e4687;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .menu-item-has-children .navbar-nav li a {
  color: #fff;
}


/*##########################################*/

.navbar-variant-06 .navbar-area .nav-container,
.navbar-area.nav-style-01 {
    border-bottom-width: 6px;
    border-bottom-color: var(--secondary-color);
    border-bottom-style: solid;
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease, border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: hsla(0, 0%, 100%, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus,
.glide__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0, 0%, 100%, .5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.slide__bullet {
    background-color: #fff;
    border: 1px solid #fff;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin: 0 .25rem;
    position: relative;
    transform: scale(1);
    transition: transform .3s ease
}

.slide__bullet:before {
    content: "";
    background-color: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px
}

.slide__bullet:focus,
.slide__bullet:hover {
    background-color: hsla(0, 0%, 100%, .15);
    transform: scale(1.125)
}

.slide__bullet--active {
    background-color: transparent !important;
    transform: scale(1.125)
}

.glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.glide__bullet.active {
    background-color: black;
}

.glide__bullet--active {
    background-color: #333;
}

.sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px; /* Set height for rectangular box */
  width: 100%;   /* Full width of the column */
  overflow: hidden; /* Hide any overflow if image doesn't fit perfectly */
}

.sponsor-item img {
  width: 80%;   /* Make the image fill the container's width */
  height: 80%;  /* Make the image fill the container's height */
  object-fit: cover; /* Scale the image to cover the box, maintaining aspect ratio */
  object-position: center; /* Center the image in the box */
  border: 1px solid #ddd; /* Optional: for visibility */
}