.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 5px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.layout.tabs-toggle .layout__region--main .block--block-content,
.layout.tabs-toggle .layout__region--second .block--block-content {
  display: none;
}
.layout.tabs-toggle .layout__region--main .block--block-content:first-of-type,
.layout.tabs-toggle .layout__region--second .block--block-content:first-of-type {
  display: block;
}
.layout.tabs-toggle .layout__region--main.toggle-initiated .block--block-content,
.layout.tabs-toggle .layout__region--second.toggle-initiated .block--block-content {
  display: none;
}
.layout.tabs-toggle .layout__region--main.toggle-initiated .block--block-content.block-visible,
.layout.tabs-toggle .layout__region--second.toggle-initiated .block--block-content.block-visible {
  display: block;
}

body.path-user main .block--system {
  max-width: 1320px;
  margin: 20px auto;
  padding-left: var(--bs-gutter-x, 20px);
  padding-right: var(--bs-gutter-x, 20px);
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.bg-white {
  background-color: #FFF;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #212529;
}

.bg-primary {
  background-color: #0d6efd;
}

.bg-secondary {
  background-color: #6c757d;
}

.bg-white {
  color: #212529;
}

.bg-light {
  color: #212529;
}

.bg-dark {
  color: #FFF;
}

.bg-primary {
  color: #212529;
}

.bg-secondary {
  color: #212529;
}

.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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) {
  .button {
    transition: none;
  }
}
.button:hover {
  color: #212529;
  text-decoration: none;
}
.btn-check:focus + .button, .button:focus {
  outline: 0;
  box-shadow: none;
}
.button:disabled, .button.disabled, fieldset:disabled .button {
  pointer-events: none;
  opacity: 0.65;
}
.button.button--arrow svg {
  margin-left: 5px;
  height: 1.27em;
  width: auto;
  vertical-align: text-top;
  transition: transform 0.5s;
}
.button.button--arrow:hover svg {
  transform: translateX(50%);
}

.button--primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.button--primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .button--primary, .button--primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:checked + .button--primary, .btn-check:active + .button--primary, .button--primary:active, .button--primary.active, .show > .button--primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.button--primary:disabled, .button--primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.button--secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.button--secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .button--secondary, .button--secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:checked + .button--secondary, .btn-check:active + .button--secondary, .button--secondary:active, .button--secondary.active, .show > .button--secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.button--secondary:disabled, .button--secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline--primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline--primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline--primary, .btn-check:active + .btn-outline--primary, .btn-outline--primary:active, .btn-outline--primary.active, .btn-outline--primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline--primary:disabled, .btn-outline--primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline--secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline--secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline--secondary, .btn-check:active + .btn-outline--secondary, .btn-outline--secondary:active, .btn-outline--secondary.active, .btn-outline--secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline--secondary:disabled, .btn-outline--secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
}
.btn-link:hover {
  color: #0a58ca;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-link.btn-link--arrow svg {
  height: 1.27em;
  width: auto;
  vertical-align: text-top;
  margin-left: 5px;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 419.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.video-modal .btn-close {
  display: none;
}
.video-modal .modal-body {
  padding: 0;
  background: #000;
}
.video-modal .iframe-wrapper {
  line-height: 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-modal .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ui-dialog.ui-front {
  z-index: 101;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.ui-dialog {
  padding: 0;
  max-width: 90%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  border-radius: 0;
  background: #f8f9fa;
}
.ui-dialog .ui-dialog-title {
  font-size: 24px;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 1em;
  border: none;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 0.7;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 1em 0.5em 0.5em 1em;
}
.ui-dialog .ui-dialog-buttonpane .button {
  margin: 0 0.5em 0.5em;
  padding: 0.75em 1em;
  letter-spacing: 1px;
}
.ui-dialog .row {
  --bs-gutter-x: 1em;
}

.ui-widget .ui-widget {
  font-size: 16px;
}

/** Trimmed version of bootstrap _nav **/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-item a {
    transition: none;
  }
}
.nav-item a:hover, .nav-item a:focus {
  color: #0a58ca;
  text-decoration: none;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item a {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item a:hover, .nav-tabs .nav-item a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-item.disabled a {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.active a,
.nav-tabs .nav-item.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.messages-wrapper .messages {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.messages-wrapper .messages ul {
  margin: 0;
}
.messages-wrapper .messages ul li {
  margin: 0 0 10px 0;
}
.messages-wrapper .messages ul li:last-of-type {
  margin: 0;
}
.messages-wrapper .messages a {
  font-weight: 700;
}
.messages-wrapper .message-dismissible {
  padding-right: 3rem;
}
.messages-wrapper .message-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.messages-wrapper .messages--status {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.messages-wrapper .messages--status a {
  color: #0c4128;
}
.messages-wrapper .messages--warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.messages-wrapper .messages--warning a {
  color: #523e02;
}
.messages-wrapper .messages--error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.messages-wrapper .messages--error a {
  color: #6a1a21;
}

.layout-builder__message--overrides .messages-wrapper .messages {
  padding-left: 40px;
  background-position: center left 15px;
}

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

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

.description {
  font-size: 0.875em;
}

.container {
  max-width: 1320px;
}
.container.container--outer {
  max-width: 1440px;
}

div.layout.no-container {
  overflow: hidden;
}

div.layout.vertical-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.layout.padding-top {
  padding-top: 20px;
}

div.layout.padding-bottom {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  div.layout.vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  div.layout.padding-top {
    padding-top: 60px;
  }
  div.layout.padding-bottom {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  div.layout.vertical-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  div.layout.padding-top {
    padding-top: 100px;
  }
  div.layout.padding-bottom {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=base.css.map */